/* v1.0 | 20080212 */

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 {
	background-color: #eee;
	background: url(../images/greyNoise.png);
	font: .8em/1.3em Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

a {
	color: #08C;
	text-decoration: none;
	/*background: url(../images/link.png) no-repeat 100% 70%; */
	padding-right: 0px;
	white-space: nowrap;
	outline: none;
}
a:hover {
	color: #44a1f1;
}

h1 {
	font-size: 1.8em;
	color: #414142;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	color: #838383;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}
h3 {
	padding: 0;
	font-size: 11px;
	color: #333;
}
h4 {
	color: #fff;
	font-size: .8em;
	font-weight: normal;
}
h5 {
	padding: 10px 0 5px 0;
	color: #333;
	font-weight: normal;
	font-size: 1.2em;
}
h6 {
padding: 15px 0 10px 0;
color: #f3f3f3;
text-shadow: none;
font-weight: normal;
font-size: 14px;
}
img.noStyle {
	margin: 0px;
	padding: 0px;
	background-color: none;
}

p {
	font: font: 10px/18px Arial, sans-serif;
	color: #666;
}
.bold {
	font-weight: bold;
}
#wrapper {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 980px;
	height: 100%;
}

/* start of header styling */


#headerWrapper {
	margin: 20px 0;
	padding: 0;
	background: transparent;
	height: 35px;
	width: 100%;
}
#logo {
	margin: 10px 0 0 5px;
	float: left;
}

#logo a {
	background: none;
}
nav {
	margin: 18px 0 0 0;
	padding: 0 0 0 300px;
	height: 18px;
	float: right;
}
nav ul {
	list-style-type: none;
	list-style: none;
	display: inline;
	font-size: 10px;
}
nav ul li {
	margin: 0 0px 0 8px;
	float: left;
	color: #666;
	font: 11px/14px Arial, sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}
nav ul li a {
	margin: 0 8px 0 0;
	padding: 0px;
	text-decoration: none;
	float: left;
	color: #666;
	font-weight: bold;
	background: none;
}
nav img {
	margin: -4px 0 0 0;
}



/* end of header styling */

#feature {
position: relative;
	margin: 30px 0 0 0;
	padding: 0px;
	height: 380px;
	width: 980px;

background-color: #fff;
-webkit-border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;	
-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.25); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15); box-shadow: 0 1px 3px rgba(0,0,0,.15);
	
}
#navigationSliderBottom {
margin: 0px;
padding: 0px;
	width: 980px;
	height: 90px;
		border-top: 1px solid #e5e5e5;
	background-color: #fff; background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f3f3f3));
	-webkit-border-radius: 0px 0px 4px 4px ;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;	
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.25); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15); box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

#mainSlogan {
	margin: 30px 0 10px 0;
	width: 980px;
	height: 180px;
	text-align: center;
	font-size: 2.4em;
	line-height: 1.2em;
}

.contentWrap {
	margin: 0 auto;
	width:980px;
	min-height: 60px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.2) inset; -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15) inset; box-shadow: 0 1px 3px rgba(0,0,0,.15) inset;
	float: left;
	border: 1px solid #f0f0f0;
}

#selectedWork {
	padding: 0px;
	margin: 0 auto;
	width:970px;
	min-height: 910px;
	/*background-color: #fff;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.25); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15); box-shadow: 0 1px 3px rgba(0,0,0,.15); */
}
#selectedWork a {
	font-size: 11px;
}


.featuredWorkThumbs {
	margin: 0 auto;
	padding: 0px;
	height: 320px;
 	width: 980px;
}


.itemDivider {
	margin: 20px 0 20px 0;
	padding: 0;
}
.itemDivider h2 {
		border-bottom: 1px solid #c4c4c4;
}

