/*  
Theme Name: zero
Description: 3 column black and white theme.
Version: 0.1
Author: zero
Author URI: 
Tags: white,black,right & left-sidebar
License: GPL
*/ 



/* HTML Elements */

* {
margin:0;
padding:0;
}


body {background: #ffffff url(images/bg.jpg) repeat-x;color: #333333;}

body, select, input, textarea {font-size:85%; font-family:Arial,verdana,Tahoma,sans-serif;}

p {margin: 15px 0px 0px 0px;}

a:link, a:visited {color: #423B35; text-decoration:none}

a:hover, a:active {text-decoration:underline;}

hr {display: block; height:1px; background:#333;border:0;}

small {font-size: 0.95em; background:#f9f9f9; padding:3px 6px;}

img, a:link img, a:visited img {border:0}

.clear { clear:both;overflow:hidden;}


/* This is a comment*/
h1 {font-size:130%;}
h2 {font-size:120%;}
h3 {font-size:110%;}
h4 {font-size:100%;}
h5 {font-size:95%;}
h6 {font-size:90%;}

h1,h2,h3,h4,h5,h6,span
	{
		margin:0px;
		padding:3px 0px 3px 0px;
	}

h1, h1 a {  color: #4D4D4D; }
h2,h3,h4,h5,h6 { color: #000000; font-weight:600; }
h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link { color: #000000; text-decoration:none; }
h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {  color: #000000; text-decoration:none; }
h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {  color: #000000; text-decoration:underline; }

h1 { letter-spacing:0; }
h1 a:link {  text-decoration:none; }

h1.padtwenty { padding:20px 0px 0px 20px; }

strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
pre { overflow:auto;}
dl {margin:0 0 1.5em 0;}
dl dt {font-style:italic; padding:3px 0px 3px 0px;}
dd {margin-left:1.5em;}
table {width:100%;}
th {font-weight:bold;background:#dddddd; text-align:left; border-right:1px solid #ffffff;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#eeeeee; text-align:left; border-right:1px solid #ffffff;}
tfoot {font-style:italic;}
caption {background:#3F3F3F;}

label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #f1f1f1;}

.alignleft { float:left; margin-right:10px; }
.alignright { float:right; margin-left:10px; }
.aligncenter { 	display: block; margin-left: auto; margin-right: auto;   }

img.alignleft { float:left; margin-right:10px; background:#f2f2f2; padding:5px; max-width: 250px; }
img.alignright { float:right; margin-left:10px; background:#f2f2f2; padding:5px; max-width: 250px; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; background:#f2f2f2; padding:5px; max-width: 500px; }

html>body .alignleft { width: auto; height: auto; max-width:250px; }
html>body .alignright { width: auto; height: auto; max-width:250px; }
html>body .aligncenter { width: auto; height: auto; max-width:475px; }

@font-face {
    font-family: 'ComfortaaRegular';
    src: url('fonts/comfortaa-regular-webfont.eot');
    src: local('☺'), url('fonts/comfortaa-regular-webfont.woff') format('woff'), url('fonts/comfortaa-regular-webfont.ttf') format('truetype'), url('fonts/comfortaa-regular-webfont.svg#webfontpkawqcWI') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wrapper { width:1040px; margin:0 auto; padding:0; }
/*
#left { position:absolute; top:300px; left:80px; width:96px;}
#left .sideicons { background:transparent url(images/sideiconsbg.png) no-repeat; height:100%; margin:0 auto; text-align:center; }
#left .sideicons ul { list-stule:none; }
#left .sideicons ul li { list-style:none; }
#left .sideicons ul li a { text-decoration:none; }
#left .sideicons ul li a:hover { text-decoration:none; color:#ff0000 }
#left img { padding:10px 0px 0px 0px; }
#left .sideiconsbottom img { padding:0; margin:0; vertical-align:bottom; width:96px;}

#top { margin:-40px 0px 0px 0px;  width:563px; }
#top .sideicons {  margin:0 auto; text-align:center; }
#top .sideicons ul {margin:0; height:60px; }
#top .sideicons ul li { height:60px; float:left; list-style:none; margin:0px 0px 0px 15px; }
#top img { padding:5px 0px 0px 0px;margin:0; height:40px;  }
#top .sideicons ul li a { font-size:x-small; }
#top .sideicons ul li a:hover { text-decoration:none; color:#ff0000 }
*/


@media screen and (-webkit-min-device-pixel-ratio:0) {
  	
	#top { margin:-17px 0px 0px 0px;  width:500px; }

}

#maincontainer { width:900px; margin:0 auto; }

#contentcontainer { clear:both; overflow:hidden; padding-top:10px; margin:0 auto; width:900px; }

/* categories list menu */


/*- Category Navigation -*/
#navbar {
	height:45px;
	padding-top:15px;
	font-size: 14px;
	clear:both;
	width:980px;
	margin:0 auto;
	overflow:hidden;
	}
	
#navbar a, #navbar a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
#navbar a:hover {
	color: #004080;
	text-decoration: underline;
	padding: 0px 0px 0px 3px;
	}

#nav, bottom-nav {
	margin: 0px;
	padding: 0px;
	padding-right:8px;
	list-style: none;
	clear:both;
	}
	
#nav ul,  bottom-nav{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height:45px;
	font-size:14px;

	}

#nav a, #nav a:visited {
	color: #ffffff;
	display: block;
   	text-transform: uppercase;
    margin: 0px;
	padding: 8px 17px 8px 15px;
	
	}
	
#nav a:hover {
	background: #f2f2f2;
	color: #000000;
    margin: 0px;
	padding: 8px 17px 8px 15px;
	text-decoration: none;
	}

#nav li {
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	height:30px;
	margin-left:2px;
border-left:1px solid #454545; border-right:1px solid #232323;
	}

#bottom-nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 130px;
z-index:2222 !important;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #f2f2f2;
	width: 150px;
	float: none;
   	text-transform: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	color:#000000;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #dddddd;
	padding: 7px 10px 7px 10px;
	color:#000000;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:2222 !important;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
/*- Nav / Dropdowns-*/
#maincontainer .catmenu {
	margin:0 auto;
	width:900px;
	height:45px;
	overflow:hidden;
	font-size:14px;

}

#maincontainer .catmenu, #maincontainer .catmenu ul {
	padding-top:15px;
        padding-left:50px;
	list-style: none;
	margin:0 auto;
	width:900px;
	height:45px;
}

#maincontainer .catmenu a {
	display: block;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	color:#ffffff;
}

#maincontainer .catmenu li {
border-left:1px solid #454545; border-right:1px solid #232323;
	float: left;
	line-height:30px;
	overflow:hidden;
}

#maincontainer .catmenu li a:hover {
	background: none;
	text-decoration:underline;
}

#maincontainer .catmenu li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}

#maincontainer .catmenu li:hover ul, #maincontainer .catmenu li.sfhover ul {
	left: auto;
	z-index:2222 !important;	
}

#maincontainer .catmenu li ul li {
    background: #333333;
	width:15em;
	border:none;
}

