/*::::::::::Meyer reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/::::::::::*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**/

/*::::::::::layout::::::::::*/

body {
	text-align: center;
	font: normal 100.01%/1.4 georgia, "times new roman", serif;
	color: #444;
	background: #222 url(images/body_bg.jpg);
	background-attachment: fixed;
}

#container {
	margin: 45px auto;
	width: 510px;
	background: #f7f7f7;
	text-align: left;
	font-size: 90%;
}

div#header {
	padding: 0 30px;
	width: 450px;
	height: 184px;
	text-indent: -9999px;
	background: url(images/h1.jpg) 30px 30px no-repeat;
}

div#navigation {
	padding: 30px 0;
	margin: 0 30px;
	border-bottom: 1px solid #e5e5e5;
}

div#main {
	padding: 30px 0 20px 0;
	margin: 0 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	overflow: auto;
}

div#footer {
	padding: 30px 0;
	margin: 0 30px;
	border-top: 1px solid #fff;
	overflow: auto;
}

div.content {
	float: left;
}

	div#bio {
		float: left;
		width: 106px;
		margin-top: 3px;
	}
	
	div#intro {
		float: right;
		width: 329px;
		margin-left: 15px;
	}
	
	div#gallery {
		margin: 0 0 10px 0;
	}
	
		div.gallery_box {
			float: left;
			width: 200px;
			margin-right: 15px;
			margin-bottom: 15px;
		}

.none {/*hide by pageload*/
	display:none;
}

/**/

/*::::::::::navigation::::::::::*/

div#navigation {
	font-family: helvetica, arial, verdana, sans-serif;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-size: 90%;
}

	#navigation ul {
		list-style-type: none;
	}
	
		#navigation ul li {
			display: inline;
		}
		
		#navigation a {
			font-weight: normal;
			padding: 5px 10px;
			margin-right: 10px;
			text-decoration: none;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		
		#navigation a:link, #navigation a:visited {
			color: #fafafa;
			background: #91b41d;
		}
		
		#navigation a:hover, #navigation a:active {
			color: #fff;
			background: #526610;
		}
		
		#navigation a.active:link, #navigation a.active:visited {
			color: #fff;
			background: #678014;
		}

/**/

/*::::::::::typo::::::::::*/

h1, h2, h3, h4 {
	font-family: helvetica, arial, verdana, sans-serif;
	margin-bottom: 10px;
	line-height: 1;
}

h1 {
	margin-bottom: 0;
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	color: #222;
}

h3 {
	font-size: 120%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

.gallery_box p {
	font-size: 85%;
	font-weight: bold;
}

#footer p {
	margin-bottom: 0;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;
}

/**/

/*::::::::::links::::::::::*/

a {
	font-weight: bold;	
}

a:link, a:visited {
	color: #72820c;
}



a:hover, a:active {
	color: #222;
}

#footer a {
	margin-right: 10px;
}

/**/

/*::::::::::images::::::::::*/

#bio img {
	margin-bottom: 10px;
	border: 5px solid #ddd;	
}

#gallery img {
	border: 5px solid #ddd;
}
#gallery img:hover {
	border: 5px solid #555;
}

/**/

/*::::::::::misc::::::::::*/

.content ul {
list-style-type: disc;
margin: 10px 0 10px 15px;
}

dl {
	margin-bottom: 10px;
}

dt {
	font-weight: bold;
	font-style: italic;
}

dd {
	margin: 10px 0 10px 15px;
}

address {
	margin: 10px 0;
}

#content form{
	padding: 15px;
	margin: 15px 0 10px 0;
	background: #f3f3f3 url(backgrounds/white_line.jpg) repeat-x;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}

form p {
	margin: 0;	
}

label {
	display: block;
	font-weight: bold;
	color: #777;
}

input, select, textarea {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #ddd;
}

textarea {
	margin: 0 0 10px 0;	
}

input:hover, textarea:hover {
	background: #e5e5e5;
}

input:focus, textarea:focus {
	border: 1px solid #222;
	background: #222;
	color: #fafafa;
}

option {
	margin-right: 7px;
}

input.button {
	background: #777;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 3px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

input.button:hover {
	background: #111;
}

/**/