/*---------------------------- Main -------------------------------*/
html, body {
	margin: 20px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8px;
	text-align: center;
	/* background-color: #F6F6E8; */
	background-color: #000;
	color: #313031;
	}
/*---------------------------- Links -------------------------------*/
a {  
	color: #224359;
	text-decoration: none;
	}	
a:visited {
	color: #224359;
	text-decoration: none;
	}
a:hover {
	color: #CC0033;
	text-decoration: none;
	}		
a img {
	border: none;
	}		
/*---------------------------- Images Structure -------------------------------*/

img.c {						/*Now if you add the class "c" will center the img, "r" will float it to the right and yeah you guessed!... "l" will float it left.*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	
img.r {
	float: right;
	}
img.l {
	float: left;
	}
.entry img {					/*A nice hover efect when your post-images are linking somewhere*/
	border: 2px solid #FFFFFF;
	padding: 6px;
	max-width: 98%;
	border: none;
	}
.entry a img {	
	border: 1px solid #FFFFFF;
	padding: 6px;
	}
.entry a img:hover {	
	border: 1px solid #525D5A;
	background-color: #F6F6E8;
	}	
/*---------------------------- General Html -------------------------------*/
hr {
	display: none;
	}
h2, h3 {	
	padding: 1px;
	font-weight: bold;
	text-align: left;
	}
	.ncol h2{	
		line-height: 24px;
		border-bottom: 2px solid #525d5a;
		font-size: 18px;
		}
	.wcol h2{	
		line-height: 25px;
		font-size: 20px;
		}	
	.sidebar h2{	
		border-bottom: 2px solid #525d5a;
		text-align: right;
		line-height: 14px;
		font-size: 10px;
		}	
h2, h3, h2 a, h2 a:visited{
	color: #525d5a;
	}
h2 a:hover {
	color: #CC0033;
	}	
h3{	
	font-size: 13px;
	}	
blockquote {
	border-left: 5px solid #525D5A;
	background-color: #F6F6E8;
	padding: 10px 20px;
	}
blockquote:hover {
	background: #FDFDFA;
	}
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #CC0033;	
	}	
/*---------------------------- Page Navigation -------------------------------*/	
.navigation {
	margin: 40px 30px 20px 30px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	}
.ncol .navigation {
	margin: 15px 0px;
	font-size: 11px;
	}	
.ar {						/*This way you can use a simple class="ar"/"al"/"ac" to get an objet floated or centered.*/
	float: right;
	}
.al {
	float: left
	}
.ac {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
/*---------------------------- Content -------------------------------*/
#content{
	margin: 0px auto;
	width: 960px;
	font-size: 11px;
	text-align: left;
	}
/*----------------------------Top Bar -------------------------------*/
#topbar{
	margin: 1px 0px;
	padding: 0px;
	width: 960px;
	height: 143px;
	background: black;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 17px;
	font-size: 10px;
	}
.navbar{	
	margin: 2px auto 0;
	padding: 3px 1px 2px 1px;
	text-align: center;
	}
.navbar ul{
	display: inline;
	list-style-type: none;
	}
.navbar li{
	display: inline;
	list-style-type: none;
	}
.navbar li.active{
	font-weight: bold;
	}
.navbar li:after {
	font-weight: bold;
	font-size: 14px;
	content:"|";
	}
.navbar a, .navbar a:visited  {
	font-size: 14px;
	margin: 0px 10px 3px 10px;
	color: #e1dbd9;
	}		
.navbar a:hover{
	color: #86261C;
	}
/*---------------------------- Header -------------------------------*/
	/*--Just drop a 778px*98px image named 'header.png' in the theme folder an it will be displayed in your blog header---*/
.header {
	margin: 1px 0px;
	padding: 0px;
	display: block;
	width: 958px;
	height:98px;
	background: url('header.png') no-repeat bottom center;
	background-color: #9DA7AF;
	border: 1px solid #D6D3CE;
	cursor: pointer;
	}		
/*---------------------------- Page -------------------------------*/
.page {
	width: 958px;
	padding: 0px;
	background-color: #FFF;
	text-align: left;
	float: left;
	}
#leftdiv {
	float: left;
	width: 240px;
	margin: 5px 5px 5px 25px;
	text-align: left;
	line-height: 17px;
	}
