/*
Theme Name: Mark Prokop
Theme URI: http://www.markprokop.com
Description: Built exclusively for Mark Prokop.
Version: 1.0
Author: Nathan Fitzsimmons
Author URI: http://artistemedia.net/
Tags:

	Designed by Artiste Media 2008
	http://artistemedia.net

*/

/*Colors used*/
.dark_blue {
	background:#3a418a;
}
.light_blue {
	background:#bec7e2;
}
.green_tan {
	background:#676156;
}

/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Layout*/
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
blockquote {
	padding:20px 20px 15px 20px;
	margin:20px 0;
	border:1px solid #3a418a;
	background: #a56834;
	color:#fff;
}
.clr {
	clear:both;
}
body {
	background:#3c3b37;
	font-family: Helvetica, Arial, "Liberation Sans", FreeSans,sans-serif;
}
#outer_container {
	width:828px;
	margin:0 auto;
	background:transparent url(images/top_back.jpg) 5px 5px no-repeat;
}
#container {
	width:750px;
	margin:0 auto;
}
#main {
	/*background:#bec7e2;*/
	background:#a56834;
	border:4px solid #3a418a;
}
#header {
	height:225px;
}
#sidebar {
	width:266px;
	float:right;
	margin:20px 0 20px 0;
}
#content {
	width:475px;
	float:left;
	background:#bec7e2;
	border-right:1px solid #3a418a;
}
.post {
	margin:20px;
	clear:both;
}
#sidebar ul {
	margin:0 0 30px 0;
}
#sidebar form {
	width:200px;
	margin:4px auto 24px auto;
}
#footer {
	margin:20px 0;
	line-height: 20px;
}
.page_nav {
	clear:both;
	margin:20px;
}

/*Typography and Style*/
h1 {
	font-size:36px;
	font-weight:bold;
	color: #bec7e2;
	padding-top:45px;
	text-align:center;
	display:none;
}
h1 a {
	text-decoration: none;
	color:#bec7e2;
}
h1 a:hover {
	color:#a2accd;
}
.tagline {
	font-style: italic;
	font-size:18px;
	/*color:#3a418a;*/
	color:#fff;
	text-align:center;
	display:none;
}
.post h2, .post h3 {
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#3a418a;
	margin:0 0 3px 0;
	font-family:Georgia, "Times New Roman", serif;
}
.post h2 a, .post h3 a {
	color:#3a418a;
	text-decoration: none;
}
.post h2 a:hover, .post h3 a:hover {
	color:#656ba8;
}
.post .alignright {
	float:right;
	margin:0 0 15px 15px;
}
.post .alignleft {
	float:left;
	margin:0 15px 15px 0;
}
.post img {
	border:1px solid #3a418a;
}
.post .wp-caption-text {
	padding:0;
	font-size:12px;
	color:#a56834;
	font-family:Georgia, "Times New Roman", serif;
}
.post .entry {
	font-size: 14px;
	color:#676156;
	line-height:19.5px;
}
.post .post_meta {
	font-size:11px;
	color:#676156;
	margin:0 0 10px 0;
	padding:3px 0 7px 0;
	border-bottom:1px dotted #676156;
}
.post .post_meta a, .post a {
	color:#676156;
	text-decoration: underline;
}
.post .post_meta a:hover, .post a:hover {
	color:#847d70;
}
.post .entry p {
	margin:0 0 10px 0;
}
#sidebar h4 {
	font-size:14px;
	color:#bec7e2;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:center;
	text-transform: uppercase;
	margin:0 0 10px 0;
	font-family:Georgia, "Times New Roman", serif;
}
#sidebar ul {
	border-bottom:1px dotted #3a418a;
	font-size:14px;
	line-height:19.5px;
}
#sidebar ul li a {
	display:block;
	color:#3a418a;
	text-decoration: none;
	padding:8px 5px 6px 15px;
	border-top:1px dotted #3a418a;
	background:#a56834;
}

#sidebar ul li a:hover {
	background:#b17a4c;
	color:#fff;
}
#sidebar form input[type=text] {
	border:1px solid #888888;
	color:#888888;
	background:#eeeeee;
	width:125px;
}
#sidebar form input.button {
	width:50px;
	color:#333333;
	background:#aaaaaa;
	border:1px solid #888888;
	cursor:pointer;
}
#sidebar li.date {
	text-align:center;
	font-size:14px;
	color:#3a418a;
	font-family:Georgia, "Times New Roman", serif;
	padding:0 0 10px 0;
}
#footer {
	color:#222222;
	font-size:12px;
	text-align: center;
}
#footer a {
	color:#222222;
	text-decoration: underline;
}
#footer p {
	padding:0;
	margin:0 0 5px 0;
}
#footer a:hover {
	color:#555555;
}
.page_nav, .page_nav a {
	color:#3a418a;
	line-height:19.5px;
	font-size:14px;
}
.page_nav a {
	text-decoration: underline;
}
.page_nav a:hover {
	color:#656ba8;
}
/*search highlight*/
.search-excerpt {
	background:#fff;
}
/*comments*/
h3#comments, h3#respond {
	font-size:18px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#3a418a;
	margin:0 15px;
	font-family:Georgia, "Times New Roman", serif;
}
ol.commentlist {
	padding:15px;
}
ol.commentlist li {
	padding:10px;
	font-size:13px;
	color:#555;
}
ol.commentlist li.alt {
	background:#fff;
	border:1px solid #aaa;
}
ol.commentlist li span.cite {
	font-style:italic;
	font-weight:bold;
}
ol.commentlist li a {
	color:#555;
}
ol.commentlist a:hover {
	color:#888;
}
ol.commentlist li .commentmetadata a {
	line-height:14px;
	font-size:11px;
	color:#888;
}
ol.commentlist li .commentmetadata a:hover {
	color:#555;
}
ol.commentlist li p {
	margin:5px 0 10px 0;
	color:#333;
}
ol.commentlist img {
	float:left;
	margin:0 5px 3px 0;
}
form#commentform {
	padding:15px;
	font-size:13px;
	color:#555;
}