/* @override http://seemywork.net/assets/css/site.css */

/* @override 
	http://seemywork.net/clients/assets/css/site.css
	http://www.seemywork.net/clients/assets/css/site.css
*/


/* @group Colors */

/* Grey - 999 */
/* Dark Blue - 033 */

/* @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 {
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0px -1px 0px rgba(51,51,51,0.1),rgba(204, 204, 204, 0.792969) 0px 1px 0px;
	font-size: 62.5%;
	line-height: 1.5;
}
		
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
	}

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: .8em;
} 

a {
	font-weight: bold;
	color: #099;
	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;
}

* {
	outline: none;
	moz-outline: 0;
}

/* @end */


/* @group Layout */



#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#header {
	position: relative;
	background: no-repeat right bottom;
	padding: 170px 350px 0 70px;
	margin-bottom: 10px;
	min-height: 210px;
}

#sectional {
	width: 820px;
	padding: 0px 70px 0;
}

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

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

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

.clear {
	width: 100%;
	clear: both;
}

/* @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: 41px;
	left: 69px;
	display: block;
	width: 263px;
	height: 97px;
	text-indent: -999em;
	background: url(../images/smw_wht2.png) no-repeat left top;
}

#header h2 {
	display: block;
	width: 524px;
	height: 78px;
	text-indent: -999em;
	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/sectional/bg_h3-projects.png) no-repeat left top;
}

#sectional #services.section h3 {
	background: url(../images/sectional/bg_h3-services.png) no-repeat left top;
}

#sectional #clients.section h3 {
	background: url(../images/sectional/bg_h3-clients.png) no-repeat left top;
}

#sectional #about.section h3 {
	background: url(../images/sectional/bg_h3-about.png) no-repeat left top;
}

#projects h4,
#services h4,
#clients h4,
#about h4 {
	position: absolute;
	z-index: 0;
	display: block;
	text-indent: -999em;
	width: 611px;
	height: 23px;
	top: 20px;
	left: 19px;
	margin: 0;
	background: url(../images/bg_h4-projects.png);
}

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

/* @end */

/* @group Content */

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

/* @group Sectional */

#sectional #services.section {
}

#sectional #clients.section {
	background: #003 url(../images/sectional/blk_boxd-bg.gif) repeat-y left;
}

#sectional #about.section {
	background: #003 url(../images/sectional/blk_boxd-bg.gif) repeat-y left;
}

/* @end */

/* @group Portfolio */

img.screenshot {
	margin-left: 30px;
	padding: 29px 5px 5px;
	width: 400px;
	height: 271px;
	background: url(../images/bg_portfolio-browser.png);
}

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

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

.portfolio .description p.delivery {
	text-transform: uppercase;
	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.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.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: #099;
}

/* @end */

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

/* @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 */
