/* CSS Document */

/*
Theme Name: Z-Blog
Theme URI: http://blog.zcorum.com/
Description: A brief description.
Version: 1.0
Author: Ben Parlier
Author URI: http://www.parlierdesign.com.
Tags: ZCorum, Z-Blog, custom-made for ZCorum
*/

/* this is just some code to get the file size of STYLE.CSS above 8,192 bytes - if this file size, or any file size of any file, in Dreamweaver's testing folder is exactly 8,192 bytes, then Dreamweaver will crash and be unable to re-boot. See http://groups.google.com/group/macromedia.dreamweaver/browse_thread/thread/2bf95dcd3d50f50d/4f6b8d6385dc3466?pli=1 for more information. */

/* begin STRUCTURE */

* {margin: 0px; padding: 0px;}

.alignleft { float:left; margin: 0 10px 10px 0; } 

.alignright { float:right; margin: 0 0 10px 10px;}

.center { text-align:center; }

#blog-title {
	width:496px;
	float: left;
	clear:none;
	padding: 0px;
	position:relative;
	margin-top: -30px;
	left: 184px;
	}
	
#excerpt, #meta {
	padding: 5px 0;
	}
	
.clearfooter {
	height: 143px; 
	clear: both; 
	}
	
#comments {
	width:630px;
	height: auto;
	float:left;
	clear:both;
	padding: 0 20px;
	margin: 20px 0;
}

#container {
	min-height: 100%;
	margin: 0 auto -143px;
	}
	
#content {
	width: 960px;
	margin: 0px auto;
	}
	
.copyright {
	margin: 10px auto;
	}
		
#footer {
	width: 1020px;
	height: 103px;
	padding: 20px 0px;
	margin: 0px auto;
	}

#footer-bg {
	text-align: center;
	width: 100%;
	height: 143px;
	padding: 10px 0px;
	}
	
#header {
	width: 1020px;
	height: 140px;
	margin: 0 auto;
	background-image: url(http://blog.zcorum.com/wp-content/themes/ZCorum/images/header.png);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#header-bg  {
	width: 100%; 
	height: 140px; 
	}
	
html, body {height: 100%; width: 100%;}

#narrow-column {
	text-align: left;
	width: 670px;
	height:100%;
	float: left;
	padding: 20px;
	margin: 10px 0;
	border: thin solid #002b55;
        display: inline-block;
        }

#navigation {
	width: 1020px;
	height: 26px;
	margin: 0 auto;
	}	

#navigation-bg {
	width: 100%;
	height: 26px;	
	border-top: 1px solid #5d85ad;
	border-bottom: 1px solid #002b55;
	}	

#navigation-menu   {
	display:inline;
	height: 26px;
	float:right;
	margin: 0 20px 0 0;
	position: relative;
	}
	
#navigation-menu ul {
	list-style-type:none;
	}

#navigation-menu ul li {
	display:inline;
	padding: 0 10px;
	}
	
#meta {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}
	
#post {
	width: 670px;
	height: 205px;
	float:none;
	clear:both;
	margin: 20px 0;
	}

#post-content {
	width: 630px;
	height: auto;
	padding: 20px;
	float:left;
	clear: both;
	}

#post-content > p {padding-bottom: 10px;}

#post-content > h1 {font-size: 36px; text-transform: none; margin: 30px 0; font-weight: 900;}

#post-content > h2 {font-size: 24px; color: #000; margin: 30px 0 11.25px 0; font-weight: 900;}

#post-content > h2 + p {margin-top: 0;}

#post-content > h3 {font-size: 21px; margin: 22.5px 0 7.5px 0; font-weight: 900;}

#post-content > h3 + p {margin-top: 0;}

#post-content > h4 {font-size: 18px; margin: 15px 0 6.5625px 0; font-weight: 900;}

#post-content > h4 + p {margin-top: 0;}

#post-content > h5 {font-size: 16px; margin: 13.125px 0 5.625px 0; font-weight: 900;}

#post-content > h5 + p {margin-top: 0;}

#post-content > h6 {font-size: 14px; margin: 11.25px 0 5px 0; font-weight: 900;}

#post-content > h6 + p {margin-top: 0;}

#post-content > table {font-family: 'Arial',Helvetica, sans; font-size: 12px;}
	
#post-content p img {
	margin: 0 20px 10px 0;
	display:inline;
	clear: none;
	vertical-align:text-top;
	}

#post-info {
	width:450px;
	height:205px;
	float: right;
	display:inline-block;
}
	
#post-title, #excerpt, #meta {
	width:100%;
	height: auto;
	float:right;
	clear:none;
	margin: 5px 0;
	}

#search-form {
	width:292px;
	height:auto;
	display:block;
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	}
	
#search-form input {
	display:inline;
	vertical-align:middle;
	}