#maincontainer .catmenu li ul li a {
color:#ffffff;
}

#maincontainer .catmenu li:hover, #maincontainer .catmenu li.hover {
    position: static;
}
#maincontainer .catmenu li ul ul {
	margin: 0 0 0 15em;
}
#maincontainer .catmenu li:hover ul ul, #maincontainer .catmenu li.sfhover ul ul {
	left: -999em;
}
#maincontainer .catmenu li:hover ul, #maincontainer .catmenu li li:hover ul, #maincontainer .catmenu li.sfhover ul, #maincontainer .catmenu li li.sfhover ul {
	left: auto;
}
#maincontainer .catmenu li:hover ul ul, #maincontainer .catmenu li:hover ul ul ul, #maincontainer .catmenu li.sfhover ul ul, #maincontainer .catmenu li.sfhover ul ul ul {
	left: -999em;
}
#maincontainer .catmenu li:hover ul, #maincontainer .catmenu li li:hover ul, #maincontainer .catmenu li li li:hover ul, #maincontainer .catmenu li.sfhover ul, #maincontainer .catmenu li li.sfhover ul, #maincontainer .catmenu li li li.sfhover ul {
	left: auto;
} 

#maincontainer .titlesect { clear:both; margin:10px auto 0px auto; padding:10px 0px 0px 0px; }

