/*
Theme Name:    Andrea Theme
Theme URL: 		http://www.joe-brooks.com
Version: 		Version 1 (Wordpress 2.8)
Description: 	This theme was built by Joe Brooks. Please visit joe-brooks.com to inquire about getting your own custom wordpress theme or email me at joebrooks+wp[at]gmail.com
Author: 		Joe Brooks
Author URI:		http://www.joe-brooks.com
Tags:			Custom Wordpress Theme, Wordpress, Custom Theme, New Theme

== Short-cuts for Joe ==
Link to to inside the image folder:  (Can only be used on the php files, not in CSS - DUH!
	<img src="<?php bloginfo('template_directory') ?>/images/headerbg.png">
	
	link to home; <?php echo get_settings('home'); ?>/
*/

/* Reset Browser Defaults*/
@import url(library/styles/reset.css); 

/* Site Specific Styles */
@import url(css/screen.css);

/* Site Specific Styles */
@import url(css/wordpress-extras.css);
body {
	background: url(images/background2.jpg) repeat-x;
	background-color: #66c2b5;
	height: 100%;
}

#container {
	width: 959px;
	margin: 0px auto;
}

h1 {
	background: url(images/logo.jpg) no-repeat;
	height: 114px;
	width: 475px;
	text-indent: -9999px;
	margin-top: 36px;
	margin-bottom: 35px;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

/*NAVIGATION*/

#navigationHolder {
	width: 979px;
	height: 59px;
	background: url(images/nav.jpg) no-repeat;
	clear: both;
	position:relative;
}

#nav {
	display: inline;
	left:5px;
	top:4px;
	margin:0 auto;
	padding:15px 0 0 0px;
	font-size:15px;
	list-style:none;
	position:absolute;
}
#nav ul {
	display: inline;
	list-style-type: none;
}
#nav li {
	list-style-type: none;
	border-right: 2px dotted #ffffff;
	width:auto;
	float:left;
	line-height:30px;
	margin-right:5px;
	display:inline;
}

#nav li a {
	display:block;
	text-decoration: none;
	font: 18px Georgia, Times New Roman;
	color: #003333;
	padding: 0;
	margin-left: 22px;
	margin-right: 23px;	
}
.current_page_item a { 
color: #ffffff;
}

#nav li:hover, #nav li.current_page_item {
	text-decoration: none;
	font: 18px Georgia, Times New Roman;
	color: #ffffff !important; 
}


#nav a {
	display:block;
	padding:2px;
	text-decoration:none;
}
#nav li a:hover {
	color:#006699;
}

#nav li ul {
	/*background: url(images/nav-menu-bg.png);*/
	margin:0 0 0 15px;
	padding:3px 3px 15px 3px;
	width:150px;
	left:-999em;
	list-style:none;
	position:absolute;
	border-bottom:none;
	border-right: none;
background-color: #e0f4f3;
font-size: 14px;

}
*html #nav li ul
{
z-index:1000;
}
#nav li:hover ul {
	left:auto;
	display:block;
}

#nav li ul li {
	width:150px;
	border-right: none;
}

#nav li ul li a {
	color:#119996;
	font-size:14px;
	padding-top: 10px;
	border-right: none;
}

#nav li ul li:hover {
	background:url(images/nav-bg-left-hover.gif) no-repeat right bottom;
}

#nav li ul li a:hover {
	/*color:black;*/
}

#nav ul, #nav li {
	list-style:none;
	padding:0;
	margin:0;
	line-height:1em;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}
#nav a {
	list-style:none;
}





/*SEARCH*/

 #search {
	float: right;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
	padding-top: 21px;
 }
*html #search
{
margin-right:15px;
}
 #search p {
	font: 15px Georgia, Times New Roman;
	color: #006666;
	padding-top: 12px;
	margin-left: 8px;
	display: inline;
 }

#search input {
	vertical-align: middle;
	height: 19px;
	margin: -4px 3px 2px 10px;
}
.search-btn {
	color:#fff; 
	font: bold 84%'trebuchet ms',helvetica,sans-serif; 
	background-color: #006699; 
	border:3px solid; 
	height:25px;
	border-color: #1a76a3 #1D598D #1D598D #1a76a3; 
	padding: 0px 15px 0px 15px;
	margin-top:-3px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
#search img {
	margin-left: 10px;
}

	/*header*/
	
#header {
	width: 959px;
	border: 0;
	padding: 0;
	margin-top: 12px;
}

