/* 
Theme Name: Membr
Theme URL: http://www.colourvault.com
Description: membr theme by 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;
}

/*  BODY  */

body {
	background:#ffffff url(images/background.png) repeat-x top left;
	color:#4e4e4e;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}


a {
	color:#4e8511;
	text-decoration:none;
}


a:visited {
    color:#002f6d;
	text-decoration:none;	
}

a:hover {
	color:#0e91c8;
	text-decoration:none;
	
}


/*  MAIN CONTAINER */

#wrapper { 
    background:url(images/wrapper.png) no-repeat top center;
	width:100%;
}

/*  MAIN CONTAINER */
	
	
#container{
	width:940px;
	padding:0;
	margin:0 auto 0;
	}
	
	
#main-col {
	float:left;
	width:630px;
	margin:0;
	padding:0;	
}

#sidebar-col {
	width:310px;
	float:right;
	margin:0;
	padding:0;
}
	
	
/*  HEADER CONTAINER */
	
	
#header{
	display:block;
	height:118px;
	width:940px;
	padding:0;
	margin:0;
	}
	
.logo {
	margin:0;
	float:left;
	background:url(images/logo.png) no-repeat top center;
	display:block;
	width:252px;
	height:41px;
	padding:0;
	margin-top:35px;
}

.logo span {
	display:none;
}


/*  MENU TOP */

.menu {
	float:right;
}

.menu ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:38px;
}

.menu li{
	float:left;
	margin:0;
	padding:0;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4em;
	margin-left:7px;
}

.menu a{
	display:block;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4em;
	text-decoration:none;
	background:#002f6d;
	border:1px solid #37383b;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:11px;
	padding-left:11px;
}

.menu a:visited{
	color:#FFF;
	text-decoration:none;
	background:#002f6d;
	border:1px solid #37383b;
}

.menu a:hover{
	color:#ffffff;
	text-decoration:none;
	background:#0058b8;
	border:1px solid #37383b;
}


/*  FEATURED BLOCK */

#featured {
	display:block;
	width:625px;
	height:196px;
	margin:0;
	padding:0;
	margin-top:21px;
	margin-bottom:25px;
}

#featured img{
	border:5px solid #FFF;
	margin:0;
	padding:0;
}

.feat-image {
	float:left;
	margin:0;
	padding:0;
	display:block;
	width:298px;
	height:170px;
}

.feat-title {
	margin:0;
	padding:0;
	color:#002f6d;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4em;
	border-bottom:1px solid #97d244;
	padding-bottom:5px;
}

.feat-title a {
	color:#002f6d;
	text-decoration:none;
}

.feat-title a:visited{
	color:#002f6d;
	text-decoration:none;
}

.feat-title a:hover{
	color:#2e2f33;
	text-decoration:none;
}

.feat-text {
	float:left;
	display:block;
	width:299px;
	height:217px;
	margin:0;
	padding:0;
	margin-left:20px;
}

.feat-text p{
	margin:0;
	margin-top:10px;
	color:#002f6d;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4em;
}

.feat-text p a {
	color:#2e2f33;
	text-decoration:none;
}

.feat-text p a:visited{
	color:#2e2f33;
	text-decoration:none;
}

.feat-text p a:hover{
	color:#ffffff;
	text-decoration:none;
}

.fbutton {
	display:block;
	color:#002f6d;
	float:left;
	width:106px;
	height:29px;
	background:url(images/feat-button.gif) no-repeat top center;
	margin-right:10px;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 29px;
	text-align:center;
	margin-top:20px;
}

.fbutton a {
	color:#002f6d;
	text-decoration:none;
}

.fbutton a:visited{
	color:#002f6d;
	text-decoration:none;
}

.fbutton a:hover{
	color:#aaf149;
	text-decoration:none;
}


/*  SIDEBAR  */


.sidebar-box {
	background:url(images/sidebar-middle.gif) repeat-y top center;
	
}

.sidebar-top {
	display:block;
	background:url(images/sidebar-top.gif) no-repeat top center;
	height:55px;
	width:310px;
	margin:0;
	padding:0;
	
}

.sidebar-bottom {
    display:block;
	background: url(images/sidebar-bottom.gif) no-repeat bottom center;
	height:55px;
	width:310px;
	margin:0;
	padding:0;
}



/* MUST READ ARTICLES */

.more-feat {
	display:block;
	width:350px;
	height:118px;
	padding:0;
	margin:0;
	margin-top:23px;
	margin-bottom:22px;
}

.mustread-title {
	border:0;
	margin:0;
	padding:0;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4em;
	margin-left:15px;
	padding-top:5px;
}

.more-feat ul {
	list-style:none;
	padding:0;
	padding:10px;
	padding-left:15px;
	margin:0;
	
}

.more-feat li {
	display:block;
	float:left;
	margin:0;
	padding:2px;
}



/* SEARCH SIDEBAR */


#search {
	margin:0;
	padding:0;
	padding-top:10px;
	padding-left:10px;
	
}

.searchbox {
	width:190px;
	padding:5px;
	margin:0;
	background:#000000;
	border:1px solid #404447;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
}

.ibutton {
	padding:5px;
	padding-left:18px;
	padding-right:18px;
	padding-left:9px !important!;
	padding-right:9px !important!;
	padding-top:3px !important!;
	padding-bottom:3px !important!;
	margin:0;
	background:#686868;
	color:#FFF;
	border:1px solid #707070;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
}







/*  POSTS */

