


@import "style.css";

body{
	font-size: 62.5%;
	background: #863a75 url("images/bg_30px_blog.jpg") repeat-x;
}

a,
a:link,
a:visited{

	text-decoration: none;
	color: #fff;
	font-size: 1.0em;

}

a:hover{
	color: #fff;
	font-size: 1.0em;
}






#contentWrapper{
	width:940px;
        
	margin: 0 auto;
	padding: 0 0 0 0;
        position:relative;
        top:-10px;
}



h3{
	color: #fff;
	font-size: 2.9em;
        padding-top:2px;


}

h2{
	color: #fff;
	font-size: 1.7em;
        font-style: italic;
        


}

h2.widgettitle {padding: 15px 0 0 0;}

h1{
	color: #fff;
	font-size: 1.4em;
        line-height:130%;
        font-weight:bold;
        font-style:italic;


}

h4{
	color: #fff;
	font-size: 1.2em;
        line-height:130%;
        font-weight:900;


}

h5{
	color: #ffdc2f;
	font-size: 1.2em;
        line-height:130%;
        font-weight:bold;



}

h6{
	color: #fff;
	font-size: 1.3em;
        padding-bottom:5px;


}

#BlogLeftBox{
        clear:both;
	width: 585px;
        padding:50px 25px 0 25px;
        color:#fff;
	float: left;
	background: url("images/blog_div_bg.png");
        
	}
#post {color:#fff;}

#BlogLeftBox img {border: 2px solid #fff;}

#BlogLeftLink {
        position:relative;
        left:-10px;
        margin: 0 0 15px 0;
        padding:5px;
        width:200px;
        background-color: #FFDE2F;

}



#BlogRightBox{
        color:#fff;
	float: right;
        text-align: left;
	width: 290px;
        
        




}

#top {
    
    background: url("images/blog_div_bg.png");
    margin-bottom:15px;
    padding:50px 25px 25px 25px;
}
#bottom{
    
    background: url("images/blog_div_bg.png");
    padding:25px;
    color: #fff;
}

#bottom ul li ul li{
    border-bottom: 1px solid #fff;
    padding: 7px 0 7px 0;
}

#bottom ul li.archive {
    border-bottom: 1px solid #fff;
    padding: 7px 0 7px 0;
}

#bottom ul li {
    
    padding: 0px 0 0px 0;
}

#BlogRightBox ul li span {
    font-size:1.3em;
    font-weight: bold;
    font-style: italic;
    color:#fff;
}



#Blog_Content{
    padding:15px;
}

#BlogBanner {
    margin: 0 auto;
    height:345px;
    width:940px;
    clear:both;
    margin-bottom:15px;
    
    
    
}


#Projects{
	clear:both;
	width:940px;
	
	background: url("images/about/about_div_bg.png");
        margin:0 0 15px 0 ;


}

#Projects_right{
	float:left;
	text-align:center;
}

/*#Projects_right ul{
	padding: 0px;
	margin: 0px;
	text-transform:uppercase;
    background: #31899F;
}

#Projects_right ul li{
	float: left;
	width: 105px;
	height: 105px;
	padding: 5px 0 5px 5px;
	margin: 15px 0 0 15px;
	background: #CCC;

}*/



#Projects_left{
	float:left;
	padding:10px;
	margin-top:20px;
        width: 160px;


}
#Projects_nav {
    position:relative;
    top:-9px;
    
    width:940px;

}

#Projects_nav ul li {

        float:left;
        font-weight: bold;
        font-style: italic;
        height: 15px;
        padding: 5px 15px 5px 15px;
        background-color: #FFDE2F;
        margin: 0 15px 0 0;
        color:#fff;


}

#Projects_nav ul li a {color:#fff;}

#Projects_nav ul li.second {background: url("images/work/work_sidebar-grad.png"); color:#fff;}
#Projects_nav ul li.third {background: url("images/work/work_sidebar-grad.png"); color:#fff; }




