
/* 
CSS by Reid Stott http://reidstott.com/
Revised 01:14 8/31/2008

TOC
	Tags/Reset
	Structure
		Grid Divs & Combos
	Typography
		Paragraphs
		Headings
		Lists
		Links
		Font trimmings
		Images
	Header
	Nav
	Main
	Footer

COLORS
	dark red: #884444;
	link blue: #aabbff;
	logo gold: #aa8955;
	background: #222222;
*/
/* ----------------------------------------------------------------------- */
/* -------------------------- Tags / Reset ------------------------------- */
/* ----------------------------------------------------------------------- */
body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 62.5%;
	line-height: 140%;
	color: #ccc;
	background: #333;
	background-image: url(../gfx/bodyback1.gif);
	background-repeat : repeat; 
	background-position : left top; 
	text-align: center;
        margin: 0;
        padding: 0;
	}
html {
	font-size: 100.01%
        margin: 0;
        padding: 0;
	height: 100%;
	margin-bottom: 1px;
	}
h1, h2, h3, h4, h5, h6, blockquote, ul, ol, dl, dt, dd, pre, form, fieldset, input, textarea, td {
        margin: 0px;
        padding: 0px;
	font-weight: normal; 
	}
li, blockquote {
        margin-left: 15px;
	}
ol, ul { 
	list-style:none; 
} 
p { 
	margin: 0px 0px 1em 0px;
	}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	} 
q:before,q:after { 
	content:''; 
	} 
abbr, acronym, fieldset, img { 
	border: 0; 
	} 
a:link,
a:visited {
	color: #ccc;
	text-decoration: none;
	}
a:hover {
	color: #aa8955;
	text-decoration: underline;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Structure -------------------------------- */
/* ----------------------------------------------------------------------- */
div#accessibility {
	display: none;
	}
#wrap {
	text-align: center;
/*	background-image: url(../gfx/wrapback1.jpg);
	background-repeat : repeat-y; 
	background-position : center top; */
	}
#container {
	width: 960px;
	margin: 0 auto;
/*	background-image: url(../gfx/mainback1.jpg);
	background-repeat : repeat-y; 
	background-position : center top; */
	}
div.hr {
	clear: both;
	}
