/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */


html{background: black url(img/dark-bg.jpg) repeat-x top center fixed; }

h1,h2,h3,h4,h5,h6 {color: #fff;}
body {color:#888;}

h3 { font-size: 18px; margin: 10px 0; }

a{color: #ec0000;}
a:hover {text-decoration: underline;}
a img:hover {opacity: 0.80;}
#content h1 a:hover{color: #ec0000;}
#navigation li a:hover{background: #ec0000;}

h2 a{color: #fff; text-decoration: none;}
h2 a:hover{color: #eee; text-decoration: none;}

.contact_btn{background: transparent url(img/contact_btn_red.png) no-repeat top center; height: 38px; width: 105px; display: block;}

#content h1 span, #navigation li a{
	font-size: 14px; 
	background: black; 
	padding: 2px 6px 4px; 
	color: #fff; 
	text-transform: uppercase;}
	
#tophat{background: #111; border-bottom:1px solid #222;}
#footer{background: #111; border-top:1px solid #222;}
#footer ul { text-align: center; list-style: none; padding-top: 4px; }
#footer li { display: inline; padding: 0 8px; }
	
#content img, #content a img {

}

#trigger { display: none; }

form #submit
{
    cursor: pointer;
}

#blog-wrapper
{
    width: 990px;
    margin: 0 auto;
    padding: 0;
}

#blog-content
{
    background: transparent;
    margin-left:235px;
    width:790px;
    display:block;
    overflow: hidden;
    top: 0;
}

#blog-content h2
{
    font-size: 22px;
    margin: 0 0 10px;
    padding-top: 10px;
}

.blog-content_block
{
    float: left;
    margin-bottom: 800px !important;
    margin-top: 25px;
    width: 590px;
    overflow: hidden;
}

#blog-right
{
    float: left;
    margin-top: 85px;
    margin-left: 30px;
    width: 150px;
}

.blog-widget
{
    padding-bottom: 15px;
}

.addthis_toolbox
{
    clear: left;
    float: left;
    height: 40px;
    width: 100%;
}