/*
Theme Name: Smooth (Macsym special edition)
Theme URI: http://benoitburgener.com
Description: -
Version: 1.0
Author: LeBen
Author URI: http://benoitburgener.com
Tags: -
*/
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@import "css/reset.css";


/* ####################################################################
Structure

#################################################################### */
body {
	font: .9em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #444;
	background: #E5E5E5;
	text-shadow: 0 1px 0 #fff;
}

#nav {
	width: 100%;
	background: #666;
	border-bottom: 1px solid #fff;
}
	#navContent {
		width: 940px;
		margin: 0 auto;
		color: #fff;
	}
		#navContent h1 {
	    	padding: 9px 0;
	    	float: left;
	    	margin-right: 20px;
	    	font-weight: bold;
	    }
		#navContent span {
			padding: 10px 0;
			float: left;
		}
		#navContent ul {
			float: right;
		}
		#navContent ul li {
			float: left;
			margin-left: 30px;
			padding: 10px 0;
		}
		#navContent ul li.current_page_item, #navContent ul li.current_page_parent {
			font-weight: bold;
			background: url(images/navSelected.png) no-repeat bottom center;
		}
			#navContent ul li ul {
				display: none;
			}
	#navContent a, #navContent a:link, #navContent a:visited, #navContent span {
		color: #fff;
		text-shadow: 0 1px 0 #333;
	}
	#navContent a:hover {
		color: #ccc;
		text-shadow: 0 1px 0 #333;
	}
	#navContent a:active {
		color: #ccc;
		text-shadow: 0 -1px 0 #333;
	}

#wrapper {
	width:940px;
	padding:0 10px;
	margin:0 auto;
	background: transparent url(images/bg.png) no-repeat top center;
}

#header {
	padding: 25px 0;
}
	#header .left {
		margin-left: 160px;
	}
	#sticky {
		background: #fff;
    	padding: 1px;
    	border: 1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
    }
    	.container { width:936px; height:300px; overflow:hidden; position:relative; }
    	.slides { position:absolute; top:0; left:0; }
    	.slides div { position:absolute; top:0; width:936px; display:none; }
    	.slides div img { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
		
		.legend {
			display: block;
			position: absolute;
			width: 280px;
			height: 300px;
			padding: 10px 20px 20px;
			margin: 0 0 0 616px;
			background: rgba(255, 255, 255, .7);
		}
		
		.legend h2 {
	color: 172A3C;
}
	
#footer {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	padding-top: 15px;
}
	#footerContent {
		width: 780px;
		margin: 0 auto;
		padding-left: 160px;
		font-size: .75em;
		color: #888;
	}


/* ####################################################################
General
#################################################################### */
.col140 {
	float: left;
	width: 140px;
	margin-right: 20px;
}
	.col140 a, .col140 a:link, .col140 a:visited, .col140 a:active,
	#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:active {
		color: #888;
	}
	.col140 a:hover,
	#sidebar a:hover {
		color: #666;
	}

.col300 {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.col460 {
	float: left;
	width: 460px;
	margin-right: 20px;
}
	.postContent {
		float: right;
	}

.col620 {
	float: left;
	width: 620px;
	margin-right: 20px;
}

.left {
	float: left;
}
	.alignleft {
		float: left;
		margin: 0 20px 10px 0;
	}

.right {
	float: right;
}
	.alignright {
		float: right;
		margin: 0 0 10px 20px;
	}

.clear {
	margin-right: 0;
}
	.clear:after, #header:after, #header ul:after, #content:after, #sidebar:after, #wrapper:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}


/* ####################################################################
Fonts General
#################################################################### */
h2 {
	font-size: 2em;
	margin-bottom: 5px;
	letter-spacing: -1px;
	color: #607C92;
}

.slides a, .slides a:link, .slides a:visited, .slides a:active {
	color: #3B5367;	
}

#content h2, #content h3 {
		margin-left: 160px;
}

#content .postContent h2, #content .postContent h3, #respond h2 {
		margin-left: 0;	
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #444;
	margin-top: 30px;
	margin-bottom: 15px;
}

#sidebar h3 { margin: 5px 0; }

h4 {
	font-size: 1.1em;
	margin-bottom: 3px;
}

