/*
Theme Name: Blank B
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme B, 2 Columns, 1 Right Sidebar
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	background-image: url(images/back.gif);
	font-family:Arial, sans-serif;
	color:#00405F;
}
#wrapper {
	width: 920px;
	margin: 12px auto 20px auto;
	padding: 0px;
	background:url(images/bg.gif) repeat-y center;
}
#header {
	
	width: 400px;
	margin: 0px;
	background:url(images/body_bg.gif) repeat-x left;
height:300px;
}
#main {
	width: 920px;
}
#content {
	width:600px;
	padding: 10px;
	float: left;
	line-height: 1.3em;
}
#sidebar {
	width: 280px;
	float: right;
	margin: -300px 5px 0 0;
}
#footer {
	height: 42px;
	clear: both;
	text-align: left;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	display: none;
}
.post {
	padding: 5px;
	font-size: .9em;
}

.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
  
}
.navigation a:link {
color: #FFFFFF;
  
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
display: none;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
list-style:none;
margin:0px 5px;
padding-left:10px;
}

#sidebar li{
list-style:none;
}

#sidebar ul li a {
	color:#999999;
	text-decoration:none !important;
	margin:0;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar ul li a:hover {
background:#F5FBFF;
color:#516F86;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
display: none;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
border-bottom:4px solid #00405F;
color:#999999;
font:bold 20px arial;
letter-spacing:5;
line-height:12px;
text-transform:uppercase;
margin-top: 35px;
padding-bottom:6px;
width:95%;
}
.post a:link, .post a:visited {
		color:#fff;
	text-decoration:underline;

	
	font-family: Arial, Helvetica, sans-serif;
}
.post h2 {
		color:#00405F;
	clear: both;
	font-size:24px;
	margin:0;
	padding:0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.post h2 a:link, .post h2 a:visited {
	color:#00405F;
	text-decoration:none !important;
	font-size:24px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-transform: uppercase;
}
.post h2 a:hover, .post h2 a:active{
	color:#00405F;
	
	font-size:24px;
	
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00405F;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
display: none;
	height: 89px;
	width: 71px;

	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;

}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
	display: none;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
	display: none;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/


h4 {
font-size:130%;
}

h5
{
	font-size:66px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #cccccc;
padding-bottom: 5px;
border-bottom:4px solid #00405F;
margin-bottom: 20px;
padding-bottom: 20px;
}


