/*/* > -- RESET ------------------------------< */ 
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 101%;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

/** colors 
	link state: #aea67f
	background/link active: #77671d
	content background: #f0eee6
**/
a {
text-decoration:none;
color:#5c5441;
}

a:hover, active {
	color:#ff6633;
}

.categories a {
	color:#938a74;
}

.categories a:hover,active {
	color:#ee8c6b;
}

/* >-- TYPEFACE --< */
/*@font-face { font-family: 'ITC Officina', serif; src:url('http://localhost/media/css/officina.TTF'); }*/
/*@font-face { font-family: 'ITC Officina', serif; src:url('/site_media/css/officina.ttf'); }*/

body {
	margin: 0 auto;
	text-align: center;
	background: #aa9c83 url(../img/bg.png) repeat;
	/*background: #3a311b;*/
	/*background: #94b5b0;*/
	/*background: url(../img/headerBg.gif) repeat-x;*/
}

#wrapper {
	margin: 0 auto;
	text-align: center;

	/*background: url(../img/paper_bg.png) repeat-y;*/
	overflow: auto;
}

#homepage {
	background: #fff url(../img/bg.png);
}

#about {
	background: #fff url(../img/bg.png);}

#works_class {
	background: #fff url(../img/bg.png);
}

#work_class {
	background: #fff url(../img/bg.png);
}

#contact_class {
	background: #fff url(../img/bg.png);
}

.homepage {
	border-bottom: 2px dashed #94b5b0;
}

.about {
	border-bottom: 2px dashed #c73417;
}

.works_class {
	border-bottom: 2px dashed #665636;
}

.work_class {
	border-bottom: 2px dashed #9e8b61;
}

.contact_class {
	border-bottom: 2px dashed #e4b155;
}
/* >-- GRID --< */
#header {
	margin: 0 auto;
	padding-bottom: 15px;
	width:960px;
	overflow: auto;
	border-bottom:1px solid #d4d1c9;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.menu {
	/*background:url(../img/headerBG.png) no-repeat;*/
	margin:0 auto;
	text-align:center;
	width:960px;
	height: 150px;
	padding-right: 0px;
}

div#content {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	overflow: auto;
	text-align: left;
	padding-bottom: 0px;
	/*padding:30px;*/
	padding-top: 15px;

}


.work {

	overflow:auto;
	padding:20px 0 0px 0;
	/*background: #fff url(../img/sep.png) repeat-y;*/
	
}

.list {	border-bottom:1px solid #d4d1c9;padding-bottom:0px;}

.cover {
	width:960px;
	height:600px;
	padding-top: 20px;
	background: url(../img/cover.png);
}

.preview {
	float:left;
	text-align: center;
	width:580px;
	margin:0 30px;
}

.description {
	font-size:1.0em;
	float:right;
	width:250px;
	margin-right:30px;
	text-align: left;
	padding-bottom: 30px;
}

.logo {
	float: left;
	margin-left:35px;
	padding-top:5px;
}

.contact {
	float:right;
}

.nav {
	padding-left:0px;
	font-size:1.3em;
	padding-bottom:10px;
	}
.showcase { margin:0px 0 40px 0;}

#footer {
	border-top:3px solid #d4d1c9;
	padding:20px 0;
	text-align:right;
	font-size:0.8em;
	margin:0 auto;
	width:960px;
	clear: both;
	color:#5c5441;

}


/** colors 
	link state: #aea67f
	background/link active: #77671d
	content background: #f0eee6
**/
/** > TYPOGRAPHY < **/
.menu, h2, span.button {
	font-family: Georgia, Times, Serif;
}

span.button a {
	font-size:0.9em;
	background: #dedac8;
	color:#5c5441;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding:4px 12px;
}

span.button a:hover,active {
	background: #ff6633;
	color:#dedac8;
}

h2, .title {
	font-weight: normal;
	font-size:2.1em;
	color:#5c5441;
	margin-top: 10px;
}

#content {
	font-size:0.7em;
	margin-bottom:120px;
}

#content img {
	margin-bottom:20px;
}

#content img:hover {
		/*border-top:1px solid #ff0000;*/
}


h3 {
	margin-top:3px;
	color:#000;
	margin-bottom:3px;
}

h3 span {
	font-weight:normal;
	color:#999;
	margin-left:10px;
}

span.label a {
	color:#999;
}


#content span.active {
	font-style: normal;
}

.preview p {
	font-family: 'Myriad Pro', 'Lucida Grande', Helvetica, Arial;
	font-size:11pt;color:#7f7a61;
	text-align: left;
	margin:15px 0;
	line-height: 1.5;
}

.preview h2 {
	margin-bottom:20px;
	text-align: left;
}

.description p {
	font-family: 'Myriad Pro', 'Lucida Grande', Helvetica, Arial;
	color:#7f7a61;
	font-size:1.2em;
	line-height: 1.5;
	margin:20px 0 0 0;
}



/** IMG **/
.preview img, .preview img.thumb, .showcase img {
	padding:10px;
	background: #e9e7bf;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	
}


.preview img.thumb:hover {
	/*background: #dedac8; */ /*#6f6b59;*/
}


#footer {
	margin-top:30px;
	font-family: 'Myriad Pro', 'Lucida Grande', Helvetica, Arial;
}


#footer a:hover, active {

}



/** LIST **/
.menu ul {
	padding:30px 0 0 0;
	font-size:2.5em;
}

.menu ul li {
	display:inline;
	margin:0 15px;
	
}

#wrapper ul, #header ul, #content ul {
list-style:none;
}

.menu ul.categories, .description ul  {
	font-family: 'Myriad Pro', 'Lucida Grande', Helvetica, Arial;
	padding:5px 0 5px 0;
	margin:0;
	font-size:1.2em;
	margin-top:10px;
	
}
.menu ul.categories {
}

.menu ul.categories  li {
	padding:0px 0 0 0;
	margin:0 15px;
}

.categories li:hover, .categories li.active, a.active, li.active  {
	color:#ff6633;
}

#footer ul li.active a {
	background:#ff6633;padding:10px;
}

.works {
margin-top:20px;
margin-left:10px;
font-size:0.8em;
}

.works li.active {
color:#77671d;
}

.description ul {
	margin-top:10px;
}
.description li {
	border-bottom:1px solid #d4d1c9;
	margin-bottom:3px;
	padding-bottom:3px;
	color:#5c5441;
}

ul.errorlist {
	text-align:left;
	margin:0px;
	margin-top:10px;
	color:#cc3000;
	font-family: 'Myriad Pro', 'Lucida Grande', Helvetica, Arial;
}

/** FORM **/
.preview form p {
margin-top:0;
margin-bottom:0;
}

input, textarea, select	 {
	background: #dedac8;
	color:#5c5441;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border:0;
	padding:4px;
	font-size:0.7em;
	margin-bottom:20px;
}

textarea {
	width:300px;
}

input.button {
	display: inline;
	background: #dedac8;
	color:#5c5441;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding:4px 12px;
	font-size:0.8em;
	font-weight: bold;
}

input.button:hover {
	background: #5c5441;
	color:#dedac8;
}	

label {
	font-size:0.8em;
}

	
	
	
