/* CSS Document | Simon J Morris | Written by Katherine Cory www.katherinecory.com / designsby@katherinecory.com June 2009 */

body {
 background-color: #fff;
 margin: 26px;
 color: #333;
 font: 75% Arial, Helvetica, sans-serif;
 padding: 0;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
}

a { 
 color: #8a8a8a;
 text-decoration: underline;
 background: none;
}

a:hover {
 color: #8a8a8a;
 text-decoration: underline;
 background: none;
}

#mainwrapper {
 margin: 0 auto;
 padding: 0;
 width: 835px;
}

#leftsidebar {
 width: 405px;
 height: 100%;
 float: left;
}

#maincontent {
 width: 100%;
 height: 100%;
 margin-top: 20px;
}

#text { 
 padding-left: 20px;
 float: right; 
 height: 100%;
 width: 405px;
}

/* HEADER ELEMENTS */

#header {
 width: 100%;
 height: 405px;
}

/* LOGO ELEMENTS */

#logo {
 width: 100%;
 height: 75px;
}

#logo a img { border: 0; }
#logo a:hover { background: transparent; text-decoration: none; }

/* NAV ELEMENTS */

#nav {
 width: 100%;
 margin-top: 0px;
 text-align: right;
}

#nav ul {
 margin: 0;
 padding: 0;
}

#nav li {
 list-style: none;
 font-size: 103%;
}

#nav li.active { 
 text-decoration: underline; 
 font-weight: bold; 
}

#nav li.active a { 
 color: #333;
 text-decoration: underline; 
}

#nav a { text-decoration: none; }

/* FOOTER */

#footer {
 color: #8a8a8a;
 font-size: 90%;
 clear: both;
 margin-left: 430px;
}

#footer-gallery {  
 color: #8a8a8a;
 font-size: 90%;
 padding: 300px 0 0 430px; 
}

/* IMAGE GALLERY */

div.content {
	display: none;
	float: right;
}

img { border: 0; }
img a { border: 0; }

ul.thumbs {
	clear: both;
	margin: 20px 0 0 5px;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 0 0 10px;
	list-style: none;
}

#gallery { margin-top: 13px; }