/*	This theme was designed and built by Charly Leetham,
	whose blog you will find at http://askcharlyleetham.com/        
	This theme is designed to allow bloggers to have a page for sales pages        
	etc, as well as a simple single right sidebar on the blog posts and is         
	optimized for Wordpres 2.6 and above.	The CSS, XHTML and design is released under GPL 3.0:	
	http://www.opensource.org/licenses/gpl-3.0.html*//* Begin Typography & Colors */

.clrbth
	{
	clear:both;
	}
	
body {   
	font-family: Arial,Helvetica,sans-serif;   
	color: #666666;   text-align: center;   
	margin: 0 auto;   padding: 0;
}
	
#page {   
	background-color: white;   
	text-align: left;   margin: 10px auto 0;   
	padding: 0;   width: 855px;
}

#leftside {
	background: url('images/border_bubbles_left.png');
	height: 483px;   width: 123px;
	float: left;
}
	  
#imagelogo {
	background: url('images/summersalt_holding_logo.png');
	height:110px;
	width:366px;   
	margin-left:271px;   
	float:left;
}
	  
#rightside {
	background: url('images/bdr_bubbles_right.png') no-repeat;
	width: 95px;    
	float:right;    
	padding-top: 364px;
	}

#rhpanel {   
	background-color:#EFF7F7;   
	padding:5px;   
	width:216px;   
	float:right;   
	text-align:center;   
	margin-top:15px;
}

#rhpanel p {
   color:#666666;   
   font-family:Arial,Helvetica,sans-serif;   
   font-size:0.9em;   
   margin:3px 5px 15px;   
   text-align:left;
}

#rhpanel h1 {   
	color:#0066CC;   
	font-family:Arial,Helvetica,sans-serif;   
	font-size:1.2em;   
	font-weight:lighter;   
	text-align:left;   
	padding-top:0px;
}

#rhpanel h2 {   
	color:#0066CC;   
	font-family:Arial,Helvetica,sans-serif;   
	font-size:1.1em;   
	margin-bottom:6px;   
	margin-top:3px;   
	text-align:left;
}

#rhpanel h4 {
   color:#8FC974;   
   font-family:Arial,Helvetica,sans-serif;   
   font-size:1.2em;   
   margin-bottom:3px;   
   margin-top:6px;
}

#rhpanel a {
   color:#009999;   
   font-family:Arial,Helvetica,sans-serif;  
   font-size:1em;   
   text-decoration:none;
}

#rhpanel a:visited {
   color:#009999;   
   font-family:Arial,Helvetica,sans-serif;   
   font-size:1em;   
   text-decoration:none;
}

#rhpanel a:hover, #rhpanel a:active {
   background-color:#EFEFEF;   
   color:#009999;   
   font-family:Arial,Helvetica,sans-serif;   
   font-size:1em;
}

#rhpanel .rhdivider {
	border-top:1px dashed #B4DEEE;
    height:1px;
	margin:5px 7px;
}

#content {
   float:left;
   font-size: 1em;   
   width:635px;   
   margin-top:15px;
}

#content p {   
	color:#666666;   
	font-family:Arial,Helvetica,sans-serif;   
	font-size:0.8em;   
	margin-bottom:10px;   
	margin-top:10px;   
	margin-right: 15px;
}

.fp_statement { 
  color:#0073A6;   
  font-size:1.2em;   
  font-weight:bold;   
  padding:5px;
}

/*#footer {
	margin: 0px auto 0px;        
	width:100%;        
	text-align:center;        
	float:left;        
	background-position:center top;        
	background-repeat:repeat-x;        
	margin-bottom:10px;
}

#footerleft {
    background: url('images/footer_bdr_left.gif');         
	width:8px;         
	height:15px;        
	float:left;}
#footercenter {        
	width:564px;         
	float: left;         
	background: url('images/footer_bdr_bg.gif');        
	repeat-x;         
	height:15px;
}

#footerbubbles {        
	width:245px;         
	float: left;         
	background: url('images/footer_bubbles.png');        
	height:44px;
}

#footermoja {    
    width:28px;         
	float: left;         
	background: url('images/designed_by_moja.gif');        
	height:44px;
}

#footercenter {    
    width:564px;         
	float: left;         
	background: url('images/footer_bdr_bg.gif');        
	repeat-x;         
	height:15px;
}

#footerright {        
	background: url('images/footer_bdr_right.gif');         
	width:10px;         
	height:15px;         
	float:right;
}

#footer p {	
	margin-left: 120px;        
	color:#0066CC;        
	font-family:Arial,Helvetica,sans-serif;        
	font-size:0.6em;        
	font-weight:lighter;        
	text-align:left;        
	padding-top:10px;
}*/

a img {	
	border: none;        
	vertical-align: top;	
}

.gallery-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
font-size:10pt;
}

.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;
}