/*
Theme Name: Parkerdigital
Theme URI: http://www.parkerdigital.net
Description: The WordPress theme for site <b>Parkerdigital</b>.
Version: 1.0
Author: ParkerDigital
Author URI: http://www.parkerdigital.net/
*/

/*
	Main styles
*/

html { width: 100%; }

* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px/16px Tahoma, Arial, sans-serif;
	color: #e8d2b0;
	background: #363e43 url("images/back.gif") 0 0 repeat-x;
}

a img, fieldset {
	border: none;
}

legend {
	display: none;
}

p {
	margin: 10px 0 0 0;
}

ul, ol {
	margin: 10px 0 0 20px;
}

pre {
	font: 14px/16px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #a59883;
}

a:hover {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	outline:none;
}

.overflow {
	overflow: auto;
}

/*
	Layonts
*/

#container {
	margin: 0 auto;
	width: 840px;
	overflow: hidden;
}

#header {
	margin: 0 auto;
	width: 1000px;
	height: 310px;
	overflow: hidden;
	background: url("images/tape.png") 20px center no-repeat;
}

#content {
	float: left;
	width: 560px;
}

#aside {
	float: left;
	width: 250px;
	margin: 0 20px 0 0;
	font: 13px/18px Tahoma, Arial, sans-serif;
	color: #e8d2b0;
}

#blog {
	padding: 0;
	margin: 20px auto -10px;
	width: 100%;
	background: #2b3236 url("images/operator.jpg") right bottom no-repeat;;
	overflow: hidden;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background: url("images/footer.png") 0 0 repeat-x;
	overflow: hidden;
}

	#footer .back {
		background: #191d1f;
		margin-top: 25px;
		width: 100%;
		overflow: hidden;
		height: 90px;
	}

/*
	Logo
*/

#logo {
	float: left;
	width: 257px;
	height: 54px;
	margin: 30px 0 0 100px;
}

	#logo h1 {
		position: relative; 
		margin: 0;
		padding: 0;
	}

	#logo h1 a {
		display: block;
		width: 257px;
		height: 54px;
		cursor: pointer;
	}

	#logo h1 span {
		position: absolute;
		width: 257px;
		height: 54px;
		background: url("images/logo.png") 0 0 no-repeat;
	}

/*
	Menu
*/

#menu {
	float: right;
	width: 220px;
	height: 94px;
	margin-right: 220px;
}

	#menu ul {
		float: left;
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 220px;
		height: 94px;
	}

		#menu ul li {
			float: left;
			margin: 0;
			font: bold 17px/31px Arial, Tahoma, sans-serif;
			height: 94px;
		}

		#menu ul li a {
			display: block;
			position: relative;
			color: #fff;
		}

		#menu ul li a span {
			display: block;
			position: absolute;
			width: 100%;
			height: 94px;
			top: 0;
			left: 0;
			cursor: pointer;
		}

			#menu ul li.h a {
				width: 73px;
			}

				#menu ul li.h a span {
					background: url("images/menu.jpg") 0 0 no-repeat;
					width: 73px;
				}

				#menu ul li.h a.active span, #menu ul li.h a:hover span{
					background-position: 0 -94px;
				}

			#menu ul li.b a {
				width: 73px;
			}

				#menu ul li.b a span {
					background: url("images/menu.jpg") -73px 0 no-repeat;
					width: 73px;
				}

				#menu ul li.b a.active span, #menu ul li.b a:hover span{
					background-position: -73px -94px;
				}

			#menu ul li.c a {
				width: 73px;
			}

				#menu ul li.c a span {
					background: url("images/menu.jpg") -146px 0 no-repeat;
					width: 73px;
				}

				#menu ul li.c a.active span, #menu ul li.c a:hover span{
					background-position: -146px -94px;
				}

/*
	Content
*/

#content .pages, #content .posts {
	margin-top: 10px;
	font: 13px/16px Tahoma, Arial, sans-serif;
}

	#content .pages h2 {
		color: #e8d2b0;
		font: bold 19px/22px Tahoma, Arial;
		margin: 10px 0 0;
	}

/*
	Blog
*/

#blog .posts {
	margin: 0 auto -10px;
	width: 840px;
	overflow: hidden;
	padding: 10px 0 50px;
}

	#blog .posts .post {
		margin: 20px 0 0 0;
		width: 1000px;
		overflow: hidden;
	}

