/*  
Theme Name: NewZen
Theme URI: http://fauxzen.com
Description: Simple theme, that makes use of <a href="http://moofx.mad4milk.net/" target="_blank">Moo.fx</a> to create a graphically pleasing AJAX sidebar and AJAX comments.
Version: 2.0
Author: Shelby DeNike
Author URI: http://fauxzen.com/
*/


/*********************
	Main Page
**********************/
html {
	height: 100%;
	margin-bottom: 0.1em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F5F5;
    background-image: url(images/bg.gif);
	background-repeat: repeat;
}
body,td,th {
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #5A5A5A;
}
/*********************
	 Links
**********************/
a, a:link, a:active {
	text-decoration: underline; color: #000;
}

a:hover, a:focus {
	text-decoration: underline; color: #bb4500;
}
/*********************
	Main table
**********************/
.main_table {
	/* text-align: left; */
	margin: 00px auto;
	width: 800px;
	color:#5A5A5A;
	background-color:#FFFFFF;
	padding: 0px 0px 0px;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
}
/***********************
	Site Title
************************/
#sitetitle {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font: 200% 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #002E5B;
	background-color: #FFFFFF;
	text-decoration: none;
}
#sitetitle a {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 12px;
	margin-top: 25px;
	font: 200% 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #002E5B;
	background-color: #FFFFFF;
	text-decoration: none;
}
#sitetitle a:link {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 12px;
	margin-top: 25px;
	font: 200% 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #002E5B;
	background-color: #FFFFFF;
	text-decoration: none;
}
#sitetitle a:active {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 12px;
	margin-top: 25px;
	font: 200% 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #002E5B;
	background-color: #FFFFFF;
	text-decoration: none;
}
#sitetitle a:visited {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 12px;
	margin-top: 25px;
	font: 200% 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #002E5B;
	background-color: #FFFFFF;
	text-decoration: none;
}
#sitetitle a:hover {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 12px;
	margin-top: 25px;
	font: 200% 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #002E5B;
	background-color: #FFFFFF;
	text-decoration: none;
}
/***************************
	Left Columns
****************************/
#leftcolumn{
	padding-left: 6px; 
	padding-right: 6px;
	text-align:left;
	color: #5A5A5A;
	background-color: #FFFFFF;
}
/***************************
	Right Columns
****************************/
#rightcolumn{
	padding-left: 6px; 
	padding-right: 6px;
	text-align:right;
	color: #5A5A5A;
	background-color: #FFFFFF;
}
/***************************
	Display Properties
****************************/
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

/***************************
	Comments
****************************/
.alt {
	background-color:#F9F9F9;
	border: 1px solid #DEDEDE;
	padding: 3px 3px 3px 3px;
}

/***************************
	Sidebar
****************************/
#container {
	text-align: right;
	margin: 0 auto;
	vertical-align:top;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
}

	.tog {
		margin: 2px;
		height: 16px;
		display: block;
		padding: 2px 5px 2px;
		font-size: 0.99em;
		font-weight: bold;
		background: #000 url(images/sd_head_bg.gif) repeat;
		color: #fff;
		display: block;
		cursor: pointer;
	}

#navbar {
        width: 800px;
        padding: 5px;
        background: #000;
        margin-bottom: 6px;
}

#navbar a {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:16px;
	color: #fff;
        text-decoration: none;
		vertical-align: top;

}

#navbar a:hover {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:16px;
	color: #bb4500; 
        text-decoration: none;

}

#navelement {
padding-top: 3px;
padding-bottom: 3px;
padding-right: 15px;
padding-left: 5px;
}

#navelement2 {
padding-top: 0px;
padding-bottom: 3px;
padding-right: 15px;
padding-left: 15px;
float: right;
vertical-align: top;
}

li
{
list-style-type: square
}

ul
{
list-style-image: url(images/bullet.png);
list-style-type: square
}

/***********************
	Credit/Copyright
************************/
.footer_table {
	text-align: center;
	font: 9px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	margin: 1px auto;
	width: 700px;
	color:#5A5A5A;
	border: 0px solid #F5F5F3;
	text-decoration: none;
}
.footer_table a {
	text-decoration: none;
	font: 9px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
	text-decoration: none;
}
.footer_table a:link {
	text-decoration: none;
	font: 9px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
	text-decoration: none;
}
.footer_table a:visited {
	text-decoration: none;
	font: 9px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
	text-decoration: none;
}
.footer_table a:active {
	text-decoration: none;
	font: 9px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
	text-decoration: none;
}
.footer_table a:hover {
	text-decoration: none;
	font: 9px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #BDBDAE;
	border-bottom: 1px dotted #96967E;
	text-decoration: none;
}

/***************************
	Wordpress - Posts
****************************/
post {
	margin: 0 0 40px;
	text-align: justify;
}
/***************************
	Wordpress - Forms
****************************/
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	background: white url('images/text_bg.jpg') center no-repeat;
	width: 580px;
	height: 220px;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/***************************
	Misc
****************************/
.stretcher {
	background: none !important;
	background: #ccc;
}
#container {
	width: 200px;
	text-align: left;
	margin: 0 auto;
}
blockquote {
	border: 1px dashed #FFC600;
    color: #000000;
	margin: 20px 0;
	padding: 0 20px 0 50px;
	background: url('images/quote.png') 5% no-repeat #FFF8DD;
	background-position: -10px -7px;
}
/***************************
    Sidebar Internal Menus
****************************/
#navmenu ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none; }
#navmenu li {
	display: inline;
}
#navmenu ul li a {
	text-decoration:none;
	margin: 4px;
}
/***************************
	BStats
****************************/
/* span styles for the search word highglighting feature */
.hl0	{ background-color: #FFFF99 }
.hl1	{ background-color: #FF99FF }
.hl2	{ background-color: #99FFFF }
.hl3	{ background-color: #FF9999 }
.hl4	{ background-color: #9999FF }

/* the style for the div that lists the hightlighted words */
#bstat_hilite	{ margin: 10px 0px 10px 0px; border: 1px dotted #999; padding: 10px; }


/* styles related to the pulse graph */
#bstat_pulse	{ height: 110px; margin: 2px 0px 2px 0px; text-align:center; } 
#bstat_pulse p	{ text-align: center; line-height: 1em; text-shadow: #ffffff 1px 1px 4px; margin-top: -30px; } 
#bstat_pulse img	{ display:inline; vertical-align: middle; background-color: #999999; border: solid 0px #000000; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border-top: solid 2px #000000; } 

/* styles related to the bsuggestive list of related posts */
#bsuggestive_footer	{ 
	margin: 0px 0px 0px 0px; 
	border-top: 1px dotted #999; 
	padding: 10px; 
	background: transparent;
	color: #443;
	font-size: 11px;
	text-align: left;	
	}
	
#bsuggestive_footer h3	{
	color: #005577;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#bsuggestive_footer ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	}
	
#bsuggestive_footer li {
	text-indent: -10px;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#bsuggestive_footer li:before {
	content: "\00BB \0020";
	}
	
.mapframe {
	width: 580px;
	height: 400px;
}
