/* ==============================

WebAnalyticsLand.com

by Kevin Rogers
@VaBeachKevin

============================== */


/*
swatch colors

212121 = black
606060 = dark gray
696969 = med gray
ed1c24 = red
3b7186 = dark blue
0395CC = blue
7fcdfe = light blue

*/


/* Main */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

br {
	margin-top: 1em !important;
}

ul {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

.space {
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff url(images/bg2.gif) repeat-x left top;
	color: #696969;
}

#page {
	width: 1000px;
	margin: 0px auto;
}


/* Header */

#header {
	width: 100%;
	height: 45px;
}

#header .logo {
	color: #ffffff;
	font-size: 29px;
	font-style: italic;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 30px;
}


/* NEW MENU */

#nav {
	text-transform: uppercase;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	padding-right: 15px;
}

#menutop { 
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #000000;
	line-height: 45px;
	display: inline-block;
	float: left;
	z-index: 1000;
}

#menutop a {
	color: #ffffff;
	text-decoration: none;
}

#menutop li {
	background: #ed1c24 none repeat scroll 0 0;
	cursor: pointer;
	float: left;
	position: relative;
	padding: 0px 10px;
}

#menutop li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#menutop ul {
	padding: 0px;
	margin: 0px;
	display: block;
	display: inline;
}

#menutop li ul {
	position: absolute;
	left: -10px;
	top: 0px;
	margin-top: 45px;
	width: 150px;
	line-height: 16px;
	background-color: #ed1c24;
	color: #0395cc;
	/* for IE */
	display: none;
}

#menutop li:hover ul {
	display: block;
}

#menutop li ul li {
	display: block;
	margin: 5px 20px;
	padding: 5px 0px;
	border-top: dotted 1px #606060;
	list-style-type: none;
}

#menutop li ul li:first-child {
	border-top: none;
}

#menutop li ul li a {
	display: block;
	color: #0395cc;
}

#menutop li ul li a:hover {
	color:#7fcdfe;
}

.searchContainer div {
	background-color: #ffffff;
	display: inline;
	padding: 5px;
}

.searchContainer input[type="text"] {
	border: none;
}

.searchContainer img {
	vertical-align: middle;
}


/* MENU */

#menu {
	background: url(images/menu_bg.gif) no-repeat left bottom;
	height: 47px;
	padding-right: 15px;
}

#menu_items {
	text-transform: uppercase;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3b7186;
	float: right;
	height: 32px;
}

#menu_items div.menu_item {
	float: left;
	background: #212121;
	margin-top: 7px;
}

#menu_items a {
	color:#808080;
	font-size:18px;
	padding-left:15px;
	padding-right:15px;
	display:block;
	border-right:1px solid #232323;
	padding-top:4px;
	height:26px;
	float:left;
}

#menu_items a:hover{
	color:#ffffff;
	text-decoration:none;
	background:#ed1c24;
}

/* BODY */
#body{
	width:100%;
	background:url(images/body_bg.gif) repeat-y top left;
	float:left;
}
#body_top{
	width:100%;
	background:url(images/body_top_bg.gif) no-repeat top right;
	float:left;
}
#body_left{
	width:648px;
	float:left;
	padding-bottom:40px;
}
#body_right{
	width:352px;
	float:right;
	padding-bottom:100px;
}

/* Left Content */
.updated {
	font-weight: bold;
	color: #ed1c24;
}

#start{
	margin-bottom:15px;
	padding-bottom:15px;
	background:url(images/start_line.gif) no-repeat bottom left;
}
#start h1{
	display:block;
	float:left;
	font-size:21px;
	color:#000000;
	margin-bottom:4px;
	font-weight:normal;
	padding-bottom:2px;
}
#start p{
	clear:both;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}
