/*--------------------------------------*/
/* CSS Created by Domo - 2010 ----------*/
/* www.okdomo.com ----------------------*/
/*--------------------------------------*/

/*---------------------*/
/* General ------------*/
/*---------------------*/
* {
	margin: 0;
	padding: 0;   
}
body {         
	background: #e6e8dc url(../img/bg_tile.gif) fixed repeat;
	font-family: "Century Gothic", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #0a4552;
}
hr {display: none;}
img, fieldset {border: none;}
a:link, a:visited, span {
	color: #000;
	text-decoration: none;
	background: transparent url(../img/bg_header.png) no-repeat left top;
}
a:hover, a:active {
	color: #690b0b;
	border-bottom: 1px solid #690b0b;
}
#container {
	width: 587px;
	margin: 0 auto;
}
/*---------------------*/
/* Header -------------*/
/*---------------------*/                
#header h1 {
	background: url(../img/domo_hero.png) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 587px;
	height: 405px;
	margin: 0 0 10px 0;
}
h2 {
	font-weight: normal;
	font-size: 28px;
	margin-left: 25px;
	line-height: 38px;
}
/*---------------------*/
/* Copy ---------------*/
/*---------------------*/
#copy {
	color: #3f2b12;
	font-size: 23px;
	line-height: 35px;
	margin: 0 20px 0 10px;
}
/*---------------------*/
/* Work ---------------*/
/*---------------------*/
#work {
	overflow: auto;
	margin: 20px 0 0 13px;
}                      
#work li {
	background: url(../img/bg_blue_box.png) top left repeat;
	width: 166px;                                           	
	height: 166px;
	list-style: none;
	float: left;
	display: inline;
	margin: 0 10px 20px 10px;
}
#work a {
    border: 0;
}
#work li img {
	display: block;
}
#work a:hover img {
	opacity: 0.5;
}
/*---------------------*/
/* Footer -------------*/
/*---------------------*/
#footer {
	background: url(../img/bg_footer.png) top left no-repeat;
	text-align: right; 
	padding: 7px 25px 0 0;
	height: 22px;
	line-height: 14px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff9f9;
}
#footer strong {
	color: #86cddf;
	font-weight: normal;
}
/*---------------------*/
/* Portfolio ----------*/
/*---------------------*/
#facebox #portfolio {
	width: 800px;
	margin: 0 auto;
}           
#facebox #portfolio img {
	display: block !important;
	margin: 0 auto;
}
#facebox #portfolio h2 {
	font-size: 17px;
	color: #5e0504;
	text-transform: uppercase;
	font-weight: normal;
	margin: 5px 0 0px 25px;
}                     
#facebox #portfolio p {
	margin: 0 0 15px 25px;
	color: #5e0504;
}
#facebox #portfolio a {
	color: #0a4552;
}
#facebox #portfolio a:hover {
	border-bottom: 1px solid #0a4552;
}
#facebox .footer {
	padding: 0 25px 10px 0;
}