/*
Theme Name: Chris Reed Blog
Description: A theme made for Chris Reed designed by Tyrus Design
Version: 1.0
Author: Matt Richardson
Author URI: http://www.mydynamicmedia.com

*/

/* TABLE OF CONTENTS

00 - Global Elements - Standard Elements
01 - Typography - All Type throughout the site
02 - Main Structure - Columns, clearfix, etc.
03 - Header - Header, Logo, navigation, search.
04 - Dock - jQuery latest articles.
05 - Main Content - Post boxes, post meta, etc.
06 - Sidebar - Custom sidebar widgets.
07 - Footer - Categories, About, Copyright.

/* ----------------------------------------------*/

/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/

body {
	margin:0; padding:0;
	width:auto; height:auto;
	font:14px "Trebuchet MS",Helvetica,Jamrul,sans-serif; color:#FFFFFF;
	background: url("images/background1.jpg") no-repeat fixed center top 
	
}

code {
	margin:0; padding:0;
	width:80%; height:auto;
	font:1.17em Georgia, "Times New Roman", Times, serif;
}

	pre {
		margin:0 auto; padding:5px 20px;
		border:1px solid #bbced7;
		font:0.92em Georgia, "Times New Roman", Times, serif;
		line-height:200%;
	}

blockquote {
	margin:0 auto; padding:5px 20px;
	width:80%; height:auto;
}

img {
	margin:0; padding:0;
	border:0;
}

ins {
	color:#009999;
}

del {
	color:#990000;
}

/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/

h1 {
	margin:-10px 0 0 0; padding:0;
	font:bold 3.53em "Trebuchet MS",Helvetica,Jamrul,sans-serif; color:#fefefe;
	position:relative; display:block;
}

	.post-content h1, .page-content h1 {
		margin:10px 0; padding:0;
		font:bold 2.50em "Trebuchet MS",Helvetica,Jamrul,sans-serif; color:#000000;
	}

	h1 a:link, h1 a:active, h1 a:visited {
		color:#fefefe;
		outline:0;
	}
	
	h1 a:hover {
		color:#d7d7d7;
	}

	h1 span {
		margin:10px 0 0 0;
		width:100%; height:20px;
		position:absolute; display:block;
	}

h2 {
	margin:0; padding:0;
	font:0.83em "Trebuchet MS",Helvetica,Jamrul,sans-serif; color:#b9b9b9;
}

	.post-content h2, .page-content h2 {
		margin:10px 0; padding:0;
		font:bold 2.00em "Trebuchet MS",Helvetica,Jamrul,sans-serif; color:#000000;
	}

h3 {
	margin:10px 0; padding:0;
	font-size: 23px; color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; 
  	}

	.post-content h3, .page-content h3 {
		margin:10px 0; padding:0;
		font-size: 23px; color: #ff0000;
		text-transform: uppercase;
		font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; 
		
	}

	h3 a:link, h3 a:active, h3 a:visited {
		color:#FFFFFF;
                font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
                font-size:32px;
                font-weight:lighter;
                letter-spacing:-1px;
                line-height:37px;
	}
	
	h3 a:hover {
		color:#880101;
		text-decoration: underline;
                font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	}
	
	h3.post-title, .single h3.post-title, h3.post-title-small {
		font-size: 23px; color:#000000;
		text-transform: uppercase;
		font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;		
	}
	
	h6.post-date, .single h6.post-date, h6.post-date-small {
		margin:0px 7px 0px 0px; padding:0;
		width:380px; height:auto;
		font-size: 12px; color:#ffffff;
		text-transform: uppercase;
		font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	}
	
		.single h3.post-title {
			margin:10px 0; padding:0;
			font-size: 23px; color:#ff0000;
			text-transform: uppercase;
			font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
		}
		
		h3.post-title-small {
			font-size:1.50em;
		}

h4 {
	margin:0; padding:0;
	font:bold 1.75em "Trebuchet MS",Helvetica,Jamrul,sans-serif; color:#fefefe;
}

	.post-content h4, .page-content h4 {
		margin:10px 0; padding:0;
		font:bold 1.17em "Trebuchet MS",Helvetica,Jamrul,sans-serif; color:#53798b;
	}

	#footer h4 {
		margin:0 0 20px 0;
	}

h5, #searchform label {
	/* Sidebar Header */
	margin:0; padding:10px 0;
	width:285px; height:auto;
	font:bold 1.5em "Trebuchet MS",sans-serif; color:#FFFFFF;
	text-transform:uppercase;
}

	.post-content h5, .page-content h5 {
		margin:10px 0; padding:0;
		width:auto; height:auto;
		background:none;
		font:bold 1.00em "Trebuchet MS",Helvetica,Jamrul,sans-serif; color:#53798b;
	}

a:link, a:active {
	color:#C6A780;
	text-decoration:none;
}

a:hover {
	color:#fff;
}

a:visited {
	text-decoration:none;
}

/* Header
/* -------------- */

#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {
	margin:0; padding:13px 15px 0 15px;
	font: 14px Trebuchet MS, Helvetica, sans-serif; color:#ffffff;
	display:block;
}

#navigation ul li a:hover {
	color:#fff; text-decoration:underline;
}

#navigation ul.pages li.current_page_item a:link, #navigation ul.pages li.current_page_item a:active, #navigation ul.pages li.current_page_item a:visited {
	/* Crazy margins to pull up the hover image above the borders.*/
	margin:0; padding:13px 15px;
	font: 17px Trebuchet MS, Helvetica, sans-serif; color:#686868;
	color:#fff; position:relative; text-decoration: underline;
	text-transform:uppercase;
}

/* Main Content
/* -------------- */

.post-info {
	text-align:right;
	font:0.95em Trebuchet MS, Helvetica, sans-serif; color:#ffffff;
}

	.post-info span {
		font-size:1.18em;
		display:block;
	}

		.post-info span a:link, .post-info span a:active, .post-info span a:visited {
			color:#1e1c1a;
			text-decoration:none;
		}
		
		
	
.comment-count a:link, .comment-count a:active, .comment-count a:visited {
	margin:0; padding:10px 20px;
	font:bold 1.75em Arial, Helvetica, sans-serif; color:#FFF;
	display:block;
}



	.single .comment-count a:link, .single .comment-count a:active, .single .comment-count a:visited, .comment-count a:link, .page-content .comment-count a:active, .page-content .comment-count a:visited {
		padding:8px 18px;
		font:bold 1.45em Arial, Helvetica, sans-serif;
	}

.post-intro {
	line-height:24px; float: left;
}

.post-intro strong {
	font:bold 1.33em Arial, Helvetica, sans-serif; color:#30393d;
	line-height:21px;
}

.continue-reading a:link, .continue-reading a:active, .continue-reading a:visited,
.cat-posts li.view-more a:link, .cat-posts li.view-more a:active, .cat-posts li.view-more a:visited {
	font: 14px Arial, "Helvetica", sans-serif; color:#FFFFFF;
}

.continue-reading a:hover,
.cat-posts li.view-more a:hover {
	text-decoration: underline;
}

/* Drop Down
/* -------------- */

.category a:link, .category a:visited,
.category-inside a:link, .category-inside a:active, .category-inside a:visited {
	margin-bottom:-1px; padding:15px 25px 0 15px;
	display:inline-block;
	height:25px; outline:0;
	font:1.00em Georgia, "Times New Roman", Times, serif; color:#7f7d7e;
}

.active div {
	margin:0 0 -1px 0; padding:0 0 0 6px;
	width:auto; height:40px;
	background:url(images/cat-hover-left.gif) no-repeat top left;
	float:right; display:block; position:relative; z-index:10;
}

	.active a:link, .active a:visited {
		margin:0; padding:15px 25px 0 15px;
		width:auto; height:25px; display:inline-block;
		font:1.00em Georgia, "Times New Roman", Times, serif; color:#5c5659;
		background:url(images/cat-hover-right.gif) no-repeat top right;
	}
	
.cat-posts li.view-more {
	margin:0; padding-top:15px;
	text-align:right;
}

.cat-posts li a:link, .cat-posts li a:active, .cat-posts li a:visited {
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#30393d;
	display:block;
}
						
.cat-posts li a:hover {
	color:#bd4478;
}
												
	.cat-posts li span {
		font:0.92em Arial, Helvetica, sans-serif; color:#889194;
	}
	
/* Content Navigation
/* -------------- */

.navigation {
	font:normal 0.92em Georgia, "Times New Roman", Times, serif; color:#81888d;
}

	.navigation a:link, .navigation a:visited, .navigation a:active {
		font:bold 0.92em Georgia, "Times New Roman", Times, serif; color:#656c71;
	}
	
	.navigation a:hover {
		color:#35383a;
	}
	
/* Comments
/* -------------- */	

.submit-comment {
	margin:0 0 15px 0; padding:0;
	width:127px; height:27px;
	background:url(images/submit-comment.gif) no-repeat top center;
	display:block; outline:0; text-indent:-9999px;
	border:0;
}

.author {
	font:1.50em Arial, Helvetica, sans-serif; color:#3c4d54;
}

	.author a:link, .author a:active, .author a:visited {
		color:#3c4d54;
	}
	
	.author strong span, .author strong span a:link, .author strong span a:active, .author strong span a:visited {
		color:#6b8894;
		display:inline;
	}
	
.author span {
	font:0.61em Georgia, "Times New Roman", Times, serif; color:#a3aeb2;
	display:block;
}

.comment-text {
	font:1.00em Arial, Helvetica, sans-serif; color:#74868d;
	line-height:19px;
}
	
/* Sidebar
/* -------------- */

#sidebar li {
	font:16px "Trebuchet MS",Helvetica,Jamrul,sans-serif; #ffffff;
}

	#sidebar li a:link, #sidebar li a:visited, #sidebar li a:active {
		font:bold 13px Georgia, Times new roman, serif; color:#c6a780;
	}
	
	#sidebar li a:hover {
		text-decoration:none;
	}
	
#sidebar .rss-date {
	margin:5px 0; padding:0;
	color:#709cb0;	
	display:block;
}

#sidebar .rssSummary {
	margin:5px 0; padding:0;
}

#sidebar li a.sidebar-read-more:link, #sidebar li a.sidebar-read-more:visited, #sidebar li a.sidebar-read-more:active,
#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {
	margin:18px 0 0 25px; padding:0;
	font:bold 13px Georgia, Times new roman, serif; color:#a6b5bc;
	position:absolute;
}

	#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {
		padding:1px 0 0 23px;
		line-height:16px;
	}

#sidebar li a.sidebar-read-more:hover,
#sidebar li a.sidebar-read-more-rss:hover {
	color:#889297; text-decoration:none;
}

#featured-news .sidebar-content a:link, #featured-news .sidebar-content a:active, #featured-news .sidebar-content a:visited,
#recent-news .sidebar-content a:link, #recent-news .sidebar-content a:active, #recent-news .sidebar-content a:visited {
	font:bold 13px Georgia, Times new roman, serif; color:#5a656a;
}

#featured-news .sidebar-content a:hover, #recent-news .sidebar-content a:hover {
	color:#475054;
}

	#featured-news .sidebar-content span a:link, #featured-news .sidebar-content span a:visited, #featured-news .sidebar-content span a:active,
	#recent-news .sidebar-content span a:link, #recent-news .sidebar-content span a:visited, #recent-news .sidebar-content span a:active {
		margin:5px 0 0 0; padding:0;
		font:normal 13px Georgia, Times new roman, serif; color:#709cb0;
		display:block;
	}
	
	#featured-news .sidebar-content span a:hover,
	#recent-news .sidebar-content span a:hover {
		color:#5e8293;
	}
	

/* Footer
/* -------------- */
	
p.about-text {
	margin:0 0 10px 0;
	font:0.92em Arial, Helvetica, sans-serif;
	line-height:17px;
}

p.copyright {
	margin:15px 0 0 0; text-align: center;
	font:0.92em Arial, Helvetica, sans-serif;
}

p.copyright a {
	text-decoration: underline;
}

/* Misc
/* -------------- */

.arial, .arial a {
	font-family:Arial, Helvetica, sans-serif;
}

/* 02 - MAIN STRUCTURE
/* ----------------------------------------------*/

.container {
	/* The container is a class simply because of the multiple full-span elements.*/
	margin:0 auto; padding:0;
	width:950px; height:auto;
}

/* Various Columns
/* -------------- */

.col-580 {
	width:550px; margin: 25px 0 0 0;
	padding: 0 20px 25px; 
	line-height:1.4em; text-align:justify;
}

.col-340 {
	width:300px; margin: 25px 42px 0 0;
	padding: 20px 0 10px 0; 
}

.left, .alignleft {
	float:left;
}

.right, .alignright {
	float:right;
}

.aligncenter {
	margin:0 auto;
	display:block;
}

/* Clearfix
/* -------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* 03 - HEADER
/* ----------------------------------------------*/

#header_back{
	margin: 0; padding: 0;
	width: 100%; height: 391px;	
}

#header {
	margin:0 auto; padding:0;
	width:950px; height:305px;
	//background: url(images/header_image.png) no-repeat top center;
}

	#logo {
		float:left;
                height:300px;
                margin:150px 0 0 100px;
                padding:0;
                text-indent:-10000px;
                width:150px;
	}
		
#navigation {
	width: 550px; float: left;
	margin:250px 0 0 0; padding:0; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 17px;
}

	#navigation ul.pages {
		margin:15px auto; padding:0;
		width:550px; height:auto;
		list-style:none; float:left;
		text-transform: uppercase;
	}
	
		#navigation ul li {
			margin:0 3px; padding:0;
			float:left; overflow:visible;
		}
		
	.rss {
		margin:0 30px 0 0; padding:0;
		width:16px; height:17px;
		float:right;
	}
	
/* 04 - DOCK - Not needed...
/* ----------------------------------------------*/

		
/* 05 - MAIN CONTENT
/* ----------------------------------------------*/

#main-content {
	width:950px; padding:0 0 0 300px;
}

.post {
	margin:0 0 25px 0;
}

/* Archive Post
/* --------------- */

.archive {
	margin:0;
}
	
	.archive .post-meta {
		margin:0 0 17px 0;
	}
	
	.archive .post-info {
		font-style:italic;
	}
	
/* Small (Half) Post
/* --------------- */

.single {
	margin:0 15px 20px 0;
	width:275px; height:auto;
	float:left;
}

	.single .post-content {
		margin:0; padding:22px 17px 11px;
	}
	
	.single .post-image {
		height:138px; width: 481px;
		margin: 0; padding: 0;
		background: url(images/postImageBckgnd.png) top center no-repeat;
	}
	
	.post-image-thumb {
		height:115px; width: 455px;
		margin: 0; padding: 0; overflow: hidden;
		background: url(images/defaultPostThum.png) top center no-repeat;
	}
	
	.single .post-footer {
		padding:16px 23px;
	}
	
	.last {
		margin:0;
	}

/* Post Box
/* --------------- */
	
.post-box {
	width:100%;
	margin:0; padding:0;
}

	.post-meta {
		margin:0 0 23px 0; padding:0;
		position:relative;
	}
		
		.post-info {
			margin:0; //padding:10px 5px;
			//width:190px; height:auto;
			bottom:0; right:0;
			//position:absolute;
		}

	.post-content, .page-content, .comment-content {
		margin:0; padding:0;
		position:relative;
	}	
				
		/* Post image CSS in case it is needed
		
		.post-image, .post-image-inner {
		height:138px; width: 481px;
		margin: 0 auto; padding: 10px 0 0 27px;
		}
		
		.post-image-inner {
		margin:0 auto 10px 15px;
		float:right;
		}
		
		.post-image img, .post-image-inner img {
		margin:0; padding:0;
		text-align:center; display:block;
		}
		
		*/


