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

body {
background-image:url(images/main_background.jpg);
background-repeat:no-repeat;
background-position: center top;
background-color:#000;
margin:0px;
color:#999;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}
a:link { color:#999;}
a:hover { color:#FF6;}
a:visited { color:#999;}
a:active { color:#999;}

#container {
margin:0 auto;
width: 640px;
background-position: right center;
background-repeat:no-repeat;
}
#site{
width:	640px;
margin-top: 20px;
text-align: right;


}
#contact { font-family: 'Arvo', arial, serif; font-size: 14px; margin-bottom: 30px; }
#intro h1 { font-family: 'Cabin', arial, serif; font-size: 18px; margin-bottom: 0px; color: #817d78; margin-top: 10px;}
#intro h2 { font-family: 'Cabin', arial, serif; font-size: 12px; margin-bottom: 0px; color: #817d78; margin-top: 0px;}

#contact
{
	padding-top: 10px;
	font-size: 11px;
	color:#999;
}

#contact a {
text-decoration: none;	
color: #999;
}

#contact a:hover {
text-decoration: none;	
color: #900;
}

h1 {
	font-size:11px;
	margin-top: 18px;
}

#twitter_div
{
	text-align: left;
	width: 250px;
	display: block;
	float: left;
	position: absolute;
	z-index: 1;
}
#logo {
background-image:url(images/logo_2.jpg);
background-color:#000;
width:300px;
height: 110px;
display: block;
float: right;
}	
	
.contactBtn
{
	position: absolute;
	z-index: 10;
	right: 0;
	margin-right: 10px;
}
#mainflash{
margin-bottom: 10px;
}
.portfolioItem{
background-image:url(images/grey-opacity-60.png);
background-repeat: repeat;
width: 620px;
padding: 10px;
}
.portfolioItemContainer {
width: 650px; 
margin-bottom: 20px;
}
.portfolioItemHeader {
background-image: url(images/header-cap.png);
background-position: top right;
background-repeat: no-repeat;
display: block;
float: right;
position:absolute;
z-index: 2;
height: 65px;
width: 649px;
}

.portfolioItemTitle {
background-image: url(images/header-main.png);
background-repeat:repeat-x;
display: block;
float: right;
text-align: right;
margin-right: 9px;
margin-top: 3px;
padding-left: 30px;
padding-right: 20px;
height: 54px;
width: 300px !important;
}
.portfolioItemDetails {
background-color: #000000;
width: 600px;
padding: 54px 10px 10px 10px;
}

.portfolioItemTitle img {
margin-bottom: 10px;
}

.portfolioItemDescription {
color: #2c2c2c;
font-size: 10px;
padding-top: 10px;
padding-bottom: 10px;
font-variant:small-caps;
}
.DescTitle {
color: #414141;
}
.clearDiv {
clear: both;
}