#search-bg {
	width: 292px;
	height: 140px;
	margin-left: 700px;
	
	background-color: transparent;
	background-image: url(http://blog.zcorum.com/wp-content/themes/ZCorum/images/searchbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#search-post {
	width: 630px;
	height: auto;
	float:none;
	clear:both;
	margin: 20px 0;
	padding: 0 20px;
	}

#sidebar {
	width: 210px; 
	min-height:100%;
	float: right;
	padding: 10px;
	margin: 10px 0;
	border: thin solid #002b55;
        vertical-align: top;
	}
	
#sidebar ul {
	list-style-type:none;
	margin-bottom: 20px;
	}
	
#sidebar ul li ul li {
	font-size:1.4em;
	line-height:1.6em;
	margin-left: 1.2em;
	list-style-type: square;
	list-style-position: outside;
	}
	
#single-info {
	width:630px;
	margin: 0px 0px 20px 0px;
	}
	
#single-meta, #single-title {
	width:630px;
	height: auto;
	float:left;
	clear:both;
	padding: 0 20px;
	}
	
#single-meta {
	margin-left:20px;
	padding: 5px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}
	
#single-navigation {
	width: 630px;
	height:auto;
	float:left;
	clear:both;
	padding: 0 20px;
	margin-top: 20px;
	}
	
#single-navigation .align-left {
	width: 315px;
	text-align:left;
	float:left;
	display:inline;
	overflow:hidden;
	}

#single-navigation .align-right {
	width: 315px;
	text-align:right;
	float:right;
	display:inline;
	overflow:hidden;
	}

#single-post {
	width: 670px;
	min-height: 100%;
	/*
	float:none;
	clear:both;
	*/
	display: inline-block;
	margin: 20px 0;
        }
	
#single-title {
	margin-bottom:20px;
	}

#subscription-bg {
	text-align: left;
	height: 30px;
	width: 292px;
	margin-top:4px;
	position:relative;
}

#subscription {
	width:auto;
	height:100%;
	position:relative;
	text-align:center;
}

#subscription img {
	display: inline;
	vertical-align:middle;
}

#subscription a img, #subscription a:link img, #subscription a:hover img, #subscription a:visited img, #subscription a:active img {
	border:none;
	text-decoration:none;
}

#subscription a {
	font-size: 1.4em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	vertical-align:middle;
}

#thumbnail {
	width: 185px;
	height: 185px;
	float:left;
	padding: 10px;
	border: 1px solid #002b55;
	display: inline-block;
	}
	
/* end STRUCTURE */


/* begin TYPORGRAPHY and COLORS */

body {font-size: 62.5%; background-color: #d2d5d8; text-align: center;}

p, ul, li, a, label {font-family: 'Arial', Helvetica, sans-serif;}

p {font-size: 1.2em; line-height: 1.6em;}

.alignleft-text {
	text-align:left;
	}
	
.alignright-text {
	text-align:right;
	}
	
#comments .atab_box p {
text-transform:none;
}
	
#blog-title, #blog-title a, #blog-title a:visited {
	text-decoration:none;
	color:#e09700;
	text-align:left;
	font-weight: lighter;
	}
	
#blog-title a:hover, #blog-title a:active {
	color: #a67000;
	}
	
.center-text {
	text-align:center;
	}
	
#comments {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.6em;
	color: #666666;
	font-weight:normal;
	text-transform:uppercase;
	}
	
#comments a, #comments a:link, #comments a:visited {
	color: #3d6286;
	text-decoration:underline;
	}
	
#comments a:hover, #comments a:active {
	color: #002b55;
	text-decoration:underline;
	}
	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	}

#excerpt, #excerpt p {
	font-style:italic;
	color:#666;
	text-align:justify;
	}

#excerpt a:link, #excerpt a:visited {
	color: #3d6286;
	text-decoration:underline;
	}
	
#footer, #footer ul, #footer li, #footer a, #footer p {
	color: #FFF;
	text-align: center;
	}
	
#footer p {
	font-weight:normal;
	color:#3d6286;
	margin: 10px 0;
}

#footer ul, #footer li {
	font-size:1.2em;
	text-transform:uppercase;
	list-style-type:none;
	display:inline;
	}
	
#footer li {
	padding: 0 5px;
	}

#footer a, #footer a:link, #footer a:visited {
	font-size:1em;
	line-height:1em;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer-bg {
	background-color:#002b55;
	border-top: 1px solid #FFF;
	}
	
#narrow-column h2.gray-text {
	color: #666;
	}

#header-bg {
	background-color: #002b55;
	}

.justify-text {
	text-align:justify;
}

#meta {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	font-weight:normal;
	text-transform:uppercase;
	}
	
#meta a, #meta a:link, #meta a:visited {
	color: #3d6286;
	font-weight:normal;
	text-decoration:underline;
	}
	
#meta a:hover, #meta a:active {
	color: #002b55;
	font-weight:normal;
	text-decoration:underline;
	}
	
