/* @override 
	http://www.andrewreitsma.com/index.php?css=includes/cssStyles.v.1221446220
	http://www.andrewreitsma.com/index.php?css=includes/cssStyles.v.1221280989
	http://www.andrewreitsma.com/index.php?css=includes/cssStyles.v.1221475452
*/

/* @group Global */

body, body#interior {
	font: 100%/1.125em "Trebuchet MS", Verdana, "Arial Narrow", sans-serif;
	background: #c9c9c9 url(/images/assets/wood_back.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-transform: none; /* 16×1.125=18 */
}
#home #container, #interior #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#home #mainContent, #interior #mainContent {
	border-left: 10px solid #dadada;
	border-right: 10px solid #dadada;
	background-color: #c9c9c9;
	float: left;
	clear: both;
}

#home #mainContent {
	height: 1100px;

}



p {
	font-size:0.8em;
	margin-bottom: 15px;
	color: gray;
}

h1 {
	font-size: 2.5em;
	color: #fff;
    font-style: normal;
	font-weight: normal;
	margin: 0;
}

h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	color: #ff9900;
	letter-spacing: 1px;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

h5 {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: .75em;
	color: #bfbfbf;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
     color: #537419;
}

p.fine_print {
	font-size:0.65em;
	margin-top: 0;
}


a:hover {
	color: #ff9900;
}

#home #mainContent #subcontainer {
	border-bottom: 7px solid #e2e2e2;
	border-top: 7px solid #e2e2e2;

	height: 740px;
	width: 840px;
	float: left;
}

/* @end */

/* @group Home */

ul#title_bar {
	margin: 489px 0 0;
	padding: 0 0 0 20px;
	display: block;
	float: left;
	text-transform: lowercase;
}

ul#title_bar li {
	list-style-type: none;
	float: left;
}


ul#title_bar li#main_title {
	padding: 0;
	color: #fff;
	font-size: 2em;
	line-height: 1em;
	position: relative;
	top: 4px;
}

ul#title_bar li#site_title {
	color: #fff;
	font-size: 1em;
}

ul#title_bar li#site_title em{
	color: #ff9900;
	font-weight: normal;
	font-style: normal;
}

body#home ul#title_bar li#site_title {
	color: #ff9900;
}




/* @end */

/* @group Main Nav */

ul#nav_main {
	/*float: left;*/
	background-color: #fff;
	width: 840px;
	padding: 0;
	margin: 0;
	clear: both;
	border-bottom: 6px solid #dadada;
	display: block;
	height: 40px;
	text-transform: lowercase;
}

body#home ul#nav_main {
	border-bottom: 6px solid #dadada;
}

ul#nav_main li {
	list-style-type: none;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: .6875em;
	margin-left: 20px;
}

ul#nav_main li a {
	color: #537419;
}

ul#nav_main li a:hover {
	color: #ff9900;
}


ul#nav_main li#more_info {
	float: right;
}

ul#nav_main li#more_info p {
	font-size: 1em;
	margin: 0;
	float: left;
	padding-left: 20px;
}

/* @end */

/* @group Interior */

/* @group Header */

#interior div#container #header { 
	padding: 0;
	border-left: 10px solid #dadada;
	border-right: 10px solid #dadada;
	float: left;
	display: block;
	width: 840px;
}



#interior div#container #header ul#title_bar {
	margin-top: 120px;
}

#interior.detail div#container #header ul#title_bar {
	margin-top: 20px;
}



/* @end */

/* @group Info Pages */

#maincontent_box {
	margin-left: 90px;
	background-color: #fff;
	padding: 10px;
	border: 6px solid #e2e2e2;
	width: 630px;
	margin-top: 10px;
}

#maincontent_box p {
	color: gray;
	font-size: .75em;
}

/* @end */

/* @group Archive */

#archive_images h3 span.date {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: .75em;
	color: #bfbfbf;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* @group Archive Nav */

#interior #mainContent #archive_nav_box {
	width: 170px;
	float: left;
	margin-top: 40px;
	/*border-right: 1px solid #bbb;*/
}

#interior #mainContent #archive_nav_box h4 {
	padding-left: 30px;
	margin-top: 0;
	color: #c9c9c9;
}

