/* CSS Document for Benson Blake Photography */

body,p,tr,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;}
body {
	color: #000000;
	padding: 3px 0px;
	background-color: #E3DDCA;
	background-image: url(/images/bg_stripes_tan.png);
	/* background-image: url(/images/bg_gradient_tan.gif); */
	background-attachment: fixed;
	margin: 5px;
	topmargin: 0;}
p {
	margin-top: 0;}
/* ul {
	list-style-image: url(/images/arrow_maroon.gif);} */

/*  Form styles
input {
	background-color: #F0F3EC;
	border: #999999 1px solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal}
textarea {
	background-color: #F0F3EC;
	border: #999999 1px solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal}
*/

img.left {
	float:left; /* the float property places image on left side */
	margin:5px 12px; /* top and bottom margins are 5px, left and right 12px; */
	margin-left:5px; /* overrules the left-margin declaration of 30px so there is more white space between the image and the text */}
img.right {
	float:right; /* the float property places image on right side */
	margin:5px 12px; /* top and bottom margins are 5px, left and right 12px; */
	margin-right:5px; /* overrules the right-margin declaration of 30px so there is more white space between the image and the text */}
a:link {
	color: #b25b02;
	text-decoration: underline;}
a:visited {
	color: #b25b02;}
a:hover {
	color: #006600;
	text-decoration: none;}
a:active {
	text-decoration: underline;
	color: #FFFFFF;}
.imagefloat {
	margin:0 0 10px 10px;}
h1 {
	font-size: 15pt;
	color: #994D00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #003300;
	padding-left: 0px;}
h3 {
	font-size: 13pt;
	color: #994D00;
	text-align: center;
	/* font-weight: bold; */
	font-family: Verdana, Arial, Helvetica, sans-serif;}
.small {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
/* .footer {
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;} */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;}
.footer a:hover {
	color: #e8cf9e;}
.title {
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #EEEEEE;
	background-image: url(/images/bg_gradient_s_grey.gif);
	font-weight: bold;
	text-transform: capitalize;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-bottom: medium solid #999999;
	border-bottom-width: 1px;
	}
.title2 {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F6F6EE;
	padding-left: 4px;
	border-left: medium solid #867546;
	border-left-width: 1px;
	padding-right: 4px;
	border-right: medium solid #867546;
	border-right-width: 1px;
	padding-top: 4px;
	border-top: medium solid #867546;
	border-top-width: 1px;
	padding-bottom: 4px;
	border-bottom: medium solid #867546;
	border-bottom-width: 1px;
	}
.tableheader {
	font-size: 10pt;
	color: #000000;
	background-color: #EEEEEE;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	}

/*********** Start Navigation ***********/
	
.navmenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #003300;
	padding-left: 10px;
	display: block;
	width: 140px;}
.navmenu a:link {
	color: #003300;
	text-decoration: none;
	display: block;
	width: 140px;}
.navmenu a:visited {
	color: #004400;
	text-decoration: none;
	display: block;
	width: 140px;}
.navmenu a:hover {
	color: #CC6600;
	display: block;
	width: 140px;}
.navpromo {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #CC6600;
	padding-left: 10px;
	display: block;
	width: 140px;}
.navpromo a:link {
	color: #CC6600;
	text-decoration: none;
	display: block;
	width: 140px;}
.navpromo a:visited {
	color: #CC6600;
	text-decoration: none;
	display: block;
	width: 140px;}
.navpromo a:hover {
	color: #CC6600;
	display: block;
	width: 140px;}
.navmenusmall {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003300;
	padding-left: 5px;
	display: block;
	width: 140px;}
.navmenusmall a:link {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 140px;}
.navmenusmall a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 140px;}
.navmenusmall a:hover {
	color: #CC6600;
	display: block;
	width: 140px;}
	
/*********** End Navigation *************/

.redbold {
	color: #CC0000;
	font-weight: bold;}
.redbold a:link {
	color: #CC0000;
	font-weight: bold;}
.redbold a:visited {
	color: #CC0000;
	font-weight: bold;}
.contentborder {
	position:static;
	text-align:center;
	width: 90%;
	height:50px;
	z-index:1;
	overflow: auto;}
.sectiontitle {
	font-size: 15pt;
	color: #994D00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 1px;}
.sectiontitlecaps {
	font-size: 13pt;
	color: #994D00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;}
.paragraphtitle {
	color: #669966;
	font-weight: bold;}
.highlight {
	color: #FF0000;
	font-weight: bold;}
.highlight2 {
	color: #000000;
	background-color: #e7e9db;
	padding: 4px;
	font-weight: bold;}
	
	
/**************** CSS rounded border

<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="br"><div class="tl"><div class="tr">
content goes here
</div></div></div></div></div></div></div></div>
</div>

 *********************/

	
.t {background: url(/images/border/dot.gif) 0 0 repeat-x; width: 20em}
.b {background: url(/images/border/dot.gif) 0 100% repeat-x}
.l {background: url(/images/border/dot.gif) 0 0 repeat-y}
.r {background: url(/images/border/dot.gif) 100% 0 repeat-y}
.bl {background: url(/images/border/bl.gif) 0 100% no-repeat}
.br {background: url(/images/border/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/border/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/border/tr.gif) 100% 0 no-repeat; padding:10px} 
	
	
/**************** CSS Layout *********************/

#pagewrapper {
	width: 850px;
	margin:0 auto;
	text-align: left;}
#header {
	margin: 0;}
#contentwrapper {
	padding: 0 10px 10px 10px; /* top, right, bottom, left */
	overflow: auto;
	background-color:#FFFFFF; }
#sidebar1 {
	width: 170px;
	margin: 0 10px 0 0;
	float: left;} 
#columndivider1 {
	/* width: 3px; */ }
