@charset "utf-8";

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	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 */
	background-image: url(img/bg/callithea-tile5-psp.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0;
	background-color: #939472;
	}

#container {
	width: 760px;
	background-color: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 240px;
} 
#container-gallery {  /* wraps FW flash gallery */
	width: 825px;
	background-color: #333;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	height: 300px;
	width: 760px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
} 
#header-gallery {
	height: 200px;
	width: 825px;
	margin: 0 auto;
	background-image:url(img/header/header-gallery-img.jpg);	
}
/*===== Navbar ===== */
#navbar {
	height:33px;
	/*float: left;*/
	position: relative;
	top: 0px;
	width: auto; /*orig 760px */
	z-index: 2000;
	background:transparent url(img/navbg.jpg) repeat-x scroll center;
	}
	
/*=== sidebar  - left ===*/
#sidebar1 {
	clear: both;
	float: left; 
	width: 251px; 	
	padding: 0 0 0 15px; 
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	line-height: 1.3em;
	color:#336600;	
}
#sidebar1 h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 90%;
	font-size: 1em;
	padding-bottom: 0px;
	margin-bottom:0;
	}
#sidebar1 p{
    margin-top:0;
	padding-top: 0;
	}	
.tight {
	letter-spacing: 95%;
	font-size: 90%;
	}	
.headshot {
    margin-left:5px;
	}
/*=== main content for pages with sidebar ==== */	
#mainContent {  /* floats to right of sidebar */
	padding: 0 25px;
	float: left;
	width: 443px;
	border-left: 1px solid #ccc;
	/*margin-right:-444px;*/
	line-height:1.3em;
	padding-top: 0;
	margin-top: 0;

} 
#mainContent p {
	width:443px;
	line-height: 1.5em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.5em;
	}
#mainContent h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 1em;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.3em;
	position: relative;
	top: .5em;
	}
#mainContent h2 {
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 1em;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.3em;
	position: relative;
	top: .5em;
	}
#mainContent h3 {	
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 1em;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	top: .5em;	
	}
/*=== wide content for pages without sidebar === */
#wideContent {  /* floats to right of sidebar */
	padding: 0 25px;
	float: left;
	width: 700px;
	border-left: 1px solid #ccc;
	/*margin-right:-444px;*/
	line-height:1.3em;
	padding-top: 0;
	margin-top: 0;

} 
#wideContent p {
	width:700px;
	line-height: 1.5em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.5em;
	}
#wideContent h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 1em;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.3em;
	position: relative;
	top: .5em;
	}
/*==== Gallery styles ===*/
#galleryContent {
	padding: 0;
	float: left;
	width: 725px;
	border-left: 1px solid #ccc;
	margin-right:-444px;
	line-height:1.3em;
	padding-top: 0;
	margin-top: 0;
	color: #fff;
	z-index: 1000;
	}
/*  FAQ styles */
p.q {
	font-style: italic;
	font-weight: bold;
	}
p.a{
	font-style: normal;
	}

/*=== footer ===*/	
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 20px;
	background:#DDDDDD;
	text-align: center;
} 
#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 */
}

/* ==== pricing page ==== */
#pricing td{
    padding: 5px;
}
#pricing th {
	text-align: left;
	background-color:#CCCCCC;
    padding: 10px 5px 5px 0;
    font-weight: bold;
	font-variant: small-caps;	
	}
.item {
    padding-left: 20px;
	}	
	
/*=== gallery page === */
.picklist {
	width:260px;
	float: left;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;

}
.center {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	
	}
#detail {	
	display: block;
	margin: 0 auto;
	height: 300px;
}
.repeat {
	width: 650px;
	float: left;
	margin: 0 auto;
	}
.repeat2 {
	display: inline;
	width: 132px;
	float: left;
	margin: 5px 10px 0px auto;
	text-decoration: none;	
	}
.repeat2 a img{
	border: 0;
	}	


	
.widelist {
   width: 600px;
   float: left;
   margin: 0 auto;
   }

/* Miscellaneous classes for reuse */
.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;

}

