
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */



.content-cap-top {
	display:block;
	width:960px;
	height:7px;
	margin:0;
	padding:0;
	background:url(../images/content_cap_top.png) no-repeat top center;
	margin:0 auto 0;
}

.content-cap-bottom {
	display:block;
	width:960px;
	height:10px;
	margin:0;
	padding:0;
	background:url(../images/content_cap_bottom.png) no-repeat bottom center;
	margin:0 auto 0;
	margin-top:10px;
}


p {
	padding:0;
	margin:0;
	padding-bottom:15px;
}

#footer-container p{
	padding:0;
	margin:0;
}


/* HEADER MENU AND LOGO */
/* ----------------------------------------- */


.logo {
	float:left;
	margin:0;
	padding:0;
	margin-top:30px;
}

.menu-head {
	float:right;
	margin:0;
	padding:0;
	margin-top:35px;
}

.menu-head ul{
	list-style:none;
	margin:0;
	padding:0;
}

.menu-head 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:15px;
}

.menu-head 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:#2e2e2e;
	border:1px solid #383838;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	padding-left:15px;
    -webkit-border-radius: 6px;    /* for Safari */
    -moz-border-radius: 6px;       /* for Firefox */

}

.menu-head a:visited{
	color:#FFF;
	text-decoration:none;
	background:#2e2e2e;
	border:1px solid #383838;
	-webkit-border-radius: 6px;    /* for Safari */
    -moz-border-radius: 6px;       /* for Firefox */
}

.menu-head a:hover{
	color:#ffffff;
	text-decoration:none;
	background:#468cda;
	border:1px solid #529def;
    -webkit-border-radius: 6px;    /* for Safari */
    -moz-border-radius: 6px;       /* for Firefox */
}




/* BODY AND MAIN WRAPPER AND CONTAINERS */
/* ----------------------------------------- */

body {
	background: #000000 url(../images/background.png) repeat top center;
	color:#2a2a2a;
	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;
}

a {
	color:#468cda;
}

a:visited{
	color:#468cda;
}

a:hover{
	color:#2a2a2a;
}

#wrapper { 
   background:;
   width:100%
}

#container { 
   width:960px;
   margin:0 auto 0;
   background:#FFF url(../images/bg_contentshadows.png) repeat-y top center;
}

#header-container {
	display:block;
	height:123px;
	width:960px;
	margin:0 auto 0;
}

#featured-container {
	display:block;
	width:605px;
	height:213px;
}

#slider-container {
	width:605px;
	height:200px;
	display:block;
	background:#f0f0f0;
	border:1px #e5e5e5 solid;
}


/* JQUERY FEATURED SLIDER */
/* ----------------------------------------- */

#slider {
    width: 625px; /* important to be same as image width */
    height: 283px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	right:30px;
	top:-10px;
}
#sliderContent {
    width: 625px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px 13px 10px;
    width: 595px;
    background-color: #000000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
    color: #fff;
    display: none;
	bottom:0;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none;}





/* POSTS */
/* ----------------------------------------- */

.commentbubble {
	float:right;
	background:url(../images/bg_comment.png) no-repeat top center;
	display:block;
	width:64px;
	height:49px;
	position:relative;
	top:-40px;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:49px;
	font-family: Helvetica, Arial, sans-serif;
}

.commentbubble a{
	color:#2a2a2a;
	text-decoration:none;
}

.commentbubble a:visited{
	color:#2a2a2a;
	text-decoration:none;
}

.commentbubble a:hover{
	color:#468cda;
	text-decoration:none;
}


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


#main-col {
	float:left;
	width:605px;
	margin:0;
	padding:0;
	margin-left:20px;
	margin-top:25px;
}

.post-image {
	display:block; 
	float:left;
	margin:0;
	padding:0;
	margin-right:15px;
	margin-top:15px;
}

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

.postdivider {
	display:block;
	height:1px;
	width:605px;
	background:#dbdada;
	padding:0;
	margin:0;
	margin-top:20px;
	margin-bottom:10px;
}


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

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

.post-title {
	color:#2f2f2e;
	border:0;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:5px;
}

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;
	padding-top:10px;
}

p.readmore a {
	color: #468cda;
	text-decoration:none;
	
	}

p.readmore a:visited {
	color: #468cda; 
	text-decoration:none;
	}
	
p.readmore a:hover {
	color: #2f2f2e; 
	text-decoration:none;
	
	}
	

.metaback{
	color:#ffffff;
	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;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	margin:0;
	background:#468cda;	
}

.metaback a{
	color:#ffffff;
	text-decoration:none;
}

.metaback a:visited{
	color:#ffffff;
	text-decoration:none;
}

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

.post-title a{
		color:#2f2f2e;
		text-decoration:none;
}

.post-title a:visited{
		color:#2f2f2e;
		text-decoration:none;
}

.post-title a:hover{
		color:#468cda;
		text-decoration:none;
}


.entry {
	color:#2f2f2e;
	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;
}


.yellowbox {
	margin:0;
	padding:0;
	border-bottom:1px solid #dbdada;
	margin-bottom:15px;
	padding-bottom:10px;
	color:#2a2a2a;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

.yellowbox a{
	color:#468cda;
	text-decoration:none;
	font-weight: bold;

}

.yellowbox a:visited{
	color:#468cda;
	text-decoration:none;
	font-weight: bold;


}

.yellowbox a:hover{
	color:#2a2a2a;
	text-decoration:none;
	font-weight: bold;


}





/* SIDEBAR ADVERTS */
/* ----------------------------------------- */

#sidebar-widgets-ads {
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	background:#ffffff;
	border: 1px solid #e5e5e5;
	padding-bottom:10px;
}

