@charset "UTF-8";
/*  reset css */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
     font-family: "Vollkorn";
     src: url("vollkorn.otf");
   }


body{
    font-family:  Vollkorn, serif;
	font-size: 80%;
	line-height: 1.3em;
	word-spacing: .2em;
}

/* splashpage styles*/

body .splashpage {
	background: #FFF;
	text-align: center; /* this centers the container in IE 5* browsers. */
}
.splashpage #container {
	width: 100%;
	margin: 100px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}


/* general page layout */

#wrapper {
	text-align: left;
	margin: 0px;
	padding: 0 0 0 20px;
	border:0;
	width: 1100px;
}


#side-a {
	float: left;
	width: 150px;
	margin-top: 50px;
	padding-left: 30px;
	padding-right: 10px;
}

#submenu {
	width: 105px;
	padding-left: 5px;
	margin-top: 20px;
}

#submenu li {
	display: block;
	padding: 2px 0;
	margin: 0em;
	border: 0px solid #999;
}

#subsubmenu {
	padding-left: 50px;
	
}

#subsubmenu li {
	margin-bottom: 10px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 900px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#contentarea {
	margin-top: 50px;	
}

#textcontentarea {
	margin-top: 90px;
}

.gcode {
	padding-top: 70px;
}

#randomphoto {
	margin-top: 50px;
	text-align: center;
	width: 850px;
	
}

#footer {
	clear:both;
    height:0;
}

/* main navigation */

#navbar {
	padding: 0;
	margin: 90px 0 0 0;
	text-align:left;
	width: 860px;
}

#navbar ul {
     margin-left: 0;
     padding-left: 0;
     display: inline;
/*     text-transform:uppercase; */
} 
		
#navbar ul li {
	margin-left: 0;
	padding:0 45px 0 0;
	list-style: none;
	display: inline;
}

		
#navbar ul li#last {
     margin-left: 0;
     border-left: none;
	 padding:0;
     list-style: none;
     display: inline;
}
			
#navbar ul li.here a {
     font-weight:bold;
     color:#000000;
}


/* links */

a {
	color: #000000;
	text-decoration: none;

}

a:hover {
color:#3399ff;
opacity:0.5;
filter:alpha(opacity=50);
}

a:visited {
color:#000000;
}

a img {
	border: 0px;
}


p {
	margin-bottom: 10px;
}


/*slideshow */ 



.slides {
	width: 845px;
	text-align: center;
padding-top: 1em;
line-height: 2em;
}

.slides img {
	margin-bottom: 10px;	
	
}

.captionarea {
	text-align: left;
}

/* clothing slideshow */ 

.cslides {
 width:845px;
 text-align:left;
 padding-top: 1em;
padding-left: 70px;
line-height: 2em;
}

.cslides img {
	margin-bottom: 10px;	
	
}

.ccaptionarea {
	text-align: left;
}