#interior #mainContent ul#archive_nav li {
	list-style-type: none;
	font-size: .6875em;
	margin-bottom: 10px;
}

#interior #mainContent ul#archive_nav li a {
	color: #537419;
}

#interior #mainContent ul#archive_nav li a:hover {
	color: #ff9900;
}




/* @end */

#interior #mainContent #archive_thumbs {
	float: right;
	width: 640px;
}

#interior #mainContent #archive_thumbs h3{
	text-indent: 60px;
	margin-top: 30px;
}

#interior #mainContent #archive_thumbs p#gallery_desc {
	color: #b2b2b2;
	font-size: .75em;
	width: 500px;
	margin: 5px 0 10px 60px;
	float: none;
}

#interior #mainContent #archive_thumbs table.thumbs {
	margin-left: 60px;
}

/* @end */

/* @group Detail */




ul#detail {
	float: left;
	clear: both;
	display: block;
	padding: 0;
	width: 840px;
	margin: 0;
}

ul#detail li {
	list-style-type: none;
	text-align: center;
	color: #a8a8a8;
	text-transform: none;
}

ul#detail li#image {
	/*border-top: 1px solid #cbcbcb;*/
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 10px;
}

ul#detail li img {
	background-color: #fff;
	border: 6px solid #e2e2e2;
	padding: 20px 20px 25px;
}

ul#detail p#image_title {
	text-align: right;
	font-size: .775em;
	border-top: 1px solid #cbcbcb;
	margin: 20px 0 0;
}

ul#detail p#image_caption {
	text-align: right;
	margin-left: 25px;
	font-size: .70em;
	margin-right: 25px;
}



/* @end */

/* @group Global */

#interior div#container #header h1 {
	float: none;
}

#interior #mainContent { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #eaeaea;
}

#interior #mainContent #midbar {
	height: 10px;
	background-color: #f2f2f2;
	clear: both;
}



#interior h3{
	text-indent: 90px;
	margin-top: 30px;
}

#interior #mainContent p#gallery_desc {
	color: #b2b2b2;
	/*border-bottom: 1px dotted #bdbdbd;*/
	font-size: .75em;
	float: none;
	width: 670px;
	margin: 5px 0 10px 90px;
	text-transform: none;
}



/* @end */

/* @group Pagination */

table#pagination {
	margin: 20px 0 0 20px;
}

table#pagination td{
	width: 266px;
}

table#pagination td#next_page {
	text-align: right;
}

table#pagination td#thumb_page {
	text-align: center;
}

table#pagination td a {
	font-size: .7em;
	color: #b2b2b2;
	padding: 3px 7px;
	text-transform: uppercase;
}

table#pagination td a:hover {
	color: #f69829;

}



/*ul#pagination {
	margin: 20px 0 0;
	padding: 0 80px;
	clear: both;
	display: block;
	line-height: 1px;
}

ul#pagination li {
	float: left;
	list-style-type: none;
	display: block;
	text-align: center;
	font-size: .75em;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
}

ul
#pagination li#prev_page {
	text-align: left;
	background-repeat: no-repeat;
	left: 30px;
}

ul#pagination li#thumb_page {
	display: block;
	position: relative;
	left: 375px;
}



ul#pagination li#next_page {
	position: relative;
	left: 680px;
}


ul#pagination li a{
	color: #9c9c9c;
	padding: 3px 7px;
	border: 1px solid #bdbdbd;
}

ul#pagination li a:hover {
	color: #f69829;
	border: 1px solid #f69829;

}*/



/* @end */

/* @group Mid Bar */

#interior #mainContent div#midbar {
	height: 10px;
}

/* @end */

/* @group Thumbs */

#interior #mainContent table.thumbs {
	margin-left: 90px;
	background-color: #fff;
	padding: 0;
	border: 6px solid #e2e2e2;
}
#interior #mainContent table.thumbs tr {
	margin: 0;
	padding: 0;
}

#interior div#container #mainContent table.thumbs tbody {
	margin: 0;
	padding: 0;
}

#interior div#container #mainContent table.thumbs tr td {
	background-color: #f3f3f3;
	text-align: center;
	height: 100px;
	width: 150px;
	vertical-align: top;
	margin: 0 5px;
	/*border-top: 6px solid #fff;*/
	border-bottom: 20px solid #fff;

}

