/*
Theme Name: HenshallPhoto 2008
Theme URI: http://henshallphoto.com/
Description: Hand-rolled for Henshall Wedding Photography
Version: 1.0
Author: Canton Becker
Author URI: http://cantonbecker.com/web
Tags: 

*/



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c0dbd3 url(images/background-tile.gif) repeat center;
	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: #5b5b5b;
}

a, a:visited {
	color: #655f44;
}

a:hover {
	color: #ed2224;
}

.twoColumns #container { 
	width: 942px;  /* 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: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#homeBlurb {
	padding-top: 10px;
}

#homeBlurb img {
	float: right;
	padding: 5px 0 0 10px;
}

#homeBlurb p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
	text-align: justify;
	font-style: italic;
	line-height: 150%;
	display: inline;

}

#homeBlurb H1 { 
	color: #666666 !important;
	font-size: 13px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	text-transform: none;
	font-weight: normal;
	padding: 28px 0 0 0 !important;
	margin: 0;	
	display: inline;
} 


/*******************************
	HEADER
*******************************/

.twoColumns #header {
	height: 92px;
	/* background: #e1f2ed url(images/henshall-logo.gif) no-repeat 13px 12px; */
	background: #e1f2ed;
	padding: 0 10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.twoColumns #header img {
	float: left; 
	padding-top: 12px; 
	padding-left: 12px;
}
 
.twoColumns #header ul {
	margin: 0;
	list-style: none;
	padding: 42px 80px 0 0;
	text-align: right;
}

.twoColumns #header li {
	display: inline;
	list-style-type: none;
	padding: 4px 0 0 14px;	
	color: #655f44;
	text-transform: uppercase;
}

.twoColumns #header a, .twoColumns #header a:visited {
	color: #655f44;
	text-decoration: none;
}

.twoColumns #header a:hover {
	color: #ed2224;
	text-decoration: none;
}


/*******************************
	SIDEBAR
*******************************/

.twoColumns #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 204px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 34px 0 0 0;
	font-size: 11px;
}

.twoColumns #sidebar a, .twoColumns #sidebar a:visited, .twoColumns #sidebar a:hover {
	text-decoration: none;
}


.twoColumns #sidebar .sidebarCallout {
	background-image: url(images/sidebar-callout.gif);
	background-repeat: no-repeat;
	width: 204px;
	height: 29px;
}

.twoColumns #sidebar .sidebarCallout p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #655f44;
	font-size: 13px;
	padding-top: 5px;
	font-style: italic;
}

.twoColumns #sidebar .rssLink {
	background-image: url(images/rss-icon.gif);
	background-repeat: no-repeat;
	height: 18px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #655f44;
	font-size: 11px;
	padding-top: 1px;
	padding-left: 22px;
}

.twoColumns #sidebar h2 {
	margin-top: 25px;
	color: #ed2224;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

.twoColumns #sidebar h3 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.twoColumns #sidebar ul {
	padding: 0;
	margin: 0;
}

.twoColumns #sidebar li {
	padding: 0 0 8px 0;
	margin: 0;
	list-style: none;
	color: #655f44;
}

.twoColumns #sidebar .leftAlignedSection {
	text-align: left;
	padding-right: 20px;
}

.twoColumns #sidebar .rightAlignedSection {
	text-align: right;
	padding-right: 14px;
}

.twoColumns #sidebar .rightAlignedSection p {
	text-align:  right;
	font-size: 10px;
	line-height: 150%;
	color: #999;
}

/*******************************
	MAIN CONTENT
*******************************/

.twoColumns #mainContent { 
	float: left;
	margin: 0;
	width: 700px;
	padding: 0 0 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 150%;
} 

.twoColumns #mainContent h1, .twoColumns #mainContent h1 a, .twoColumns #mainContent h1 a:visited { 
	font-size: 30px;
	color: #655f44;
	line-height: 100%;
	font-weight: normal;
	padding: 20px 0 5px 0;
	margin: 0;
	text-decoration: none;
} 

.twoColumns #mainContent h2, .twoColumns #mainContent h2 a, .twoColumns #mainContent h2 a:visited { 
	font-size: 18px;
	color: #655f44;
	line-height: 100%;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 0 5px 0;
} 


.twoColumns #mainContent a, .twoColumns #mainContent a:visited, .twoColumns #mainContent a:hover {
	text-decoration: underline;
}



/*******************************
	FOOTER
*******************************/

.twoColumns #footer { 
	margin-top: 10px;
	border-top: 1px dotted #CCCCCC;
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColumns #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #BBBBBB;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 150%;
}

.twoColumns #footer a, .twoColumns #footer a:visited  {
	color: #BBBBBB;
}

.siteCredits {
	margin-top: 10px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #AAA;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.siteCredits a, .siteCredits a:visited {
	color: #666666;
}

/*******************************
	ETCETERA
*******************************/

/*** ETCETERA ***/

.noBg {
	background: none !important;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*** WORDPRESSY ***/

.postmetadata { /* hide metadata */
	display: none;
}

small {
	color: #ed2224;
	font-size: 12px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	/* 
	
	background: url('images/more-tips.gif') no-repeat center top;
	margin-top: 90px;
	margin-bottom: 60px;
	padding-top: 65px;

	 */
}



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	width: 400px;
	}

.commentlist li {
	margin: 0;
	padding-left: 20px;
	list-style: none;
	border-left: 4px solid #DDDDDD;
	}

.commentlist p {
	margin: 0;
	font-style: italic;
	}


#commentform {
	background: url('images/comments.gif') no-repeat center top;
	padding-top: 65px;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#searchform input {
	font-size: 9px;
	}

#sidebar #searchform #s {
	width: 90px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	font-size: 9px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 200px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 400px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	font-size: 10px;
	}
/* End Form Elements */




/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */