/*
Theme Name: Construction
Theme URI:http://ophelianicholson.com
Description: Construction
Version: 1.0
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/

/* General */

body {
	margin: 0;
background:#dbceac;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0px none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* Page */

#page {
	margin: 0 auto;
	width: 800px;
	background: url('images/page.jpg') no-repeat center top;
}

/* Header */

#header {
	width: 800px;
	height: 433px;
	position: relative;
}

	/* Header - Info */

	#header #header-info {
		position: absolute;
		top: 0px;
		left: 20px;
	}

	#header #header-info h1 {
		color: #ffffff;
		font: normal 40px "Century Gothic", Verdana;
		padding-bottom: 5px;
	}

	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 23px "Century Gothic", Verdana;
		padding-left: 80px;
	}

/* Main */

#main {
	width: 780px;
	float: center;
}

	/* Main - Content */

	#content {
		float: left;
		width: 780px;
		padding: 0 8px 0 13px;
	}

	
	
	/* Main - Content - Post */
	#content .post {
		float: left;
		margin-bottom: 13px;
		width: 780px;
	}
		/* Post - Elements */

		#content .post .post-top {
			width: 780px;
			height: 20px;
			background: url('images/post_top.gif') no-repeat;
		}

		#content .post .post-in {
			width: 780px;
			background: #ffffff;
		}

		#content .post .post-bottom {
			width: 780px;
			height: 20px;
			background: url('images/post_bottom.gif') no-repeat;
		}

		/* Post - Title */

		#content .post .post-title {
			width: 780px;
			color: #624939;
			font: normal 10px Verdana;
		}
		
		#content .post .post-title a {
			color: #145996;
			text-decoration: none;
		}

		#content .post .post-title a:hover {
			text-decoration: underline;
		}

		#content .post .post-title .post-date {
			width: 72px;
			height: 50px;
			padding-top: 18px;
			margin-right: 15px;
			background: url('images/post_date.gif') no-repeat;
			float: left;
			text-align: center;
			text-transform: uppercase;
			color: #000000; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana
		}

		#content .post .post-title .post-date span {
			padding-top: 3px;
			display: block;
			font-weight: bold;
			font-size: 23px;
			color: #000000;
		}

		#content .post .post-title h2 {
			padding-top: 17px;
			color: #ac0c03;
			font: normal 22px/34px Verdana;
		}

			#content .post .post-title h2.page-title {
				padding: 0 20px;
			}

		#content .post .post-title h2 a {
			color: #145996;
			text-decoration: none;
		}

		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}

		#content .post .post-title .post-title-info {
			padding-top: 2px;
		}

		/* Post - Entry */

		#content .post .post-entry {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 750px;
			padding: 10px 20px;
		}

		#content .post .post-entry a {
			color: #aa0903;
			text-decoration: none;
		}

		#content .post .post-entry a:hover {
			text-decoration: underline;
		}

		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
	

		#content .post .post-entry blockquote {
			border-left: 10px solid #624939;
			margin: 0px 30px;
			padding-left: 15px;
		}

		/* Post - Info */

		#content .post .post-info {
			color: #624939;
			float: right;
			height: 20px;
			background: url('images/post_info.gif') no-repeat;
			font-style:normal; font-variant:normal; font-weight:normal; line-height:20px; font-size:11px; font-family:Verdana; padding-left:50px; padding-right:20px; padding-top:0; padding-bottom:0
		}

		#content .post .post-info a {
			color: #aa0903;
			text-decoration: none;
		}

			#content .post .post-info a.add-comment-link {
				color: #624939;
			}
		#content .post .post-info a:hover {
			text-decoration: underline;
		}

		/* Post - Subtitle */

		#content .post h3 {
			margin-top: 20px;
			color: #ac0c03;
			font: bold 16px Verdana;
		}

		/* Main - Content - Navigation */

	#content .navigation {
		color: #efe6de;
		width: 780px;
		float: left;
	}

	#content .navigation a {
		margin-bottom: 13px;
		font: bold 11px Verdana;
		color: #efe6de;
		text-decoration: none;
	}

	#content .navigation a:hover {
		text-decoration: underline;
	}

		#content .navigation .navigation-previous {
			float: left;
		}
		#content .navigation .navigation-next {
			float: right;
		}

/* Footer */

#footer {
	padding: 0 32px;
	width: 936px;
	height: 70px;
	color: #000000;
	font: normal 12px/70px Verdana;
}

#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}