div.hr hr {
	display: none;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
* html .clearfix { height: 1%; }
/* End hide from IE-mac */
/* |||||||||||||||||||||||||||||||||| */
/*            GRID DIVS               */
/* |||||||||||||||||||||||||||||||||| */
/* Set common styles - all grid divs must be assigned this class */
.generic {
	float: left;
	padding-top: 1em;
	margin-bottom: 1.5em;
}
/* this class must be given to a grid div that is the first in a horizontal series */
.break, .clear {
	clear: both;
}
/* this class must be given to a grid div that is the last in a horizontal series */
.end {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.grid260 {
	width: 260px;
	margin-right: 20px;
}
.grid300 {
	width: 300px;
	margin-right: 20px;
}
.grid340 {
	width: 340px;
	margin-right: 19px;
}
.grid380 {
	width: 380px;
	margin-right: 20px;
}
.grid440, .onehalf {
	width: 440px;
	margin-right: 20px;
}

/* ----------------------------------------------------------------------- */
/* ------------------------ Typography Base ------------------------------ */
/* ----------------------------------------------------------------------- */
/*|||||||||||| PARAGRAPHS ||||||||||||| */
.generic p {
	font-size: 1.3em;
	line-height: 150%;
	margin-bottom: 1.5em;
	text-align: left;
}
/* Assign this class to the first paragraph in an article */
p.intro:first-line {
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter {
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/* |||||||||||||HEADINGS ||||||||||||||| */
h1, h2, h3, h4, h5, h6 {
	font-family:  "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	}
h1 {
	color: #ccc;
	font-size: 3.2em;
	margin-bottom: 0.6em;
	font-style:italic;
	line-height: 1.2em;
}
h2 {
	color: #ccc;
	font-size: 2.2em;
	font-weight: 900;
	margin-bottom: 0.9em;
	line-height: 0.9em;
}
h3 {
	color: #ccc;
	font-size: 1.9em;
	margin-bottom: 1.2em;
	line-height: 1.2em;
	font-variant: small-caps;
}
h4 {
	color: #ccc;
	font-size: 1.6em;
	font-weight: 900;
	margin-bottom: 1.5em;
}
h5 {
	color: #ccc;
	font-size: 1.2em;
	margin-bottom: 1.8em;
	line-height: 1.8em;
	font-variant: small-caps;
}
h6 {
	color: #ccc;
	font-size: 1.1em;
	margin-bottom: 1.8em;
	line-height: 1.8em;
}
/* ||||||||||||||| LINKS |||||||||||||| */
p a {
	color: #ccc;
}
p a:hover {
	text-decoration:none;
}
h1 a {
	color: #ccc;
}
h1 a:hover {
	text-decoration:none;
}
li a {
	color: #ccc;
}
li a:hover {
	text-decoration:none;
}
/* |||||||||||||||| LISTS |||||||||||||||| */
ul{
	margin-bottom: 1.5em;
	list-style: square inside;
}
ul li{
	font-size: 1.3em;
	line-height: 150%;
	text-align: left;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant: small-caps;
	list-style: none;
	color: #ccc;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 3em;
}
li > ul li, li > ol li {
	font-size: 1em;
}
ol{
	margin-bottom: 1.5em;
	list-style: decimal inside;
}
ol li{
	font-size: 1.3em;
	line-height: 150%;
	text-align: left;
}
/* |||||||||||||| FONT TRIMMINGS ||||||||||| */
blockquote p {
	font-size: 1.3em!important;
	line-height: 1.5em!important;
	margin-bottom: 1.5em!important;
	font-style: italic;
	font-weight: bold;
}
blockquote p cite {
	font-style: normal;
}
.generic strong.caps {
	font-variant:small-caps;
}
.generic em {
	font-style: italic;
	font-weight: inherit;
}
.amp { 
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal;
	line-height: inherit;
}
abbr {
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor: help;
}
.clear{
	clear: both;
}
.floatright { 
	float:right;
	margin-left: 2em;
	margin-right: 0;
}
.floatleft {
	float: left;
	margin-right: 2em;
	margin-left: 0;
}
/* ||||||||||||||| IMAGES ||||||||||||||||||||| */
img {
	font-size: 1em;
}
img.imgleft { 
	font-size: 1em;
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 1.8em;
	margin-right: 2em;
	margin-top: 0.3em;
}
img.imgright { 
	font-size: 1em;
	float: right;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 1.8em;
	margin-left: 2em;
	margin-top: 0.3em;
}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Header ----------------------------------- */
/* ----------------------------------------------------------------------- */
#header {
	height: 95px;
	margin: 0 auto;
	text-align: center;
	background: #222;
	background-image: url(../gfx/headback3.jpg);
	background-repeat: repeat-x;
	background-position : left top; 
	}
#fixed-head {
	width: 960px;
	height: 95px;
	margin: 0 auto;
	text-align: left;
/*	background-image: url(../gfx/innerheadback1.jpg);
	background-repeat: no-repeat;
	background-position : left top; */
	}
#header h1, #header h2 {
	display: none;
	}
a#headlink:link,
a#headlink:visited {
	display: block;
	width: 150px;
	height: 79px;
	float: left;
	border: 0 none;
	text-indent: -10000px;
	margin: 0px 15px 0px 128px;
	background-image: url(../gfx/headlogo1c.jpg);
	background-repeat: no-repeat;
	background-position : left top;
	}
a#headlink:hover {
	background-image: url(../gfx/headlogo1c.jpg);
	background-repeat: no-repeat;
	background-position : left bottom;
	}

/* ----------------------------------------------------------------------- */
/* ---------------------------- Nav -------------------------------------- */
/* ----------------------------------------------------------------------- */
ul.nav {
	margin: 0;
	}
ul.nav li {
	float: left;
	list-style-type: none;
	padding: 0px 18px 0px 0px;
	margin: 0;
	}
ul.nav li a {
	line-height: 68px;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	}
ul.nav li#homelink a {
	line-height: 70px;
	font-weight: 900;
	color: #884444;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	text-shadow: 2px 2px 3px #000;
	}
ul.nav li#homelink a:hover {
	color: #aa8955;
	}
