/*
Theme Name: skiantdotnet
Description: Very specialized theme aimed to become the Skiant's online portfolio
Version: 2.0
Author: Mathieu 'Skiant' Dubois
Author URI: http://www.skiant.net/
Tags: green, custom header, fluid width, two columns
*/
body {
background:#101400 url(images/bodybg.gif);
color:#FFFFFF;
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-size:12px;
letter-spacing: 0.2pt;
line-height: 1.4;
}

a {
text-decoration:none;
color:#88E620;
}

a:hover {
color:#CDF740;
}

li{
list-style:none;
}

h2, h3, h4{
font-size:24px;
font-weight:normal;
padding:5px;
margin:0px;
font-family:"trebuchet MS", tahoma, verdana, arial;
letter-spacing: 1.1pt;
line-height: 1.5;
}

h4 {
font-size: 16px;
}


blockquote {
background-color:#222;
padding:5px 10px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

#header {
text-align:center;
width:950px;
background:#262524 url(images/headbg.gif);
margin:auto;
padding:0px;
height:228px;
}


#header h2{
font-family:"trebuchet MS", tahoma, verdana, arial;
font-size:16px;
color:#333;
padding:0px;
margin:-30px 0 0 0;
}

#logo {
/*background:#272526 url(images/logo.jpg) no-repeat;*/
width:475px;
height:228px;
margin:0px;
padding:0px;
margin:0px;
}

#logo a img {
border:none;
}

#nav {
width:950px;
margin:auto;
padding:0px;
height:72px;
background:url(images/navbg.gif);
}

#nav ul{
margin:auto;
padding:0px;
}

#nav li {
display:block;
list-style:none;
float:left;
-moz-border-radius:3px;
-webkit-border-radius:3px;
margin:20px 30px;
}

#nav li a {
font-size:22px;
text-transform:uppercase;
font-family:"trebuchet MS", tahoma, verdana, arial;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:5px 7px;
}

 #nav li a:hover, .current_page_item, .current_page_item a {
background:#202A09;
color:#C9D100;
}




#wrapper{
width:950px;
margin:auto;
padding:25px 0px;
text-align:left;
background:#585858;
}

#sidebar {
width:200px;
float:right;
padding:15px 10px;
margin:10px 15px 10px 0px;
background:#2C2C2C;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

#posts{
float:left;
width:700px;
}

.clear{
clear:both;
}




#footer {
width:950px;
margin:auto;
height:150px;
background:#202807 url(images/footbg.gif) repeat-x;
clear:both;
padding:0px 0px;
}

#footerbox {
padding:35px 10px 10px 10px;
font-size:10px;
}

#footer p{
margin:3px;
}

.navigation {
margin:10px 0px;
}

.100%{
width:100%;
}

.33%{
width:32%;
}

.floatleft{
float:left;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 5px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 5px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 5px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #3a3a3a;
   	text-align: center;
   	background-color: #2a2a2a;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

.hentry, .comment, #respond, .navigation{
margin: 10px 15px;
padding:5px 10px;
background:#2C2C2C;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}


#comment {
width:500px;
}