/*  
THEME NAME: blog.txt
THEME URI: http://www.plaintxt.org/themes/blogtxt/
DESCRIPTION: Clean, easy to navigate, and content-centered. Offers a unique CMS-ish home page option. Widgets-friendly and for WordPress 2.0+
VERSION: 1.2
AUTHOR: Scott Allan Wallick
AUTHOR URI: http://scottwallick.com/
*/
/*
"blog.txt" (C) 2006 Scott Allan Wallick - http://scottwallick.com/ - and distributed under the terms of the GNU General Public License v2
*/
body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	color:#00529f;
	font:Arial, Helvetica, sans-serif;
}

img {
border: 0;
} 
.awi_header {
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:22px; 
}
.awi_header2 {
	z-index:-102;
	cursor:pointer;
	background-color:#FFFFFF;
	height:163px;
}
.awi_header3 {
	background-color:#FFFFFF;
	z-index:-99;
	height:138px;

}
.awi_header4 {
	background-color:#BEC2C3;
	z-index:2000;
	height:25px;
	width:100%;
	padding-top:5px;
}
.awi_brown_header {
	text-transform: uppercase;
	font-weight:bold;
	color: #757575;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.awi_inputtext {
	border: solid 1px #757575;
}
.awi_homelink {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-color:#aaaca1;
	vertical-align:bottom;
}
div#wrapper {
	margin: 5px 0 0 7em;
	padding: 0;
	background-color:#FFFFFF;
}




div#container { margin: 0 300px 0 0; 	background-color:#FFFFFF;}
/* COMMON ELEMENT DECLARATIONS */
h1#title, h2.post-title, p#about-next, div.sidebar ul li h2, div.navigation , div.post-entry span.more-link {
	text-transform: uppercase;
	font-weight:bold;

}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;	
	color: #004f92;	
}
h2.post-title, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6 {
	color: #2B6EA5;
}
/*parem paneel H2*/
div.sidebar ul li h2 {
	color: #757575;
}


