/* 
Theme Name: vault01
Theme URL: http://www.colourvault.com
Description: version 1 for colourvault.com
Author: Chris Davidson
Author URI: http://www.colourvault.com
Version: 1.0.0
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}



/*
********   UTILITY   ********
*/



.clear {
	clear:both;
}



.float-right {
	float:right;
}



.float-left {
	float:left;
}

/*
********   MISC  ********
*/

.input, textarea, select, .cfo{
	border:1px solid #2f2f2f;
	padding:4px;
	background:#000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#ffffff;
}

.aligncenter,
div.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
	background:#1b1b1b;
	border:1px solid #2f2f2f; 
 }

.alignright {
 float: right; 
 margin: 0;
 margin-left:12px; 
 margin-bottom:10px;
 padding:5px; 
	background:#1b1b1b;
	border:1px solid #2f2f2f; 
 }
 
.alignleft {
 float: left; 
 margin:0; 
 margin-right:12px;
 margin-bottom:10px;
 padding:5px;
background:#1b1b1b;
border:1px solid #2f2f2f; 
 } 
 

/*
********   MENU TOP ********
*/

#menu {
	background:url(images/menubg.gif) no-repeat top center;
	width:590px;
	padding:0;
	margin:0;
	margin-top:44px;
}

#menu ul{
	display:block;
	height:49px;
	list-style:none;
	padding:0;
	margin:0;
	width:590px;
	margin-bottom:25px;
}

#menu li{
	float:left;
	display:block;
	height:49px;
	background: url(images/menudivider.gif) no-repeat center right;
	line-height:49px;
	padding:0;
	margin:0;
	padding-right:20px;
	padding-left:20px;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
}

#menu a{
		color:#64a143;
		text-decoration:none;
}

#menu a:visited{
		color:#64a143;
		text-decoration:none;
}

#menu a:hover{
		color:#ffffff;
		text-decoration:underline;
}

/*
********   HEADER CLASSES  ********
*/

h6 {
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
}

h3 {
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
}

h1 {
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
}

h4 {
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
}

h5 {
	border-bottom:1px solid #2c2c2c;
	color:#feff90;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

h2 {
	border-bottom:1px solid #2c2c2c;
	color:#ffffff;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
}


p{
	margin-top:10px;
	margin-bottom:10px;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

blockquote {
	background:#1b1b1b;
	border:#2f2f2f solid 1px;
	color:#ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	padding:10px;
	margin:0;

}

blockquote p{
	padding:0;
	margin:0;

}

/*
********  BODY AND MAIN LINKS  ********
*/

body {
	background:#000000 url(images/background.png) repeat-x top center;
	color:#a5a5a5;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

a{
		color:#FFF;
		text-decoration:none;
}

a:visited{
		color:#FFF;
		text-decoration:none;
}

a:hover{
		color:#feff90;
		text-decoration:none;
}




/*
********   MAIN DIVS   ********
*/






#wrapper {
	width:100%;
	padding:0;
	margin:0 auto 0;
	background:url(images/wrapper.png) no-repeat top center;
	}
	
	
	
#container{
	width:924px;
	padding:0;
	margin:0 auto 0;
	}
	
	
	/*
********   HEADER SECTION   ********
*/



#header {
	widows:924px;
	padding:0;
	margin:0;
}



#logo {
	float:left;
	padding:0;
	margin:0;
	margin-top:63px;
}



#search {
	float:right;
	display:block;
	height:63px;
	width:371px;
	background:#000000 url(images/searchbg.gif) no-repeat top center;
	padding:0;
	margin:0;
	margin-top:54px;
}

.searchbox {
	background:#101010;
	border:0;
	color:#FFF;
	padding:3px;
	margin-top:18px;
	margin-left:44px;
}

.ibutton {
	background:#64a243;
	margin:0;
	border-top:#8ec95f 1px solid;
	border-right:#8ec95f 1px solid;
	border-left:#64a243 1px solid;
	border-bottom:#64a243 1px solid;
	margin-left:71px;
	margin-top:16px;
	padding:2px;
	color:#FFF;
}

.sbut {
	background:#64a243;
	margin:0;
	border-top:#8ec95f 1px solid;
	border-right:#8ec95f 1px solid;
	border-left:#64a243 1px solid;
	border-bottom:#64a243 1px solid;
	margin-top:10px;
	padding:2px;
	color:#FFF;
}



/*
********   POST AND MAIN COL  ********
*/

#content-wrapper {
	width:924px;
	margin:0;
	padding:0;
}

