/*
Theme name: Aaron's Web Digs
By: Nate Uri
http://nateuridesigns.com
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a {text-decoration:none;}

/* Now, the real styles */

body {
	background: #151415;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 0px 38px;
}

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

#preload-box {
	display:none;
}

#content, #content-2 {
	background: #20125b;
	padding: 20px;
	margin:20px 0px;
	width:430px;
	float: left;
	cursor: pointer;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-transition-delay: 0s, 0s;
	-webkit-transition-duration: 0.1s, 0.2s;
	-webkit-transition-property: border-color, background-color;
	-webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1), cubic-bezier(0.42, 0, 1, 1);	
}

#content:hover, #content-2:hover {
	background: #4a2466;
}

#content.active, #content-2.active {
	background: #4a2466;	
}

#content {
	margin-right: 20px;
}

h1 {
	font-size: 24px;
	color: white;
	font-weight: normal;	
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}

h1 a {
	color: white;
}

h1 a:hover {
	color:yellow;
	cursor:pointer;
}

h2 {
	font-size: 22px;
	color: white;
	font-weight: bold;
	margin: 20px 0px 0px 0px;			
	text-transform: lowercase;
	font-family: Georgia, serif;
}

p {
	color: #BBBBBB;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 15px;
	width: 400px;
	font-family: Georgia, serif;	
}

a img.home {
	margin-top: 30px;	
}

/* Home Styles */

#home-text {
	margin: 200px 0px 0px 130px;	
}

#slideshow {
	margin: 0px 0px 0px 130px;	
}

#entrance-link {
	display:block;
	position:absolute;
	top:230px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	height: 300px;
	background: none;
	z-index: 20;
}

ul#header {
	width: 960px;
	display: block;
	border-top: 1px solid #3d3d40;
	border-bottom: 1px solid #3d3d40;
	margin: 10px 0px 20px 0px;
	padding: 3px 0px;
}

ul#header li {
	text-transform: uppercase;
	display:inline;
	margin-left:30px;
	font-size: 12px;
	color:#c4c4c4;
	padding: 5px 10px;	
}

ul#header li a {
	font-size: 12px;
	color:#c4c4c4;
	font-family: Arial;	
}

ul#header li a:hover {
	color:white;
}

ul#header li.first {
	margin-left: 0px;
}

ul#gallery {
	list-style: none;
}

ul#gallery li {
	display:inline;
	float:left;
	margin: 20px 0px 0px 20px;	
}

ul#gallery li.first {
	margin-left:0px;
}

ul#gallery li img {
	border: 5px solid black;
}

#footer {
	text-align:center;
	font-size: 11px;
	color: #CCCCCC;
	padding: 30px;
	width:100%;
	display:inline;
	float:left;
}

#footer a {
	color: #ff5fff;	
}
