/*
Theme Name: WP Blank E 2col
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme E, 2 Columns, 1 Left 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.
-------------------------------------------------------------------*/

/*Main containers ===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	background-color: #0e3f7e;
}
#wrapper {
	width: 800px;
	margin: 12px auto 20px auto;
	padding: 0px;
	background: url(images/bgmain4.gif) repeat-y;
}
#header {
	height: 95px;
	width: 800px;
	margin: 0px;
/*	background: #dbd495 url(images/header2.gif) no-repeat; */
	background: #dbd495;
}
#main {
	width: 800px;
}
#content {
	width: 560px;
	padding: 10px;
	float: right;
	line-height: 1.3em;
/*	background-color: #cbfe69; */
}
#sidebar {
	width: 220px;
	float: left;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #e6e6e6;
}
#footer {
	color: #333;
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 10px 0 10px 0;
	background-color: #dbd495;
}
.c2left{
   position: relative;
   float: left;
   left: 0.00%;
   width: 49.00%;
/*   background-color: #ccccff */
}
.c2right{
   position: relative;
   float: right;
   right: 0.1%;
   width: 48.00%;
/*   background-color: #ccccff */
}

/*===END SECTION 1===*/

/*General classes =================================================*/

a:link, a:visited {
	text-decoration: none;
	color: blue; }
a:hover { text-decoration: underline; }

.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
	font-size: .9em;
}
.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;
}
.breadcrumb {
	font-size: 1.00em;
	color: #fb6711;
	font-variant: small-caps;
	margin-top: 40px;
	margin-left: 20px;
	display: block;
         clear: both;
}
/*===END SECTION 2===*/

/*Style content and footer links ==============================================*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content a[name="design"], #content a[name="architecture"], 
#content a[name="strategies"], #content a[name="privacy"] {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	font-style: italic;
}

	/* #sidebar .page_item .page_item { */
#sidebar > ul > li.page_item > ul > li.page_item {
	display: none;
}
	/* #sidebar .current_page_parent .page_item,
	#sidebar .current_page_ancestor .current_page_parent  {
		display: block;
	}*/
	/* #sidebar .current_page_item .page_item {
		display: block;
	}*/
/*==Chris' CSS==*/

#sidebar > ul > li.current_page_item {
	font-weight: bold;
}
#sidebar > ul > li.current_page_item > ul > li.page_item,
#sidebar > ul > li.current_page_parent > ul > li.page_item {
	font-weight: normal !important;
	display: block;
}
#sidebar > ul > li.current_page_parent > ul > li.current_page_item {
	font-weight: bold !important;
	display: block;
}
/* #sidebar > ul > li.current_page_parent > ul > li,
#sidebar > ul > li.current_page_ancestor > ul > li.current_page_parent {
	font-weight: normal !important;
	display: block;
}*/

/*==END Chris' CSS==*/

/*===END SECTION 3===*/

/*Style for menu, page links in the header =========================================*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 8px 0 0 0;
	width: 750px;
/*	background-image: url(images/bgmenu.gif); */
}
#menu ul {
	margin: 0px;
	padding: 0px;
	float: right;
	font-variant: small-caps;
	font-size: .9em;
}
#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===*/

/*Sidebar links =================================================*/
#sidebar ul {
	margin: 0px;
	padding-left: 15px;
	list-style-type: none;
	font-variant: small-caps;
	font-size: 1.25em;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	color: #e6e6e6;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
	margin-left: 0px;
	padding-left: 5px;
	font-variant: small-caps;
	font-size: .9em;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 5px;
}
/*===END SECTION 5===*/

/*Style the headings =================================================*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 10px 0 0 25px;
	clear: both;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 10px 0 30px;
  padding: 0;
	color: #a49a00;
}
.post h4 {
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #010199;
}
#content h2.pagetitle {
	font-size: 1.8em;
	margin: 20px 0 10px;
	padding: 0;
	color: #a49a00;
	text-align: center;
}
/*===END SECTION 6===*/

/*Style the post date =================================================*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.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;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*Comment form and comments =================================================*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
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;
}
/*===END SECTION 8===*/

/*Blockquotes.... =================================================*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 345px;
  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===*/

/*Images when inserted into a post. =================================================*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
	border: 0;
}
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===*/

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