#maincol {
	float:left;
	width:611px;
	margin-top:25px;
	padding:0;
}

.post-image {
	display:block; 
	float:left;
	margin:0;
	padding:0;
	margin-right:15px;
	margin-top:15px;
}

.post-image img {
	background:#1b1b1b;
	border:1px solid #2f2f2f; 
	padding:5px;
	display:block;
	width:100px;
	height:100px;
}


#post { 
      padding:0;
	  margin:0;
	  margin-right:20px;
}

.post { 
      padding:0;
	  margin:0;
	  margin-right:20px;
}

.post-title {
	color:#FFF;
	border:0;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
}

.meta-stuff {
	color:#64a143;
	border-bottom:1px solid #2c2c2c;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

.post-title a{
		color:#FFF;
		text-decoration:none;
}

.post-title a:visited{
		color:#FFF;
		text-decoration:none;
}

.post-title a:hover{
		color:#feff90;
		text-decoration:none;
}

.entry {
	margin:0;
	padding:0;
	margin-top:15px;
	margin-bottom:35px;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

#postmeta {
	background:url(images/likethisbg.gif) no-repeat left center;
	color:#feff90;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	padding:5px;
	padding-left:120px;
	margin:0;
	margin-top:25px;

}

.wp-caption {text-align:center; padding-top: 10px;}

/*
********   SIDEBAR AND SIDEBAR COL  ********
*/

#sidebarcol {
	float:right;
	width:312px;
	padding:0;
	margin-top:69px;
}

.sidebarbox {
	background:url(images/sidebar_middle.gif) repeat-y top center;
	width:275px;
	margin:0;
	padding:0;
	margin-left:30px;
	margin-bottom:25px;
}

.sidebarbottom {
	display:block;
	height:15px;
	background:url(images/sidebar_bottom.gif) no-repeat bottom center;
	width:275px;
	margin:0;
	padding:0;
}

.sidebartop {
	display:block;
	height:15px;
	background:url(images/sidebar_top.gif) no-repeat top center;
	width:275px;
	margin:0;
	padding:0;
}




#sidebarcol .sidebar-title {
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	margin-left:15px;
	margin-right:15px;
	padding-bottom:5px;
	border-bottom:1px solid #2c2c2c;
}

.sidebarbox ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-left:15px;
	margin-right:15px;
}

.sidebarbox li { 
    border-bottom:1px solid #1b1b1b;
	padding:0;
	margin:0;
	margin-top:5px;
    padding-bottom:5px;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

#sidebarcol p{
	padding:0;
	margin:0;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	
	
}

#sidebarcol a{
	color:#64a143;
	text-decoration:none;
}

#sidebarcol a:visited{
	color:#64a143;
	text-decoration:none;
}

#sidebarcol a:hover{
	color:#FFF;
	text-decoration:underline;
}


.sidebarbox-ads {
	background:url(images/sidebar_middle.gif) repeat-y top center;
	width:275px;
	margin:0;
	padding:0;
	margin-left:30px;
	margin-bottom:25px;
}

.sidebarbox-ads ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:10px;
	margin-right:10px;
}

.sidebarbox-ads li{
	float:left;
	padding:1px;
	margin:0;
}





/*
********   COMMENT STUFF  ********
*/

#comment-wrapper{
	background:#1b1b1b;
	border:#2f2f2f solid 1px;
	color:#feff90;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	padding:10px;
	margin:0;
	margin-top:15px;

}

#commentlist {
	list-style:none;
}

#commentlist p{
	margin:0;
	padding:0;
}

.commentmeta {
	margin:0;
	padding:0;
	color:#feff90;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
}

.singlecomment {
		border-bottom:#2f2f2f solid 1px;
		padding-bottom:10px;
		margin-bottom:15px;
}

#commentlist li {
	background:#000000;
	border:#2f2f2f solid 1px;
	color:#bae9a4;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	padding:10px;
	margin:0;
	margin-top:15px;
}
	
.post-commenttitle {
	border-bottom:1px solid #2c2c2c;
	color:#ffffff;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
	margin-top:15px;
}

/*
********   FOOTER PAGE SECTION   ********
*/

.pag {
	margin:0;
	padding:0;
	margin-bottom:20px;
}

#footer {
	display:block;
	width:924px;
	padding:0;
	margin:0;
	padding-top:10px;
	margin-top:35px;
	margin-bottom:35px;
    border-top:#2c2c2c solid 1px;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

#footer a{
	color:#feff90;
	text-decoration:none;
}

#footer a:visited{
	color:#feff90;
	text-decoration:none;
}

#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}