/*
Theme Name: Bond Properities
Theme URI: http://www.bondapts.com/
Description: Custom theme for Bond Properties
Version: 1.0
Author: Jamon Holmgren
Tags: custom
*/

/************************************ SITE-WIDE ITEMS **********************************/
html {
	height:100%;
	margin-bottom:1px;
	font-size:62.5%;
}
body {
	background-color: #7D5B40;
	background-image: url(gfx/wood060.jpg);
	margin:0;
	padding:0;
	font-family: "Palatino Linotype", palatino, "times new Roman", times, "time roman";
	font-size: 1.4em;
	position:relative;
}
.clearboth {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
#noscriptbar, #oldbrowserbar {
	width:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	background-color: #FAFBCA;	
	padding:.5em 0;
}

/************************************ GENERAL TYPOGRAPHY ***********************************/
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:1.4em;
}
h1 { font-size:2em; margin-bottom:2px; }
h2 { font-size:1.8em; }
h3 { font-size:1.6em; }
h4 { font-size:1.4em; }
h5 { font-size:1.2em; }
h6 { font-size:1em; }
a {
	color:#000000;
}
a img {
	border:none;
}

/************************************ BACKGROUND ELEMENTS **********************************/
.bgpic {
	position:absolute;
	background-repeat: no-repeat;	
	z-index:0;
}
#bgpic1 {
	left:800px;
	top:-70px;
	width:449px;
	height:449px;
	background-image: url(gfx/photo_01.png);
}
#bgpic2 {
	left:870px;
	top:260px;
	width:356px;
	height:356px;
	background-image: url(gfx/photo_02.png);
}
#bgpic3 {
	left:-220px;
	top:-70px;
	width:414px;
	height:414px;
	background-image: url(gfx/photo_03.png);
}
#bgpic4 {
	left:-219px;
	top:289px;
	width:313px;
	height:313px;
	background-image: url(gfx/photo_04.png);
}

/************************************ PAGE ELEMENTS **********************************/
#main {
	width:990px;
	margin:20px auto 0 auto;
	position:relative;
}
#page {
	position:relative;
	z-index:1;
	width:990px;
	min-height:400px;
	/* margin:0 0 10px 25px; */
	margin:0;
}
#page-header, #page-middle, #page-footer {
	width:960px;
	background-repeat: no-repeat;
	padding:0 18px 0 12px;
}
#page-header {
	height:174px;
	background-image: url(gfx/bg_header.png);
}
#page-header-ie {
	display:none;
}
#page-middle {
	background-image: url(gfx/bg_middle.png);
	background-repeat: repeat-y;
	position:relative;
}
#page-footer {
	height:88px;
	background-image: url(gfx/bg_footer.png);
}
#menu {
	float:left;
	clear:left;
	width: 210px;
	background-color: #F7DBB3;
	padding:0 15px;
}
#menu ul {
	list-style-position: outside;
	list-style-type: none;
	padding:0;
	margin:0;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size:1em;
}
#menu ul li {
	width:100%;
	height:2.8em;
	position:relative;
}
#menu ul li a {
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:100%;
	height:1.4em;
	padding:10px 0;
	border-bottom: 1px solid #402C23;
	white-space:nowrap;
}
#menu ul li:hover {
	left:1px;
	top:1px;
}
#page-content {
	float:left;
	width: 680px;
	padding:10px 20px;
}

a#videolink {
	width:200px;
	text-align:center;
	text-decoration:none;
	display:block;
	padding:4px;
	border: 1px solid #F7DBB3;
}
a#videolink:hover {
	background-color: #F5D6A7;
	border: 1px solid #F2CA8C;
}
.post-edit-link, .editlink {
	border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	padding:.2em .5em;
	background-color: #FFFFFF;
	border: 1px solid #A2978A;
	text-decoration:none;
	color: #A2978A;
}
#searchform {
	display:block;
	padding:1em 0 1em 0;
	overflow:auto;
}
#searchform label {
	display:none;
}
#s, #searchsubmit {
	float:left;
}
#s {
	width:130px;
}

p {
 margin-top:0px;
}

/******************************* OTHER ELEMENTS ***************************************/
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 12px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 12px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-style:italic;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/************************************************* CUSTOM ELEMENTS *************************************************/
#large-text-bar, .breadcrumb {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #444444;
	width:670px;
	float:left;
	padding:6px 25px;
}
#large-text-bar a, .breadcrumb a, .breadcrumb span {
	color:#FFFFFF;
	white-space:nowrap;
}
#large-text-bar {
	padding:6px 10px 6px 40px;
	background-image: url(gfx/24-zoom-in.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	display:none;
	position:absolute;
	right:18px;
	top:0;
	background-color: #885A04;
}
#large-text-bar p {
	margin:0;
}
#large-text-mini {
	position:absolute;
	right:24px;
	top:4px;
	width:10em;
	height:1em;
	padding:6px 8px;
	font-size:1em;
	background-color: #885A04;
	color:#FFFFFF;
	text-align:right;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	display:none;
	border: 1px solid #E39606;
	line-height:1em;
}
#large-text-mini a {
	color:#FFFFFF;
}
.close {
	display:block;
	position:absolute;
	right:10px;
	top:6px;
	text-decoration:underline;
}
.large-text-activate, .large-text-deactivate {
	text-decoration:underline;
}
.close:hover, .large-text-activate:hover, .large-text-deactivate:hover {
	cursor:pointer;
}
#csd_signup_form {
	background-color: #FFDEA9;
	border: 6px solid #FFFFFF;
	padding: 10px;
	display:block;
	width:300px;
	float:left;
}
#csd_signup_form h1 {
	font-size:1.25em;
	margin:0;
	line-height:2em;
}
#csd_signup_form p {
	line-height:1.25em;
	margin:0;
}
#csd_signup_form input {
	color: #888888;	
	font-style:italic;
}
#csd_signup_form input.focused {
	color: #000000;
	font-style:normal;
}
.csd_signup_result {
	width:80%;
	font-size: 12px;
	color: #CC0000;
	background-color: #FAFBCA;	
	padding:.5em 5%;
	margin:.5em 5%;
}
.hours {
	padding:1em 2em;
	margin:1em 4em;
	background-color: #FBF9F7;
	border: 1px solid #F7DBB3;
	line-height:1.2em;
}
.hours p {
	margin:1em 0;
}
.sidebar_right, .sidebar_left {
	float:right;
	width:200px;
	background-color: #FFDEA9;
	border: 8px solid #FFFFFF;
	padding: 10px;
	margin: 0 0 .5em 2em;
	font-size:.9em;
}
.sidebar_right h4, .sidebar_left h4 {
	margin:0;
	line-height:1.6em;
	font-size:1.4em;
}
.sidebar_left {
	float:left;
	margin: 0 2em .5em 0;
}

td small {
	display:none;
}

.footertext {
	padding:20px;
}
.footertext, .footertext a {
	color:#FFFFFF;
}
div.entry {
	clear:both;
}
