
body{
	background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

#wrapper{
	width:1024px;
	margin: 0px auto 36px auto;
}

#header{
	position: relative;
}

#logo{
	width: 185px;
	height: 171px;
	background: url('images/chrisblackwell_logo.jpg') no-repeat;
	background-color: #825d25;
	float: left;
	display: inline;
	position: relative;
	z-index: 5;
}

@font-face {
        font-family: 'Caslon';
        src: url('http://www.chrisblackwellinc.com/css/BigCaslon.ttf') format('truetype');
}

/* NAVIGATION ------------------------------------------------------------------------- */

#home #nav_container, #about #nav_container, #projects #nav_container{
	position: relative;
	height: 50px;
	margin-left: 197px;
}

#contact #nav_container{		/* Shifting the position of the nav to the center on Contacts pg */
	position: relative;
	height: 50px;
	width: 427px;
	margin: 0 auto;
	padding-left: 35px;
}

ul#nav, ul#nav ul{
	position: absolute;
	list-style-type: none;
}

ul#nav li.nav_home, ul#nav li.nav_about, ul#nav li.nav_projects, ul#nav li.nav_contact{
	float: left;
	display: block;
	padding: 18px 12px;
	margin-right: 16px;
}

ul#nav li.nav_home 		{width: 50px;}
ul#nav li.nav_about 	{width: 56px;}
ul#nav li.nav_projects 	{width: 82px;}
ul#nav li.nav_contact 	{width: 78px;}

ul#nav a.nav_home, ul#nav a.nav_about, ul#nav a.nav_projects, ul#nav a.nav_contact{
	font-weight: bold;
	color: #939598;
	text-transform: uppercase;
	text-decoration:none;
	font-family: 'Caslon', Times, “Times New Roman”, Georgia, serif;
	font-size: 15px;
}

ul#nav a.nav_home:hover, ul#nav a.nav_about:hover, ul#nav a.nav_projects:hover, ul#nav a.nav_contact:hover{
	text-decoration:none;
	color: #363838;
}

.the_menu{
 	display: none;
	position: absolute;
	width: 265px;
	margin-left: -20px;
	z-index: 100;
	padding-top: 10px;
}

.the_menu li:first-child a{
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.the_menu li:last-child a{
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
 
.the_menu a {
   text-decoration: none;
   display: block;
	text-transform: none;
	font-family: “Helvetica Neue”, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	padding: 13px 0 13px 20px;
	color: #888b8c;
	width: 235px;
	background-color: #fff;
	border-bottom: 1px solid #e4eaeb;
}

.the_menu a:hover {
	background-color: #f2f2f2;
	text-decoration:none;
	color: #363838;
}

#home 		ul#nav a.nav_home 		{color: #363838;}
#about 		ul#nav a.nav_about		{color: #363838;}
#projects 	ul#nav a.nav_projects	{color: #363838;}
#contact 	ul#nav a.nav_contact	{color: #363838;}

#main{
	width: 1016px;
	height: 600px;
	border: 7px solid #d9d7d7;
}

#home #main{
	background: url('../images/homepage.jpg') no-repeat;
	border: 0;
}

#home #main .text{
	color: #464646;
	font: 16px/22px 'Caslon', Times, “Times New Roman”, Georgia, serif;
	margin: 36px 0 0 114px;
	width: 625px;
	position: relative;
	float: left;
}

#about #main{
	height: 100%;
	padding-bottom: 21px;
}

#about #main .text{
	margin: 34px 0 0 290px;
	width: 550px;
}

#about #main .text h1{
	font: 20px/28px Times, “Times New Roman”, Georgia, serif;
	color: #825d25;
}

#about #main .text p{
	font: 14px/21px “Helvetica Neue”, Arial, Helvetica, sans-serif;
	color: #6d6461;
	margin-bottom: 9px;
}

#about #main .photo{
	margin: 44px 0 0 55px;
	float: left;
}

#projects #main{
	border: 0px
}

#projects .left_arrow{
	height: 73px;
	width: 73px;
	position: relative;
	z-index: 100;
	top: 387px;
	left: -185px;
	float: left;
	display: block;
}

#projects .right_arrow{
	height: 73px;
	width: 73px;
	position: relative;
	z-index: 100;
	top: 387px;
	float: right;
	display: block;
}

#load{
	width: 1016px;
	height: 460px;
	position: relative;
	background: url('images/loader.gif') no-repeat center;
}

#projects #lrg_image{
	width: 1016px;
	height: 460px;
	position: relative;
	background: url('../images/.jpg') no-repeat;
}

#projects .categories{
	margin-top: 12px;
	width: 190px;
	min-height: 150px;
	float: left;
	display: block;
}

#projects .categories_list{
	list-style-type: none;
	font-family: “Helvetica Neue”, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: normal;
}

#projects .categories a{
	text-decoration: none;
	color: #6d6461;
}

#projects li.active{
	font-weight: bold;
	color: #000;
}

#projects .thumbs_container{
   margin: 12px 0 0 20px;
	float: left;
	display: block;
}

#projects .thumbs_container li{
    float: left;
    list-style: none;
    margin: 0 9px 0 0;
}

#projects img.active{
	margin-top: -1px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 3px 2px #9fa7aa;
	-moz-box-shadow: 0px 0px 3px 2px #9fa7aa;
	box-shadow: 0px 0px 3px 2px #9fa7aa;
	behavior: url('css/PIE.htc');
}

#projects .thumbs_container img{
   width: 103px;
	height: 72px;
}

.left_right_desc_cont{
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	left: 225px;
	width: 770px;
}

#projects .left_right_nav{
	width: 80px;
	margin-right: 10px;
	display: block;
	float:left;
}

#projects .left_right_nav img{
	float:left;
	margin-right: 5px;
   	width: 34px;
	height: 29px;
}

#projects .description{
	width: 670px;
	display: block;
	float:left;
}

#projects .description p{
	color: #939598;
	margin-top: 2px;
	font: 17px/20px 'Caslon', Times, “Times New Roman”, Georgia, serif;
	font-weight: normal;
}

#contact #main{
	background-color: #755725;
}

#contact #main .logo{
	background: url('../images/chris_blackwell_big_logo.gif') no-repeat;
	margin: 80px auto 0 auto;
	width: 371px;
	height: 273px;
	display: block;
}

#contact #main .contact_info{
	background: url('../images/chris_blackwell_contact_info.gif') no-repeat;
	margin: 55px auto 0 auto;
	width: 510px;
	height: 87px;
	display: block;
}

.clear{
	clear: both;
}

#footer{
	
}