#body_left_content{
	width:570px; /*557*/
	margin-left:45px;
	margin-top:20px;
}
.post{
	width:100%;
}
.post-top{
}
.post-title{
	color:#000;
}
.post-title h2{
	display:block;
	float:left;
	font-size:21px;
	color:#000000;
	margin-bottom:4px;
	font-weight:normal;
	padding-bottom:2px;
}
.post-title h2 a{
	color:#000000;
}
.post-title h2 a:hover{
	color:#000;
}
.post-title h3.tags{
	font-weight:normal;
	color:#000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#f3f3f3;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ed1c24;
}
.post-title h3 a{
	color:#000;
}
.post-title h3.tags span{
	color:#ed1c24;
	font-weight:bold;
}
.post-title h3.tags a{
	color:#000;
	font-weight:normal;
}
.entry{
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:5px;
	padding-left:3px;
	padding-right:5px;
	padding-bottom:20px;
}
.entry p{
	margin-bottom:2em;
}
.postmetadata{
	float:left;
	width: 570px;
	margin-bottom:30px;
	padding-bottom:10px;
	color:#595959;
	background:#f5f5f5;
	border-top:1px solid #efefef;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.postmetadata a{
	color:#595959;
}
.postmetadata .alignleft{
	padding-top:8px;
	padding-right:10px;
	padding-left:10px;
}
.postmetadata .alignright{
	text-align:center;
	padding-top:8px;
	padding-right:10px;
	padding-left:10px;
}
a.readmore{
	font-weight:bold;
	color:#ed1c24;
	background:url(images/readmore.gif) no-repeat right 3px;
	padding-right:10px;
}
.post-page{
	padding-right:10px;
	background:url(images/post-page.gif) no-repeat top left;
}
.post-page h2{
	font-size:19px;
	font-style:normal;
	font-weight:normal;
	color:#ed1c24;
	margin-left:20px;
	margin-top:10px;
	padding-top:10px;
	background:url(images/dotted_red.gif) repeat-x left bottom;
}
.post-page .entry{
	padding-left:25px;
	margin-top:10px;
	color:#4c4c4c;
}
.post-page .entry a{
	color:#000;
}
strong{
	color:#ed1c24;
}

/* Right Content */

/* Tags */
#main_tags{
	padding-left:10px;
	margin-right:10px;
	background:url(images/sidebar_line.gif) no-repeat top left;
	padding-top:7px;
}
#main_tags a{
	color:#303030;
}

/* Ads */
#main_ads{
	margin-bottom:2px;
}
#main_ads img{
	float:left;
	margin-left:2px;
	margin-right:6px;
	margin-bottom:8px;
}

/* Search */
#main_search{
	margin-top:8px;
	margin-bottom:20px;
	color:#000000;
	font-size:13px;
}
#searchform_top{
	padding-left:10px;
}
#searchform_top_text{
	width:223px;
	border:0px;
	background:none;
	color:#666;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#gosearch{
	position:relative;
	top:11px;
}
#sidebars{
	float:left;
	background:url(images/sidebar_line.gif) no-repeat top left;
	padding-top:15px;
	margin-top:10px;
}
#body_right_content{
	width:322px; /*322*/
}
#sidebar{
	width:140px;
	float:left;
}
#sidebar_right{
	width:140px;
	float:left;
	padding-left:29px;
}
#sidebars h2{
	font-size:13px;
	color:#000;
	padding-left:23px;
	padding-top:2px;
	padding-bottom:8px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:normal;
	background:url(images/sidebars_h2_bg.gif) no-repeat left top;
}
#back_link{
	font-size:13px;
	color:#000;
	padding-left:25px;
	padding-top:4px;
	padding-bottom:8px;
	margin-top:20px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:normal;
	background:url(images/back.png) no-repeat left top;
}
#sidebars ul{
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#sidebars li ul{
	padding-bottom:18px;
}
#sidebars li ul li ul{
	padding-left:10px;
	background:none;
	padding-bottom:0px;
}
#sidebars li ul li ul li ul{
	padding-left:0px;
}
#sidebars li{
	margin-bottom:0px;
}
#sidebars li li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:1px solid #e9e9e9;
	padding-top:4px;
	padding-bottom:8px;
	padding-right:3px;
	padding-left:2px;
}
#sidebars li li li{
	background:none;
	border:0px;
	padding-bottom:3px;
}
#sidebars li a{
	color:#999999;
	padding-left:3px;
}
#sidebars li.widget_categories ul li{
	font-weight:normal;
}
#sidebars li.widget_categories ul li a{
	background:url(images/sidebar_li_cat.gif) no-repeat 2px 4px;
	font-weight:normal;
	padding-left:10px;
}
#sidebars li.widget_categories ul li ul li a{
	background:url(images/sidebar_li_cat.gif) no-repeat 2px 4px;
	font-weight:normal;
	padding-left:10px;
}
#sidebars li.widget_meta ul li a{
	background:url(images/sidebar_li_cat.gif) no-repeat 2px 4px;
	font-weight:normal;
	padding-left:10px;
}
#tag_cloud{
	color:#999999;
	padding-bottom:20px;
}
#tag_cloud a{
	color:#999999;
}
.textwidget{
	padding:5px 5px 10px 5px;
}

/* Footer */
#footer{
	width:100%;
	height:35px;
	background:url(images/footer_bg.gif) no-repeat left top;
	clear:both;
}
#footer_text{
	text-align: center;
	color:#fff;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*float:left;
	width:45%;
	padding-left:40px;*/
}
#footer_text a{
	color:#fff;
	font-weight:bold;
}
#footer_copyrights{
	text-align:right;
	padding-right:20px;
	float:right;
	width:20%;
}