p.readmore {
	margin:0;
	padding:0;
    text-align: left; 
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

p.readmore a {
	color: #0e91c8; 
	text-decoration:none;
	
	}

p.readmore a:visited {
	color: #0e91c8; 
	text-decoration:none;
	}
	
p.readmore a:hover {
	color: #4e4e4e; 
	text-decoration:none;
	
	}
.post-image {
	display:block;
	width:154px;
	height:154px;
	float:left;
	margin:0;
	padding:0;
	margin-right:25px;
	margin-top:5px;
	margin-bottom:25px;
	margin-bottom:0 !important!;
}

.post-image img {
	margin:0;
	padding:0;
	background:#f0f0f0;
	border:1px solid #e5e5e5; 
	padding:5px;
	display:block;
	width:149px;
	height:149px;
}


#post { 
      padding:0;
	  margin:0;
	  margin-right:20px;
}

.post { 
      padding:0;
	  margin:0;
	  margin-right:20px;
}

.post-title {
	color:#002f6d;
	border:0;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
}

.meta-stuff {
	color:#4e4e4e;
	border-bottom:1px solid #e5e5e5;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

.meta-stuff a{
	color:#0e91c8;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	text-decoration:none;
}

.meta-stuff a:visited{
	color:#0e91c8;
	text-decoration:none;
}

.meta-stuff a:hover{
	color:#4e4e4e;
	text-decoration:none;
}

.post-title a{
    color: #002f6d;
		text-decoration:none;
}

.post-title a:visited{
		text-decoration:none;
}

.post-title a:hover{
		text-decoration:none;
}

.entry {
	float:left;
	color:#4e4e4e;
	margin:0;
	padding:0;
	margin-top:15px;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

.post-conn{
	width:420px;
	float:left;
	margin:0;
	padding:0;
}



/*  SIDEBAR ADVERTS  */

.adverts{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:20px;
	margin-right:20px;
}

.adverts li{
	float:left;
	padding:5px;
	margin:0;
}

/*  SIDEBAR MAIN  */

#sidebar-widgets {
	margin:0;
	padding:0;
	margin-left:20px;
	margin-right:20px;
	
}

#sidebar-widgets .sidebar-title {
	color:#0e91c8;
	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;
    padding-top:20px;
	padding-top:10px !important!;
	padding-bottom:5px;
	border-bottom:1px solid #34383b;
}

#sidebar-widgets a{
	color:#ffffff;
	text-decoration:none;
	
}

#sidebar-widgets a:visited{
	color:#ffffff;
	text-decoration:none;
	
}

#sidebar-widgets a:hover{
	color:#8dcb3b;
	text-decoration:none;
	
}

#sidebar-widgets ul {
	list-style:none;
	padding:0;
	margin:0;
}

#sidebar-widgets li { 
    border-bottom:1px solid #2a2b2d;
	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;
}






/*  FOOTER*/

.pag {
	margin:0;
	padding:0;
	margin-bottom:20px;
}

#footer {
	display:block;
	width:940px;
	padding:0;
	margin:0;
	padding-top:10px;
	margin-top:35px;
	margin-bottom:35px;
    border-top:#cecece solid 1px;
	color:#4e4e4e;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

#footer a{
	color:#0e91c8;
	text-decoration:none;
}

#footer a:visited{
	color:#0e91c8;
	text-decoration:none;
}

#footer a:hover{
	color:#4e4e4e;
	text-decoration:underline;
}



/* MISC */

#main-col ol {
	padding:5px;
	margin:0;
	margin-left:20px;
	padding-top:15px;
	padding-bottom:15px;
}

#main-col ul {
	padding:5px;
	margin:0;
	margin-left:20px;
	padding-top:15px;
	padding-bottom:15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	background:#f0f0f0;
	border:1px solid #e5e5e5; 
	padding:5px;
 }

.alignright {
    float: right; 
    margin: 0;
    margin-left:12px; 
    margin-bottom:10px;
    padding:5px; 
	background:#f0f0f0;
	border:1px solid #e5e5e5; 
 }
 
.alignleft {
    float: left; 
    margin:0; 
    margin-right:12px;
    margin-bottom:10px;
    padding:5px;
    background:#f0f0f0;
    border:1px solid #e5e5e5; 
 } 
 
 
 h6 {
	color:#002f6d;
	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:#002f6d;
	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:#002f6d;
	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;
}

h2 {
	color:#002f6d;
	border-bottom:1px solid #e5e5e5;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

h4 {
	color:#002f6d;
	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 #e5e5e5;
	color:#0e91c8;
	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:#fff9cf;
	border:#fff4ac solid 1px;
	color:#4e4e4e;
    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;

}









#comment-wrapper{
	color:#4e4e4e;
    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:0;
	margin:0;
	margin-top:15px;

}

#comment-wrapper ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comment-wrapper p{
	margin:0;
	padding:0;
}

.commentmeta {
	margin:0;
	padding:0;
	color:#4e4e4e;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
}

.singlecomment {
	margin:0;
	padding:0;
	border-bottom:#e5e5e5 solid 1px;
	padding-bottom:10px;
	margin-bottom:10px;
}

#comment-wrapper li {
	background:#efefef;
	border:#e5e5e5 solid 1px;
	color:#4e4e4e;
    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:15px;
	margin:0;
	margin-top:15px;
}


.post-commenttitle {
	border-bottom:1px solid #e5e5e5;
	color:#4e4e4e;
	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;
}

.comment-small {
   color:#4e4e4e;
	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;
}


.comment-author {
	color:#4e4e4e;
	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;
}

.input, textarea, select, .cfo{
	border:1px solid #fff4ac;
	padding:5px;
	background:#fff9cf;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#4e4e4e;
	margin-bottom:10px;
}

.combutton {
	background:#89c836;
	border:1px solid #adf24c;
	padding:10px;
	color:#ffffff;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin-top:15px;
	margin-bottom:10px;
	
}

#commentsform {
	padding:0;
	margin:0;
	margin-top:20px;
}

#social-links {
  text-align: center;
  padding-top: 15px;
}