#content .posts {
	width: 560px;
	overflow: hidden;
}

	#content .posts .post {
		margin: 20px 0 30px;
		overflow: hidden;
	}

#blog .posts h2, #content .posts h2 {
	margin: 0;
	font: 24px/30px Arial, Tahoma, sans-serif;
	color: #9ab2b6;
}

	#blog .posts .post .entry .info, #content .posts .post .entry .info {
		float: left;
		width: 80px;
	}

	#blog .posts .post .entry .text {
		float: left;
		width: 750px;
	}

		#blog .posts .post .entry .text p {
		}

	#content .posts .post .entry .text {
		float: left;
		width: 450px;
	}

		#blog .posts .post .entry .info .date, #content .posts .post .entry .info .date {
			float: left;
			width: 60px;
			background: url("images/date.gif") 0 0 no-repeat;
			text-align: center;
			color: #a09480;
		}

			#blog .posts .post .entry .info .date .d, #content .posts .post .entry .info .date .d {
				font: bold 27px/50px Arial, Tahoma;
				color: #363e43;
			}

			#blog .posts .post .entry .info .date .m, #content .posts .post .entry .info .date .m {
				font: bold 17px/22px Arial, Tahoma;
				text-transform: uppercase;
			}

	#blog .posts .post .entry h2, #content .posts .post .entry h2 {
		color: #a8c2c6;
		font: bold 17px/22px Arial, Tahoma;
		margin: 0;
	}

		#blog .posts .post .entry h2 a, #content .posts .post .entry h2 a {
			color: #a8c2c6;
		}

/*
	Sidebar
*/

#aside h3 {
	font: 24px/30px Arial, Tahoma, sans-serif;
	color: #9ab2b6;
}

#aside p {
	margin: 10px 0 0 10px;
	color: #e8d2b0;
}

#aside ul {
	list-style-type: none;
	margin: 10px 0 0;
	color: #838383;
}

	#aside ul li {
		margin-bottom: 20px;
	}

		#aside ul li ul {
			list-style-type: none;
			margin: 10px 0 0 10px;
		}

			#aside ul li ul li {
				list-style-type: none;
				margin: 0;
			}

	#aside ul li a {
		color: #e8d2b0;
		text-decoration: none;
	}

/*
	Other styles
*/

#footer p {
	color: #998d7a;
	font: bold 11px/14px Arial;
}

	#footer p a {
		color: #998d7a;
	}

	#footer .back .wrapper {
		width: 850px;
		margin: 0 auto;
		overflow: hidden;
	}

/*
	Navigation
*/

.navigation {
	display: block;
	text-align: center;
	margin: 10px 10px 30px;
	overflow: hidden;
}

	.alignright {
		float: right;
	}

	.alignleft {
		float: left
	}

/*
	Comments
*/

h3#comments, #respond h3 {
	font: 24px/30px Arial, Tahoma, sans-serif;
	color: #9ab2b6;
	/*margin: 20px 0 0 0;*/
	float: right;
	width: 500px;
}

.commentlist {
	padding: 0;
	font: 12px/18px Tahoma, Arial, sans-serif;
	float: right;
	width: 500px;
}

#commentform {
	float: right;
	width: 500px;
	margin: 0 0 20px;
}

	.commentlist li {
		margin: 15px 10px 10px 0;
		list-style: none;
		background: url("images/dot.png") bottom left repeat-x;
	}

		.commentlist li ul li {
			margin-left: 10px;
		}

	.commentlist li .avatar { 
		float: right;
		border: 1px solid #eee;
		padding: 2px;
		background: #fff;
	}

	.commentlist cite, .commentlist cite a {
		font-weight: bold;
		font-style: normal;
	}

	.children { padding: 0; }

	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
	}

	.commentmetadata {
		margin: 0;
		display: block;
	}
	
#respond {
	margin: 10px 0 10px 30px;
}

#comment {
	width: 100%;
}

#author, #email, #url, #comment {
	background: #ddd;
	border: 1px solid #cad2d8;
	color: #000;
	font: 14px/18px Arial;
	padding: 3px 2px;
}

/*
	Images
*/

p img {
	padding: 0;
	max-width: 100%;
	margin: 5px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.white {
	color: #fff;
}