/***************************************************

	TEEHAN+LAX - BLOG PAGE STYLES 	
	author: Chris Erwin	
	company: teehan+lax (www.teehanlax.com)	
	
****************************************************/

/******* INDEX ********
	=Blog Homepage
	=Platforms
************************/

/* =Blog Homepage */
#blog_home.content_container {
	background: url(../images/blog/header_blog.jpg) no-repeat left top;	
	
}

#blog_home.content_container .page_header {
	height: 155px;
	position: relative;
}
	#blog_home.content_container .page_header h1 {
		padding-top: 88px;
	}
	#blog_home.content_container .page_header .rss_button {
		position: absolute;
		bottom: 20px;
		right: 20px;		
	}
	
#blog_home.content_container #alt_header {
	background: #8a8a8a;
	padding: 7px 28px;
	border: 0;
}
	#blog_home.content_container #alt_header h2 {
		font-size: 18px;
		font-weight: normal;
		color: #fff;
	}

#blog_home.content_container .article_container.content_box, #comment_container.content_box {
	padding: 30px 28px;
	width: 579px;
	margin-top: 0;
	display: inline;
}


#blog_home.content_container .article_container.content_box h2.pagetitle {
	font-size: 35px;
	font-weight: bold;
	color: #454545;
	margin-bottom: 0;
}

#blog_home.content_container .article_container.content_box .navigation {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #e8e7e5;
}
#blog_home.content_container .article_container.content_box .navigation.bottom {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#blog_home.content_container .article_container.content_box .navigation a {
	font-size: 14px;
	font-weight: bold;
	color: #20a4d0;		
}
#blog_home.content_container .article_container.content_box .navigation a:hover {
	color: #0e82a8;
}


.article {
	margin-bottom: 0px;
}
.article .head {
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e7e5;
}
	.article .head h1 {
		font-size: 35px;
		font-weight: bold;
		color: #454545;
		margin-bottom: 5px;
	}
	.article .head h1 a {
		color: #454545;
		text-decoration: none;
	}
	.article .head h1 a:hover {
		color: #696969;
	}
	.article .head .author {
		font-size: 26px;
		font-weight: bold;
		color: #c9c9c9;
	}
	.article .head .date {
		font-size: 26px;
		line-height: 26px;
		color: #c9c9c9;
		float: left;
		margin-right: 18px;
	}
	
	.comment_bubble {	
		background: url(../images/blog/bg_comment_bubble_right.gif) no-repeat right top;
		display: block;
		float: left;
		margin-right: 6px;
	}
		.comment_bubble a { 
			background: url(../images/blog/bg_comment_bubble_left.gif) no-repeat left top;
			display: block;
			line-height: 30px !important;
			line-height: 27px;
			font-size: 20px;
			color: #fff;
			text-decoration: none;
			padding: 0 5px;
		}
		.comment_bubble a span {
			background: url(../images/blog/bg_comment_bubble_bottom.gif) no-repeat center bottom;
			display: block;
			padding-bottom: 2px !important;
			padding-bottom: 5px;
			padding-right: 4px;
			padding-left: 4px;		
		}
		
	.article .body {
		margin: 20px 0;
	}
		.article .body strong,
		.article .body b {
			font-weight:  bold;			
		}
		.article .body a {
			color: #20a4d0;
		}
		.article .body a:hover {
			color: #0e82a8;
		}
		.article .body ul {
			list-style: square;
			margin: 5px 10px 25px 15px;
			padding-left: 20px;
		}
		.article .body ul li {
			margin-bottom: 7px;
		}
		
		.article .body ol {
			margin: 5px 10px 25px 15px;
			padding-left: 20px;
		}
		
		.article .body ol li {
			margin-bottom: 7px;			
			list-style: decimal;
		}
		
		.article .body .hidden {
			display: none;
		}
		
		
		.article .body blockquote {
			float: left;
			border-top: 1px solid #d0d0d0;
			border-bottom: 1px solid #d0d0d0;
			width: 170px;
			padding: 15px;
			margin-right: 20px;
			font-size: 20px;
			color: #242424;
		}
		
		.article .body blockquote.right {
			float: right;
			text-align: right;
			margin-left: 20px;
		}
		
		.article .body .divider {
			display:  block;
			height:  1px;
			background: #ddd;
			margin:  15px 0;
		}
		
		.article .body .image_left {
			float: left;
			padding-right: 18px;			
		}
		
		.article .body .image_right {
			float: right;
			padding-right: 18px;			
		}
		
	.article .foot {
		border-top: 1px solid #e8e7e5;
		padding-top: 10px;
		font-weight: bold;
		color: #cacaca;
	}
		.article .foot a {
			color: #20a4d0;
		}
		.article .foot a:hover {
			color: #0e82a8;
		}

.result {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e7e5;
}
.result h1 {
	font-size: 24px;
	font-weight: bold;
	color: #454545;
	margin-bottom: 5px;
}
.result h1 a {
	color: #454545;
	text-decoration: none;
}	
.result h1 a:hover {
	color: #696969;
}
.result  .author {
	font-size: 20px;
	font-weight: bold;
	color: #c9c9c9;
}
.result  .date {
	font-size: 20px;
	line-height: 26px;
	color: #c9c9c9;
}