/* home rss menu */
/*#maincontainer .home-rss-menu { float:right; margin:0px 0px 0px 0px;}
/*#maincontainer .home-rss-menu .bannerad { border:0px solid #ddd; background-color:#f2f2f2; padding:0px; margin-right:10px; margin-top: 40px;}*/
#maincontainer .home-rss-menu { float:right; width:300px; padding:40px 12px 0px 3px; margin:0 auto; }
#maincontainer .home-rss-menu .headerbitstop {background: url(images/header-top.png) no-repeat; width:300px; height:13px; margin:0; padding:0;}
#maincontainer .home-rss-menu .headerbitsbottom {background: url(images/header-bottom.png) no-repeat;width:300px; height:13px; margin:0px 0px 10px 0px;}
#maincontainer .home-rss-menu .headerbitsmiddle {background: url(images/header-middle.png) repeat-y; width:300px; padding:0; margin:0;}
#maincontainer .home-rss-menu .headerbitsmiddlecontent {width:250px; margin:0 auto; }


/* logo div */
#maincontainer .title-logo { width:420px; display: block; float:left; margin-top:0px;  }
#maincontainer .title-logo .logo { width: 150px; float:left; }
#maincontainer .title-logo .logo a { width: 150px; float:left; }
#maincontainer .title-logo .title_text { width: 270px; float: right;}
#maincontainer .title-logo .title h1 { letter-spacing:0; color:#333333; font-size:32px; float:left; margin: 0px 0 0 0px; }
#maincontainer .title-logo .title h1 a { letter-spacing:0; color:#333333; font-size:36px; float: left; margin: 60px 0 0 30px; }
#maincontainer .title-logo .tagline { float:left; color:#333333; font-size:18px; padding: 0px 0 0 30px; }
#maincontainer .title-logo .clear_both{ clear:both; }


/* §s list menu */

#maincontainer .pagemenu { margin:0px auto 0px auto; float:left; background: url(images/pagemenubg.png) no-repeat; width:900px; height:65px;}

#maincontainer .pagemenu ul { margin:0 auto; width:563px; height:60px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
   #maincontainer .pagemenu ul { margin:0px 0 0 10px; width:563px; overflow:hidden; height:60px; }
}


#maincontainer .pagemenu .pagetitle {
margin:15px 0px 0px 25px;
}

#maincontainer .pagemenu .pagetitle h1 {
color:#ffffff;
}

#maincontainer .pagemenu a {
	display: block;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

#maincontainer .pagemenu li a {
color:#FFFFFF;
}

#maincontainer .pagemenu li {
	float: left;
	margin-top:25px; 
	list-style:none;
}

#maincontainer .pagemenu li a:hover {
	background: none;
	text-decoration:underline;
	
}

#maincontainer .pagemenu li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	width:550px;
	margin-left:0px;
	margin-top:-4px;
	
}
#maincontainer .pagemenu li:hover ul, #maincontainer .pagemenu li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#maincontainer .pagemenu li ul li {
    background: #393939;
	line-height:28px;	
	width:15em;
}

#maincontainer .pagemenu li ul li a {
color:#ffffff;
}

#maincontainer .pagemenu li:hover, #maincontainer .pagemenu li.hover {
    position: static;
}
#maincontainer .pagemenu li ul ul {
	margin: -29px 0 0 15em;
	border-top:1px solid #dedbd1;	
}

