/*
Theme Name: Smooth
Theme URI: http://my-tapestry.com/themes/free/smooth
Description: This widget-ready theme is dedicated to writers. Its simplicity, light grey background and large fonts put the content ahead. Nothing useless, just fine typography and a touch of colors.
Version: 1.0.4.1
Author: Benoit 'LeBen' Burgener
Author URI: http://benoitburgener.com
Tags: fixed-width, light, purple, red, three-columns

####################################################################

SMOOTH, WORDPRESS THEME
Copyright (C) 2010 My Tapestry (my-tapestry.com, hello@my-tapestry.com)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

####################################################################
*/

@import "css/reset.css";

/*
####################################################################
Structure
#################################################################### */
body {
	font: .9em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #444;
	background: #6d6d6d;
	text-shadow: 0 1px 0 #fff;
	padding: 0;
}

#nav {
	width: 100%;
	background: #31466e;
	border-bottom: 1px solid #454545;
}
	#navContent {
		width: 940px;
		margin: 0 auto;
		color: #31466e;
	}
		#navContent ul {
			float: right;
		}
		#navContent ul li {
			display: block;
			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;
			padding: 9px 0 10px 0;
		}
			#navContent ul li ul {
				display: none;
			}
	#navContent a, #navContent a:link, #navContent a:visited {
		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: 9px 10px 0 10px;
	margin: 0 auto;
	background: transparent url(images/bg.png) no-repeat top center;
	border: 1px solid #454545;
	border-bottom: none;
	border-top: none;
}

#header {
	padding: 30px 0 45px 0;
	background: #fff url(images/masthead.jpg) center top no-repeat;
	margin-bottom: 10px;
	
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
}
	#header .left {
		margin-left: 527px;
	}
	#header p { display: none;}

#footer {
	border-top: 1px solid #454545;
	background: #31466e;
	padding-bottom: 2px;
	height: 40px;
	text-align: left;
	position: relative;
	padding-bottom: 12px;
}
	#footerContent {
		width: 940px;
		margin: 0 auto;
		padding: 5px 0;
		text-shadow: none;
		text-align: left;
		font-size: .65em;
		color: #888;
		padding-bottom: 3px;
	}
	#footerContent p { margin-bottom: 6px; color: #fff; text-align: left; margin-left: 0; float: left;}
	#footer a { color: #919191; font-size: 1.1em; text-shadow: none; }
/*
####################################################################
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: right;
	clear: none !important;

	width: 300px;
	margin-right: 20px;
}

.col460 {
	float: right;
	clear: none !important;
	margin-right: 20px;
	width: 440px !important;
}
	.postContent {
		float: right;
		clear: none !important;
	}
	.entry { width: 460px; left: 160px; position: relative;}

.col620 {
	float: left;
	width: 620px;
	margin-right: 0px;
}

.left {
	float: left;
}
	.alignleft {
		float: left;
		margin: 0 20px 10px 0;
	}

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

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.clear {
	margin-right: 0;
}
	.clear:after, #header:after, #content:after, #sidebar:after, #wrapper:after, .alignleft:after, .alignright:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

#wrapper { background: #f1f1f1; margin-bottom: -9px;}

/*
####################################################################
Fonts General
#################################################################### */

h1 {
	font-size: 2.0em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 5px;
	color: #4d528c;
	float: right;
	right: 20px;
	position: relative;
}

h2 {
	font-size: 28px;
	line-height: 1.0;
	margin-bottom: 5px;
	/* letter-spacing: -1px; */
	color: #4d528c;
}

	#content h2, #content h3/* , #content .postContent p */ {
		margin-left: 160px;
	}
	/* #respond { left: 20px; top: 10px; position: relative;} */
	#respond { margin: -10px 0 0 0;}
	#content .postContent h2, #content .postContent h3, #respond h2 {
		margin-left: 0;	
	}

h3 {
	font-size: 1.8em;
	font-weight: bold;
	color: /* #4d528c */ #402c8b;
	margin-bottom: 5px;
}
	#sidebar h3 {
		font-size: 1.4em;
	}
	
h4 {
	font-size: 1.2em;
	margin-bottom: 2px;
}

p {
	line-height: 1.8em;
	margin-bottom: 15px;
}

small {
	color: #999;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #31466e;
	cursor: pointer;
}


.post a, .post a:link, .post a:visited, .post a:active, .post a:hover {
	font-weight: bold;
}

a:hover {
	color: #402c8b;
	cursor: pointer;
}