/* Typography & Colors */
#wp-calendar #prev a, #wp-calendar #next a{
	font-size:9pt;
}
#wp-calendar a{
	text-decoration:none;
}
#wp-calendar caption{
	font:bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
}
#wp-calendar th{
	font-style:normal;
	text-transform:capitalize;
}

/* Images */
p img{
	padding:0;
	max-width:100%;
}

/*	
	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) 
*/

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
}

/* Calendar */
#wp-calendar{
	empty-cells:show;
	margin:10px auto 0;
	width:98%;
}
#wp-calendar #next a{
	padding-right:10px;
	text-align:right;
}
#wp-calendar #prev a{
	padding-left:10px;
	text-align:left;
}
#wp-calendar a{
	display:block;
}
#wp-calendar caption{
	text-align:center;
	width:100%;
}
#wp-calendar td{
	padding:3px 0;
	text-align:center;
}
#wp-calendar td.pad:hover{ /* Doesn't work in IE */
	background-color:#fff;
}


/***** Various Tags & Classes *****/

acronym, abbr, span.caps{
	cursor:help;
}
acronym, abbr{
	border-bottom:1px dashed #999;
}
blockquote{
	margin:15px 30px 10px 10px;
	padding-left:10px;
	background:url(images/blockquote_bg.gif) repeat-y left center;
}
blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y left center;
}
blockquote cite{
	margin:5px 0 0;
	display:block;
}
.center{
	text-align:center;
}
hr{
	display:none;
}
a img{
	border: none;
}
.navigation{
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px;
	font-weight:bold;
	clear:both;
}


/* Lists */

/*	
	Special stylized non-IE bullets
	Do not work in Internet Explorer, 
	which merely default to normal bullets. 
*/

html>body .entry ul{
	margin-left:0px;
	padding:0 0 0 30px;
	list-style:none;
	padding-left:10px;
	text-indent:-10px;
}
html>body .entry li{
	margin:7px 0 8px 10px;
}
.entry ul li:before{
	content:"\00BB \0020";
}
.entry ol{
	padding:0 0 0 35px;
	margin:0;
}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:500px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	width:65px;
	height:25px;
	}
/* End Form Elements */



/* Begin Comments*/

h3#comments_title{
	font-size:19px;
	color:#ed1c24;
	margin-left:25px;
	font-weight:normal;
	margin-bottom:10px;
}

h3#comments{
	font-size:13px;
	color:#000;
	margin-left:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#fafafa;
	border:1px dashed #b9c2c6;
	padding:10px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin-left:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 0px 10px;
	list-style: none;
	}

.commentlist li li {
	margin: 0px;
	padding: 5px 10px 5px;
	}

.commentlist p {
	margin: 10px 5px 10px 10px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	color:#000;
	background:#f5f5f5;
	padding:6px 0px 6px 10px;
	}

.comm_li{
	border:1px dashed #b9c2c6;
}

.commentmetadata a{
	color:#ed1c24;
	font-weight:bold;
	}

#respond_box{
	margin-top:40px;
	margin-left:25px;
	padding:10px 10px 40px 10px;
}

img.MyAvatars 
{
	float	: 	left !important;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
}

h3#respond{
	font-size:21px;
	color:#000;
	margin-left:5px;
	padding-top:1px;
	padding-bottom:5px;
	margin-bottom:20px;
	font-weight:normal;
	background:url(images/respond_h3.gif) no-repeat bottom left;
}

#commentform{
	margin-left:35px;
	color:#000;
}

#commentform a{
	color:#000;
}

/* End Comments */

/* Archives page */
.page_archives_div{
	padding-bottom:60px;
}

.ar_panel{
	width:100%;
	background:url(images/post-page.gif) no-repeat top left;
	padding-top:5px;
}

.ar_panel3{
	width:100%;
	background:url(images/post-page.gif) no-repeat top left;
	padding-top:5px;
}

.page_archives_div h2{
	font-size:19px;
	font-style:normal;
	font-weight:normal;
	color:#ed1c24;
	margin-left:20px;
	padding-top:10px;
	background:url(images/dotted_red.gif) repeat-x left bottom;
}

.ar_panel3 h2{
	padding-top:0px !important;
}

.ar_panel3 ul{
	margin-left:5px !important;
}

.page_archives_div ul h2{
	border:0px;
}

.page_archives_div ul{
	margin:0px;
	padding:0px;
	padding-top:5px;
	margin-bottom:40px;
	margin-left:20px;
}

.page_archives_div ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:bold;
	color:#333;
	font-size:12px;
	padding-left:10px;
}

.page_archives_div ul li a:hover{
	color:#333;
}

.page_archives_div ul li{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #f2f2f2;
}

.page_archives_div ul li ul li{
	background:none;
	border:0px;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