#mainimage {
	background:#66C2B5 url(images/headerMain.jpg) no-repeat top left;
	height: 300px;
	width: 640px;
	margin-right: 14px;
	float: left;
	margin-bottom:15px;
	overflow: hidden;
	padding:0px 0px 15px 0px;
}

#mainimage p {
	position: relative;
	top: 175px;
	left: 290px;
	margin-right: 25px;
	font: 15px/22px Georgia, Times New Roman;
	color: #003366;
}

#mainimage a {
	float: right;
	padding-right: 10px;
	font: 13px Trebuchet MS, Arial;
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	position: relative;
	top: 180px;
}
#news {
	width: 305px;
	height: 260px;
	background: url(images/signup-bg.jpg) no-repeat;
	float: right;
	padding-top: 40px;
	margin-bottom:15px;
}

#news h2 {
	font: 18px Georgia, Times New Roman;
	color: #ffffff;
	margin-left: 15px;
	margin-bottom: 30px;
	padding: 10px 0 15px 55px;
	display: inline;
	background: url(images/newsletter.jpg) no-repeat;
}

#news h4 {
	font: 13px Trebuchet MS, Arial;
	color: #dad7d7;
	margin: 20px 10px 26px 15px;
	width: 170px;
}

#news input[type=text] {
	margin: 0 0 15px 15px;
	display: inline;
	float: left;
	width: 271px;
}

#news input.padme {
padding: 0 0 0 15px;
	float: left;
}

#news .sublink {
	font: 14px Trebuchet MS, Arial;
	color: #ffffff;
	text-decoration: underline;
}

/*body*/

#bodyMain {
	width: 640px;
	margin:0px;
	padding:0px;
	background-color: #ffffff;
	float: left;
	overflow:hidden;
	min-height: 400px;
}
*html #bodyMain
{
padding:0px !important;
width:640px;
}
h2 {
	font: 22px/28px Georgia, Times New Roman;
	color: #006699;
	margin-top: 10px;
	padding: 15px 15px 12px;
}

#bodyMain p {
	font: 15px/21px Trebuchet MS, Arial;
	color: #4D4D4D;
}
#bodyMain li {
	font: 15px/21px Trebuchet MS, Arial;
	color: #4D4D4D;
}
/*left body*/

.blogDate {
	width: 60px;
	height: 45px;
	background-color: #006699;
	margin: 15px -2px 0 15px;
	float: left;
}

.blogDate h2 {
	font: 20px/0px Georgia, Times New Roman;
	color: #ffffff;
	margin: 0;
	padding: 10px 0 0 5px;
}

.blogDate h3 {
	font: 13px Trebuchet MS, Arial;
	color: #ffffff;
	margin: 0;
	padding: 5px 0 0 5px;
}

#blogPost {
	float: left;
	margin: 15px 0 15px 0;
	border-left: 2px dotted #2a7faa;
	border-bottom: 2px dotted #2a7faa;
	width: 540px;
	height: 305px;
}

#blogPost h2 {
	font: 22px/1px Georgia, Times New Roman;
	color: #006699;
	text-decoration: underline;
	margin-top: 0;
}

#blogPost h3 {
	font: 11px/20px Trebuchet MS, Arial;
	color: #149a97;
	margin-left: 15px;
}

.blogDate h2 {
	text-align: right;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;

}
.blogDate h3 {
	font-size:14px/14px;
	text-align: right;
	margin-right: 10px;
	margin-top: 3px;
}
.home-page-post  {
	margin: 0px 15px 10px 15px;
	/*margin-left: 15px;*/
}
.posttitle-post h1 {
	background:none;
	font-size:26px;
	color:#006699;
	height: auto;
	width: auto;
	text-indent: 0;
	padding-top: 30px;
	/*margin-left: 15px;*/
	margin: 0;
	margin-bottom: 0;
	font-family:Georgia;
	text-decoration:none;
}
.posttitle-post h1 a {
	color:#006699;
	text-decoration:none;
}
.posttitle-post h1 a:hover {
	color:#1b94d0;
}
.post {
	float: left;
	margin: 15px 0 15px 0;
	border-left: 2px dotted #2a7faa;
	border-bottom: 2px dotted #2a7faa;
	padding:0 10px 10px 10px;
	width: 540px;
}
.comment {
	margin: 15px 0 15px 0;
	padding:0 10px 10px 10px;
	width: 540px;
}
.respond h3 {margin-left:-45px; margin-bottom:-20px; padding:none;}
.posttitle{}
.posttitle h1 {
	background:none;
	font-size:18px;
	color:#006699;
	height: auto;
	width: auto;
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family:Georgia;
	text-decoration:underline;
}
.posttitle h1 a {
	color:#006699;
}
.posttitle h1 a:hover {
	color:#1b94d0;
}
.posttext { 
	color:#1b1b1b;
	font-size:13px;
	padding:15px 0px 15px 0;
	line-height:18px;
}
.posttext h2 {
margin: 5px 0 5px 0;
background:transparent;
}
.posttext h3 {
	font-size:16px;
	background:transparent;

	font-weight:bold;
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;

	}