a:active {
	text-shadow: 0 -1px 0 #fff;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
	color: #845f35;
}

h2 a:hover {
	color: #402c8b;
}



/*
####################################################################
Posts / Pages / Comment & Trackback list
#################################################################### */
.post {
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	/* border: 1px solid red; --- */
}
	.post:first-child {
		margin-top: 0;
	}
	h2 + .post {
		margin-top: 25px;
	}

.postInfos, .comment .col140, .pingback .col140, .trackback .col140 {
	margin-top: 3px;
	font-size: .75em;
	color: #888;
	float: left;
	text-align: right;
	/* border: 1px solid red; --- */
}
.postInfos { margin-bottom: 20px;}
	.postInfos p, .comment .col140 p, .comment-reply-link, .pingback .col140 p, .trackback .col140 p {
		display: block;
		line-height: 1.8em;
		margin-bottom: 0;
		padding: 3px 0;
		border-top: 1px solid #ccc;
	}
	.postInfos p:first-child, .comment .col140 p:first-child, .pingback .col140 p:first-child, .trackback .col140 p:first-child {
		padding-top: 0;
		border-top: 0;
	}
	.postContent div.sharethis,
	#post div.sharethis { float: right; background: transparent !important; margin: 5px;}
.post img, .page img, .attachment img, .wp-caption {
	width: auto;
	border: 1px solid #ccc;
	padding: 9px;
	background: #fff;
	float: left;
	margin: 5px 10px 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
	.post a:hover img, .post .wp-caption:hover {
		border: 1px solid #999;
	}
.wp-caption {
	padding: 9px 0 0 8px;
	margin-bottom: 15px;
}
.wp-caption img {
	margin: 0 auto;
	border: 0;
	padding: 0;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
	.post .wp-caption a:hover img {
		border: none;
	}
.wp-caption-text {
	font-size: .9em;
	text-align: center;
	font-style: italic;
	margin: 2px 0 5px;
}
.post .gallery img {
	padding: 4px;
}
.post blockquote {
	margin-left: -19px;
	padding-left: 19px;
	border-left: 1px solid #ccc;
	font-style: italic;
}
.post pre {
	margin-bottom: 15px;
}
.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;
}
	.navComments {
		border-bottom: 1px solid #ccc;
		padding: 15px 0;
		margin: 0 0 15px 0;
	}

.pagination {
	margin-left: -160px;
}
	.pagination span {
		display: block;
		width: 140px;
		float: left;
		margin-right: 20px;
		text-align: right;
	}

.iLikeThis {
	float: right;
	background: #fff;
	font-size: 1.3em;
	padding: 5px;
	margin-top: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}


/*
####################################################################
Comments
#################################################################### */
#comments {
	margin: 10px 0;
	display: block;
	font-weight: bold;
}
	.comment, .pingback, .trackback {
		padding: 15px 0 20px;
		/* border: 1px solid #ccc; */
		/* border-width: 0 1px 1px 0; */
	}
	.comment .col140 { margin: 15px 0 0 0; float: right;}
	.comment-edit-link { display: none;}
	.depth-1 {
		width: 619px;
	}
		.depth-1 .col460 {
			width: 449px;
		}
	.depth-2 {
		width: 610px;
	}
		.depth-2 .col460 {
			width: 440px;
		}
	.depth-3 {
		width: 600px;
	}
		.depth-3 .col460 {
			width: 430px;
		}
	.depth-4 {
		width: 590px;
	}
		.depth-4 .col460 {
			width: 420px;
		}
	.depth-5 {
		width: 580px;
	}
		.depth-5 .col460 {
			width: 410px;
		}
	.depth-6 {
		width: 570px;
	}
		.depth-6 .col460 {
			width: 400px;
		}
	.depth-7 {
		width: 560px;
	}
		.depth-7 .col460 {
			width: 390px;
		}
	.depth-8 {
		width: 550px;
	}
		.depth-8 .col460 {
			width: 380px;
		}
	.depth-9 {
		width: 540px;
	}
		.depth-9 .col460 {
			width: 370px;
		}
	.depth-10 {
		width: 530px;
	}
		.depth-10 .col460 {
			width: 360px;
		}
	
	.avatar {
		float: right;
		margin: 0 0 10px 20px;
		border: 1px solid #ccc;
		padding: 4px;
		background: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
	}

p.nocomments {
	margin-left: 160px;
}

