@charset "UTF-8";
/* CSS Document */

body, h1, h2 {
	margin:0;
	padding:0;
	border:0;
}

body {
	background-image:url(images/banner.jpg);
	background-repeat:repeat-x;
	background-color:#F1D686;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
}

h2 {
	color:#6595C5;
	text-transform:uppercase;
	letter-spacing: .3em;
	font-size:110%;	
}

h3 {color:#6595C5;
	text-transform:uppercase;
	letter-spacing: .1em;
	font-size:90%;	
	}

strong {font-size:95%;}


a {	font-weight:bold;
	text-decoration:none;
	color:#B8722C;
	}

div#left-nav a {
	color:#B8722C;
	}

a:hover, div#left-nav a:hover {
	color:#92A2B9;
	}

li {
	margin-bottom : 5px;
	margin-top : 10px;
	list-style-position : outside;
	list-style-image : url(images/bullet.gif);
	list-style-type : square;
	}

#container {
	width:850px;
	height:100%;
	padding-top:200px;
	text-align:left;
	margin: 0 auto;
}
	
#main {
	width:600px;
	float:right;
	margin-bottom:40px;}	
	
#name	{
	width:415px;
	padding:80px 0 0 0; 
	height:0px !important;
	height/**/:80px;
	background-image:url(images/carol-orenstein.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
.description {
	font-size:110%;
	color: #E86E57;
	margin-left:50px;
	margin-bottom:20px;
	text-indent:-30px;
	font-weight:normal;
	text-transform:none;
	letter-spacing:normal;
	}
	
.portfolio-thumb {
	border:solid 2px #6595C5;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}


/* left nav */

#left-nav {
	width:180px;
	float:left;
	margin-top:110px;
	margin-left:20px;
	margin-bottom:40px;
	}	


.nav-item1 {
	/*height : 50px;*/
	font-size : 80%;
	text-transform : uppercase;
	color : #FFF;
	border-bottom-color :#92A2B9;
	border-bottom-width : thin;
	border-bottom-style : solid;
	padding-top : 3px;
	padding-bottom : 7px;
	margin-top : -5px;
	letter-spacing : .1em;
	}		

.nav-item {
	/*height : 50px;*/
	font-size : 80%;
	text-transform : uppercase;
	color : #FFF;
	border-bottom-color :#92A2B9;
	border-bottom-width : thin;
	border-bottom-style : solid;
	/*padding-top : 3px;*/
	padding-bottom : 7px;
	margin-top : -5px;
	letter-spacing : .1em;
	}
	
/* footer */
#footer {
	clear:both;
	font-size:80%;
	color:666;
	}	

/* colors */
.brown {color:#B8722C;}
.lime {color:#AECF62;}
.rose {color:#E86E57;}
.blue {color:#92A2B9;}
.blue2 {color:#6595C5;}
.red {color: #B40734;}

