/*
-----------------------------------------------
Portfolio Style Sheet
----------------------------------------------- */

body {
	background:url(../img/background.gif) #FFFFFF repeat-x center top; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:12px;
}

p{
	color:#FFF;
	font-weight:normal;
}

h1 { font-family: 'Lobster', arial, serif; 
	font-size:115px;
	color:#FFF;
	text-shadow: 1px 1px 5px #666;
	filter: dropshadow(color=#666, offx=-1, offy=-1);	
	padding-bottom:10px;
	margin-left:-10px;
}


h2 { 
	font-family: 'Josefin Sans Std Light', arial, serif;
	/*font-family: 'Molengo', arial, serif;*/
	font-size:23px;
	text-shadow: 1px 1px 2px #c2df8d;
	filter: dropshadow(color=#c2df8d, offx=1, offy=1);
	padding:0px;
	margin:0px;
	font-weight:normal;
}


* {
	margin: 0;
	padding: 0;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	height:auto;
}


/*---------- HEADER --------------------- */	


#header{
	padding:0px;
	margin:0px;
	/*border:1px solid #0C9;*/
}


/*---------- CONTACT --------------------- */	

#contact{
	margin-top:10px;
	/*border:1px solid #09F;*/
	font-size:12px;
}

#contact p {
	padding-top:10px;
}

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

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


#contact ul {
	list-style-type: none;
	height: 107px;
	width: 880px;
	margin: auto;
}

#contact li {
	float: left;
	padding-right:8px;
	margin-left:-5px;
}


/*---------- CONTENT --------------------- */	

#content {
	margin-bottom: 30px;
	width: 880px;
	padding-top: 100px;
	}


/*---------- PORTFOLIO --------------------- */	

.portfolio{
	margin:0 0 100px 0;
}

.portfolio a{
	color: #668646;
}

.portfolio a:hover{
	text-decoration:none;
}

.portfolio h3 { 
	/*color: #668646;*/
	font-family: 'Josefin Sans Std Light', arial, serif;
	/*font-family: 'Molengo', arial, serif;*/
	font-size:36px;
	text-shadow: 0px 0px 1px #CCC;
	filter: dropshadow(color=#CCC, offx=1, offy=1);
	padding:0px 0px 8px 0px;
	margin:0px;
	font-weight:normal;
}

.portfolio h4 {
	clear: both;
	margin: 0 0 10px 0;
	padding-top: 2px;
	width: 111px;
	background: url(../img/viewwork.gif) bottom no-repeat;
	}

.portfolio h4 a {
	display: block;
	height: 31px;
	text-indent: -500px;
	background: url(../img/viewwork.gif) bottom no-repeat;
	}
	
	
.portfolio h5 {
	clear: both;
	margin: 0 0 10px 0;
	padding-top: 2px;
	width: 195px;
	background: url(../img/viewBanners.gif) bottom no-repeat;
	}

.portfolio  h5 a {
	display: block;
	height: 31px;
	text-indent: -500px;
	background: url(../img/viewBanners.gif) bottom no-repeat;
	}
	

.portfolio img { padding: 5px;
	background-color:#FFFFFF;
	text-shadow:0 1px 0 #f6f6f6;
	-webkit-border-radius:4px;
	border:1px solid #ccc;
	-webkit-box-shadow:0 5px 8px rgba(0,0,0,0.2);
	margin-bottom:15px;
 }

.portfolio p {
	color:#333333;
	float:left;
	padding:10px 0 0 6px;
	width:72%;
	}

.portfolio p em { font-family: Georgia, serif; }

.portfolio ul {
	float: right;
	margin:0 0 0 5px;
	width:210px;
	padding: 0;
	list-style: none;
	}

.portfolio li {
	clear: left;
	margin-bottom: 5px;
	color: #666666;
	font-size: .84em;
	font-weight: normal;
	text-transform: uppercase;
	}

.portfolio li strong {
	display: block;
	float: left;
	width: 6em;
	padding: 0px;
	color: #668646;
	font-weight: normal;
	}	


/*---------- FOOTER --------------------- */	

#footerContainer{
	width: 100%;
	height:64px;
	background:url(../img/footerBar.gif) repeat-x center bottom; 
}


#footer{
	margin-left: auto;
	margin-right: auto;
	padding:35px 0 0 0;
	width:880px;
	font-size:10px;
}

#footer a{
	text-decoration:none;
	color:#FFF;
}