#respond {
	padding: 0 0 15px 0; margin: 10px 0 0 -20px; width: 460px !important; /* border: 1px solid red; */
}
#respond h3 { margin-left: 25px; font-size: 16px;}
#commentform { width: 430px; margin-left: 20px; padding: 0;}
#commentform textarea {
	width: 425px;
}
#commentform span {
	display: block;
    padding: 1px 2px;
    background: #fff;
}
#commentform label {
    margin-left: 10px;
}
/* #content h3.nomargin { margin-left: 0; margin-top: -5px;} */
.comment-block { clear: none; border-bottom: 1px solid #ccc;}
ul#commentlist, ul#commentlist li { list-style: none; margin-left: 10px;}
#commentlist .comment { float: left; padding-top: 0; margin: -10px 0 0 0;}
#commentlist .comment p.comment_meta { clear: both; display: block; margin: 10px 0 0 0; line-height: 1; font-size: 0.75em;}
#commentlist .comment div.col460 { display: block; clear: both;}
.comment { width: 460px;}

/*
####################################################################
Sidebar
#################################################################### */
#sidebar {
	font-size: .75em;
	color: #888;
	padding-top: 12px;
	margin-bottom: 20px;
}
	#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 ul.children {
			margin-left: 10px;
		}
	#sidebar p {
		line-height: 1.5em;
		margin: 0;
		padding: 5px 0;
	}
#sidebar cite { display: block; text-align: right;}
.textwidget {
	padding-bottom: 0 !important;
}

.textwidget img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#sidebar p.qotd, #sidebar p.qotd cite { font-style: italic; font-size: 16px; font-family: "Times New Roman", Times, serif; line-height: 1.3; color: #666;}
#sidebar p.qotd cite { display: block; text-align: right;}

#sidebar h3 a.twitterwidget-title { color: #402c8b;}
#sidebar div.widget_twitter { padding-bottom: 0;}
#sidebar .widget_twitter ul li { margin-left: 5px; margin-right: 5px;}
#sidebar .widget_twitter ul li span.entry-content { color: #666;}
#sidebar .widget_twitter ul li span.entry-meta { color: #666; display: block;}
#sidebar .widget_twitter ul li span.time-meta a { color: #31466e;}
#sidebar .widget_twitter ul li span.from-meta a { color: #31466e;}



.aktt_tweets li { color: #666; font-size: 12px;}
li.aktt_more_updates { border-bottom: none;}
a.aktt_tweet_time { color: #ddd; display: block;}	
/*
####################################################################
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;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

input:hover, textarea:hover {
	border-color: #999;
	outline: none;
}

input:focus, textarea:focus {
	border-color: #999;
	color: #3d3070;
	outline: none;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
}

input.submit,
input.formbutton {
	width: auto;
	font-weight: bold;
	background: #3d3070 url(/images/gradient.png) repeat-x top left;
	color: #fff;
	border: 1px solid #3d3070;
	padding: 5px 10px;
	text-shadow: 0 -1px 0 #3d3070;
	cursor: pointer;
	float: right;
	margin: 0 20px 20px auto;
}
	input.submit:hover, input.submit:focus,
	input.formbutton:hover, input.formbutton:focus {
		background-color: #5744a0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	input.submit:active,
	input.formbutton:active {
		padding: 8px 10px 6px;
	}
	input.formbutton { float: left; margin-top: 5px;}
	
#searchform {
	margin-top: 6px;
}
	#searchform #s {
		float: left;
		width: 263px;
		height: 18px;
		padding: 5px 5px 0;
		border: 1px solid #ccc;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-khtml-border-top-right-radius: 0;
		-khtml-border-bottom-right-radius: 0;
	}
	#searchSubmit {
		cursor: pointer;
		width: 25px;
		height: 25px;
		padding: 0;
		border: 0;
		background: url(images/search.png) no-repeat top left;
		text-indent: -9999px;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
	}
		#searchSubmit:hover, #searchSubmit:focus {
			background-position: center left;
		}
		#searchSubmit:active {
			background-position: bottom left;
		}

div. category-moblog { display: none;}
/*
####################################################################
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;
	}
.post blockquote { font-size: 90%; color: #666; margin: 10px 15px;}
.post blockquote cite { text-align: right !important;}
.page .postContent p { margin-left: -15px;}
.pagemeta { visibility: hidden;}
@font-face { font-family: "dream orphans"; src: url(http://collisionbend.com/fonts/dreamorp.ttf) format("truetype");}
h1 a, h2 a, h3 { font-family: "dream orphans", sans-serif; }