#interior #mainContent table.thumbs td p {
	font-size: .65em;
	text-align: left;
	display: block;
	background-color: #fff;
	margin: 0;
	color: #cdcdcd;
	line-height: 1.2em;
	height: 35px;
}

#interior #mainContent table.thumbs td img {
	background-color: #fff;
}

/* @end */


/* @end */

/* @group Footer */

#interior #footer { /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #eaeaea;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	border-left: 10px solid #dadada;
	border-right: 10px solid #dadada;
	/*border-bottom: 10px solid #e0e0e0;*/
	width: 840px;
	clear: both;
}
#interior #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 80px 0 40px;
	font-size: .70em;
	color: #bfbfbf;
	text-transform: none;
}



/* @end */

/* @group Gallery */

div.entry_comment_form {
	width: 515px;
	clear: both;
}

div#text.column {
	float: right;
	clear: right;
	width: 180px;
	/*border-bottom: 6px solid #dadada;
	border-left: 6px solid #dadada;
	background-color: #e1e1e1;*/
	padding: 0px 20px 20px;
	background: url(/images/assets/gradient.jpg) no-repeat -42px 0;
	border-left: 1px solid #dadada;
	position: relative;
}

div#text.column p {
	color: gray;
	font-size: .75em;
}

div#text.column p.fine_print {
	font-size: .65em;
	line-height: 1.2em;
	border-top: 1px solid #dadada;
	margin-top: 20px;
	padding-top: 5px;
	color: #a8a8a8;
}

div#text h3, div#archive_images h3 {
	text-indent: 0;
	margin-bottom: 15px;
	text-transform: none;
	margin-top: 0;
	padding-top: 11px;
	border-top: 1px solid #d4d4d4;
}

h6.total_comments {
	margin-top: 24px;
	margin-bottom: 0;
	text-align: right;
}




div#images.column {
	float: left;
	width: 577px;
	clear: left;
	position: relative;
	padding-left: 30px;
	padding-top: 40px;
}

hr {
	color: #c9c9c9;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 3px ;
	border-color: #e2e2e2;
	border-style: solid;
}



ul#fl_photos {
	padding: 0;
	float: left;
	/*overflow: auto;
	height: 550px;*/
	width: 555px;
	clear: left;
	margin: 0 auto;
}

div#extras {
	clear: both;
	float: left;
	display: block;
	margin-top: 75px;
	width: 760px;
	margin-right: 40px;
	margin-left: 40px;
	border-top: 4px dotted #dadada;
}

ul#fl_photos li {
	list-style-type: none;
	float: left;
	/*width: 561px;*/
	margin: 0 auto 175px;
	text-align: center;
	clear: both;
	width: 555px;

}

ul#fl_photos li img{
	background-color: #fff;
	border: 6px solid #e2e2e2;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

div#container ul#fl_photos li p.fl_photo_title {
	color: gray;
	margin-top: 5px;
	font-size: .8em;
	margin-bottom: 0;

}

div#container ul#fl_photos li p.fl_photo_title span.fl_owner {
	font-size: .8em;
}

ul#fl_photos li a img {
	text-align: center;
	border: 6px solid #e2e2e2;
}

ul#fl_photos li a img:hover {
	border: 6px solid #c6c6c6;
}


div#images.column div.comment_entry {
	width: 535px;
}

div#images.column ul.cat_perm {
	width: 555px;
}

div#images.column li.com_date {
	width: 525px;
}

/* @end */

/* @group Blog */

#left embed {
	/*margin: 25px auto;
	clear: both;
	float: left;
	width: 580px;*/
}

/*p {
	margin-bottom: 15px;
	color: gray;
}*/

div.entry p.readmore {
	text-align: right;
	width: 560px;
}
div.entry p.readmore a {
	font-size: .9em;
	text-transform: lowercase;
}

ul.cat_perm {
	width: 515px;
	margin: 0;
	padding: 6px 0 24px;
	list-style-type: none;
	font-size: .70em;
	clear: both;
	display: block;
	float: left;
	border-top: 1px solid #dadada;
	color: gray;
	border-bottom: 8px double #dadada;
}

