/*
Theme Name: therouxdown
Theme URI: 
Description: A custom Wordpress theme 
Author: Andrew Theroux
Author URI:  http://therouxdown.com/
version: 3.0
Tags: two-column, widget-ready,blueprint
*/


/* =================================
Main Layout & Structure 
================================= */

body {
	background: url(/blog/wp-content/themes/therouxdown-v3/images/td-inky-bg.jpg) #044e66 repeat-x 0 0;
	color: #333333;
}

#wrapper {
	margin: 0 auto 0;
	padding-top: 100px;
}

.logo h1 {
	margin: 0;
}

.logo h1 a {
	background:transparent url(/blog/wp-content/themes/therouxdown-v3/images/td-v3.png) no-repeat scroll 0 0;
	display:block;
	height: 80px;
	text-indent:-9999px;
}

#home-content-area {
	background: #333 url(/blog/wp-content/themes/therouxdown-v3/images/black-texture.jpg) no-repeat 0 0;
	border: 1px solid #333;
	padding-top: 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


#content-area {
	background: url(/blog/wp-content/themes/therouxdown-v3/images/concrete.jpg) repeat-x 0 0 #fff;
	border: 1px solid #eee;
	padding-top: 60px;
	padding-bottom: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.post {
	margin-bottom: 4em;
}

.rounded {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#footer {
	margin-top: 0.25em;
}

.prepend-half {
	padding-left: 20px;
}

.append-half {
	padding-right: 20px;
}

.prepend-quarter {
	padding-left: 10px;
}

.append-quarter {
	padding-right: 10px;
}

.error, .notice, .success {
	display: block;
}

.right {
	display: inline;
	float: right;
	margin-left: 1em;
}

.left {
	display: inline;
	float: left;
	margin-right: 1em;
}


.photo {
	border: 3px solid #eee;
}

fieldset {
	border: 1px solid #eee;
}

img {
	display: block;
}

/* =================================
Blog Posts
================================= */

.title {
	width:100%;
}


small.date {
	float: right;
	font-style: italic;
	text-transform: lowercase;
}

.navigation {
	border-bottom: 3px solid #dddddd;
	height: 100%;
	margin: 2em 0 2em 0;
	padding: 0 0 1em 0;
}

.entry img {
	border: 1px solid #eee;
}

.entry a img:hover {
	border: 1px solid #0796c7;
}
/* =================================
Comments
================================= */

.comment {
	padding: 2em;
}

.comment p {
	margin-top: 1em;
}

.comment img.avatar {
	float:left;
	margin-right:1em;
	vertical-align:text-top;
}

.byuser {
	background: #eee;
	border: #ddd;
}

#content-area ol.commentlist {
	list-style: none;
}

ol.commentlist li {
	border-bottom: 1px dotted #ddd;
}


/* =================================
Sidebar Layout & Structure 
================================= */

#sidebar {
	float: right;
	display:inline;
	margin-top: 0em;
	margin-right: 35px;
}

#linkedin {
	background: #333333;
	height: 33px;
	margin-bottom: 2em;
	padding: 0;
}

#linkedin img {
	display: block;
}

#twitter-div, #recent-posts, #archives {
	background: url(/blog/wp-content/themes/therouxdown-v3/images/concrete.jpg) repeat-x 0 0 #fff;
	border: 1px solid #eee;
	margin-bottom: 2em;	
	padding-bottom: 1em;
	padding-top: 1em;
}

#twitter_update_list, #recent-posts ul {
	list-style-type: none;
	margin-right: 0;
	margin-left: 0;
}

#twitter_update_list ul {
	padding: 0.25em;
}

#twitter_update_list li, #recent-posts li {
	border-bottom: 1px dotted #888;
	margin: 0 0 1em 0;
	padding-bottom: 1em;
}

#twitter_update_list li span {
	display: block;	
}


/* =================================
Nav
================================= */

#pages {
	margin: 0 0 2em 0;
	padding: 0;
	width: 180px;
}

#pages ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#pages ul li { /*Needed to keep IE6 from adding space between li*/
	vertical-align: bottom; 
	zoom: 1;
}	

#pages li a {
	background: url(/blog/wp-content/themes/therouxdown-v3/images/sidebar.png);
	display: block;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	width: 100%;
}

#pages li.page-item-34 a {
	background-position: 366px 0px;
	height: 63px;
}

#pages li.page-item-34 a:hover {
	background-position: 0px 0px;
}

#pages li.page-item-34 a:active {
	background-position: 192px 0px;	
}

#pages li.page-item-36 a {
	background-position: 366px -63px;
	height: 54px;
}

#pages li.page-item-36 a:hover {
	background-position: 0px -63px;
}

#pages li.page-item-36 a:active {
	background-position: 192px -63px;	
}

#pages li.page-item-2 a {
	background-position: 366px -117px;
	height: 54px;
}

#pages li.page-item-2 a:hover {
	background-position: 0px -117px;
}

#pages li.page-item-2 a:active {
	background-position: 192px -117px;	
}

#pages li.page-item-6 a {
	background-position: 366px -171px;
	height: 60px;
}

#pages li.page-item-6 a:hover {
	background-position: 0px -171px;
}

#pages li.page-item-6 a:active {
	background-position: 192px -171px;	
}


/* ================================= 
Typography 
================================= */


h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
}

h2.subheader {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 0.25em;
}

#home h2.subheader {
	background:transparent url(/blog/wp-content/themes/therouxdown-v3/images/home-text.png) no-repeat scroll 0 0;
	border:medium none;
	color:#eeeeee;
	font-size:2em;
	height:275px;
	margin-bottom:1em;
	text-indent:-9999px;
}

#home h3 {
	border: none;
	color: #eee;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#home p {
	color: #eee;
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#home p a {
	font-weight: bold;
	border-bottom: 1px dotted;
	text-decoration: none;
}

h2.subheader span, h3 span {
	color: #0796c7;
}

.post h2 {
	border-bottom: 3px solid #ddd;
}

.post h2 a {
	text-decoration: none;
}

.entry h3 {
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 0.5em;
}	

#content-area ol, #content-area ul {
	list-style-position: inside;
}

a.more-link {
	color: #DC3E09;
	font-style: italic;
	display: block;
	margin-top: 1em;
}

a.more-link:hover {
	color: #0796c7;
}

a {
	color: #0796c7;
	outline-style:none;
	outline-width:0;
}

a:hover {
	color: #DC3E09;
}

a:active {
	color: #F65723;
}

p, ol, ul, li {
	color: #333333;
}

#pages li a:hover {
	color: #ffffff;
}

#twitter-link {
	font-size: 0.8em;
	font-weight: bold;
}

#twitter_update_list li, #recent-posts li {
	font-size: 0.8em;
}	

#footer {
	color: #eeeeee;
}