p {
	line-height: 1.8em;
	margin-bottom: 15px;
}

.wp-caption-text {
	text-align: center;
}

small {
	color: #999;
}

a, a:link, a:visited, a:active {
	color: #607C92;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #172A3C;
}

a:active {
	text-shadow: 0 -1px 0 #fff;
}


/* ####################################################################
Posts / Pages / Comment list
#################################################################### */
.post {
	margin-top: 50px;
}
	.post:first-child {
		margin-top: 0;
	}
.iLikeThis {
	float: right;
	margin-top: 5px;
	padding: 10px;
	background: #eee;
	font-size: 1.2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.postInfos, .comment .col140 {
	margin-top: 3px;
	font-size: .75em;
	color: #888;
	text-align: right;
}
	.postInfos p, .comment .col140 p {
		margin-bottom: 0;
		padding: 3px 0;
		border-top: 1px solid #ccc;
	}
	.postInfos p:first-child, .comment .col140 p:first-child {
		padding-top: 0;
		border-top: 0;
	}
.post img, .page img {
	max-width: 440px;
	border: 1px solid #ccc;
	padding: 9px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.post blockquote {
	margin-left: -19px;
	padding-left: 19px;
	border-left: 1px solid #ccc;
	font-style: italic;
}
.post ul, .post ol {
	margin-bottom: 15px;
}
	.post ul li {
		list-style: disc outside;
		line-height: 1.8em;
	}
	.post ol li {
		list-style: decimal outside;
		line-height: 1.8em;
	}

.navigation {
	border-top: 1px solid #ccc;
	padding: 15px 0;
	margin: 15px 0;
}


/* ####################################################################
Comments
#################################################################### */
#comments {
	margin-left: 160px;
}
	.comment {
		margin-top: 25px;
	}
	.comment:first-child {
		margin-top: 0;
	}
	.avatar {
		float: right;
		margin: 0 0 10px 20px;
		border: 1px solid #ccc;
		padding: 4px;
		background: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

p.nocomments {
	margin-left: 160px;
}

#respond {
	padding: 15px 0 0 160px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
}

#commentform textarea {
	width: 450px;
}
#commentform span {
	display: block;
    padding: 1px 2px;
    background: #fff;
}
#commentform label {
    margin-left: 10px;
}

/* ####################################################################
Sidebar
#################################################################### */
#sidebar {
	font-size: .75em;
	color: #888;
}
	#sidebar div, #sidebar .col140 div:first-child {
		padding: 10px 0;
		border-top: 1px solid #ccc;	
	}
	#sidebar div:first-child, #sidebar .col140, #sidebar div.widget div {
		padding-top: 0;
		border-top: 0;
	}
	#sidebar ul li {
		line-height: 1.3em;
		padding: 3px 0;
	}
	#sidebar p {
		line-height: 1.5em;
		margin: 0;
		padding: 5px 0;
	}

.textwidget img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	
/* ####################################################################
Forms
#################################################################### */
input, textarea, select {
	font: 1em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #666;
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input:hover, textarea:hover {
	border-color: #999;
}

input:focus, textarea:focus {
	border-color: #3D3070;
	color: #3D3070;
}

input[type=submit] {
	width: auto;
	font-weight: bold;
	background: #3D3070;
	color: #fff;
	border: 0;
	padding: 6px;
	cursor: pointer;
}
	input[type=submit]:hover, input[type=submit]:focus {
		background: #3D3070 url(images/overlay.png) repeat-x top left;
	}
	
#searchform {
	margin-top: 5px;
}
	#searchform #s {
		float: left;
		width: 265px;
		height: 20px;
		padding: 5px 5px 0;
		border: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
	}
	#searchform #searchsubmit {
		width: 25px;
		height: 25px;
		padding: 0;
		border: 0;
		background: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}


/* ####################################################################
Table
#################################################################### */
table {
	width: 100%;
}
	th {
		font-weight: bold;
		text-align: left;
		padding: 5px 3px;
	}
	td {
		padding: 5px 3px;	
	}
	caption {
		padding: 5px 0;
		text-align: center;
	}

.widget_calendar {

}
	.widget_calendar td, .widget_calendar th {
		text-align: center;
	}
	.widget_calendar #today {
		font-weight: bold;
		color: #B84E82;
	}