div#content img, li a img { border: none; }
/* HEADER STUFF */
div#header { margin: 5em 0 0 -0.5em;  background-color:#f3f8e4;}
h1#title, p#description { margin: 0; }
h1#title {
	border-bottom: 0.1em solid #00529f;
	font-size: 4em;
	letter-spacing: 1px;
	line-height: 65%;
	padding: 0 0 0 0.1em;
	z-index: 2;
}
p#description {
	color: #777;
	font-size: 1.2em;
	padding: 0.5em;
}
/* CONTENT / CONTAINER STUFF */
div.narrowcolumn {
	padding: 0 4em 0 0;
	padding-top:50px;
	background-color:#FFFFFF;

}
h2.post-title {
	font-size: 1.3em;
	margin: 30 0 -0.2em 0;
}
div.post-entry p {
	font-size: 1em;
	margin: 10 0 10 0;
}
div.post-entry ul li {
	list-style: square;
	line-height: 20px;
}
div.post-entry ul li ul { margin-bottom: 0.5em; }
div.post-entry ul li ul li {
	list-style: circle;
}
div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6 {
	font-size: 1.3em;
	margin: 10 0 10 0;
}
div.post-entry span.more-link, div.post-entry p.paged-link {
	font-size: 0.9em;
	font-weight: bold;
}
p.post-footer {
	border-bottom: 1px solid #00529f;
	border-top: 1px solid #00529f;
	color: #00529f;
	font-size: 0.9em;
	text-align: center;
	margin: 1em 0 4em 0;
	padding: 0.1em 0.2em;
	background-color:#FFFFFF;	
}
span.pre-title {
	color: #00529f;
}
/* COMMENTS STUFF */
div#comments { margin: 4em 0 0 0; }
div#comments h3 {
	color: #004f92;
	font-size: 1.4em;
	margin: 2em 0 0.5em 0;
}
ol.commentlist li { margin: 0 0 5em 0; }
ol.commentlist li.trackback {
	border: 1px solid #00529f;
	font-size: 0.9em;
	list-style: none;
	margin: 1em 0;
	padding: 0.5em;
}
ol.commentlist li.trackback p {
	color: #777;
	margin: 0.5em;
}
ol.commentlist li p { margin: 0.5em 0; }
ol.commentlist p.comment-metadata {
	font-style: italic;
	margin: 0 0 2em 0;
}
div.formcontainer p { margin: 0 0 1em 2em; }
input#author, input#email, input#url, textarea#comment {
	font-size: 1em;
	line-height: 125%;
	padding: 0.3em;
}
input#author, input#email, input#url { width: 17em; }
textarea#comment {
	height: 12em;
	overflow: auto;
	width: 23em;
}
/* FOR SEARCH.PHP (THE RESULTS) */
ol.searchresults li { margin: 0 0 2em 0; }
ol.searchresults li p { margin: 0 0 0.2em 0; }
/* SIDEBAR STUFF */
div#col1 {
	border-left: 4px solid #8BC7EC;
        float: left;
	margin: 0 0 0 -300px;
	padding: 1em 0 0 0;
	width: 290px;
	z-index:1000;
	top:0px;
	margin-top:0px;
	background-color:#FFFFFF;
	vertical-align:top;
	position:relative;
}
div.sidebar ul {
	margin: 0 0 0 2em;
	padding: 0;
	background-color:#FFFFFF;	
}
div.sidebar ul li, div.sidebar ul li p {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
	background-color:#FFFFFF;	
}
div.sidebar ul li h2 {
	font: bold 1.1em/normal Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 0.2em 0;
	color:#757575;
	background-color:#FFFFFF;	
}
div.sidebar ul li ul, form {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;	
}
div.sidebar ul li ul li {
	color: #757575;
	margin: 0;
	padding: 0 0 0.1em 0;
	background-color:#FFFFFF;	
}
div.sidebar ul li ul li ul li {
	color: #757575;
	list-style: disc inside;
	margin: 0 0 0 1em;
	background-color:#FFFFFF;	
}
li#rss-links ul li.rss-link, li#interact-links ul li.comment-link, li#interact-links ul li.trackback-link {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.3em;
}
li#rss-links ul li.rss-link { background: url(images/feed.gif) no-repeat left center; }
li#interact-links ul li.comment-link { background: url(images/comment.gif) no-repeat left center; }
li#interact-links ul li.trackback-link { background: url(images/trackback.gif) no-repeat left center; }
/* FOOTER STUFF */
div#footer {
	clear: both;
	width: 100%;
	padding: 1em 0 1em 0;
}
div#footer p {
	color: #00529f;
	font-size: 0.9em;
	margin: 0;
}
/* UNIVERSAL THINGS */
blockquote, code, pre {
	color: #004f92;
	padding: 0.1em 1em;
}
blockquote blockquote {
	border-left: 5px solid #00529f;
}
code, pre { font: 1em/140% Arial, Helvetica, sans-serif; }
abbr, acronym {
	border-bottom: 1px dotted #4a5f82;
	cursor: help;
}
.clearer {
	clear: both;
	height: 0;
}
.alignright { float: right; }
.alignleft, div#container { float: left; }
div.navigation {
	clear: both;
	font-size: 0.9em;
	height: 1.5em;
	margin: 3em 0;
}
/* LAYOUT AND LINKS FOR IMAGES CLASSES: ALIGNRIGHT, ALIGNLEFT, AND CENTER */
div#content img.center, div#content img.alignright, div#content img.alignleft {
	border: 1px solid #00529f;
}
div#content a:hover img.center, div#content a:hover img.alignright, div#content a:hover img.alignleft {
	border: 1px solid #2c384d;
	color: #004f92;
}
div#content img.center {
	display: block;
	margin: 0.4em auto;
}
div#content img.alignright { margin: 0.4em 0 0.4em 1.1em; 	}
div#content img.alignleft { margin: 0.4em 1.1em 0.4em 0; 	}
/* LINKS, PEACE BE UPON THEM */
a, a:link, a:visited, a:active, a:hover {
	outline: none;
	text-decoration: none;
}
div#header a, div#header a:link, div#header a:visited, div#header a:active { color: #a6bdde; }
div#header a:hover { color: #9aa1ae; 	}
div#content a, div#content a:link, div#content a:visited, div#content a:active {
	border-bottom: 1px solid #00529f;
	color: #00529f;
}
div#content h2.post-title a:link, div#content h2.post-title a:active, div#content h2.post-title a:visited, div#content p.post-footer a:link, div#content p.post-footer a:active, div#content p.post-footer a:visited {
	border-bottom: none;
	color:#004F92;	
}
div.sidebar a, div.sidebar a:link, div.sidebar a:visited, div.sidebar a:active {
	border-bottom: 1px solid #757575;
	color: #757575;
	background-color:#FFFFFF;	
	vertical-align:top;
}
div#content a:hover, div#content h2.post-title a:hover, div#content p.post-footer a:hover {
	border-bottom: 1px solid #00529f;
	color: #004F92;
	
}
div.sidebar a:hover {
	border-bottom: 1px solid #757575;
	color: #545454;
	background-color:#F4F4F4;	
}

div#footer p a, div#footer p a:link, div#footer p a:visited, div#footer p a:active {
	border-bottom: 1px solid #00529f;
	color: #00529f;
	background-color:#FFFFFF;	
}
div#footer p a:hover {
	border-bottom: 1px solid #00529f;
	color: #00529f;
	background-color:#FFFFFF;	
}