* { padding: 0; margin: 0; }
/*--------------------------------------------
Global Styles
---------------------------------------------*/
body {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans;
	color: #555555;	
	line-height: 18px;
	background: #040404 url('../images/body_bg.jpg') no-repeat left top;
}
ul#nav {
	background: #010101;
	border: 1px solid #0f0f0f;
	border-top: 0;
	width:320px;
	padding: 8px;
	margin: 0 auto;
}
	ul#nav li{
		display: inline;
		margin-left: 40px;
	}
		ul#nav li a{
			color: #959595;
			text-decoration: none;
		}
			ul#nav li a:hover{ color: #ccc; }
div.row_container {
	width: 950px;
	margin: 0 auto;
}			
	div#logo {
		text-align: right;
		margin-top: 40px;
		margin-bottom: 30px;
	}
div.folio_row {
	background: url('../images/row_bg.png') repeat-x;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/row_bg.png", sizingMethod="scale");
	height: 193px;
	margin-bottom: 50px;
	position: relative;
}
	* html div.folio_row {
			margin-bottom: 0px;
			margin-top: 0px;
	}
	div.folio_row div.row_container { padding: 10px; }
		div.folioSlider {width: 780px; position: relative; margin-left: 130px; 	overflow:hidden;}
			div.folioSlider ul { 
				list-style: none; 
				width:3900px;
				margin-top: 10px;
			}	
				div.folioSlider ul li{ 
					float: left;
					margin-left: 40px;
				}
			a.next {
				padding: 15px;
				float: right;
				margin-top: -120px;
				text-decoration: none;
				font-size: 18px;
				* margin-top: -220px;
			}	
			a.top {
				float: left;
				margin-top: -20px;
				font-size: 10px;
				text-decoration: none;
				* margin-top: -110px;
			}

div#contact div.about {
	width: 460px;
	float: left;
	border-right: 1px solid #181818;
	padding-right: 25px;
}
	div#contact div.about img{
		margin-right: 10px;
		margin-top: 2px;
		border: 3px solid #181818;
	}
div#contact div.get_in_touch {
	margin-left: 520px;
}
div#footer {
	background: #010101;
	border: 1px solid #0f0f0f;
	width:320px;
	padding: 8px;
	margin: 0 auto;
	border-bottom: 0;
	color: #959595;
	text-align: center;
	clear:both;
	margin-top: 90px;
}
/*--------------------------------------------
Typography
---------------------------------------------*/
h1 {
	color: #eee;
	margin: 0;
	float: left;
	width: 130px;
	font-size: 11px;
	text-transform: lowercase;
	font-weight: normal;
	margin-top: 5px;
	font-family: "Comic Sans MS";
}
	h1 span{
		border-bottom: 1px solid #eee;
	}
h2 {
	text-indent: -9999px;
	margin: 0;
	float: left;
	width: 130px;
	height: 32px;
}
	h2#about_title { background: url('../images/about_me.jpg') no-repeat; }
	h2#contact_title { background: url('../images/get_in_touch.jpg') no-repeat; }
a.twitter {
	background: url('../images/twitter.jpg') no-repeat left;
	padding: 5px;
	padding-left: 30px;
}	
a {color: #7A338C;}
a{ outline: none; }
a:hover {text-decoration: none;}
/*--------------------------------------------
Misc
---------------------------------------------*/
label {
	float: left;
	width: 125px;
	* width: 115px;	
	display: block;
}
.textField {
	background: #121212;
	border: 1px solid #212121;
	font-size: 12px;
	padding: 4px;
	width: 295px;
	color: #737373;
}
.textField:focus { background: #191919; }
img {border:0;}
hr {
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	background: #DDDDDD;
	clear: both;
}
.clear {clear:both;}
/*--------------------------------------------
Lightboxes
---------------------------------------------*/
div.box {
width: 600px;
}
div.box_left {
	float: left;
	width: 250px;
}
	div.box_left img{
		border: 0px solid #333;
	}
div.box_right{
	margin-left: 270px;
}
/*--------------------------------------------
Form Validation
---------------------------------------------*/
ul#response {
	margin-bottom: 15px;
	background: #080808;
	margin-top: 5px;
}
ul#response li {
	padding-bottom: 5px;
	list-style: none;
	padding-left: 13px;
	color: #ccc;
	font-size: 11px;
}
