/*  
 * Theme Name: 		TheBossOfMe
 * Theme URI: 		http://dawnsbrain.com/thebossofme
 * Description: 	A customized three column theme
 * Author: 		Dawn Pedersen
 * Author URI: 		http://www.dawnsbrain.com
 */


body { 
    margin: 				0; 
	padding: 				0; 
	font: 					11px/1.6em Verdana, Arial, Helvetica, sans-serif; 
	text-align:				center; /* win IE5 hack */
	background-color:		#8ba95c;
	background-repeat:      repeat;
	background-position:    top left;
}

#wrap {
    margin:					0 auto;
	width:					700px;
	border:			1px solid #ff;
	background-color: #FFFFFF;
}
* html #wrap {
    width:					698px;
}


/*------------------------------- header ------*/
#header {
	width:700px;
	margin:0 auto;
	height:130px;
	background:#666 url(images/aqheader.jpg) no-repeat 50% 0;	
	color:#000;
	position:relative;	
	text-decoration:none;
}
#headersearch {
    position:				relative;
	width:					150px;
	top:					125px;
	left:					340px;
}
#headersearch input[type~="text"] {
    border:					1px solid #eee;
}
#headersearch input#hsubmit {
    font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
    color:					#fff;
	background-color:		transparent;
	border:					0;
}
#headersearch input#hsubmit:hover {
    cursor:					pointer;
}

#content {
	width:					700px;
	margin:					0;
	padding:				0;
	clear:					both;
	background-color: #FFFFFF;
}

#left {
    width:					150px;
    float:					left;
	height:					100%;
    margin:					0 0 0 0px;
	padding:				0;
	text-align:				left;
	background-position:	left top;
    background-color:       #bbd395;
	line-height: 1.0 em;
}
#middle, #right {
    float:					left;
	height:					100%;
    margin:					0 0 0 5px;
	padding:				0;
	text-align:				left;
	background-color: #FFFFFF;
	background-position:	top left;
}
#left, #right {
    width:					150px;
}
* html #left {
    width:					150px;
	margin-left:            0px;
}
* html #right {
    width:					150px;
}


/*--------------------------------- left ------*/
#left h2 {
	font: 					bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600;
}
#left p, #left h2 {
	padding: 				0 5px;
}
#left ul {
	list-style-type:		none;
	margin:					0;
	padding:				0;
	line-height: 1 em;
}
#left ul {
    margin:                 5px 0 0 5px;
}
* html #left ul {
    margin:					0;
	padding:				5px 0 0 5px;
}
#left ul ul {
    list-style-image:       url(images/list-off.gif) !important;
	margin: 				0 0 0 20px !important;
	line-height: 1 em;
}
* html #left ul ul {
    margin:					0 !important;
	padding:				0 0 0 20px !important;
}
#left ul li h2 {
    font: 					1em Verdana, Arial, Helvetica, sans-serif;
	font-weight:			bold;
	padding-top:            10px;
	line-height: 0.9 em;
}


/*------------------------------- middle ------*/
#middle {
    width:					460px;
	padding:				0px;
	margin:					0px 30px;
}
* html #middle {
    width:					460px;
}
*>#middle {
    width:                  460px;
}


/*-------------------------------- right ------*/
#right ul {
	list-style-type:		none;
	margin:					0;
	padding:				0;
}
#right ul {
    margin:                 10px 0 0 20px;
}
* html #right ul {
    margin:					0;
	padding:				10px 0 0 20px;
}
#right ul ul {
    list-style-image:       url(images/list-off.gif) !important;
	margin: 				0 0 0 20px !important;
}
* html #right ul ul {
    margin:					0 !important;
	padding:				0 0 0 20px !important;
}
#right ul li h2 {
    font: 					1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight:			bold;
	padding-top:            10px;
	color:					#CC6600;
}


/*------------------------------- footer ------*/
#footer {
	height:					20px;
	width:					700px;
	color:					#fff;
	font-size:				0.8em;
	text-align:				center !important;
	clear:					both;
	background:#666 url(images/aqheader.jpg) no-repeat 50% 0;	
}
#footer p {
    width:					95%;
}


/*---------------------------- link styles ----*/
a:link {
	color: 					#3366CC;
}
a:visited {
	color:					#660099;
}
a:hover, #footer a:hover {
	color:					#CC3300;
}

