/* Styles 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}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Whitespace Reset */
* {
	margin: 0;
	padding: 0;
}

/* Image standards */
a img {
	border: none;
	outline: none;
}

/* Global */

body {
	background: #eceded url(/img/bg.jpg) repeat scroll center center;
	padding: 45px 0 0 0;
	color: #666;
	font: 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	
	text-align: center;
	/* 
	-webkit-text-stroke: 1px transparent;
	overflow: hidden; 
	*/
}

a:link, a:visited {
color:#111;
text-decoration:none;
}

a:hover, a:active {
text-decoration:underline;
}

div#wrapper {
	display: block;
	margin: 0px auto;
	padding-top: 40px;
	text-align: left;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 5px #111;
}

div#head {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:45px;
	background: #333 url(/img/navbg.png) repeat-x scroll bottom center;
	-webkit-box-shadow: 0px 2px 5px #111;
}

div#head div.headline {
	background: #fff url(/img/rainline.png) repeat scroll center center;
	height: 10px;
	margin-bottom: 0px;
}



/* Navigation styles */

div#navigation {
	text-shadow: black 1px 1px 2px;
}

div#navigation div a.logo {
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(/img/logofade.png) no-repeat scroll left top;
	height: 62px;
}

div#navigation div.blurb {
	overflow: hidden;
	text-indent: -9999px;
}

div#navigation div a{
	padding-top: 10px;
	display: block;
	height: 25px;
	font-size: 13px;
	color: white;
	text-align: center;
	text-decoration: none;
}

div#navigation div a:hover {
	color:#eee;
	background: #1f1f1f none repeat scroll left top;
	height: 23px;
	margin: 2px 0 1px 0;
	padding-top: 8px;
}

div#navigation div a.logo:hover {
	background: transparent url(/img/logofade.png) no-repeat scroll left top;
	height: 62px;
	margin: 0px;
}



/* Header styles */

h1.nur {
text-align:center;
font-size: 24px;
font-weight: bold;
line-height: 25px;
text-shadow: #ccc 0px 2px 2px;
padding:15px;
color:#3a4146;
background: #eee url(/img/diagdot.gif) repeat scroll left top;
}

h2 {
font-size: 20px;
font-weight: bold;
line-height: 20px;
text-shadow: grey 0px 1px 1px;
}
h3 {
margin-bottom:5px;
color:#3a4146;
font-size: 18px;
font-weight: bold;
line-height: 20px;
text-shadow: #ccc 0px 1px 1px;
}



/* Recent work section */

#recentwork {
margin: 30px 0 20px 0;
}
#recentwork div a:link {
background-color:#eee;
display: block;
height: 152px;
color:#333;
text-decoration:none;
}
#recentwork div a:hover {
background-color:#666;
color:white;
}
#recentwork div a img {
margin:5px;
}

.newsletter {
background-color:#eee;
color:#aaa;
margin-bottom:20px;
height:40px;
overflow:hidden;
}
.newsletter p {
float:left;
padding: 12px;
}
.newsletter input {
margin:10px 10px 0 5px;
padding: 3px;
color:#666;
}
.twitter p {
padding:10px;
background:#e8f5fc url(/img/tweet.gif) no-repeat scroll left top;
margin-bottom:20px;
text-indent:50px;
}

.page h3, #thelooppage h4 {
padding-left:15px;
}

#thelooppage p {
padding: 10px 10px 10px 15px;
}


/* hack n slash */

#thelooppage div.leftpack {
width: 49%; 
float: left;
}
#thelooppage div.rightpack {
width: 49%; 
float: right;
}
div.leftpack div.rightpack span {
font-weight: bold;
padding: 10px 0px 10px 10px;
}


div#footer {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #e5e5e5;
	font-size:11px;
}