#centerdiv {
	float: left;
	width: 414px;
	margin: 5px;
	}
#rightdiv {
	float: left;
	width: 254px;
	margin: 5px;
	}
#samples {
	background: #e2c6ba;
	padding: 5px;
	margin-bottom: 15px;
	}
#video {
	background: #e2c6ba;
	padding: 5px;
	margin-bottom: 15px;
	}
#contact {
	padding: 5px;
	background: #58585a;
	color: #fefefe;
	font-weight: bold;
	text-align: center;
	}
#contactme {
	padding: 5px;
	background: #58585a;
	color: #fefefe;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin: 100px 0;
	}
#contactme a, #contactme a:visited, #contact a, #contact a:visited {
	color: #FFF;
	text-decoration: none;
	}
#contactme a:hover, #contact a:hover {
	color: #FFF;
	text-decoration: underline;
	}
.feedback {
	clear: both;
	margin: 15px 20px;
	padding: 15px 0;
	width: 100%;
	}
.feedpic {
	float: left;
	margin: 3px;
	}
.feedname {
	font-size: 14px;
	font-weight: bold;
	}
.feedtext {
	float: left;
	margin: 3px;
	padding: 5px;
	width: 340px;
	background: #e2c6ba;
	}
.feedbiog {
	float: left;
	font-style: italic;
	margin: 3px;
	padding: 5px;
	width: 340px;
	background: #a8a9ad;
	}

.quote {
	font-family: Georgia;
	color: #7f190d;
	font-size: 14px;
	font-weight: bold;
	}
.author {
	font-family: Georgia;
	font-size: 10px;
	font-style: italic;
	}



/*---------------------------- Narrow Column -------------------------------*/
.ncol {
	padding: 20px 25px 40px 35px;
	width: 510px;
	background:#FFF;
	float:left;
	}	
/*---------------------------- Wide Column -------------------------------*/
.wcol {
	margin: 0px auto;
	width: 80%;	
	padding: 20px 15px 10px 15px;		
	line-height: 1.5em;
	}
/*---------------------------- Post Structure -------------------------------*/
.post {
	margin: 0px 10px 55px 2px;
	text-align: justify;	
	}
.archived {
	padding: 0px 0px 0px 15px;
	}	
.archived h2{	
	font-size: 14px;
	}
.postmetadata {
	width: 85%;
	margin: 25px 0 0 0;
	padding: 3px;
	border-top: 1px solid #D6D3CE;
	color: #313031;
	text-align: left;
	line-height: 17px;
	font-size: 10px;
	}
.entry {
	font-size: 1em;
	line-height: 1.4em;
	}
.entry a {  
	font-weight: bold;
	}
.entry ol li {
	list-style: decimal outside;
	}
.entry ul li {	
	list-style-type: square;
	}
.entry form { 
	text-align: left;
	}
.entry input { /* For password-protected posts */
	margin: 2px auto;
	font-size: 9px;
	padding: 0px;
	background-color: #FFFFFF;
	border:1px solid #D6D3CE;
	}	
.entry input[value="Submit"] {
	font-size: 9px;
	cursor: pointer;
	}
.entry input[value="Submit"]:hover{
	background-color: #F6F6E8;
	}
/*---------------------------- Sidebar -------------------------------*/
.sidebar {
	width: 190px;
	padding: 35px 8px 40px 8px;
	float:right;
	font-size: 10px;
	}
.sidebar h2 {
	text-align: right;
	font-size: 11px;
	}	
.sidebar ul {
	margin: 0px 2px 30px 18px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
.sidebarul li {
	list-style-type: none;
	list-style-image: none;	
	}
.sidebarul li ul {
	margin: 10px 0px 10px 10px;
	padding-left: 5px;
	}
.sidebar  ul li ul li {	
	margin: 0px 0px 0px 4px;
	color: #404040;
	list-style-type: square;
	list-style-image: none;
	}
/*---------------------------- Footer -------------------------------*/
.footer {
	margin: 1px 0px;
	padding: 0px;
	width: 960px;
	height: 30px;
	background: url('images/footer.jpg');
	clear:both;
	text-align: right;
	}	
.footer div {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	color: #FFF;
	padding: 8px 8px 0 0;
	}
.footer a, .footer a:visited {
	color: #FFF;
	}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}