/* Post Footer
/* --------------- */		
	
		

/* Content Navigation
/* --------------- */	
						
.navigation {
	margin:0; padding:8px 10px;
}

/* WP Attachments
/* --------------- */

.wp-caption {
	margin:0 10px; padding:9px 5px 5px;
	background:#FFF;
	border:1px solid #ebf2f5;
	border-bottom:1px solid #CCCCCC;;
	text-align:center;
}

	.wp-caption-text {
		margin:5px auto auto auto; padding:5px 0 0;
		font:0.92em Arial, Helvetica, sans-serif; color:#656c71;
	}
	
/* Inputs
/* --------------- */

.input {
	margin:0; padding:5px;
	background:#fdfefe;
	border:1px solid #dce7ed;
	font:0.92em Arial, Helvetica, sans-serif; color:#76716c;
}

	
/* Comments
/* --------------- */

.comment-content {
	padding:0;
	background:#f3f8fa;
	border-bottom:0;
}

.commentlist, .commentlist ul {
	margin:15px 0 0 0; padding:0;
	list-style:none;
}

	.commentlist li {
		margin:0; padding:30px;	
		background:url(images/white.gif) repeat-x bottom center;
		border-bottom:1px solid #d9e1e6;
	}
	
	.commentlist li.alt, .thread-alt {
		background:#f9fcfd url(images/white.gif) repeat-x bottom center;
	}
	
	.commentlist li.no-comments {
		margin:55px 0 0 0; padding:0 30px;
		background:none;
		border:0;
	}
	
	.commentlist .children {
		margin:10px 0 0 0; padding:0;
		border:1px solid #d9e1e6;
	}
	
		.commentlist .children li {
			margin:0; padding:20px;
			border-bottom:1px solid #FFF;
		}
	
	
		.commentlist li .comment-wrap {
			position:relative;
			text-align:left;
		}
	
			.commentlist li .comment-text {
				margin:0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
			.commentlist li .comment-author {
				margin:0; padding:0;
				width:auto; height:auto;
			}
			
				.gravatar {
					margin:0 10px 0 0; padding:1px 0 0 2px;
					width:41px; height:40px;
					background:url(images/gravatar.gif) no-repeat top center;
					float:left;
				}
				
				.author {
					margin:2px 0 0 0; padding:0;
					width:auto; height:auto;
					float:left;
				}

/* 06 - SIDEBAR
/* ----------------------------------------------*/

#sidebar {
	margin:0 auto; padding:0;
	width:250px; height:auto;
	list-style:none; 
}

	#sidebar li {
		width:auto; height:auto;
		padding:0 0 30px;
       	}
	
		
		#searchform {
			margin:0 auto; padding:0;
		}
	
		#sidebar li ul, #sidebar .textwidget, #calendar_wrap {
			margin:0 auto; padding:0;
			width:290px; height:auto;
			list-style:none;
		}		

		#sidebar .textwidget {
			margin:0 auto 15px auto;
		}
		
			#sidebar li ul li  {
				margin:0 0 15px 0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
				.sidebar-preview {
					margin:0; padding:3px 0 0 4px;
					width:114px; height:65px;
					float:left;
				}
				
				.sidebar-content {
					margin:0; padding:0;
					width:115px; height:auto;
					float:right;
				}
h7{
font-family: Helvetica, sans-serif;
font-size: 15px;
margin: 0 0 15px 0; padding: 0;

}
				
										
/* 07 - FOOTER
/* ----------------------------------------------*/

#footer {
	margin:0; padding:30px 0;
	width:100%; height:auto;
	float: left; font:14px Arial, Helvetica, sans-serif;
}

#footer a:link {
	font:14px Arial, Helvetica, sans-serif;

		
/* Last Update 2.7.09 */
