/* Stylesheet for ethanjackson.net */

body {
	background-color: #343434;
	color: #424242;
	text-align: center;
	font-size: .8em;
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#container {
	background-color:#FAFAE8;
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	border-bottom: #343434 solid 10px;
	height: 110px;
}
#header h1 {
	width: 700px;
	height: 110px;
	background: url(css_images/title.jpg) no-repeat;
	text-indent: -5726px;
	margin: 0px;
}
#header a {
	font-weight: normal;
}
#content {
	padding: 10px;
}

#content p {
	text-align: justify;
}
#content h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
#static_image {
	float: right;
	width: 302px;
	margin: 0px 0px 10px 15px;
}
#static_image img {
	border: 1px black solid;
}
#static_image p {
	font-size: .8em;
	font-weight: bold;
	margin: 0px;
}
#content .category_title{
	background-color: #343434;
	color: #FFFFFF;
	padding: 3px;
	margin-right: 317px;
	margin-top: 0;
}
.category_entry {
	display: block;
}
.category_image {
	float: right;
	width: 302px;
	margin: 0px 0px 10px 15px;
}
.category_image img {
	border: 1px black solid;
}
.gallery_thumb {
	width: 300px;
	padding: 10px;
	border: 1px black solid;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
	background-color: #FFFFFF;
}
.gallery_thumb p {
	width: 300px;
}
.gallery_description p {
	margin: 0px 40px 15px 340px;
}
.video_clip {
	width: 322px;
	padding: 0px 0px 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
}

#footer {
	border-top: #343434 solid 10px;
	padding: 10px;
	clear: both;
}
#footer p {
	margin: 3px 0px;
}

ul.menu {
	width: 700px;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	position: relative;
	bottom: 35px;
}
ul.menu li{
	display: inline;
	margin: 0px 20px 5px 0px;
	padding: 0px;
}



                   /* hacks and fixes */

p.clear {
	clear: both;
}



                   /* CV formatting rules */


#cv h1{
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
}
#cv h2{
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}
#cv p {
	margin: 0px 0px 5px 100px;
}
#cv .outdent {
	position: relative;
	left: -100px;
	top: 25px;
	margin-top: -12px;
	font-size: .9em;
	font-style: italic;
}