/* @override 
	http://www.simowebdesign.com/css/screen.css
*/

/* 

CSS by Simone Elvio
simone.elvio@gmail.com
http://www.simowebdesign.com

*/

/* @group Colors */

/* Orange - d51717 */
/* Gray Blue - 373d4a */

/* @end */

/* @group CSS 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: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Globals */

body {
	font: 62.5%/1.5 "Trebuchet Ms",Helvetica Neue, Helvetica, Arial, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	color: #373d4a;
	background: #f6f6f6;
}

li, dt, dd, p {font-size: 1.2em; line-height: 1.6em; }
li *, dt *, dd *, p * {font-size: 1em; }
ul, ol, dl, p {margin-bottom: 1.2em; } 

a {font-weight: bold; color: #d51717; text-decoration: none; }
a:hover {text-decoration: underline; }

.underline {text-decoration: underline; }

.left {float: left; }
.right {float: right; }

img.left {margin: 0 1em 1em 0; }
img.right {margin: 0 0 1em 1em; }

.hide {display: none;}

/*
per VALIDATION
* {outline: none;moz-outline: 0;}*/

/* @end */


/* @group Layout */

#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	margin-top:10px;
	border:1px solid #e1e1e1;
}

#header {
	position: relative;
	background: url(../images/simo.jpg) no-repeat right bottom;
	padding: 113px 350px 0 70px;
	margin-bottom: 20px;
	min-height: 190px;
}

#sectional {
	width: 820px;
	background: url(../images/bg_sectional-top.gif) no-repeat center top;
	padding: 10px 70px 0 70px;
}

#sectional .section {
	float: left;
	position: relative;
	background: url(../images/bg_sectional-stripes.gif) repeat-y left;
}

#sectional .section .wrap {
	padding: 65px 70px 0;
}

#footer {
	clear: both;
	width: 820px;
	margin: 0 auto;
	padding: 20px 70px 0;
	background: url(../images/bg_sectional-bottom.gif) no-repeat center top;
}

.clear {
	width: 100%;
	clear: both;
}


.imgGraphics {clear:left; width:50px; cursor:pointer; float:left;margin:5px; border:1px solid #666;}
#listGraphics li {border-bottom:1px dotted #666; height:60px;}

/* @end */

/* @group Headings */

h1 {font-size: 3em; }
h2 {font-size: 2.2em; margin: 0 0 1em 0; line-height: 1.2em; }
h3 {font-size: 1.4em; margin: 0 0 .5em 0; line-height: 1.2em; }
h4 {font-size: 1.4em; margin: 0 0 1.2em 0; line-height: 1.2em; }
h5 {font-size: 1.2em; margin: 0 0 .5em 0; line-height: 1.2em; }
h6 {font-size: 1.2em; margin: .5em 0; line-height: 1.2em; }

h1 {
	position: absolute;
	top: 20px;
	left: 15px;
	display: block;
	/*width: 311px;*/
	height: 97px;
	/*text-indent: -999em;*/
	text-indent: 0em;
	background: url(../images/bg_h1.gif) no-repeat left top;
}

#header h2 {
	display: block;
	width: 524px;
	height: 78px;
	text-indent: -999em;
	background: url(../images/bg_h2-home.gif) no-repeat left top;
	margin: 0 0 1.2em -2px;
}

#sectional .section h3 {
	position: relative;
	width: 70px;
	margin: 0;
	z-index: 100;
	text-indent: -999em;
}

#sectional #projects.section h3 {background: url(../images/bg_h3-projects.gif) no-repeat left top;}
#sectional #services.section h3 {background: url(../images/bg_h3-services.gif) no-repeat left top;}
#sectional #clients.section h3 {background: url(../images/bg_h3-clients.gif) no-repeat left top;}
#sectional #about.section h3 {background: url(../images/bg_h3-about.gif) no-repeat left top;}
/*#sectional #photos.section h3 {background: url(../images/bg_h3-about.gif) no-repeat left top;}*/

/*#photos h4,*/
#projects h4,
#services h4,
#clients h4,
#about h4 {
	position: absolute;
	z-index: 0;
	display: block;
	/*text-indent: -999em;*/
	text-indent: 4em;
	width: 610px;
	height: 23px;
	top: 20px;
	left: 20px;
	margin: 0;
}

/*#projects h4 {background: url(../images/bg_h4-projects.gif); }*/
#services h4 {background: url(../images/bg_h4-services.gif); }
#clients h4 {background: url(../images/bg_h4-clients.gif); }
#about h4 {background: url(../images/bg_h4-about.gif); }
/*#photos h4 {background: url(../images/bg_h4-about.gif); }*/

/* @end */

/* @group Content */

#header.intro p {font-size: 1.4em;}

/* @group Sectional */

#sectional #projects.section {background-color: #e2797c; /*#f1f1f1;*/}
#sectional #services.section {background-color: #fcc973; /*#f1f1f1;*/}
#sectional #clients.section {background-color: #fffe7d; /*#ececec;*/}
#sectional #about.section {	background-color: #dcf576; /*#e7e7e7;*/}
/*#sectional #photos.section {	background-color: #dcf576;}*/

/* @end */

/* @group Portfolio */

img.screenshot {
	margin-left: 30px;
	padding: 0px 0px 0px;
	width: 400px;
	height: 282px;
	background: url(../images/bg_portfolio-browser.png);
	border:5px solid #a8484b;
}

.portfolio .description {
	width: 370px;
	padding: 10px 50px;
	background:#fff url(../images/bg_portfolio-description.png) repeat-y left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
	float: left;
	bottom: 0px;
	left: 52px;
	z-index: 1000;
}

.portfolio .description h5 span {
	font-weight: normal;
	/*text-transform: uppercase;*/
	color: #666;
}

.portfolio .description p.delivery {margin-bottom: 0;}

.portfolio .description p.delivery strong {
	font-weight: normal;
	color: #666;
	min-width: 3em;
}

.portfolio .description p.actions {float: right;margin-bottom: 0;}

.portfolio .description p.actions a {
	padding-right: 1.2em;
	background: url(../images/arrow_right-current.gif) no-repeat right center;
}

/* @end */

/* @group Clients */

#clients.section h5 {clear: both;}

#clients.section li {
	float: left;
	width: 220px;
	padding: 0 0 0 15px;
	background: url(../images/arrow_right-current.gif) no-repeat left center;
}

/* @end */

/* @group Footer */

#footer li {
	float: left;
	margin: 0 .5em 0 0;
	padding: 0 .5em 0 0;
	border-right: 1px solid #373d4a;
	font-size: 1.1em;
	line-height: 1em;
}

#footer li.last {margin: 0;	padding: 0;	border: none;}
#footer #linkList {float: left;}
#footer #copyright {float: right;}
#footer a {color: #373d4a;}
#footer a:hover {text-decoration: none;color: #d51717;}

/* @end */

#warning p {font-weight: bold;color: #d51717;}

/* @end */


/* @group Clearfix */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* @end */