.posttext h4 {
	font-size:14px;
	background:transparent;

	font-weight:bold;
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;

	}
.posttext h5 {
	font-size:12px;
	background:transparent;

	font-weight:bold;
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;

	}
.posttext h6 {
	font-size:10px;
	background:transparent;

	font-weight:bold;
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;

	}
.posttext p{
	padding-bottom:10px;
}
.posttext a{
	color:#006699;
	text-decoration:underline;
}
.posttext a:hover{
	color:#1b94d0;
}
.posttext ul {
	padding-left:40px;
	padding-right:40px;
	color:#111;
	margin-top:20px;
	margin-bottom:20px;
}
.posttext ul li {
	list-style-type:disc;
	list-style-position:inside;
	color:#111;
	margin-bottom:5px;
}
.posttext ol {
	list-style-type:decimal;
	padding-left:40px;
	padding-right:40px;
	color:#111;
	margin-top:20px;
	margin-bottom:20px;
}
.posttext ol li {
	list-style-type:decimal;
	list-style-position:inside;
	color:#111;
	margin-bottom:5px;
}
.postmeta {
	text-align:left;
	font-size:10px;
	color:#149a97;
	font-family:"Trebuchet MS";
}
.postmeta a{
	color:#149a97;
}
.postmeta a:hover{
	color:#30c9c6;
}
.postcomments a {
	font: 13px/18px Trebuchet MS, Arial;
	color: #000000;
	text-decoration:none;
}
.postcomments a:hover {
	color:#1b1b1b;
	text-decoration:underline;
}
.postcomments img {
	margin-right:5px;
	margin-bottom:-5px;
}

#comments {
	margin-left: 15px;
}

#comments a, #comments a:visited {
	font: 13px/18px Trebuchet MS, Arial;
	color: #000000;
	padding: 15px;
	text-decoration: underline;
}
#comment-form {margin-left:15px;}

/*right body*/
#bodyRight {
	float:right;
	width:305px;
	margin-top:0px;
}
#bodyRight a {
	font: Trebuchet MS, Arial;
}

#bodyRight p {
	font: 13px/18px Trebuchet MS, Arial;
	color: #000000;
	padding: 15px 15px 8px 15px;
}

#categories {
	width: 305px;
	background-color: #d2ede9;
	float: right;
	margin-top: -8px;
	padding-top: 10px;
}

#categories h4 {
	font: 18px Georgia, Times New Roman;
	color: #009393;
	background: url(images/categories.jpg) no-repeat;
	padding-top: 10px;
	padding-left: 55px;
	padding-bottom: 10px;
	margin-left: 15px;
}

#categories li {
	list-style-image: url(images/bulletBlue.gif);
}

#twitter {
	width: 305px;
	background-color: #d2ede9;
	float: right;
	margin-top: 14px;
	padding-top: 10px;
}

#twitter h4 {
	font: 18px Georgia, Times New Roman;
	color: #009393;
	background: url(images/twitter.jpg) no-repeat;
	padding-top: 10px;
	padding-left: 55px;
	padding-bottom: 14px;
	margin-left: 15px;
}

#cart {
	width: 305px;
	background-color: #d2ede9;
	float: right;
	margin-top: 14px;
	padding-top: 10px;
}

#cart h4 {
	font: 18px Georgia, Times New Roman;
	color: #009393;
	background: url(images/cart.jpg) no-repeat;
	padding-top: 10px;
	padding-left: 55px;
	padding-bottom: 14px;
	margin-left: 15px;
}

/* Category h3 top padding edit here! */
h3, .sidebarwidget-category h3, .sidebarwidget-shoppingcart h3 {
	color: #009393;
	font: 22px/28px Georgia, Times New Roman;
	padding: 25px 0 10px 60px;
}
.sidebarwidget-category h3, .sidebarwidget-shoppingcart h3 {
	padding: 11px 0 10px 60px;
}
h3 a {
	color: #009393;
	text-decoration:none;
}