#sidebar2 {
	float: right; }
#mainContent {
	position: relative;
	margin: 0 0 0 180px; /* right margin is = sidebar width and it's margin */
	}
#mainContent_full { /* for pages with no left-side nav menu, fullpage2 template */
	position: relative;
	margin: 0;
	} 
#pagefooter {
	position: relative;
	margin: 0;
	background-color:#7d6d4a;}
#copyright {
	margin: 0;
	padding: 0 5px 5px 5px; }

#highlightbox1 { /* Good for quotes, tan bg, gold 1px outline */
	background-color:#F6F6EE;
	border-color:#867546;
	border-width:1px;
	border-style:solid;
	padding: 4px;
	margin: 2px 2px 16px 2px ;}

#columnwrapper1 {   /* Smaller width for cells to stretch sizes 1,2,3 */
	width: 70%;
	margin:5px auto;
	text-align: left;}
#columnwrapper2 {
	width: 85%;
	margin:5px auto;
	text-align: left;}
#columnwrapper3 {
	width: 100%;
	margin:5px auto;
	text-align: left;}
#column12 {
	float: left;
	width: 50%;}

#column22 {
	float: left;
	width: 50%;}

#3column1 {
	float: left;
	width: 33%;}
#3column2 {
	float: left;
	width: 33%;}
#3column3 {
	float: left;
	width: 33%;}




.tTop {
	/* background-color: #FFFFFF;
	border-top: 1px solid #E3DDCA;
	border-bottom: 0px solid #E3DDCA;
	border-right: 1px solid #E3DDCA;
	border-left: 1px solid #E3DDCA; */}
.tMain {
	background-color: #FFFFFF;
	/* border-top: 0px solid #E3DDCA;
	border-right: 1px solid #E3DDCA;
	border-bottom: 1px solid #E3DDCA;
	border-left: 1px solid #E3DDCA;*/} 
	
	
	
	
/* ********** Blog-related Styles ********** */

.post {
	/* border-top: 2px solid #333333; */
	font-size: 13pt;
	color: #994D00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 10px 10px 5px 15;}
.posttitle {
	/* border-top: 2px solid #333333; */
	font-size: 13pt;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	/* background-color: #E5E1D7; */
	/* background-color: #D6D6C2; */
	background-color: #efdebd;
	/* background-image: url(/images/bg_stripes_tan.png); */
	padding: 3px 10px 3px 10px;}
.posttitle a {
	font-size: 13pt;
	color: #000000;
	/* color: #000000; */
	text-decoration: none;}
.posttitle a:hover {
	color: #006600;}
.entry {
	line-height: 18px;
	padding: 3px;}
.entry p img {
    padding:3px;
 	border:1px solid #cccccc;}
.gravatar {
    padding:3px;
 	border:1px solid #cccccc;}
.noborder img {
    padding: none;
 	border: none;}
.postdate {
	color: #666666;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	/*text-transform: uppercase; */
	border-bottom: 1px dotted;}
.postdate a {
	text-decoration: none;
	font-weight: bold;}
.postmetadata {
	color: #999999;
	/* border-bottom: 1px solid #eeeeee; */
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
.postmetadata a {
	text-decoration: none;}
.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none}
.navigation a {
	padding: 3px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 5px 5px 0px 3px;}
.sidebarlink li{
	font-size: 8pt;
	padding: 0 5px 2px 11px;}
.sidebarnav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #003300;
	padding-left: 0px;}
.widget_categories li{
	font-size: 8pt;
	padding: 0 5px 2px 11px;}

a.commentlink {
  padding-left:16px;
  background:url(/images/comments.gif) center left no-repeat;}
.comments-template{
	margin: 10px 0 0;
	/* border-top: 1px solid #cccccc; */
	padding: 10px 0 0;}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;}
.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	/* border-bottom: 1px solid #ccc; */
	}
.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;}
.commentmetadata{
	font-size: 12px;}
.comments-template p.nocomments{
	padding: 0;}
.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;}	
.form_error{
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	padding:5px; background:#ffffcf;
	border:1px solid #d2d2d2;}
.bookmarkify {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;}



	
/* ********** YPslideout menu style ********** */

.menuActuator a { 
	color:#666666;
	font-size:12px;
	font-family:arial;}
.menu1 {
	font-family:verdana;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	background-color:#E6EAE1; 
	layer-background-color:#cccccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 7px;}
.menu2 {
	font-family:verdana;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	background-color:#867546; 
	layer-background-color:#cccccc; 
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
		}
.menu3 {
	font-family:verdana;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	background-color:#E6EAE1; 
	layer-background-color:#cccccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 7px;}
.menu4 {
	font-family:verdana;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	background-color:#867546; 
	layer-background-color:#cccccc; 
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;}
td div {
      /* this makes TDs a container with their own coordinate system.
         absolutely-positioned elements will be offset relative to them */
      position:relative;}