/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; 	z-index: 10; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; }
ul.dropdown a:hover		            {  }
ul.dropdown a:active                {  }
ul.dropdown li a                    { display: block; padding: 4px 8px; }
ul.dropdown li:last-child a         { } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }
ul.dropdown li.hover a              {}
/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 110px; visibility: hidden; position: absolute; top: 65%; left: -30px; z-index: 10;}
ul.dropdown ul li 					{ font-weight: normal; font-size: 0.9em; background: #222; color: #eee; 
									  float: none;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444; }
ul.dropdown ul li:last-child {
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	 } 
						  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block;  line-height: 20px; 
	}
ul.dropdown ul li a:hover {
	cursor: hand;
		}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Main ------------------------------------- */
/* ----------------------------------------------------------------------- */
#main {
	}
#main h3.title {
	margin: 0px 0px 0.25em 0px;
	letter-spacing: 0.1em;
	}
.bigimg {
	width: 701px;
	height: 537px;
	margin: 0 auto;
	z-index: 1000;
	}
.bigimg img {
	margin: 5px auto;
	background: #000;
	background-image: url(../gfx/imgback1.jpg);
	background-repeat: repeat-x;
	background-position : left top; 
	padding: 20px; 
	border: 5px solid #393939; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#imgholder {
	float: left;
	width: auto;
	}
/* --------------------- Enlargement Pages --------------------- */
.enl {
	width: 780px;
	margin: 0 auto;
	}
.enl img {
	margin: 15px 3px 15px 3px;
	background: #000;
	background-image: url(../gfx/imgback1.jpg);
	background-repeat: repeat-x;
	background-position : left top; 
	padding: 20px; 
	border: 5px solid #393939; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.enl #prevlink {
	width: 35px;
	float: right;
	text-align: center;
	z-index: 15;
	margin-top: 250px;
	}
.enl #nextlink {
	width: 35px;
	float: left;
	text-align: center;
	z-index: 15;
	margin-top: 250px;
	}
.enl #nextlink img.shim {
	border: 0 none;
	width: 35px;
	height: 50px;
	}
#prevlink a:link,
#prevlink a:visited,
#nextlink a:link,
#nextlink a:visited {
	color: #444;
	font-size: 5em;
	line-height: 110%;
	font-weight: 400;
	}
#prevlink a:hover,
#nextlink a:hover {
	color: #777;
	text-decoration: none;
	}
.thumbs {
	clear: both;
	}
.thumbs img {
	border: 1px solid #555;
	margin: 1px;
	}
/* ---------------------- Page navigation -------------------------------- */
#main .prevnext {
	width: auto;
	font-size: 1.5em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	word-spacing: 0.1em;
	color: #777777;
	margin: 0px auto 8px auto;
	}
#main .prevnext a:link,
#main .prevnext a:visited {
	color: #ccc;
	}
#main .prevnext ul.rsx-page-num-list {
	display: inline;
	list-style: none;
	}
#main .prevnext ul.rsx-page-num-list li {
	display: inline;
	font-size: 1.0em;
	margin: 0;
	}
#main .prevnext ul.rsx-page-num-list li a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 0.25em 0.5em 0.25em 0.5em;
	background: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#main .prevnext a.nextcat:link,
#main .prevnext a.nextcat:visited,
#main .prevnext a.prevcat:link,
#main .prevnext a.prevcat:visited {
	color: #444;
	font-size: 1.6em;
	font-weight: 400;
	}
#main .prevnext a.nextcat:hover,
#main .prevnext a.prevcat:hover {
	text-decoration: none;
	color: #777;
	}
body.things1 #main .prevnext ul.rsx-page-num-list li a.things1,
body.things2 #main .prevnext ul.rsx-page-num-list li a.things2,
body.things3 #main .prevnext ul.rsx-page-num-list li a.things3,
body.personal1 #main .prevnext ul.rsx-page-num-list li a.personal1,
body.personal2 #main .prevnext ul.rsx-page-num-list li a.personal2,
body.personal3 #main .prevnext ul.rsx-page-num-list li a.personal3,
body.people1 #main .prevnext ul.rsx-page-num-list li a.people1,
body.people2 #main .prevnext ul.rsx-page-num-list li a.people2,
body.food1 #main .prevnext ul.rsx-page-num-list li a.food1,
body.food2 #main .prevnext ul.rsx-page-num-list li a.food2,
body.food3 #main .prevnext ul.rsx-page-num-list li a.food3,
body.food4 #main .prevnext ul.rsx-page-num-list li a.food4,
body.food5 #main .prevnext ul.rsx-page-num-list li a.food5 {
	padding: 0.25em 0.5em 0.25em 0.5em;
	background: #555;
	color: #f9f9f9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
/* ---------------------- Section Home thumbs ---------------------------- */
div.allthumbs {
	}
body#archives .allthumbs {
	margin: 0 auto;
	width: 730px;
	text-align: center;
	}
div.allthumbs a.thumblink {
	}
div.allthumbs a.thumblink:link img,
div.allthumbs a.thumblink:visited img {
	border: 1px solid #555;
	margin: 1px;
	}
div.allthumbs a.thumblink:hover img {
	border: 1px solid #fff;
	}
/* ----------------------- Portfolio Page -------------------------------- */
body#port {
	}
body#port #portwrap {
	margin: 0px 0px 0px 100px;
	}
body#contact #portwrap {
	margin: 0px 0px 0px 70px;
	}
body#contact #main .section,
body#port #main .section {
	float: left;
	text-align: center;
	width: 180px;
	background-image: url(../gfx/imgback1.jpg);
	background-repeat: repeat-x;
	background-position : left top; 
	border: 5px solid #393939; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 20px 20px 0px;
	padding-bottom: 10px;
	}
#main .section h3 {
	margin: 0.25em 0px 0.25em 0px;
	}
#main .section img {
	border: 1px solid #555;
	margin: 1px;
	}
/* ------------------------- About Page ---------------------------------- */
body#about {
	}
body#about #main {
	text-align: center;
	}
body#about .text {
	width: 680px;
	margin: 15px auto;
	background: #000;
	background-image: url(../gfx/imgback1.jpg);
	background-repeat: repeat-x;
	background-position : left top; 
	border: 5px solid #393939; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
body#about .text .margins {
	margin: 0px 55px 20px 60px
	}
body#about .text .margins h4 {
	margin-bottom: 0.25em;
	font-size: 1.8em;
	}
body#about .text .margins ul,
body#about .text .margins li {
	text-align: center;
	list-style-type: none;
	}
body#about .text .margins p:first-letter {
	float:left;
	font-size:2em;
	margin-top:-0.1em;
	margin-right:0.1em;
	margin-bottom:-0.25em;
}
/* ------------------------- Contact Page -------------------------------- */
body#contact {
	}
body#contact #main {
	text-align: center;
	}
body#contact .text {
	width: 620px;
	margin: 15px auto;
	background: #000;
	background-image: url(../gfx/imgback1.jpg);
	background-repeat: repeat-x;
	background-position : left top; 
	border: 5px solid #393939; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
body#contact .text .margins {
	margin: 0px 45px 20px 50px
	}
body#contact .text .margins p {
	float: left;
	width: 240px;
	margin: 0px 20px 0px 0px;
	line-height: 150%;
	}
body#contact .text .margins p a:link,
body#contact .text .margins p a:visited {
	color: #ccccff;
	border-bottom: 1px dotted #ccc;
	}
body#contact .text .margins p a:hover {
	color: #aa8955;
	border-bottom: 1px dotted #aa8955;
	}
body#contact .text .margins p.error-msg {
	width: auto;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Footer ----------------------------------- */
/* ----------------------------------------------------------------------- */
#footer {
	clear: both;
	height: 100px;
	margin: 0 auto;
	text-align: center;
/*	background: #333;
	background-image: url(../gfx/footback2.jpg);
	background-repeat: repeat-x;
	background-position : left top; */
	}
#fixed-foot {
	clear: both;
	width: 960px;
	height: 100px;
	margin: 0 auto;
/*	background-image: url(../gfx/innerfootback1.jpg);
	background-repeat: no-repeat;
	background-position : left top; */
	}
#footer h6 {
	margin: 30px auto 20px auto;
	width: 200px;
	background: #111;
	line-height: 120%;
	font-size: 11px;
	border: 2px solid #000;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	color: #444;
	}