/*
Theme Name: Slack's Place Blue Calm
Theme URI: http://www.housetrevethan.com
Description: Nice calming blue theme that's easy on the eyes.
Version: 1.0
Author: P. Allen Trevethan, Jr.
Author URI: http://www.housetrevethan.com
*/

/* Base styles */
body {
	margin:0px;
	padding:0px;
	background-color: #5a5f64;
}

p {
	padding: 4px 8px 7px 8px;
	font-size: 10px;
	font-family:sans-serif;
	font-weight:normal;
	font-style:normal;
	margin: 0px;
}

h1 {
	padding: 4px 8px 7px 8px;
	font-size: 20px;
	font-family:sans-serif;
	font-weight:bold;
	font-style:normal;
	margin: 0px;
}

h2 {
	padding: 4px 8px 7px 8px;
	font-size: 17px;
	font-family:sans-serif;
	font-weight:normal;
	font-style:normal;
	margin: 0px;
}

blockquote {
	padding: 4px 17px 7px 17px;
	font-size: 10;
	font-family:sans-serif;
	font-weight:normal;
	font-style:normal;
	margin: 0px;
}

a, a:visited {
	text-decoration:none;
	color:#0000dd;
}

a:hover {
	color:#659cd8;
}



#master_container {
	background : #5a5f64;
}

#site_container {
	background : #5a5f64;
	margin-left : auto;
	margin-right : auto;
	margin-top : 0px;
	margin-bottom : 0px;
	width : 1000px;
}

#logo_area {
	width: 100%;
	clear:both;
}

	#logo_area h1 {
		font-size:30px;
		text-align: center;
	}
	
	#logo_area h2 {
		font-size:22px;
		text-align: center;
	}
	
#main_ad_area {
	width:980px;
	clear:both;
	margin-bottom:45px;
}

	.ad_unit_468_1 {
		width:468px;
		overflow:hidden;
		margin-left:auto;
		margin-right:5px;
		float:left;
	}
	
	.ad_unit_468_2 {
		width:468px;
		overflow:hidden;
		margin-left:5px;
		margin-right:auto;
		float:right;
	}

.alignleft 
{
	float:left;
}

#content_area {
	width: 100%;
	clear:both;
	font-family:sans-serif;
}

	#content_data {
		float:left;
		width:805px;
		margin-right:15px;
		margin-left:0px;
	}
	
		#content_data .navigation {		
			font-size:13px;
			font-style:italic;
			font-weight:bold;
			text-align:center;
		}
	
		#content_data .post {
			
		}
		
			#content_data .post .title {
				margin:0px;
				padding:0px 15px 0px 15px;
				clear:both;
			}
			
				#content_data .post .title h1 {
					font-size:22px;
					font-weight:bold;
					font-style:normal;
					margin:0px;
					padding:0px;
				}
				
					#content_data .post .title h1 a, #content_data .post .title h1 a:visited {
						color:#000000;
					}
					
					#content_data .post .title h1 a:hover {
						color:#cadff5;
					}
				
				#content_data .post .title h3 {
					font-size:18px;
					font-style:italic;
					font-weight:normal;
					margin:0px;
					padding:0px;
				}
					
					#content_data .post .title h3 a, #content_data .post .title h3 a:visited {
						color:#000000;
					}
					
					#content_data .post .title h3 a:hover {
						color:#cadff5;
					}
			
			#content_data .post .content {
				margin:0px;
				padding:5px 15px 0px 15px;
				clear:both;
			}
			
				#content_data .post .content p {
					font-size:15px;
					font-weight:normal;
					font-style:normal;
				}
				
				#content_data .post .content blockquote {
					font-size:15px;
					font-weight:bold;
					font-style:normal;
					padding-right:8px;
					padding-left:25px;
				}
				
				#content_data .post .content img {
					margin: 3px;
					padding: 5px;
					border: solid 1px #212427
				}

					#content_data .post .content .rawimage {
						margin: 3px;
						padding: 5px;
						border: 0px;
					}
					
				#content_data .post .content pre {
					margin-right: 25px;
					margin-left: 15px;
					border: dashed 1px #000000;
					font-family: monospace;
					line-height: normal;
					padding: 5px;
				}
			
			#content_data .post .footer {
				font-size:10px;
				font-weight:bold;
				margin:0px;
				padding:15px;
				clear:both;
			}
			
				#content_data .post .footer p {
					font-size:10px;
					font-weight:bold;
					font-style:normal;
				}
			
			#content_data .post .comments {
				font-family: Arial, Helvetica, sans-serif;
				margin-top: 20px;
			}
			
				#content_data .post .comments .comment {
					clear:both;
				}
				
					#content_data .post .comments .comment .title {
						font-size: 18px;
						font-weight: bold;
						font-style: normal;
					}
					
					#content_data .post .comments .comment .content {
						margin-left: 5px;
						font-size: 14px;
						font-weight: normal;
						font-style: normal;
					}
					
						#content_data .post .comments .comment .content .notice {
							color:#ff0000;
							font-weight:bold;
						}
					
					#content_data .post .comments .comment .footer {
						font-size: 12px;
						font-weight: bold;
						font-style: norm
					}
	
	#sidebar {
		width:180px;
		float:right;
	}
	
		#sidebar .block {
			margin: 0px 0px 15px 0px;
		}
		
			#sidebar .block .title {
				text-align:center;
				font-family:sans-serif;
				font-size: 16px;
				font-style: normal;
				font-weight: bold;
			}
			
			#sidebar .block .badges {
				text-align:center;
			}
			
				#sidebar .block .badges img{
					border:0px;
				}
			
			#sidebar .block .adspace {
				margin-left:auto;
				margin-right:auto;
				width:160px;
			}
			
			#sidebar .block .menu {
				font-family:sans-serif;
				font-size: 10px;
				font-style: normal;
				font-weight: normal;
				padding: 3px 1px 3px 1px;
			}
			
				#sidebar .block .menu ul {
					list-style-type: disc;
					list-style-position: outside;
					margin: 0px 0px 7px 4px;
				}
				
				#sidebar .block .menu li {
					font-size: 13px;
					font-weight: normal;
					font-style: normal;
				}
				
			#sidebar .block .nosmoke {
				font-family:sans-serif;
				border:solid 1px #212427;
				margin-left: auto;
				margin-right: auto;
				background-color:#cadff5;
				width:70%;
			}
			
				#sidebar .block .nosmoke .title {
					font-size:15px;
					font-weight:bold;
					text-align:center;
				}
				
				#sidebar .block .nosmoke .content {
					font-size:13px;
					font-weight:normal;
					text-align:center;
				}
			
			#sidebar .block .readlist {
				font-family:sans-serif;
				text-align:center;
			}
				
				#sidebar .block .readlist .name {
					font-weight:bold;
					font-size:12px;
					font-style:normal;
				}
				
				#sidebar .block .readlist .desc {
					font-size:12px;
					font-style:normal;
				}
			
			#sidebar .block .twitter_div {
				width:170px;
			}
			