.thumbs {
	margin: 10px 20px;
	width:202px;
	height: 235px;
	background-color: transparent;
	float: left;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.25); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15); box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.thumbPic {
	width: 202px;
	height: 158px;
}
.thumbPic img {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0 ;
	border-radius: 4px 4px 0 0 ;
}
.thumbInfo {
	padding: 5px 5px;
	width: 192px;
	height: 50px;
}
.thumbTag {
	padding: 0 5px;
	width: 192px;
	height: 17px;
	background-color: #babec7;
	color: #c6c4c4;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}


.leftTopRounded {
	-webkit-border-radius: 4px 0px 0px 0px;
	-moz-border-radius: 4px 0px 0px 0px;
	border-radius: 4px 0px 0px 0px;
}
.rightTopRounded {
	-webkit-border-radius: 0px 4px 0px 0px;
	-moz-border-radius: 0px 4px 0px 0px;
	border-radius: 0px 4px 0px 0px;
}
.leftBottomRounded {
	-webkit-border-radius: 0px 0px 0px 4px;
	-moz-border-radius: 0px 0px 0px 4px;
	border-radius: 0px 0px 0px 4px;
}
.rightBottomRounded {
	-webkit-border-radius: 0px 0px 4px 0px;
	-moz-border-radius: 0px 0px 4px 0px;
	border-radius: 0px 0px 4px 0px;
}


/* WORK Styling */

#workTitle {
	margin: 0px;
	padding: 12px 10px;
	height: 40px;
	width: 960px;
	/* background-color: #babec7; */
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;	
}
#workTitle h1 {
	color: #333;
	padding: 0 0 3px 0;
	font-size: 13px;
	font-weight: bold;
}
.workProjectInfo {
	margin: 10px auto;
	padding: 20px 10px;
	width: 600px;
	text-align: left;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
}
.workProjectInfo p {
	padding: 5px 0;
	color: #333;
}
.workWrap {
	margin: 20px auto;
	width:980px;
	min-height: 260px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.25); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15); box-shadow: 0 1px 3px rgba(0,0,0,.15);
	border: 1px solid #eee;
	background: #fff url(http://www.studiosevin.com/assets/images/topBG_white.jpg) no-repeat top center;
}
.workWrap img {
	margin: 0 0 15px 0;
	max-width: 900px;
}

.center {
	margin: 10px auto;
	min-width: 700px;
	text-align: center;
}
.leftPadding35 {
		padding: 0 0 0 35px;
}
.leftPadding {
	padding: 0 0 0 65px;
}
.leftPadding2 {
	padding: 0 0 0 115px;
}

/* ABOUT START */

#aboutWrap {
	width: 980px;
	height: 730px;
}

#aboutMain {
	position: relative;
	margin: 0;
	padding: 30px 10px 30px 10px;
	height: 360px;
	width: 960px;
	background: url(../images/mainShapeAbout.jpg) no-repeat center bottom;
}
#aboutMain h2 {
	padding: 15px 0 10px 0;
	color: #f3f3f3;
	text-shadow: none;
	font-weight: normal;
	font-size: 14px;
}
#aboutMain p {
	color: #ccc;
}
.aboutMainCols {
	margin: 0 0 0 12px;
	padding: 10px;
	width: 205px;
	height: 345px;
	background-color: transparent;
	float: left;
}
.aboutIconsAlign {
	position: absolute;
	padding: 0 0 0 20px;
	bottom: 40px;
}
.400col {
	width: 400px;
	height: 300px;
	float: left;
}


#contactForm {
	padding: 20px;
	margin: 20px 0 30px 10px;
	width: 600px;
	height: 600px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.25); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15); box-shadow: 0 1px 3px rgba(0,0,0,.15);
	border: 1px solid #eee;
	float: left;
}
#contactRight {
	padding: 30px 0px 0 0;
	width: 300px;
	height: 570px;
	float: right;
}
#contactRight ul {
	padding: 0 0 0 30px;
	font-size: 11px;
	color: #666;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}


