/*  

*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #EFEFEF url(images/bg.gif) top center repeat-y;
	color: #333;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #2B9B0B;
	text-decoration:none
	}

a:hover, a:active {
	color: #2B9B0B;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width: 780px;
	background: #FFFFFF url(images/background.jpg) top center repeat-y;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	font-size:0.7em;
	}

#head h1, #head #tagline, #head img {
	margin-left: 20px;
	}

#head h1 {
	display: none;
	}

#page {
	margin:0px auto;
	padding:10px 10px 10px 10px;
	width: 760px;
	margin: 0px auto 0px;

	background:#e1e1e1;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	width: 780px;
	margin:0 auto;
	margin-top:15px;
	padding:0px 0px;
	text-transform:uppercase;
	background:#FD8234;
	}

#page-bar {
	width:780px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:right;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #FD8234;
	}

#page-bar li:hover {
	background: #ffbe50;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h1 a {
	font:100% Arial;
	color:#000;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#2B9B0B;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}


/* Index Page*/

#logo {
	width:500px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#middle {
	width: 740px;
	background:#FFF;
	float:right;
	padding:10px;
	margin:10px 0;
	}

#front-popular h3 {
	color:#FFF;
	}


#bottom {
	width: 760px;
	}

#front-list {
	width:480px;
	background:#FFF;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:right;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

#front-list ul li {
	list-style:disc;
	margin-left:20px;
	}

#front-list ol li {
	list-style:decimal;
	margin-left:20px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:390px;
	background:#FFF;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:right;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol {
	margin-bottom:15px;
	}

.post ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:250px;
	float:left;
	margin:0px 0px 0px 0px;
	vertical-align: top;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#FD8234;
	color:#FFF;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:230px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#FFF;
	}



#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:160px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#FFF;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#FFF;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	}

#sidebar-cats {
	width:230px;
	float:right;
	margin-bottom:10px;
	padding:0px 10px 10px 10px;
	background:#FFF;
	}

#sidebar-cats2 {
	width:230px;
	float:right;
	margin-bottom:10px;
	padding:0px 10px 10px 10px;
	background:#FFF;
	}

#sidebar-cats3 {
	width:230px;
	float:right;
	margin-bottom:0px;
	padding:0px 10px 10px 10px;
	background:#FFF;
	}

#sidebar-ads {
	width:230px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#FFF;
	}

/* footer*/

#footer {
	color: #fff;
	width: 780px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background: #FD8234;
	font-size:0.6em;
	}


/* float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}