#footer_area {
	width: 100%;
	clear:both;
}

/* Accent Header */
	/* Top border and right corner */
	.ah_bt {
		background:url(images/accentbox.jpg) no-repeat 100% 0;
		margin:0 0 0 38px;
		height:28px;
	}
	
	/* Top left corner */
	.ah_bt div {
		height:28px;
		width:38px;
		position:relative;
		left:-38px;
		background:url(images/accentbox.jpg) no-repeat 0 0;
	}
	
	/* Bottom border and right corner */
	.ah_bb {
		background:url(images/accentbox.jpg) no-repeat 100% 100%;
		margin:0 0 0 5px;
		height:4px;
	}
	
	/* Bottom left corner */
	.ah_bb div {
		height:4px;
		width:5px;
		position:relative;
		left:-5px;
		background:url(images/accentbox.jpg) no-repeat 0 100%;
	}
	
	/* Left border */
	.ah_i1 {
		padding:0 0 0 5px;
		background:url(images/accentborder.jpg) repeat-y 0 0;
	}
	
	/* Right border */
	.ah_i2 {
		padding:0 20px 0 0;
		background:url(images/accentborder.jpg) repeat-y 100% 0;
	}
	
	.ah_i3 {
		background-color: #659cd8;
	}

/* Content Box 1 */
	/* Top border and right corner */
	.cb1_bt {
		background:url(images/contentbox1.jpg) no-repeat 100% 0;
		margin:0 0 0 5px;
		height:4px;
	}
	
	/* Top left corner */
	.cb1_bt div {
		height:4px;
		width:5px;
		position:relative;
		left:-5px;
		background:url(images/contentbox1.jpg) no-repeat 0 0;
	}
	
	/* Bottom border and right corner */
	.cb1_bb {
		background:url(images/contentbox1.jpg) no-repeat 100% 100%;
		margin:0 0 0 38px;
		height:52px;
	}
	
	/* Bottom left corner */
	.cb1_bb div {
		height:52px;
		width:38px;
		position:relative;
		left:-38px;
		background:url(images/contentbox1.jpg) no-repeat 0 100%;
	}
	
	/* Left border */
	.cb1_i1 {
		padding:0 0 0 5px;
		background:url(images/content1border.jpg) repeat-y 0 0;
	}
	
	/* Right border */
	.cb1_i2 {
		padding:0 20px 0 0;
		background:url(images/content1border.jpg) repeat-y 100% 0;
	}
	
	.cb1_i3 {
		background-color: #cadff5;
	}

/* Content Box 2 */
	/* Top border and right corner */
	.cb2_bt {
		background:url(images/contentbox2.jpg) no-repeat 100% 0;
		margin:0 0 0 5px;
		height:4px;
	}
	
	/* Top left corner */
	.cb2_bt div {
		height:4px;
		width:5px;
		position:relative;
		left:-5px;
		background:url(images/contentbox2.jpg) no-repeat 0 0;
	}
	
	/* Bottom border and right corner */
	.cb2_bb {
		background:url(images/contentbox2.jpg) no-repeat 100% 100%;
		margin:0 0 0 38px;
		height:52px;
	}
	
	/* Bottom left corner */
	.cb2_bb div {
		height:52px;
		width:38px;
		position:relative;
		left:-38px;
		background:url(images/contentbox2.jpg) no-repeat 0 100%;
	}
	
	/* Left border */
	.cb2_i1 {
		padding:0 0 0 5px;
		background:url(images/content2border.jpg) repeat-y 0 0;
	}
	
	/* Right border */
	.cb2_i2 {
		padding:0 20px 0 0;
		background:url(images/content2border.jpg) repeat-y 100% 0;
	}
	
	.cb2_i3 {
		background-color: #919ead;
	}

