/*  
Theme Name: 7visionV8
Theme URI: http://blog.7vision.com
Description: A clean, 7vision theme
Version: 1.01
Author: Malherbe Sébastien
Author URI: http://wwww.7vision.com/
*/
/*********** E Meyer's css reset ******************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*************************************
 +Containers
 *************************************/
body{
	background: #1a1c1f url(./images/bg.gif) repeat-x 0px 0px;
	color:#e4e4e4;
	font-family:Arial, verdana, sans-serif;
	font-size:12px;
	margin: 0 auto;
	height: 100%;
	line-height: 15px;
}

#siteContainer {
	width: 930px;
  margin: 0px;
  background: url("./images/bg_shadow.png") repeat-y 0px 0px;
}

#container {
	width: 690px;
	margin-left:230px;
	padding-bottom: 40px;
	float: right;
}
#sidebar{
	position: absolute;
	top: 150px;
	width: 200px;
	left: 10px;
}

#footer{
	background:#333;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
	text-align: center;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}

#header h3{
	color:#b45050;
}
/************ HEADER ***************/

#header {
	height: 46px;
}

#logo {
	position: absolute;
	top: 15px;
	width: 230px;
}

#navcontainer ul{
	margin-top: 10px;
	margin-left: 6px;
	font-size: 1.1em;
}

#navcontainer ul li{
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
	float: left;
	text-align: center;
}

#navcontainer a {
	text-decoration: none;
	display: block;
	padding: 4px 9px 5px 9px;
	font: bold 14px arial;
	color: #FFF;
	text-transform: uppercase;
  letter-spacing: 0;
}

#navcontainer li#active a{ 
	background: url("./images/bg_nav.gif") repeat-x 0px; 
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font: bold 14px arial;
	color: #FFF;
}

#navcontainer li#active a:hover { 
	background: url("./images/bg_nav.gif") repeat-x 0px; 
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#navcontainer li a:hover { 
	color: #FFF;
}


/****************** CONTENT ***************/

.content {
	padding: 20px 20px 0px 20px;
}

.entrytitle {
	padding: 6px 6px 10px 6px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 15px;
}

.entrytitle h2{
	font-size:2em;
	background: url("./images/post.png") no-repeat 0px 0px; 
	padding-left: 40px;
	line-height: 30px;
	position: relative;
}
.entrytitle h2 a
{
	color:#FFF;
}
.entrytitle h2 a:hover{
	color:#65aad6;
}
.entrytitle h3{
	font-size:1em;
	color:#b45050;
	float: right;
	margin-top: -15px;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1.5em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:2em;
}

.entrymeta{
	font-size:0.9em;
	clear: both;
	margin-top: 20px;
	background: url("./images/separator.png") no-repeat bottom left; 
	padding-bottom: 10px;
	text-align: center;
}
.postedby{
	background:transparent url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:transparent url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:transparent url(./images/packaged.gif) no-repeat 0px 2px;
	padding:3px;
	padding-left:20px;
}

.entrybody p {
	text-align: justify;
	margin-bottom: 10px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar h2 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
} 
 
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.8em;
	padding:0.3em;
}

#sidebar ul li *{
	border-bottom:none;
}

#sidebar ul li h2{
	margin-bottom: 7px;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:1em;
	padding:1em;
	clear: both;
}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	background: #26272d;
border:1px solid #383b43;
padding:4px;
color: #FFF;
}
.commentsblock textarea:focus{
	background: #26272d;
border:1px solid #3D5686;
color: #FFF;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background: #26272d;
border:1px solid #3D5686;
color: #FFF;
}

#commentform  {
	margin-top: 15px;
}

#commentform p {
	margin-top: 8px;
}

.commentauthor{
	display:block;
	font-size:1.5em;
}

ol.commentlist{
	color:#ccc;
	font-size:1em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background: #3e4148;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}
h3#respond{
	font-size:1.6em;
	margin-top: 20px;
	border-top: 1px solid #e4e4e4;
	padding-top: 7px;
}
/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color: #a54e50;
}

img, img a {
	border: none;
}

.clearBoth {
	clear: both;
}