ul.cat_perm li.category strong {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #bfbfbf;
}

ul.cat_perm li {
	float: left;
}

ul.cat_perm li.permalink {
	float: right;
	text-transform: lowercase;
}

div#right.blog_column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: .75em;
}

div#right.blog_column ul li ul li a{
	font-size: 1.3em;
	margin-left: 10px;
}

div#right.blog_column li ul li {
}

table.calendarBG {
	font-size: .75em;
	color: #bfbfbf;
	/*border: 1px solid #d4d4d4;*/
	margin-top: 12px;
	margin-bottom: 12px;
	padding-right: 4px;
	padding-left: 4px;
}

td.calendarCell {
	padding: 3px 6px;
}

th.calendarHeader {
	font-weight: normal;
	text-align: center;
	font-size: 1em;
	font-style: normal;
}

div#left.blog_column {
	float: left;
	width: 552px;
	padding-left: 40px;
	padding-right: 20px;
	clear: left;
	padding-top: 10px;
}

div.photo_embed {
	text-align: center;
	display: block;
}

#left div.entry {
	width: 515px;
	clear: both;
	float: left;
	margin-bottom: 52px;
}

#left div.entry_head h5.date {
	margin-bottom: 5px;
	margin-top: 10px;
}

#left div.entry div.entry_head {
	clear: both;
	margin-bottom: 15px;
}

h5.subtitle {
	text-transform: none;
	margin-top: 5px;
	font-size: 1.0em;
	color: #a2b57f;
}

h5.pagecount {
	clear: both;
}

#left div.entry_head h3.title {
	margin: 0;
	text-indent: 0;
	font-weight: bold;
	border-top: 2px dotted #ccccce;
	padding-top: 10px;
}


div.entry embed {
	padding: 5px;
	background-color: #fff;
	display: block;
}

div.entry img {
	border: 5px solid #fff;
}

div#right.blog_column {
	float: right;
	width: 200px;
	padding-left: 21px;
	/*border-bottom: 6px solid #dadada;
	border-left: 6px solid #dadada;*/
	background: url(/images/assets/bracket2.jpg) no-repeat -42px 0;
	padding-right: 6px;
	border-left: 1px solid #dadada;
	clear: right;
}

#left div.entry_head h6.total_comments a {
	float: right;
}



#right p.members {
	font-size: .8em;
}



div#right.blog_column h5 {
	margin-top: 33px;
}

div#right.blog_column h5#member_sidetitle.sidetitle {
	margin-top: 54px;
}

div.comment_entry {
	clear: both;
	float: left;
	margin-bottom: 25px;
	padding: 10px;
	background: url(/images/assets/gradient.jpg) repeat-x 0 -52px;
	width: 496px;
}

#left div.entry_comment_form h5.subtitle {
	clear: both;
}

ul.comment_post {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

li.com_date {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: .75em;
	color: #bfbfbf;
	width: 423px;
}

li.avatar_icon {
	float: left;
	margin-right: 11px;
}

li.com_author {
	float: left;
	color: #a2b57f;
	font-size: .8em;
}

div.comment_entry p {
	float: left;
}

div.comment_entry ul.comment_post li.avatar_icon img {
	border: 3px solid #fff;
}


/* @end */

/* @group New Archive */

div#archive_nav.column {
	width: 180px;
	float: left;
	background: url(/images/assets/gradient.jpg) no-repeat -42px 0;
	clear: left;
}

div#archive_nav.column h5 {
	text-align: center;
	margin-top: 0;
}

div#archive_images.column {
	width: 610px;
	float: right;
	padding-left: 30px;
	border-left: 1px solid #dadada;
	padding-top: 13px;
	margin-right: 0;
	clear: right;
	padding-right: 19px;
}


div#archive_images.column p {
	color: #b2b2b2;
	font-size: .75em;
}

div#archive_images.column h3 {
	text-indent: 0;
	margin-bottom: 15px;
	text-transform: none;
}

div#archive_images.column div#extras {
	width: 543px;
}


/* @end */

p.feedburnerFlareBlock {
	clear: both;
	font-size: .7em;
	margin-top: 0;
	display: block;
}