#footerWrapper {
	margin: 20px auto;
	width: 980px;
	clear: both;
}
#footer {
	margin: 20px 0 20px 0;
	padding: 18px 10px 10px 10px;
	height: 180px;
	width: 960px;
	color: #ddd;
	background: url(../images/darkGreyFooter.png) no-repeat center top;
}
.footerColOne {
	padding: 0px;
	margin: 0 25px 0 15px;
	width: 80px;
	height: 160px;
	float: left;
}
.footerColOne ul {
	padding: 2px 0 0 10px;
	font-size: 11px;
	color: #666;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}
.footerColOne ul li {
	padding: 2px 0;
}
.footerColTwo {
	padding: 0px;
	margin: 7px 35px 0 35px;
	width: 480px;
	height: 160px;
	float: left;
}
.footerColTwo h2 {
		font-size: 1.2em;
		color: #aaa;
		padding: 0 0 10px 0;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	}
	
.footerColTwo p {
	padding: 8px 0 0 10px;
	font-size: 11px;
}
.footerColTwo a {
	padding: 0;
	font-size: 11px;
}	
	
.footerColThree {
	padding: 0px;
	margin: 0 10px;
	width: 225px;
	height: 160px;
	float: right;
}
.footerContactLinks {
	margin: 0 0 1px 0;
	padding: 0px;
	height: 33px;
	width: 250px;
	background: transparent;
}
.footerContactLinks img {
	float: left;
}
.footerContactLinks p {
	float: left;
	padding: 6px 0 0 10px;
	font-size: 11px;
}

#books {
	margin: 0 0 0 5px;
	padding: 10px;
	width: 445px;
	height: 300px;
	float: left;
}
#music {
	margin: 0 0 0 25px;
	padding: 10px;
	width: 450px;
	height: 300px;
	float: left;
}
#music, #books img {
	-webkit-border-radius: 4px;
}
#music img {
	margin: -3px 0 0 0;
}

.workFooterWrapper {
	width:960px;
	margin: 0 auto;
	height: 30px;
}
.backToWork {
	float: left;
}
.workContactLink {
	padding: 0 8px 0 0;
	position: relative;
	float: right;
}

.backToWork p {
	padding: 3px 8px 5px 20px;
}
.workContactLink p {
	padding: 3px 14px 5px 20px;
}
.workContact {
	position: absolute;
	top:0px;
	right:0px	
}
#servicesSlogan {
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
	height: 40px;
	clear: both;
}

#servicesWraph1 {
	padding: 10px 10px 20px 0px;
	margin: 0px 0 0 10px;
	font-size: 2.4em;
	color: #555;
	width: 95%;
}
#servicesWrap h2 {
	padding: 20px 10px 10px 20px;
font-size: 1.3em;
color: #838383;
text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
text-align: left;
}
#servicesWrap {
	margin: 0 auto;
	width: 970px;
	min-height: 850px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.25); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15); box-shadow: 0 1px 3px rgba(0,0,0,.15);
	background-color: #fff;
}
.serviceItemWrap {
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	height: 440px;
	border-top: 1px dotted #ddd;
}

.serviceItemCol {
	margin: 10px 20px; 
	width: 280px;
	height: 250px;
	float: left;
}
.serviceItemProcess {
	margin: 10px auto;
	width: 940px;
	height: 150px;
	clear: both;
}
.serviceItemWrapv2 {
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	height: 400px;
	border-top: 1px dotted #ddd;
}
.serviceItemColv2 {
	margin: 10px 20px; 
	width: 280px;
	height: 150px;
	float: left;
}

.serviceItemProcessv2 {
	margin: 0px auto;
	width: 940px;
	height: 150px;
}
.serviceItemWrapv3 {
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	height: 470px;
	border-top: 1px dotted #ddd;
}
.serviceItemColv3 {
	margin: 10px 20px; 
	width: 280px;
	height: 280px;
	float: left;
}
.serviceItemProcessv3 {
	margin: 0px auto;
	width: 940px;
	height: 150px;
	clear: both;
}

#uglyisoverSlogan {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 400px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.25); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15); box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
#uglyisoverSlogan img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#uglyisoverText {
	margin: 20px auto;
	padding: 10px 0;
	width: 960px;
	height: 170px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.25); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15); box-shadow: 0 1px 3px rgba(0,0,0,.15);
	border: 1px solid #eee;
}

.uglyisoverTextcol {
	margin: 0px;
	padding: 0px 30px;
	width: 258px;
	height: 160px;
	float: left;
}
.borderLeftRight {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#uglyisoverGOTO {
	margin: 20px auto;
	padding: 30px 0 0 560px;
	height: 50px;
	width: 250px;
	background: url(../images/uglyisoverGOTO.png) no-repeat left top;
}

