/* CSS Template for Pear Tree Gallery */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

a:link, a:visited {
	color: #416439;
}

a:hover {
	color: #0B3304;
}

html, body {
	background: #494949 url(http://batmobile.websitewelcome.com/~peartree/images/pear-tree_bg.jpg) repeat-x;
 	margin: 0;
  	padding: 0;
 	text-align: center;
} 
 
#container {
	position: relative;
	background: #EAE5DA;
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #282828;
} 

#wrapper { /* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
 	text-align: left;
	width: 760px;
} 
 
#header {
 	position: relative; 
 	height: 134px; /* IMPORTANT */
	width: 760px;
} 

#banner {
	position: relativ;
	float: left;
	width: 441px;
	height: 134px;
	display: block;
}

#nav {
	position: relative;
	float: right;
	background: url(http://batmobile.websitewelcome.com/~peartree/images/pear-tree_nav.gif) no-repeat;
	width: 319px;
	height: 131px;
	padding-top: 3px;
	display: block;
}

#nav a {
	position: relative;
	font-weight: bold;
	padding-left: 7px;
	text-decoration: none;
}

#nav a:link, #nav a:visited {
	color: #FFF;
}

#nav a:hover {
	color: #2a541c;
}

#thumbs_index {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(http://batmobile.websitewelcome.com/~peartree/images/pear-tree_thumbs-top.gif) no-repeat;
	width: 319px;
	min-height: 337px;
}

#thumbs_interior {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(http://batmobile.websitewelcome.com/~peartree/images/pear-tree_interior.gif) no-repeat;
	width: 319px;
	height: 66px;
}

#thumbs img {
	position: relative;
	margin-top: 12px;
	border: 2px solid #FFF;
	display: block;
}

#maincol {
	width: 100%;
}

#content_index {
	width: 760px;
	position: relative;
	/*border: 1px solid black;*/
	padding-top: 65px;
	background: url(http://batmobile.websitewelcome.com/~peartree/images/pear_tree_logo_bottom.jpg) no-repeat;
}

#content_int {
	width: 760px;
	position: relative;
	padding-top: 65px;
	/*border: 1px solid black;*/
	background: url(http://batmobile.websitewelcome.com/~peartree/images/pear_tree_logo_bottom.jpg) no-repeat;
}

.newsletter_form {
	background: #889175;
	padding: 5px;
	border: 4px solid #85493f;
	width: 100%;
	color: #FFF;
}

.newsletter_form a {
	color: #FFF;
}

.newsletter_form h3 {
	color: #FFF;
	padding: 0px;
	margin: 0px;
}

.breadcrumbs {
	font-weight: bold;
	background:#85493f; 
	padding-left: 5px; 
	text-transform: uppercase; 
	color: #FFF;
	font-size: 11px;
	text-align: left;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #FFF;
}

.breadcrumbs a:hover {
	color: #ffcc99;
}

.white {
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #416439;
}

.submenu a {
	display: block;
}

.submenu a:link {
	color : #000000;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #000000;
	padding: 1px 4px 1px 4px;
	background-color: #bdb169;
	width: 125px;
	height: 17px;
	text-decoration: none;
}

.submenu a:visited {
	color : #000000;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #000000;
	padding: 1px 4px 1px 4px;
	background-color: #bdb169;
	width: 125px;
	height: 17px;
	text-decoration: none;
}

.submenu a:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #000000;
	padding: 1px 4px 1px 4px;
	background-color: #ad493f;
	width: 125px;
	height: 17px;
	text-decoration: none;
}

#footer{
	background: url(http://batmobile.websitewelcome.com/~peartree/images/pear-tree_footer.gif) no-repeat;
	text-align: center;
	width: 760px;
	height: 129px;
}

#copyright {
	position: relative;
	width: 760px;
	height: 129px;
	color: #282828;
	text-align: right;
	margin: 0px;
	padding-right: 10px;
	font-size: 8pt;
}

#copyright a:link, #copyright a:visited {
	color: #FFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #282828;
	text-decoration: none;
}

/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/ 

 
/* Float containers fix:
   http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 

	#maincol {
		width:100%;
		float:none;
	}
}