/*  
Theme Name: Catch My Party
Theme URI: http://www.catchmyparty.com
Description: Catch My Party 2 column template. Widget ready. 
Version: 1.0
Author: David Leslie
Author URI: http://www.catchmyparty.com
Original Author: This template is a modified version of "Gone Fishing" from Designer Daily - http://www.designer-daily.com/new-wordpress-theme-gone-fishing-185
*/


* {
   margin:0;
   padding:0;
}

html, body {
	font-family: "Trebuchet MS", "Verdana", "Lucida Sans", "Arial", sans-serif;
   font-size:1em;
	background: #212a3b url("images/bg.png") repeat-x top left;}

#container {
   width:800px;
   margin:5px auto 0 auto;
}

#header {
   position:relative;
   float:left;
   width:800px;
   height:180px;
   background:#FFF;
}

#infos-header {
   width:760px;
   height:160px;
   margin:20px 0 0 20px;
   background:#EC098D url('images/header.gif');
}

#infos-header a {
   text-decoration:none;
}

.hide {
   visibility:hidden;
}

#catchhome { 
   float: left;
   position:absolute;
   width : 210px;
   height: 130px;
   margin-left: 20px;
   margin-top: 10px;
}

#bloghome { 
   float: left;
   position:absolute;
   width : 210px;
   height: 55px;
   margin-left: 510px;
   margin-top: 95px;
}



h1 {
   position:absolute;
   left:50px;
   bottom:40px;
   font-size:1em;
   text-transform:uppercase;
}

h1 a:link, h1 a:visited {
   color:#FFF;
   text-decoration:none;
}

h1 a:hover {
   color:#B5C2CF;
}

#description {
   position:absolute;
   left:50px;
   bottom:20px;
   font-size:0.8em;
   color:#FFF;
}

#main {
   position:relative;
   float:left;
   width:800px;
   background:#FFF;
}

#main-content {
   position:relative;
   float:left;
   width:470px;
   margin:20px 0 10px 20px;
   display:inline;
   padding:0;
}

/* ARTICLES */

.post {
   margin:0 0 50px 0;
   font-size:0.85em;
   text-align:justify;
   line-height:1.5em;
   padding:0;
}

.post ul, .post ol {
   margin:10px 0 20px 40px;
}

.post h2 {
   font-size:1.2em;
   margin:0 0 20px 0;
   width:450px;
   padding:3px 10px 3px 10px;
   background:#29384A;
}

.post h2 a:link, .post h2 a:visited {
   color:#FFF;
   text-decoration:none;
}

.post h2 a:hover {
   color:#B5C2CF;
   background:none;
}

.post a:link {
   color:#6B7D8F;
   font-weight:bold;
}

.post a:hover, post a:visited {
   background:#EFDFB3;
}

blockquote {
   background:#eee;
   padding:10px;
   margin:5px 0 5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
}

.postmetadata {
   background:#FFF7D6;
   width:460px;
   margin:15px 0 30px 0;
   padding:5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
   font-size:0.8em;
   color:#aaa;
}

.postmetadata a:link {
   color:#888;
   text-decoration:none;
}

.postmetadata a:hover, .postmetadata a:visited {
   color:#000;
   background:#D1E5EF;
}

#signature {
   margin:30px 0 0 0;
   font-size:0.8em;
   color:#999;
}

#signature a:link {
   color:#777;
   font-weight:bold;
   text-decoration:none;
}

/* SIDEBAR */

.sidebar-wrapper {
   position:relative;
   float:right;
   display:inline;
   width:270px;
   margin:20px 20px 0 0;
   padding:0;
   background:#FFF7D6;
}

#abonnements {
   position:relative;
   float:right;
   width:250px;
   margin:5px;
   padding:5px;
   background-color:#FFD34A;
}

#searchform {
   position:relative;
   float:right;
   margin-top:5px;
}

#s {
   background:#FFF7D6;
   border:1px solid #FFF;
   width:120px;
}

#searchsubmit {
   background:transparent;
   border:none;
   color:#FFF
}

img#rssfeed {
   border:none;
}

#sidebar {
   position:relative;
   float:right;
   width:270px;
}

#sidebar ul {
   list-style-type:none;
   margin:0;
}

#sidebar li {
   margin:15px;
   list-style-type:none;
   line-height:1.5em;
}

#sidebar li ul li {
   margin:3px;
}

#sidebar h2 {
   font-size:1em;
   text-transform:uppercase;
   color:#83ABBF;
   margin-top:10px;
   font-weight:bold;
}

#sidebar a, #sidebar a:visited {
   color:#476C7F;
   text-decoration:none;
   padding:5px;
}

#sidebar a:hover {
   background:#6B7D8F;
   color:#FFF;
}



/* PIED DE PAGE */


#footercontainer {
   position:relative;
   float:left;
   width:800px;
   background:#FFF;
}

#footer {
   width:760px;
   margin:20px 20px 20px 20px;
   color:#aaa;
   padding:10px 0;
   font-size: 8pt;
   text-align:center;
   background:#ec068d;
   background:  #79288c url("images/line.gif") repeat-x top;

}

#footer a:link, #footer a:visited {
   color:#888;
   font-weight:bold;
   text-decoration:none;
}

#footer a:hover {
   color:#000;
   background-color:#D1E5EF;
}


#footer-links ul {
    overflow: hidden;
    width: 570px;
    margin: 5px auto;
    font-size: 1.5em;
}

#footer-links li {
    display: inline;
    margin-right: 10px;
    text-align: center;
}

#footer-links a:link {
    color: #fff;
    font-weight:lighter;
    text-decoration: none;
    
}




/* COMMENTS */

h3#comments {
   margin:10px;
   font-size:0.9em;
}

textarea#comment {
   margin:10px;
   width:350px;
}

#commentform input {
   margin:0 10px;
   width:200px;
}

ol.commentlist {
   background:#EEE;
   width:430px;
   padding:10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
   text-decoration:none;
   color:#6B7D8F;
   font-weight:bold;
}

ol.commentlist a:hover {
   background:#EFDFB3;
}

ol.commentlist li {
   margin:0 0 20px 20px;
   font-size:0.9em;
}

#commentform label {
   font-size:0.8em;
   color:#888;
}

.post-content {
overflow: auto;
}

.post-content p {
margin-top: 0;
margin-bottom: 1em;
text-align: left;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px auto 20px;;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */