body {
	background: #000000 url(none);
	color: #FFFFFF;
	padding: 40px 0 25px;
	margin: 0px;
	font: 13px Helvetica, Arial, Verdana, Sans-Serif;
	line-height:1.4em;
	}
	
ul {/*to prevent content list indent*/
	list-style: none;
	margin: 0;
	padding: 0;
}

ol {/*to prevent content list indent*/
	margin: 0;
	padding: 0 0 0 22px;
}
	
p {
	margin: 6px 0 12px;
	width: 500px;
	}

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

li a, li a:link, li a:visited, ul a, ul a:link, ul a:visited {
	color: #003366;
	text-decoration:none
	}

a:hover, a:active, li a:hover, li a:active, ul a:hover, ul a:active {
	color: #336699;
	text-decoration:underline;
	}

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

small {
	font-size: 0.8em;
	padding:3px 6px;
	}
		
/* General Structure */

#page {
	width:90%;
	margin:0 auto;
	font-size:1em;
	background:#272727 url(../images/backgrounds/bg_dark_bottom.jpg) no-repeat center bottom;
	padding:0 0 50px;
	border:1px solid #999999;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	}

.branding {
	width:100%;
	height:70px;
	padding:10px 17px;
	display:inline-block;
	display:block;
	}
	
#page .branding {
	background:#272727 url(none);
	padding:0;
	margin:0;
	border:none 0;
	-moz-border-radius-topleft: 13px;
	-khtml-border-top-left-radius: 13px;
	-webkit-border-top-left-radius: 13px;
	border-top-left-radius: 13px;
	-moz-border-radius-topright: 13px;
	-khtml-border-top-right-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	border-top-right-radius: 13px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#leftcol {
	width:280px;
	border-right:1px solid #cccc99;
	padding-right:20px;
	margin-top:6px;
	float:left;
	}
	
#rightcol {
	width:265px;
	padding-left:4px;
	margin-top: 6px;
	float:right;
	margin-left: 3px;
	}
	
/* Headlines */

.blogtitle {
	padding: 11px 0 0 14px;
	float: left;
	}

#page .blogtitle img {
	border: none;
	}

h1 {
	color: #8bdada;
	font-size: 1.8em;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	line-height:1.1em;
	}
	
h2 {
	color: #8bdada;
	font-size: 1.8em;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	padding-bottom:8px;
	border-bottom:1px solid #8bdada;
	margin: 5px 0 11px;
	line-height:1.1em;
	}

h3 {
	font: bold 1.2em/0.2em Helvetica, Arial, Verdana, Sans-Serif;
	margin: 0 0 9px;
	color:#8bdada;
	padding: 12px 0 0;
	line-height:1.1em;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	line-height:1.1em;
	}
	
	
	
/* Content */

#contentwide {
	width:100%;
	float:right;
	}
	
.description {
	font-size: 1.2em;
	font-weight: normal;
	color:#8a8a5f;
	font-style: normal;
	}

/* Formating of rightcol */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #cccc99;
	padding:12px 0;
	}	

.rightcolspace {
	border-bottom:1px solid #cccc99;
	padding-bottom: 12px;
	}
	
.rightcoltitspace {
	padding-top: 12px;
	}

/* Post Formatting */

.entry {
	padding:0 0 10px;
	}

.post blockquote {
	color:#999999;
	background:#f4f4ec;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #87b6e5;
	border-bottom:1px solid #87b6e5;
	}	

.post ul li {
	list-style: none;
	background: url(../images/bullet-orange.gif) no-repeat;
	padding-left: 20px;
	margin-bottom:5px;
	}

.post ol li {
	margin-bottom:5px;
	}

.post {
	padding:0 15px 13px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #cccc99;
	border-top:1px solid #cccc99;
	font-size:0.8em;
	}	
	
.postmetadata {
	font-size:0.8em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #e7e5fb;	
	border-bottom:1px solid #e7e5fb;	
	}

.excerplink {
	margin: 2px 0px;
	font: bold .9em/1.2em Helvetica, Arial, sans-serif;
}				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9999ff;
	width:100%
	}
	

#searchform {
	padding:0;
	margin:0;
}

#searchform input#s {
	padding:0;
	width: 200px;
	margin:0;
	height: 20px;
	border: 1px solid #CCCCCC;
	background-color: #999999;
	color:#FFFFFF;
}

.button {
	padding: 4px 5px;
	background:#999999;
	color:#FFFFFF;
	border:none;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	}

.button:hover {
	background:#9caa9e;
	color:#fff;
	text-decoration:none
	}

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

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

.searchplace {
	float:right;
	padding: 15px 16px 0 0;
	}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	display:block;
	}
	
	
/* Footer */

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding:15px 0 0;
	color:#FFF;
	}

#footer a {
	color:#ffffff;
	}
	
/* Video Media*/

.pro-player-container {
	padding:15px 0;
	}

/* next previous post navigation */

.post-nav {
	clear:none;
	margin: 12px 0px;
	font-size: 1.1em;
	width: 85%;
}

.post-nav a:hover {
	color: #999999;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
}
.post-nav .next a {
	float: right;
	text-align: right;
}