#maincontainer .pagemenu li:hover ul ul, #maincontainer .pagemenu li.sfhover ul ul {
	left: -999em;
}
#maincontainer .pagemenu li:hover ul, #maincontainer .pagemenu li li:hover ul, #maincontainer .pagemenu li.sfhover ul, #maincontainer .pagemenu li li.sfhover ul {
	left: auto;
}
#maincontainer .pagemenu li:hover ul ul, #maincontainer .pagemenu li:hover ul ul ul, #maincontainer .pagemenu li.sfhover ul ul, #maincontainer .pagemenu li.sfhover ul ul ul {
	left: -999em;
}
#maincontainer .pagemenu li:hover ul, #maincontainer .pagemenu li li:hover ul, #maincontainer .pagemenu li li li:hover ul, #maincontainer .pagemenu li.sfhover ul, #maincontainer .pagemenu li li.sfhover ul, #maincontainer .pagemenu li li li.sfhover ul {
	left: auto;
} 

#maincontainer .pagemenu .search { float:right; width:337px;}
#maincontainer .pagemenu .search .searchinput { border:1px solid #dddddd; padding:6px; width:250px; }
#maincontainer .pagemenu .search .searchbutton { float:left; }

#searchbox { text-align:center; float:right; width:337px; margin:0px; }
#searchbox .searchinputbox { margin-top:16px; float:left; }
#searchbox .searchsubmitbutton { float:left; margin-top:16px; }

/* Content */

#content { width:500px; float:left; margin:0 auto; }
#content .outercontainertop { margin:0 auto; width:480px; height:7px;  background: url(images/outercontainer-top.png) no-repeat;}
#content .outercontainermiddle { margin:0 auto; width:480px; background: url(images/outercontainer-middle.png) repeat-y;}
#content .outercontainerbottom { margin:0 auto; width:480px; height:13px; background: url(images/outercontainer-bottom.png) no-repeat;}
#content .contentmiddle { clear:both; padding:0;}
#content .contentbottom { background: url(images/content-bottom.png) no-repeat;width:462px;height:17px; margin:0 auto;}

