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

body {
	background-color:#FCEFDE;
	background-image:url(../images/portfolio_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border-top:5px solid #C52316;
	margin:0;
	padding:0;
}

a, a:link, a:active {
	color:#000000;
	text-decoration:none;
}

.wrapper {
	margin:0 auto;
	width:940px;
}

.left { 
	width: 580px; 
	float: left; 
}

.right {
	width: 340px; 
	float: right;
}

.left-about {
	width: 700px; 
	float: left;
}

.right-about img {
	border:4px solid #cabdad;
	padding:4px;
}

.clear {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	font-weight: normal; 
}

.header {
	margin:50px 0 30px;
}

#headlogo {
	background-image: url(../images/logo.png);
	background-position:left top;
	display:block;
	height:110px;
	text-indent: -9999px;
	width:520px;
}

.header ul {
	width: 560px;
	float: right;
	padding: 0px;
	list-style: none;
	text-align: right;
	margin: 55px 0 0 0;
}

.header ul li { 
	display: inline;
}

.header ul li a {
	font-size: 20px;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	margin-left: 20px;
	color: #FCEFDE;
}

.header ul li a:hover {
	color: #ffffff;
}

.header ul li.current a {
	color: #FFFFFF; 
	background: #C52316 none repeat scroll 0 0;
}

.header ul li.other a {
	color: #000000; 
}

.head-quote {
	border-bottom:solid 1px #000000;
	background-color:#C52316;
	color:#FCEFDE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	padding:20px;
	margin-bottom:40px; 
}

.header h1 {
	float:left;
	width:340px;
}

.head-quote p { 
	margin: 0px; 
}

.footer {
	background-color:#C52316;
	margin-top:50px;
	padding:40px 0 50px;
}

.footer .in {
	width: 940px;
	margin: 0px auto 0px auto; 
}

.footer h2 {
	color:#FCEFDE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform:uppercase;
}


.small-title {
	border-bottom:1px solid #000000;
	color:#FCEFDE;
	font-family:'Trebuchet MS','Arial','Verdana',sans-serif;
	font-size:13px;
	margin-bottom:20px;
	padding-bottom:10px;
	text-transform:uppercase;
}
.small-title span {
	color:#FCEFDE;
}
.small-title .right a {
	background:transparent url(../images/twitter.gif) no-repeat scroll right center;
	color:#FCEFDE;
	padding-right:17px;
}
.small-title .right {
	text-align:right;
}


.portfolio-item {
	border-bottom:1px solid #000000;
	margin-bottom:20px;
	padding-bottom:20px;
}
.portfolio-item .left img, .about .right img {
	border:4px solid #cabdad;
	padding:4px;
}
.portfolio-item .right h2, .page h2 {
	color:#FCEFDE;
	font-family:'Georgia','Times New Roman';
	font-size:35px;
	line-height:35px;
	margin-bottom:15px;
	color:#000000;
}

.portfolio-item .right .details {
	margin-bottom:15px;
	text-transform:uppercase;
	color:#FFFFFF
}

.portfolio-item .right, .page {
	color:#AC946B;
	font-family:'Trebuchet MS','Arial','Verdana',sans-serif;
	font-size:12px;
	line-height:18px;
}
.portfolio-item .right, .description {
color:#000000
}

.portfolio-item a {
color:#FCEFDE;
text-decoration:underline;
}