h1 a {
    color:					#fff;
	text-decoration:		none;
}
h1 a:visited {
    color:					#fff;
}
h1 a:hover {
    color:					#c60;
}

#footer a {
    color:					#fff;
}


/*-------------------------- navigation menu --*/
#navcontainer ul {
    list-style-type: 		none;
    text-align: 			left;
}

#navcontainer ul li a {
    background: 			transparent url(images/list-off.gif) left center no-repeat;
    padding-left: 			8px;
    text-align: 			left;
    font: 					12px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: 		none;
    color: 					#999;
}

#navcontainer ul li a:hover {
    background: 			transparent url(images/list-on.gif) left center no-repeat;
    color: 					black;
}

#navcontainer ul li a#current {
    background: 			transparent url(images/list-active.gif) left center no-repeat;
    color: 					#666;
}


/*------------------------------ post items ---*/
.post {
    margin:					5px 0 0 0;
	padding:				0;
}
.post-date {
	width:					50px;
	float:					right;
	clear:					right;
	background-color:		#145693;
	color:					#fff;
	border:					3px double #ccc;
	padding:				2px;
	font-family:			Georgia, Geneva, serif;
	font-size:				1em;
	text-align: center;
}
.post-title h2, .post-title h2 a {
    font-family: 			Verdana, Arial, Helvetica, sans-serif;
    font-size:				1.3em;
	line-height:			1.5em;
	color:					#CC6600;
}
.post-title h2 a:hover {
    text-decoration:		none;
	color:					#c60;
}
.post-title h2 em a {
	font-style:				normal !important;
	text-decoration:		none !important;
}
.post-category {
    font-size:				0.8em;
	color:					#666;
	padding-bottom:			5px;
	border-bottom:          1px dotted #ccc;
}


/*----------------------------- WP calendar ---*/
#wp-calendar {
    width: 					125px;
	padding: 				0;
	margin: 				0 0 0 5px;
	font: 					normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: 					#616b76;
	text-align: 			center;
	border-spacing: 		0;
	border-right: 			1px dotted #e3f1cc;
	border-bottom: 			1px dotted #e3f1cc;
	border-left: 			1px dotted #e3f1cc;
}
* html #wp-calendar {
    margin-top:             12px;
}
#today {
    color: 					#f6f4da;
	background: 			#df9496;
}
caption {
    width: 					125px;
	background: 			url(images/gradient-blue.jpg);
	color: 					#369;
	font: 					bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: 			center;
	margin: 				12px 0 0 5px;
	padding-top: 			3px;
	padding-bottom: 		0;
	border-top:				1px dotted #e3f1cc;
	border-right:			1px dotted #e3f1cc;
	border-left:			1px dotted #e3f1cc;
}
thead {
    color: 					#616b76;
	text-align: 			center;
	border: 				1px solid #e3f1cc;
	font-size: 				11px;
	font-weight: 			bold;
}
th {
    font: 					bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: 					#616b76;
	border: 				1px solid #e3f1cc;
	text-align: 			center;
}


/*------------------------------- font stuff --*/
h1, h2 {
    margin:					0;
	padding:				0;
}
abbr, acronym {
    border-bottom:			none;
	cursor:					help;
}


/*-------------------------------- comments ---*/
textarea#comment {
    width:					300px;
}


/*----------------------------- search form ---*/
#searchform {
	margin:                 5px 0 0 10px;
}
#searchform input#submit {
    border:					1 solid #8ba95c;
	background-color:       fdf3b0;
	font-size:				1em;
	cursor:					pointer;
}


/*---------------------------- miscellaneous --*/
div.center, div.buttons {
    text-align:				center;
}
div.spacer {
    clear:					both;
}
img {
    border:					0;
}

div.align-left {
    float:					left;
	clear:					left;
}
div.align-right {
    float:					right;
	clear:					right;
}
div.align-left h3, div.align-right h3 {
    font-family: 			Verdana, Arial, Helvetica, sans-serif;
    font-size:				1.2em;
}
blockquote {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	padding: 0px 5px;
	margin: 10px;
	border: 1px dashed #FCE64B;
}
h4 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}
.topborder {
	display: block;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}