.postcontainer { margin:0 auto; clear:both; overflow:hidden; background: #FFFFFF url(images/subfeaturebg.gif) no-repeat; padding:0px 0px 25px 0px; width:462px; color:#333333;  }


.postarea { padding:20px; }
.postarea ol,.postarea ul { margin-left:10px; line-height:165%; margin-top:20px; }
.postareameta { margin: 30px 0;}
.postarea h2 {}
.postarea blockquote { color:#3f3f3f;background:#f2f2f2;padding:6px 14px;margin:18px 35px;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;}
.postarea ul li {list-style:square;}
.postarea img{margin:10px;max-width:450px;width: expression(this.width > 450 ? 450: true);max-height:100%;}
.postarea .byline {display:block;color:#848484; padding:4px 4px 4px 0px;}
.postarea .byline a {color:#848484;text-decoration:none;}
.postarea .byline a:hover {color:#000000;text-decoration:underline;}
.postarea .excerpt { margin-top:20px; }
.postarea .excerpt p { margin-top:0px; }
.postarea .excerpt .byline { margin-bottom:10px; }
.postarea .excerpt img{ float:left;margin:0px 10px 0px 0px;}
.postarea .excerpt .readfull { background: #f9f9f9; padding:5px; width:100%; float:right; border:1px double #f5f5f5; margin:10px 0px 10px 0px; text-align:right; } 


.bnavigation {
	padding:10px auto 10px auto;
	width:450px;
	margin:15px auto 20px auto;
}
.bnavigation a {
	font-size: 1em;
}

.bnavleft {
width:220px;
float:left;
}

.bnavright {
width:200px;
float:right;
}

.paginav {
	width:595px;
	margin-bottom:15px;
	float:left;
	padding:10px;
}
.paginav a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

.npfsearchmsg {margin:20px 0px 20px 30px;}
.npfsearchmsg h2 {margin:0px 0px 10px 0px;}

.postareameta {margin:10px 0px 10px 30px;}

.entry a {
color:#848484;
}

.entry a:hover {
color:#000000;
}

.entry ul, .entry ol {
margin:10px 0px 10px 30px;clear:both;
}

.entry ul li {
list-style:square; padding:3px 0px 3px 0px;
}

.entry ol li {  list-style-type: decimal; padding:3px 0px 3px 0px; }
.entry ol ol li {  list-style-type: lower-roman; padding:3px 0px 3px 0px; }

.entry img { 	margin-bottom:10px;  }

.entry textarea {
width:100%;
height:auto !important;
min-height:100px;
border:1px solid#dddddd;
}

.entry input[type=text] {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry input.text {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry input[type=password] {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry input.password {
width: 300px;
padding:5px;
border:1px solid#dddddd;
}

.entry .inposttags {
padding:5px;
background:#f9f9f9;
}

/************************************************
*Feature content                         * 
************************************************/

#featurecontent { margin:0 auto 7px auto; width:462px; overflow:hidden; height:230px; background: #FFFFFF url(images/subfeaturebg.gif) no-repeat; color:#333333;}
#featurecontent .featurecontentcontent { padding:10px;  }
#featurecontent h2 { padding:2px; margin:0px 0px 3px 0px; height:25px; }
#featurecontent img { max-width:110px; width: expression(this.width > 110 ? 110: true); max-height:110px; float:left; margin-right:10px; }
#featurecontent .title { margin-bottom:10px; }
#featurecontent .title a { font-size:medium; color:#487685; font-weight:normal; text-decoration:none; line-height:1.5em; }
.featureinput { border:1px solid #CCD1D9; }
#featurecontent .featuresubmit { background:#eeeeee; color:#000000; border:1px solid #000000; }
#featurecontent .readfull { padding:5px; width:100%; float:right; margin:10px 0px 10px 0px; text-align:right; } 

#featurecontent.sticky h1
	{
		
	background: transparent url(images/sticky.png) center left no-repeat;
	font-weight:bold;
	padding-left:30px;
	height:30px;
	}
#featurecontent .sticky h2
	{
		width:400px;
		margin:0px;
		padding:15px 0px 10px 58px;
		font-size:medium;
		font-weight:bold;
	}
	
#featurecontent .sticky h2 a
	{
		width:400px;
		margin:0px;
		padding:15px 0px 10px 0px;
		font-size:medium;
		font-weight:bold;
	}

/************************************************
* sub feature left column | right column         * 
************************************************/

#subfeature { clear:both; margin:0 auto; background: #FFFFFF url(images/subfeaturebg.gif) no-repeat; padding:20px 0px 25px 0px; width:462px; color:#333333; }
#subfeature h1 { padding-left:20px; }
#subfeature .latestposts { clear:both; overflow:hidden; width:442px; padding:10px; }
#subfeature .latestposts h2 { font-size:medium; text-decoration:none; overflow:hidden; margin:0px 0px 20px 0px; }
#subfeature .latestposts h2 a { font-size:medium; text-decoration:none; }
#subfeature .latestposts h2 a:hover { font-size:medium; text-decoration:underline; }
#subfeature .latestposts .meta { font-size:x-small; margin:0;float:right;}
#subfeature .latestposts img { float:left; margin-right:10px; border:4px double #E2E3E5; }
#subfeature .latestposts h4 { margin:0; padding:3px 0px 3px 0px;  font-size:small; text-align:center;}
#subfeature .latestposts h4 a {   text-decoration:none; font-weight:normal;}
#subfeature .latestposts .latestpostsleft { float:left; width:435px; list-style:none; margin:0px 10px 20px 0px; padding:10px;   }
#subfeature .latestposts .latestpostsright { float:left; width:435px; list-style:none; margin:0px 10px 20px 0px; padding:10px;   }

#subfeature .latestposts .readfull { background: #f9f9f9; padding:5px; width:100%; float:right; border:1px double #f5f5f5; margin:10px 0px 10px 0px; text-align:right; } 

/************************************************
* Sidebar_left                                        *
************************************************/

#sidebar_left { width: 200px; float:left; margin:0; }

#sidebar_left li { list-style:none; background:transparent url(images/liline.gif) bottom repeat-x; padding:.5em 0px .5em 0px; }
#sidebar_left a { #333333; }

#sidebar_left .sidebarbits { width:180px; padding:0px 0px 0px 3px; margin:0 auto; }
#sidebar_left .sidebarbits .sidebarbitstop {background: url(images/swidget-top.png) no-repeat; width:180px; height:13px; margin:0; padding:0;}
#sidebar_left .sidebarbits .sidebarbitsbottom {background: url(images/swidget-bottom.png) no-repeat;width:180px; height:13px; margin:0px 0px 10px 0px;}
#sidebar_left .sidebarbits .sidebarbitsmiddle {background: url(images/swidget-middle.png) repeat-y; width:180px; padding:0; margin:0;}
#sidebar_left .sidebarbits .sidebarbitsmiddlecontent {width:140px; margin:0 auto; }

#sidebar_left .sidebarbits .sidebarbitsmiddle h2 { padding:10px 0px 10px 0px;}
#sidebar_left .sidebarbits .sidebarbitsmiddle h2 a:hover { padding:10px 0px 10px 0px; text-decoration:underline;}
#sidebar_left .sidebarbits .sidebarbitsmiddle h3 { padding:10px 0px 10px 0px;}
#sidebar_left .sidebarbits .sidebarbitsmiddle ul li {margin-top:7px;}
#sidebar_left .sidebarbits ul li a, #sidebar .sidebarbits ul li a:visited  { color:#333333;}

#sidebar_left select {width:100px;}

#sidebar_left .sidebarbits .sidebarbitsmiddle .ad250 { text-align:center; margin: 0 auto; padding:5px; }

#sidebar_left ul li ul {
margin-left:10px;
}

#sidebar_left ul li ul li {
border:none;
list-style:circle;
margin-left:10px;
background:none;
}

#tags {
padding:3px;
border-bottom:1px solid #DDD;
border-top:1px solid #DDD;
}

#calendar caption, #wp-calendar caption { font-weight: bold; 	color : #ffffff; 	text-transform:uppercase; 	margin:0; 	padding:2px 0 2px 10px; 	width:100%; 	text-align:left; }
#calendar table, #wp-calendar table { 	width: 100%; 	padding: 0; 	text-align: left; }
#calendar thead th, #wp-calendar thead th { 	padding:3px; color:#3F3F3F; text-align:center; }
#calendar tbody td, #wp-calendar tbody td { 	padding: 5px 0;  color:#dddddd; }
#calendar tfoot td, #wp-calendar tfoot td { }
#calendar #prev, #wp-calendar #prev { 	text-align: left; }
#calendar #next, #wp-calendar #next { 	text-align: right; }
#calendar a, #wp-calendar a { 	font-weight: normal; 	color: #000000; }

/************************************************
* Sidebar_right                                 *
************************************************/

#sidebar_right { width: 200px; float:right; margin:0; }

#sidebar_right li { list-style:none; background:transparent url(images/liline.gif) bottom repeat-x; padding:.5em 0px .5em 0px }
#sidebar_right a { color: #000000;}

#sidebar_right .sidebarbits { width:180px; padding:0px 0px 0px 3px; margin:0 auto; }
#sidebar_right .sidebarbits .sidebarbitstop {background: url(images/swidget-top.png) no-repeat; width:180px; height:13px; margin:0; padding:0;}
#sidebar_right .sidebarbits .sidebarbitsbottom {background: url(images/swidget-bottom.png) no-repeat;width:180px; height:13px; margin:0px 0px 10px 0px;}
#sidebar_right .sidebarbits .sidebarbitsmiddle {background: url(images/swidget-middle.png) repeat-y; width:180px; padding:0; margin:0;}
#sidebar_right .sidebarbits .sidebarbitsmiddlecontent {width:135px; margin:0 auto; }

#sidebar_right .sidebarbits .sidebarbitsmiddle h2 { padding:10px 0px 10px 0px;}
#sidebar_right .sidebarbits .sidebarbitsmiddle h2 a:hover { padding:10px 0px 10px 0px; text-decoration:underline;}

#sidebar_right .sidebarbits .sidebarbitsmiddle h3 { padding:10px 0px 10px 0px;}
#sidebar_right .sidebarbits .sidebarbitsmiddle ul li {margin-top:7px;}
#sidebar_right .sidebarbits ul li a, #sidebar .sidebarbits ul li a:visited  { color:#333333;}

#sidebar_right select {width:100px;}

#sidebar_right .sidebarbits .sidebarbitsmiddle .ad250 { text-align:center; margin: 0 auto; padding:5px; }

#sidebar_right ul li ul {
margin-left:10px;
}

#sidebar_right ul li ul li {
border:none;
list-style:circle;
margin-left:10px;
background:none;
}

#tags {
padding:3px;
border-bottom:1px solid #DDD;
border-top:1px solid #DDD;
}

#calendar caption, #wp-calendar caption { font-weight: bold; 	color : #ffffff; 	text-transform:uppercase; 	margin:0; 	padding:2px 0 2px 2px; 	width:108%; 	text-align:left; }
#calendar table, #wp-calendar table { 	width: 100%; 	padding: 0; 	text-align: left; }
#calendar thead th, #wp-calendar thead th { 	padding:3px; color:#3F3F3F; text-align:center; }
#calendar tbody td, #wp-calendar tbody td { 	padding: 5px 0;  color:#dddddd; }
#calendar tfoot td, #wp-calendar tfoot td { }
#calendar #prev, #wp-calendar #prev { 	text-align: left; }
#calendar #next, #wp-calendar #next { 	text-align: right; }
#calendar a, #wp-calendar a { 	font-weight: normal; 	color: #000000; }

/*** Events Calendar ***/
#evWidgetUL { }
#evWidgetDate {	}
#evWidgetLI {}
#cal { display: block; width: 140px; overflow: hidden; }
#calTable { display: block; width: 140px; }
#tableTR { display: block; width: 140px; float: left; }
.calBlank { border: 1px solid white; display: block; float: left; width: 18px; height: 20px; padding: 3px 0px;}
#calTH { display: block; width:140px; }
#cal_date {display:block; color:white; font-weight:bold; background: #3F3F3F; padding: 3px 0px 3px 0px; margin-bottom:2px;}
#calMonth { padding: 0px 0px 0px 5px;}
/*#calYear { color:white; font-weight:bold;  }*/
#calNext { border: 1px solid white; display: block; float: right; background: #3F3F3F; width: 20px; text-align: center; color:white;}
#calPrev { border: 1px solid white; display: block; float: left; background: #3F3F3F; width: 20px; text-align: center; color:white;}
.calDW { border: 1px solid white; display: block; width: 18px; height: 20px; float: left; text-align: center; font-weight: bold; background: #DDDDDD; margin: 5px 0px; }
.calDay { border: 1px solid white; display: block; width: 18px; height: 20px; float: left; text-align: center; color:#c9c9c9; padding:3px 0px; }
#calTActive { border:1px solid black; display: block; width: 18px; height: 17px; float: left; text-align: center; color:black; margin:3px 0px; }
#calTActive a { display: block; width: 18px; height: 17px; float: left; text-align: center; color:black; }
.calActive { border:1px solid white; display: block; width: 18px; height: 20px; float: left; text-align: center; color:black; padding:4px 0px; }
.calActive a { display: block; width: 18px; height: 20px; float: left; text-align: center; color:black; padding:4px 0px; }

#calToday { border: 1px solid black; color: #C9C9C9; display: block; width: 18px; height: 17px; float: left; text-align: center; margin: 3px 0px; }
.fullCalLink { }
#calFC { display: block; width: 644px; background: black; overflow: hidden; }
#calTableFC { display: block; width: 644px; background: black; }
#tableTRFC { display: block; width: 644px; float: left; }
.calBlankFC { border: 1px solid black; display: block; float: left; width: 90px; height: 90px; }
#calTHFC { display: block; width:644px; text-align: center; background: #404040; }
#calMonthFC { color: white; padding: 0px 5px 0px 5px; }
#calYearFC { color: yellow; padding: 0px 5px 0px 5px; }
#calNextFC { border: 1px solid white; display: block; float: right; background: black; width: 20px; text-align: center;}
#calPrevFC { border: 1px solid white; display: block; float: left; background: black; width: 20px; text-align: center; }
.calDWFC { border: 1px solid black; display: block; width: 90px; height: 45px; line-height: 300%; float: left; text-align: center; font-weight: bold; }
.calDayFC { border: 1px solid black; display: block; width: 90px; height: 90px; line-height: 100%; float: left; text-align: left; background: #303030; }
#calTActiveFC { border: 1px solid black; display: block; width: 90px; height: 90px; line-height: 100%; float: left; text-align: left; background: black; }
.calActiveFC { border: 1px solid black; display: block; width: 90px; height: 90px; line-height: 100%; float: left; text-align: left; background: #c0c0c0; }
#calTodayFC { border: 1px solid black; display: block; width: 90px; height: 90px; line-height: 100%; float: left; text-align: left; background: #999999; }
.eventOptions span { display: block; float: left; margin: 2px; background: white; }
.eventOptions span a:hover { color: white; background: black; border: 1px solid white; }

/* Form Elements */

.button { padding: 1px; background:#3F3F3F; color:#ffffff; border:none; }
.button:hover { background:#eeeeee;color:#3f3f3f;text-decoration:none }

#commentform input { width: 170px; margin: 5px 5px 1px 0; }
#commentform textarea { width: 100%; margin-top:5px;height:auto !important; min-height:100px; border:1px solid#dddddd; }


/* Comments*/

.commentarea { clear:both; padding-top:25px; }

.commentlist { padding-left:30px; }

.commentlist li { margin: 15px 0 3px; padding: 8px 15px 10px 15px; background:#f2f2f2; border-top: 1px solid #ddd; }
#commentform small { background:#FFF; font-weight:bold; padding:0; }
.commentmetadata { display: block; }
.commentlist small { background:#f9f9f9; }

.commentlist cite { font: 1.6em Georgia, "Times New Roman", Times, serif; font-weight:bold; letter-spacing:-0.05em; }


/* Footer*/

#footer { margin:10px auto 0 auto; width: 900px; color:#ffffff; font-size:11px; background: url(images/footerbg.png) no-repeat;height:67px; padding: 25px 25px 15px 25px; clear:both; }
#footer a { color:#ffffff; }
#footer .tools { float:right; margin-right:30px; }
#footer .tools ul { list-style: none; margin-right:30px;  }
#footer .tools ul li { float: left; display: block; padding-left:20px; }
#footer .tools ul li a { float: left; display: block; }
#footer .tools ul li a:hover { text-decoration:underline;}

#signature a {
    font-family: 'ComfortaaRegular';
    color:gray;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f2f2f2;
padding: 4px;
margin: 10px;
-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.aligncenter img {  max-width: 475px; height:auto;  }
.wp-caption.alignleft img {  max-width: 250px; height:auto;  }
.wp-caption.alignright img {  max-width: 250px; height:auto;  }

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

