/*
Theme Name: Valid Exctended
Theme URI: http://www.yoursiteisvalid.com
Description: Third version of yoursiteisvalid based on Hybrid framework
Version: 0.1
Author: Your Benoit Gilloz
Author URI: http://www.yoursiteisvalid.com
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

body
{
    background:#fff url(images/bgBody.png) center top;
	font-family:georgia;
    /*background:#ccc url(grid/960_grid_12_col.gif) repeat-y center;*/
}



h2, .hentry h1
{
    font-family:georgia;
    font-size:1.4em;
    line-height:1.2em;
    margin-bottom:10px;
}

h3{
	margin-bottom:10px;
	font-size:1.2em;
}

a{
	border-bottom:1px solid #e1e1e1;
}

a:hover{
	border-bottom:1px dotted #aaa;
}

p{
	text-align:justify;
	font-size:0.8em;
}

ul
{
    margin:0;
    list-style:none;
	font-size:0.8em;
}

pre{
	border:1px dashed #ccc;
	overflow:scroll;
}

.clear{
	clear:both;
}

.category-title{
	margin-top:30px;
}

.alignleftt{
	float:left;
	margin:0 10px 10px 0;
}

.alignright{
	float:right;
	margin:0 0 10px 10px;
}

#body-container
{
    width:960px;
    margin:auto;
}

#site-title{
	background:transparent url(http://www.yoursiteisvalid.com/images/logo.jpg) no-repeat scroll left top;
	color:#333333;
	display:block;
	height:60px;
	text-decoration:none;
	text-indent:-999em;
	width:300px;
	margin-bottom:0px;
}

#header-container{
	float:left;
	height:80px;
	width:400px;
}

#site-description{
	background:transparent url(http://www.yoursiteisvalid.com/images/logo.jpg) no-repeat scroll left bottom;
	float:left;
	height:20px;
	text-indent:-999em;
	width:400px;
}

#navigation{
	float:right;
	margin-right:8px;
	margin-top:20px;
	font-size:1em;
}

	#navigation li{
		display:inline;
	}

		#navigation li a{
			background:transparent none repeat scroll 0 0;
			color:#666666;
			display:block;
			float:left;
			font-weight:bold;
			height:22px;
			line-height:22px;
			margin:0 2px;
			padding:2px;
			text-align:center;
			text-decoration:none;
			width:82px;
			border:0;
		}
		#navigation li a:hover{
			border-bottom:1px solid #ccc;
			background:#eaf7f2;
		}
			
		.breadcrumb{
			padding:10px;
			background:#fff url(images/postbg.png) repeat-x top;
			border:1px solid #e3e3e3;
		}

#content
{
    float:left;
    width:640px;
	margin-top:20px;
}

	#content ul li
	{
		list-style:disc;
		margin-left:25px;
		margin-bottom:10px;
	}	

    .post
	{
		margin-top:20px;
		padding:25px 20px 10px 20px;
		background:#fff url(images/postbg.png) repeat-x top;
		border:1px solid #e3e3e3;
    }

	.post img{
		border:1px solid #ccc;
		max-width:600px;
		height:auto;
	}

	.post h3{
		margin-top:0;
	}
	
	.intro-img{
		border:1px solid #ddd;
		overflow:hidden;
		width:598px;
		height:150px;
		margin-bottom:15px;
	}
	
		.intro-img img{
			border:0;
		}
	
	.single .post, .archive .post{
		margin-top:20px;
	}

    .post.first
    {
		margin-top:0;
    }

	.post h2 a, .post h1 a
	{
		color:#333;
	}

	.byline{
		text-transform:uppercase;
		font-size:0.6em;
		font-weight:normal;
		font-family:'trebuchet MS';
		letter-spacing:1.5px;
		margin-bottom:10px;
	}

	.sharelove{
		background:#f4f4f4;
		padding:20px 20px;
		margin-bottom:20px;
		text-align:center;
		border:2px dashed #ddd;
	}

		.sharelove li{
			display:inline;
			margin:10px;
		}

			.sharelove li a, .sharelove li a img{
				border:0px;
			}

	#comments-template, #pings{
		background:#fff url(images/postbg.png) repeat-x top;
		border:1px solid #e3e3e3;
		padding:20px;
		margin-top:20px;
	}

	.pings-list{
		margin:0;
	}
	
		#reply{
			clear:both;
		}

		#comments-template h3{
			margin-bottom:30px;
		}

		.comment-list{
			margin:0;
		}

		.comment{
			float:left;
			list-style:none;
			border-bottom:1px solid #eee;
			margin-bottom:20px;
		}
		
		#pings .pingback{
			float:left;
			clear:both;
			list-style:none;
			border-bottom:1px solid #eee;
			margin-bottom:20px;
		}

		.avatar{
			float:left;
			width:50px;
			height:50px;
		}

		.comment-meta-data{
			float:left;
			margin-left:10px;
		}

		.comment-text{
			margin-left:60px;
			float:left;
		}

.navigation-links{
	margin-top:0px;
}

.next, .previous{
	margin:0 10px 0 10px;
	width:280px;
	background:#fff;
	line-height:2.3em;
	color:#333;
	border:1px solid #e3e3e3;
	border-top:0;
	font-size:1.3em;
}

.next a, .previous a{
	float:right;
	width:230px;
	padding:8px;
	background:#fff url(images/postbg.png) repeat-x top;
	line-height:1em;
	margin:0 0 0 10px;
	border:0;
	font-size:0.7em;
}

.next a{
	float:left;
	margin:0 10px 0 0;
}

.previous{
	float:left;
	padding:0 0 0 10px;
}

.next{
	float:right;
	padding:0 10px 0 0;
}

.aside
{
    float:right;
	width:300px;
}

.widget, .sideblog
{
	padding:18px;
	background:#fff url(images/postbg.png) repeat-x top;
	border:1px solid #e3e3e3;
	margin-top:20px;
}

.wp-polls-ul li{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
 }
 
.ad{
	display:inline;
	margin:2px 2px 10px 2px;
}

.ad a{
	border:0;
}

#secondary
{
	background:#eee;
	width:260px;
}

#simpleRss img{
	width:260px;
	height:auto;
}

#simpleRss li{
	margin-bottom:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
}

#footer-container
{
    clear:both;
}