#sidebar-widgets-ads ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:5px;
	margin-top:10px;
}

#sidebar-widgets-ads li{
	float:left;
	padding:0;
	margin:0;
	margin-left:10px;
	margin-top:5px;
}

/* SIDEBAR MAIN */
/* ----------------------------------------- */

#subscribe {
	margin:0;
	padding:0;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	background:#ffffff;
	border: 1px solid #e5e5e5;
	padding:10px;
	color:#2a2a2a;
	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;
}

#subscribe a{
	color:#ff8932;
	text-decoration:none;

}

#subscribe a:visited{
	color:#ff8932;
	text-decoration:none;

}

#subscribe a:hover{
	color:#2a2a2a;
	text-decoration:none;

}

#sidebar-col {
	width:310px;
	float:right;
	margin:0;
	padding:0;
	padding-right:10px;
}

#sidebar-widgets {
	margin:0;
	padding:0;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	background:#ffffff;
	border: 1px solid #e5e5e5;
	border-top: 4px solid #e5e5e5;
	
}

#sidebar-widgets .sidebar-title {
	color:#2f2f2e;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
    padding-top:10px;
	padding-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}

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

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

#sidebar-widgets a:hover{
	color:#468cda;
	text-decoration:none;
	
}

#sidebar-widgets ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

#sidebar-widgets li { 
    border-bottom:1px solid #e5e5e5;
	padding:0;
	margin:0;
	margin-top:5px;
    padding-bottom:5px;
	color:#2f2f2e;
	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;
}


/* EVERYTHING FOOTER  */
/* ----------------------------------------- */


#footer-container { 
   width:960px;
   margin:0 auto 0;
   background:#ffffff;
   color:#2f2f2e;
   	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;
	margin-top:25px;
	margin-bottom:50px;
}

#footer-container a{ 
   color:#468cda;
   text-decoration:none;
}

#footer-container a:visited{ 
   color:#468cda;
   text-decoration:none;
}

#footer-container a:hover{ 
   color:#2f2f2e;
   text-decoration:none;
}

.footer-widget {
	display:block;
	height:85px;
	float:left;
	padding:0;
	margin:0;
	width:299px;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:15px;
	color:#2f2f2e;
}


.footer-widget ul{
	display:block;
	width:299px;
	height:85px;
	list-style:none;
	padding:0;
	margin:0;
	border-right:1px solid #e5e5e5;
}

.footer-widget li{
	float:left;
	padding:0;
	margin:0;
	margin-right:10px;
	margin-top:5px;
}

.footer-widget .footer-title {
	color:#2f2f2e;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:5px;
}
 
 

.footer-widget-right {
	display:block;
	height:85px;
	float:left;
	padding:0;
	margin:0;
	width:299px;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:15px;
	color:#2f2f2e;
}


.footer-widget-right ul{
	display:block;
	width:299px;
	height:85px;
	list-style:none;
	padding:0;
	margin:0;
}

.footer-widget-right li{
	float:left;
	padding:0;
	margin:0;
	margin-right:10px;
	margin-top:5px;
}

.footer-widget-right .footer-title {
	color:#2f2f2e;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:5px;
}




/* COMMENTTS / Everything todo with comments */
/* ----------------------------------------- */



#comment-wrapper{
	color:#2a2a2a;
    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;
	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:#2a2a2a;
    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:#ffffff;
	border: 1px solid #e5e5e5;
	border-top:4px solid #e5e5e5;
	color:#2a2a2a;
    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;
	padding:15px;
	margin:0;
	margin-top:15px;
	
}




.post-commenttitle {
	color:#468cda;
	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:#2a2a2a;
	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:#2a2a2a;
	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 #e5e5e5;
	padding:5px;
	background:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#2a2a2a;
	margin-bottom:10px;
}

.combutton {
    background:#676767;
	padding:10px;
	border:1px solid #676767;
	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;
	text-decoration:none;
	
}

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

img.avatar {float:left; margin-right:10px; margin-top:5px;}



/* MISC */
/* ----------------------------------------- */


h6 {
	color:#2a2a2a;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-top:10px;
}

h3 {
	color:#2a2a2a;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-top:10px;
}

h1 {
	color:#2a2a2a;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-top:10px;
}

h2 {
	color:#2a2a2a;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-top:10px;
}

h4 {
	color:#2a2a2a;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-top:10px;
}

h5 {
	color:#2a2a2a;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-top:10px;
}



blockquote {
	background:#fff9cf;
	border:#fff4ac solid 1px;
	color:#2a2a2a;
    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:10px;

}

blockquote p{
	padding:0;
	margin:0;

}

.bgGoogle
{
	background: url(../images/Google.png) repeat-y center top;
	width:32px;
	height:32px;
}
.bgDigg
{
	background: url(../images/digg.png) repeat-y center top;
	width:32px;
	height:32px;
}
.bgFacebook
{
	background: url(../images/facebook.png) repeat-y center top;
	width:32px;
	height:32px;
}
.bgDelicious
{
	background: url(../images/delicious.png) repeat-y center top;
	width:32px;
	height:32px;
}
.bgStumbleupon
{
	background: url(../images/stumbleupon.png) repeat-y center top;
	width:32px;
	height:32px;
}

	
