/* 
Theme Name: Core Creative Design WP Theme 
*/

/* ==CSS reset==  */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,cite,em,img,strong,ol,ul,li{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}

body{background-color:#231F20; background-image:url('images/bg.gif'); background-repeat:repeat-x}

ol, ul{list-style:none;}

p { margin-bottom:10px;}

*{margin:0; padding:0}

#wrapper{ width: 850px; margin:0 auto}

a,a:link,a:visited,a:active{color:#fff; text-decoration:none;}

a:hover{ color: #F15923;}

.left{float:left;}
.right{float:right;}

/* Header */
#header{float:left; width:850px}

.logo{background:url(images/logo.png) no-repeat; float:left; width:300px; height:88px; margin-top:38px}

/* Menu */
.nav{float:left; width:210px;}

.s-nav{margin:20px 0; float:right; width:210px}

.m-nav{float:left;}

.nav ul {float: right; margin: 0; padding: 0;}

.nav ul li { background:url(images/arrow.gif) no-repeat scroll right center transparent; border-bottom:1px solid #3d3134; padding-right: 20px; text-align: right;}

.nav ul li:hover{background:#272223 url(images/arrow.gif) no-repeat right center;}

.nav ul li a { font-size: 16px; font-weight: normal; line-height: 30px; text-decoration: none;}

.current_page_item a{color:#F15923}

/* Container */
#container{float:left; margin-top:40px}

.content{float:left; width:590px; margin-left:30px; font-family:Arial, Helvetica, sans-serif; color:#FFF; line-height:30px; }

.orange{color: #F15923;}

.work { font-size: 18px; margin-left: 50px; }

#footer{ clear:both; width:850px; height:40px;}