#narrow-column {
	background-color: #FFF;
	}

	
#navigation-bg {
	background-color: #3d6286;
	}
	
#navigation-menu {
	font-size:1.2em;
	line-height:26px;
	color: #FFF;
	text-transform:uppercase;
	}

#navigation-menu a, #navigation-menu a:link, #navigation-menu a:visited {
	font-weight:normal;
	color: #FFF;
	text-transform:uppercase;
	text-decoration:none;
	}
	
#navigation-menu a:hover, #navigation-menu a:active {
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:underline;
	}

#post-content p {
	color: #000;
	text-decoration:none;
	margin: 10px 0;
	text-align:justify;
	}

#post-content a:link, #post-content a:visited {
	color: #3d6286;
	text-decoration:underline;
	display:inline;
	}

#post-content a:hover, #post-content a:active {
	color: #002b55;
	text-decoration:underline;
	display:inline;
	}
	
#post-content ul {
	font-size:1.2em;
	line-height:1.6em;
	text-align:justify;
	list-style-type:disc;
	list-style-position: outside;
	margin: 20px 30px;
	}
	
#post-content ol {
	font-size:1.2em;
	line-height:1.6em;
	text-align:justify;
	list-style-position: outside;
	margin: 20px 30px;
	}
	
#post-content ol li, #post-content ul li {
	margin:10px 0;
	}

	
h2.post-title {
	color: #002b55;
	}
	
h2.post-title, h2.post-title > a:link, h2.post-title > a:visited {
	font-weight: bold;
	color: #002b55;
	text-decoration: none;
	}
	
h2.post-title > a:hover, h2.post-title > a:active {
	font-weight: bold;
	color: #3d6286;
	text-decoration: none;
	}
	
.search-form-text {
	height:1.6em;
	font-size: 1.2em;
	line-height:1.6em;
	color: #666;
	vertical-align:middle;
	}
	
#search-post, #search-post h2, #search-post a {
	font-family:Arial, Helvetica, sans-serif;
	}
	
#search-post h2 {
	font-size:1.8em;
	line-height:1.8em;
	}
	
#search-post a:link, #search-post a:visited, #search-post h2 a:link, #search-post h2 a:visited {
	color: #002b55;
	text-decoration:none;
	}
	
#search-post a:hover, #search-post a:active, #search-post h2 a:hover, #search-post h2 a:active {
	text-decoration: underline;
	color: #3d6286;
	}
	
#search-post small, #search-post p {
	color:#666;
	}

#sidebar, #narrowcolumn, .image-column {
	background-color: #FFFFFF;
	}

#sidebar h2 {
	font-size:1.6em;
	line-height:2em;
	text-decoration: underline;
	}

#sidebar a, #sidebar ul, #sidebar li, #sidebar p, #sidebar ol {
	font-weight:normal;
	text-align:left;
	color:#002b55;
	text-decoration:none;
	}

#sidebar a:hover, #sidebar a:active {
	font-weight: normal;
	color:#3d6286;
	text-decoration:underline;
	}
	
#single-meta {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.6em;
	color: #666666;
	font-weight:normal;
	text-transform:uppercase;
	}
	
#single-meta a, #single-meta a:link, #single-meta a:visited {
	color: #3d6286;
	text-decoration:underline;
	}
	
#single-meta a:hover, #single-meta a:active {
	color: #002b55;
	text-decoration:underline;
	}
	
#single-navigation p, #single-navigation p a {
	font-family:Arial, Helvetica, sans-serif;
	color: #3d6286;
	text-transform:uppercase;
	line-height:1.2em;
	text-decoration: underline;
	display:inline;
	}

#single-navigation p a:hover, #single-navigation p a:active {
	color: #002b55;
	text-decoration: underline;
	display:inline;
	}
	
#social-icons {
	width: 100%;
	height: 31px;
	clear: both;
	margin: 0 auto;
	padding: 8px 0;
	}
	
#social-icons a, #social-icons a:link, #social-icons a:hover, #social-icons a:visited, #social-icons a:active {
	text-decoration:none;
	}
	
#thumbnail img {
	margin: 0 auto;
	border:none;
	}
	
/* end TYPOGRAPHY and COLORS */

/* begin HEADERS */

h1, h2, h3, h4, h5, h6 {font-family: 'Arial', Helvetica, sans-serif;}

h1 {
	font-size:1.6em;
	font-weight: lighter;
	text-transform: uppercase;
	}
	
h2 {
	font-size: 2.4em;
	}

/* end HEADERS */


/* begin COMMENTS */

.commentlist li, #commentform input, #commentform textarea {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
}

.commentlist li ul li {
font-size: 1.2em;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #002b55;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
        line-height: 1.4em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.6em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 20px 0;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 20px 5px 20px 0;
	}
	
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* end COMMENTS */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}
/* End captions */
