/*
Theme Name: Blank 3 Column
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: three-column, widget-ready, blank
*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	margin:15px;
	padding:0 12px 0 12px;
}

code{
	font-family:"Courier New", Courier, monospace;
}


/* links */

a{
	color:#000;
	text-decoration:none;
}

a:hover{text-decoration: underline;}



/* container */


#container {
	width:1100px;
	margin: 0 auto 1em;
	padding:0;
	background:#fff;
	color:#000;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#DDE7DE;
	width:100%; 
	height:150px;
	color: #fff; 
  position: relative;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:0;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}

/*Image replacement.*/

#logo {
	width: 1100px;
	height: 150px;
	position: relative;
	}
#logo span {
	background: url("images/pookieMD.newtagonly2.jpg") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

#feeds {
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-size: 11px;
  color: #000;
}
#feeds a, #feeds a:link, #feeds a:visited, #feeds a:hover, #feeds a:active {
  color: #000;
  text-decoration: underline;
}

#feeds a:hover {
  text-decoration: none;
}
/* main menu */


#menu {
	background: #00007A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;;
	width:100%; 
  height: 50px;
	overflow:hidden;
  
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
  line-height: 50px;
  
}

#menu ul li a {
	padding:0 10px;
	margin: 0;
	color: #fff;
	display:block;
  text-transform: uppercase;
  font-weight: bold;
}

#menu ul li a:hover {
	color: #DDE7DE;
  text-decoration: none;
}

/* search */

#search {
  float: right;
  color: #fff;
  line-height: 50px;
  width: 250px;
}

#searchform{
	padding:0;
	margin:0;
  display: inline;
}

#searchform input#s{
	margin: 0;
	border: 1px solid #fff;
	padding: 2px;
}




/* content */


#content {
	overflow: hidden;
	margin: 35px 15px;
  margin-bottom: 0;
  float: left;
  width: 520px;
  position: relative;
  display: inline;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:italic 15px arial,helvetica,sans-serif;
  font-weight: bold;
  color: #00007A;
	}
	
.post h2 a{
	color: #000177;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {
  font-size: 13px;
  padding-left: 25px;  
  list-style-type: disc;
}

.post ol {
  font-size: 13px;
  padding-left: 25px;

}

.post li {}

.entry p, .entry label {
  margin:12px 0;
  font-size: 13px;
}
.entry table {
  font-size: 13px;
}

.entry ol {
  
}

.entry li {
  
}


.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
  font-size: 10px;
  background-image: url("images/postSeparator_33x9.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 20px;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	



/* left sidebar */

#left {
	width:209px;
	float:left;
	margin:25px 0 0 45px;
	padding: 0 12px;
  background-color: #DDE7DE;
  position: relative;
  display: inline;
	}

#left h2{
	font-style: italic;
  font-size: 15px;
  font-weight: bold;
	color: #000177;	
	margin: 10px 0;
	padding: 0 0 0 16px;
  background-image: url("images/blue_10x10.png");
  background-repeat: no-repeat;
  background-position: center left;
}

#left label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px 0;
	padding:0;
	}

#left ul li {
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#recentComments {
  font-size: 13px;
}

#left li.rc_item {
  margin-bottom: 1em;
}

#left #recentComments ul li {
  list-style-type: none;
  margin-left: 0px;
  padding: 0;
  list-style-position: inside;
}

div.rc_info {
  display: inline;
}

#leftRectangle {
  height: 40px;
  width: 48px;
  background-color: #225E22;
  position: absolute;
  bottom: 0;
  right: -5px;
}

/* right sidebar */

#right{
	width:237px;
	float:right;
	margin: 25px 34px 0 0;
	padding: 0;
	background-color: #DAD9EB;
  font-size: 13px;
  position: relative;
  display: inline;
	}

#buttons {
  background-color: #fff;
  width: 100%;
  padding-bottom: 12px;
}

#seminars, #freestuff {
  background-image: url("images/buttonThing.png");
  background-repeat: no-repeat;
  padding-left: 43px; 
  height: 39px;
  margin-bottom: 8px;
} 

#seminars {
  background-color: #7F7FBD;
}

#freestuff {
  background-color: #7F7FBD;
}

#seminars a, #freestuff a {
  display: block;
  color: #fff;
  margin: 0;
  height: 39px;
  padding-left: 4px;
  font-weight: bold;
}

#seminars a {
  padding-top: 3px;
  height: 36px;
}

#freestuff a {
  padding-top: 9px;
  height: 30px;
}

#seminars a:hover, #freestuff a:hover {
  background-color: #225E22;
  text-decoration: none;

}

#notButtons {
  padding: 0 12px;
}

#right h2{
	font-style: italic;
  font-size: 15px;
  font-weight: bold;
	color: #000177;	
	margin: 10px 0;
	padding: 0 0 0 16px;
  background-image: url("images/blue_10x10.png");
  background-repeat: no-repeat;
  background-position: center left;
}

#right h2.calendar {
  color: #225E22;
  background-image: url("images/green_10x10.png");
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#rightRectangle {
  background-color: #050E6D;
  width: 48px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: -5px;
}

/* Archives Calendar */

table#wp-calendar td{
  padding: 0 5px; 
  text-align: center;
  font-size: 16px;
}

#wp-calendar caption {
  background-color: #fff;
}
#wp-calendar tbody td {
  background-color: #fff;
}

#wp-calendar thead th {
  background-color: #fff;
}

#wp-calendar td a:link, #wp-calendar td a:link {
  color: blue;
  text-decoration: underline;
}

#wp-calendar td a:visited {
  color: purple;
  text-decoration: underline;
}

#wp-calendar td a:hover {
  text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
  text-decoration: none;
  font-size: 12px;
}

#today {
  color: #6275C1;
}


/* comments */


#commentform{
	background:#fff;
	margin:0 0 80px 0 ;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}




/* footer */

#footer {
	background-color: #225E22;
	clear: both;
	width: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  height: 60px;
}

#footer img {
  float: left;
}
#footer p{padding:14px 7px;margin: 0; color: #eee; text-align:center;}
#footer a{color: #fff;text-decoration: none;}
#footer a:hover{text-decoration: underline;}