#comment_container #heading {
	border-bottom: 1px solid #e8e7e5;
	padding-bottom: 7px;
}
	#comment_container h1 {
		font-size: 26px;
		color: #c9c9c9;
	}
		#comment_container h1.darker {
			color: #454545;
		}
	#comment_container #heading h1 {		
		line-height: 32px;
		margin-left: 5px;
	}
	#comment_container #comments {
		margin-bottom: 25px;
	}	
	#comment_container .comment {
		border-bottom: 1px solid #e8e7e5;
		padding-top: 25px;
	}
		#comment_container .comment .date_time {
			width: 75px;
			text-align: right;
		}
			#comment_container .comment .date_time .date {
				display: block;
				font-size: 24px;
				color: #c9c9c9;
			}
			#comment_container .comment .date_time .time {
				display: block;
				font-size: 13px;
				font-weight: bold;
				color: #c9c9c9;
				margin-bottom: 5px;
			}
			#comment_container .comment .date_time a {
				color: #20a4d0;
			}
			#comment_container .comment .date_time a:hover {
				color: #0e82a8;
			}
		#comment_container .comment .body {
			width: 510px;
			margin-left: 78px;
			padding-left: 15px;
		}
			#comment_container .comment .body .comment_author {
				font-size: 16px;
				font-weight: bold;
				color: #c9c9c9;
			}
			#comment_container .comment .body .comment_author a {
				text-decoration: none;
				color: #20a4d0;
			}
			#comment_container .comment .body .comment_author a:hover {
				color: #0e82a8;
			}
			#comment_container .comment .body .comment_content {
				line-height: 20px;
				width: 475px;
			}
				#comment_container .comment .body .comment_content a {
					color: #20a4d0;
				}
			#comment_container .comment .body .comment_content em.moderation {
				font-style: italic;
				background-color:#f8f9c5;
				padding: 3px;
			}
		#comment_container .currently_loggedin {
			margin-top: 15px;
			font-size: 14px;
		}
		#comment_container .currently_loggedin a {
			color: #20a4d0;
		}
		#comment_container .currently_loggedin a:hover {
			color: #0e82a8;
		}
		#comment_container label {
			display: block;
			font-size: 14px;
			color: #454545;
			margin: 15px 0 1px 0;
		}
		#comment_container .textfield {
			border: 1px solid #ddd;
			padding: 3px;
			color: #8a8a8a;
		}
		#comment_container .textfield:focus {
			background: #eef9fc;
		}
		#comment_container .textbox {
			width: 500px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #8a8a8a;
			line-height: 20px;
		}
	
#side_bar {
	width: 298px;
}
#calendar_wrapper {
	margin-top: -10px;
	background: url(../images/blog/bg_calendar_top.jpg) no-repeat left top;	
}
	#calendar_wrapper .inner {
		width: 235px;
		margin: 5px;
		padding: 25px 20px;
	}
	#calendar_wrapper .inner .textfield {
		font-size: 14px;
		padding: 3px;
		width: 140px;
		margin-bottom: -4px;
	}
	#calendar_wrapper .inner #calendar_header {
		margin-top: 15px;
	}
	#calendar_wrapper .inner #calendar_header h2 {
		color: #000;
		text-align: center;
		position: relative;
		border-top: 1px solid #d9d9d8;
		padding-top: 15px;
	}
	#calendar_wrapper .inner #calendar_header h2 #prev_month_link {
		position: absolute;
		top: 18px;
		left: 0;
		text-decoration: none;
		font-size: 12px;
	}
	#calendar_wrapper .inner #calendar_header h2 #next_month_link {
		position: absolute;
		top: 18px;
		right: 0;
		text-decoration: none;
		font-size: 12px;
	}
	#calendar_wrapper .inner #calendar_header #month_nav {
		font-size: 12px;
		color: #cbcbcb;
		font-weight: bold;
		line-height: 18px;
	}
	#calendar_wrapper .inner #calendar_header #month_nav a {
		text-decoration: none;
	}
	#calendar_wrapper .inner #blog_calendar td, #calendar_wrapper .inner #blog_calendar th {
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		padding: 5px 7px;
		width: 15px;
		color: #cacaca;
	}
	#calendar_wrapper .inner #blog_calendar th { 
		color: #464646;
	}
	#calendar_wrapper .inner #blog_calendar td.post_date {
		background: url(../images/blog/bg_calendar_postday.gif) no-repeat 3px 0px;
	}
	#calendar_wrapper .inner #blog_calendar td.post_date a {
		color: #fff;
		text-decoration: none;
	}
	#calendar_wrapper .inner #blog_calendar #today {
		background: url(../images/blog/bg_calendar_today.gif) no-repeat 3px 0px;
		color: #fff;
	}
	#calendar_wrapper .inner #blog_calendar #today a {
		color: #fff;
	}

#sidebar_nav_wrapper {
	margin: 25px 0 40px 25px;
	}
	#sidebar_nav_wrapper ul {
		margin-bottom: 25px;
	}
	#sidebar_nav_wrapper ul li {
		margin-bottom: 8px;
		font-size: 13px;
		color: #aaa;
	}
	#sidebar_nav_wrapper ul li a {
		text-decoration: none;
		color: #20a4d0;
	}
	#sidebar_nav_wrapper ul li a:hover {
		color: #0e82a8;
	}
	
	#twitter_link {	
		
		padding-top: 20px;	
		
		border-top-color: #d6d6d6;	
		
		border-top-style: solid;	
		
		border-top-width: 1px;	
		
		color: black;	
		
		font-weight: bold;	
		margin-top: 20px;	
		margin-bottom: -10px;
	}
	
	#twitter_link a {
		font-style: normal;
		font-weight: normal;
		text-decoration: none;	
		
	}