.sidebarwidgetbg, .subscribe {background:#d2ede9; margin-bottom:15px; padding-bottom:15px; width:305px; float:left; overflow:hidden;}
.subscribe {
	background: #d2ede9 url(images/rss-bg-top.gif) no-repeat;
}
.subscribe h3 {
	padding: 25px 0 10px 72px;
}
.sidebarwidget {font: 13px/18px Trebuchet MS, Arial;color:#000000;}
.sidebarwidget a {font-size:13px;color:#1a1e1d;	text-decoration:underline;}
.sidebarwidget a:hover {}
.sidebarwidget ul {list-style:none;}
.sidebarwidget li {list-style:none;display:block;}
.sidebarwidget li:hover {}
.sidebarwidget ul li {margin-left:15px; list-style:none; padding:0 0 0 10px; background:url(images/bullet.jpg) left no-repeat;}
.sidebarwidget ul li ul {list-style:none;}
.sidebarwidget ul li ul li {list-style:none;}
.sidebarwidget-category {font: 13px/18px Trebuchet MS, Arial; margin: 14px 0 0 0; color:#000000; background:url(images/categories.jpg) left top no-repeat;}
.sidebarwidget-shoppingcart {font: 13px/18px Trebuchet MS, Arial; margin: 14px 0 0 0; color:#000000; background:url(images/cart.jpg) left top no-repeat;}
.sidebarwidget-category a, .sidebarwidget-shoppingcart a {font-size:13px;color:#1a1e1d; text-decoration:underline;}
.sidebarwidget-category a:hover, .sidebarwidget-shoppingcart a:hover {}
.sidebarwidget-category ul, .sidebarwidget-shoppingcart ul {list-style:none;}
.sidebarwidget-category li, .sidebarwidget-shoppingcart li {list-style:none;display:block;}
.sidebarwidget-category li:hover, .sidebarwidget-shoppingcart li:hover {}
.sidebarwidget-category ul li, .sidebarwidget-shoppingcart ul li {margin-left:15px; list-style:none; padding:0 0 0 10px; background:url(images/bullet.jpg) left no-repeat;}
.sidebarwidget-category ul li ul, .sidebarwidget-shoppingcart ul li ul {list-style:none;}
.sidebarwidget-category ul li ul li, .sidebarwidget-shoppingcart ul li ul li {list-style:none;}

.sidebarwidget-twitter {font: 13px/18px Trebuchet MS, Arial;color:#000000;background:url(images/twitter.jpg) left top no-repeat;margin-top:20px;}
.sidebarwidget-twitter ul {list-style:none;}
.sidebarwidget-twitter li {list-style:none;display:block; padding-bottom:10px;}
.sidebarwidget-twitter li:hover {}
.sidebarwidget-twitter ul li { list-style:none;	margin:0 30px 10px 20px; background:url(images/productSep.jpg) bottom no-repeat;}
.sidebarwidget-twitter ul li ul {list-style:none;}
.sidebarwidget-twitter ul li ul li {list-style:none;}
.twitterwidget-title a {text-decoration:none;}
.entry-content {font-size:14px; color:#000000; display:block; margin-top:10px;}
.entry-content a {color:#000; text-decoration:underline;}
.entry-meta {font-size:12px;color:#666666; display:block;}
.entry-meta a {font-size:12px;color:#666666; text-decoration:none;}

.sidebarwidgetbg-nobg {margin-bottom:15px;padding-bottom:15px;}
.sidebarwidget-nobg {font: 13px/18px Trebuchet MS, Arial;color:#000000;}
.sidebarwidget-nobg h3 {color:#fff; margin:-20px 0 0 -60px;}
.sidebarwidget-nobg a {font: Trebuchet MS, Arial;font-size:13px;color:#1a1e1d;	text-decoration:underline;}
.sidebarwidget-nobg a:hover {}
.sidebarwidget-nobg ul {list-style:none;}
.sidebarwidget-nobg li {list-style:none;display:block;}
.sidebarwidget-nobg li:hover {}
.sidebarwidget-nobg ul li {margin-left:15px; list-style:none;	padding:0 0 0 10px;}
.sidebarwidget-nobg ul li ul {list-style:none;}
.sidebarwidget-nobg ul li ul li {list-style:none;}

/*FOOTER*/

#footer {
	font: 11px/16px Trebuchet MS, Arial;
	color:#fff;
	margin:10px 0 10px 0;
	}
#footer a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#nav ul li.current_page_item a
{
	text-decoration: none;
	font: 18px Georgia, Times New Roman;
	color: #ffffff; 
}
#nav ul li.current_page_item ul li a,#nav ul li ul li.current_page_item a
{
	text-decoration: none;
	font-size: 14px;
	color:#119996 !important; 
}
