/* @override 
	http://www.gmulodge.org/dad/style.css
	http://davidadouglas.com/style.css
*/

h1, h1 a, h1 a:hover, h1 a:visited, #console .description,footer {text-decoration: none;color: white;}



html{
	color: #FFF;
	background-color: #313131; 
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	}

/* Headings and links*/
h1,h2,h3,h4,h5,h6,h7,a,h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, a, h2 a:hover, h3 a:hover, a:hover ,footer{color: #FFF;
}

.entry p a:visited {color: #ffe800;}

/* FONT */

#main {
	margin-top: 20px;
	margin-bottom: 20px;
}
#console {
	margin: 10px;
}
#resume {
	padding: 0 100px 100px 100px;
	text-align: left;
}

#gallery {
	padding: 0 100px 100px 100px;
}

#projectwrapper {
	padding: 0px 100px 10px 100px;
}

#project {
	padding: 5px;
	list-style-type: disc;
}

#header {
	padding: 0 100px 0 100px;
	text-align: left;
}

span.header {
	text-align: left;
	padding: 0;
	
}
span.header a{
	padding-left:5px;
	font-size: 85%;
	font-variant: small-caps;
	text-align: left;
	text-decoration: none;
}
span.header a:hover{
	padding-left:5px;
	font-size: 85%;
	font-variant: small-caps;
	text-align: left;
	text-decoration: none;
}
h1,h2,h3,h6,h7,p,footer{
	margin-bottom:9px;
	line-height: 1em;
}
body {
	padding:0; 
	margin:0;
	text-align: center;
}

p {
	text-indent: 20px;
	text-align: justify;
}

a {
	text-decoration: none;
}

h1 {
	
	font-variant: small-caps;
	font-size: 175%;
	padding-bottom: 160px;
}

h2 {
	text-decoration: none;
	margin:30px 0 30px 0;
	font-variant: small-caps;
	text-decoration: none;
	text-align: right;
}
h2 a:hover,h3 a:hover,h4 a:hover
{
	color: #dd8700;}
h3{
	margin: 0;
	border-bottom: 1px dashed #616161;
	padding-bottom: 5px;
	padding-top: 5px;
}

h4{
	font-size: 150%;
	font-variant: small-caps;
	
}
h5{
	color: #666;
	font-variant: small-caps;
	font-size: 100%;
	line-height: 0;
	margin-bottom: 12px;
	margin-top: 0;
	padding: 0;
}
h6{
	color: #666;
	font-variant: small-caps;
	font-size: 60%;
}
#footer{
	 padding-left: 	150px;
}
 ul{
	list-style-type: circle;
	list-style-position: outside;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	border-top-style: dotted;
	border-top-width: .5px;
}

footer{
	color: #666;
	font-variant: small-caps;
	font-size: 60%;
	padding-left: 150px;
}

images {
	text-align: center;
}

img {

}
	

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	float:left;
	margin-right:12px;
	margin-bottom:8px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

