/*
Theme Name: Truswell
Theme URI: http://www.truswellplasticsurg.com
Description: Custom theme
Version: 2.0
Author: 
Author URI: 
Tags: 

	 Truswell v1.0
	 http://www.truswellplasticsurg.com

*/

/* `Global Reset
-------------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END ERIC MEYER RESET *******************************************************/
 
body {             
  background: #384030 /*url(images/shadow-background.gif) top center repeat-y*/;
	font: 62.5%/1 arial, "lucida grande",  sans-serif;
  margin: 0;                                                           
  text-align: center;
}             

a:link {
  color: #B30000;
}

a:visited {
  color: #b34545;
}            

img {
  border: 0;
}       

#header {  
	/*	
  border-top: 3px double #e5e5e5;
  border-bottom: 3px double #e5e5e5;  
	*/
  margin: 5px auto 10px auto;    
  padding: 0;
  width: 845px;  
}             

#header h1 {    
  background: url(images/logo7.gif) 0 -40px no-repeat;
  height: 155px;  
  text-indent: -9999px;
	width: 100%;
}                       

#container {         
  background: #fff;
  margin: 0 auto;    
  padding: 0px 0px 15px 0px;
  text-align: left;
  width: 845px;  
}
                          
#body {         
  margin: 0;
}
                     
#sidebar {   
	background: #fff;
  float: left; 
  margin: 0 30px 0 0;
	padding: 15px 30px 15px 30px;
  width: 175px;
}  
                                 
#sidebar #side-nav ul {
 list-style: none;
 font-family: arial, sans-serif;
 font-size: 1.6em;
 /* font-weight: bold;         */
 text-align: left;
/* text-transform: lowercase;    */
}                      
         
#sidebar #side-nav ul li {
/*  background: url(images/bullet_arrow_right.gif) left 0.5em no-repeat; */
  border-top: 1px solid #e5e5e5;
	line-height: 130%;
  margin: 0 0 0.3em 0;
}                                 

#sidebar #side-nav ul li.current_page_item {
/*  background: url(images/bullet_arrow_right_on.gif) left 0.5em no-repeat; */
  font-weight: bold;
}

#sidebar #side-nav ul li ul {
	margin: 0 0 0 10px;
}
                                                  
#sidebar #side-nav ul li ul li,
#sidebar #side-nav ul li.page-item-167 {
  display: none;
}

#sidebar #side-nav ul li.current_page_parent {
  font-weight:  bold;
}                   

#sidebar #side-nav ul li.current_page_ancestor,
#sidebar #side-nav ul li.current_page_ancestor ul li,
#sidebar #side-nav ul li.current_page_parent ul li,  
#sidebar #side-nav ul li.current_page_item ul li,
#sidebar #side-nav ul li ul li.current_page_item,
#sidebar #side-nav ul li ul li ul li.current_page_item {
  display: block;      
}

#sidebar #side-nav ul li a {   
  color: #A32C28;
  display: block;
  padding: 0.6em 0 0.4em 0;
  text-decoration: none;
}                              

#sidebar #side-nav ul li a:hover {   
  text-decoration: underline;
}
                                                                        
#sidebar #side-nav ul li ul li {
  background: none;             
  border: 0;         
  font-size: 0.55em;
  font-weight:  normal;
  line-height: 120%;
  margin: 0 0 0.2em 0;
} 
                                
#sidebar #side-nav ul li ul li a:hover {
  text-decoration:  underline;
}
                                                                                       
#sidebar #search {
  margin: 0px 0 34px 0;       
  text-align: right;
}           

#sidebar #search input[type=text] {
  color: #666;   
  margin: 0 5px 0 0;
  width: 145px;
}      

#sidebar #search input[type=image] {   
  margin: 0 0 -6px 0;
}      

#content {

}

#inner-content {        
  float: right;       
	padding: 10px 30px 0 0;
	width: 550px;
}              
               
#body h2 { 
	background: #fff url(images/floral-header1.jpg) no-repeat;
  color: #41434C;
	display: block;
	font-family: georgia;
  font-size: 2.8em;
  font-weight: normal;
	height: 55px;
	line-height: 1em;
  margin: 0px 0 0.5em 0;
	padding: 65px 80px 0px 266px;
}     

#content h3 {      
  color: #333;
  font-size: 1.4em;     
  line-height: 120%;
  margin: 1.5em 0 0.2em 0;
}

#content p {
	color: #333;
  font-size: 1.3em;
  line-height: 150%;
  margin-bottom: 1em;
}              

#content #inner-content ul {
  margin-bottom: 1em;
}                    

#content #inner-content li {
  font-size: 1.3em;
  line-height: 150%;  
  list-style: square inside;
  margin-bottom: 0.3em;  
}                          

#content img.portfolio {          
  background: #fafafa;
  border: 1px solid #f1f1f1;
  margin: 0.5em 0 1.5em 0;       
  padding: 15px;
  width: 520px;
}                              
                                  
#content img.frame {          
  background: #fafafa;
  border: 1px solid #f1f1f1;
  float: right;
  margin: 10px 0 20px 20px;                           
  padding: 15px;         
}

#content img.headshot {
	float: left;
	margin: 5px 15px 15px 0;
}

#content img.headshot-right {
	float: right;
	margin: 5px 0 15px 15px;
}

#content div.profile {
	margin: 0 0 10px 0;
}
                             
#content div.pullquote {
  color: #333;
  font-family: georgia, "times new roman", serif;
  font-size: 1.4em;
  font-style: italic;
  float: right;   
  line-height: 130%;
  margin: 0 0 20px 25px;
  width: 200px;
}            

#content div#book-covers {
  clear: both;
}
                          
#content div#book-covers img {             
  float: left;
  margin: 0 15px 10px 0;
}

#footer {
	background: #fff;
  margin: 0 auto;    
  padding: 15px 30px 30px 30px;
  text-align: left;
  width: 785px;  
}                                                                       

#footer #footer-content {
  border-top: 3px double #e5e5e5;
  color: #666;
  font-size: 1.1em;
  padding-top: 15px;
}            

#footer #contact-info {
  float: left;      
  margin: 5px 0 25px 0px;
  text-align: left;      
	width: 300px;
}

#footer #contact-info p {
  color: #474D3F;
  font-size: 1.2em;              
  line-height:  125%;
  margin: 0 0 0.6em 0;         
}                    

#footer #contact-info p.address {
  background:  url(images/building.gif) no-repeat;
  padding:  0px 0 2px 26px;
}                                             

#footer #contact-info p.phone {
  background:  url(images/telephone.gif) no-repeat;
  padding:  2px 0 2px 26px;
}                                             

#footer #contact-info p.email {
  background:  url(images/email.gif) no-repeat;
  padding:  1px 0 2px 26px;
}                                             

#footer #contact-info a {
  color: #474D3F;
  text-decoration: none;
}
                         
#footer #footer-content #copyright-notice {
  float: right;
	font-size: 1.1em;
	margin: 25px 0px 15px 0;
	text-align: right;
  width: 400px;
}

#footer #footer-content #footer-links {
  float: right;
	font-size: 1.1em;
	margin: 0 0 0 0;
  text-align: right;
  width: 300px;
}

/* HOME PAGE STYLES ***********************************************************/
/******************************************************************************/
div.home-page {
	background: url(images/home-page-mast.jpg) 0 0 no-repeat;
}

.home-page #content {
	padding: 30px 30px 0 30px;
}

.home-page #content #top-message {
	margin: 0 380px 15px 0;
}

div#body.home-page h2.home {
	background: none;
	line-height: 125%;
	margin: 0 0 20px 0;
	padding: 0;
}

div#body.home-page #top-message p {
	font-family: georgia, "times new roman", serif;
	font-size: 1.4em;
	line-height: 160%;
	margin: 0 10px 0 0;
}
                        
#home-nav ul li ul,
#home-nav ul li ul li,
#home-nav ul li.current_page_item {
  display: none;
}

#home-nav {
	background: #fff;
	padding: 5px 0;
}

#home-nav ul {
	border: 1px solid #ccc;
	border-width: 1px 0;
  margin: 1px 0;
  padding: 5px 0;
}

#home-nav ul li { 
	float: left;
	padding: 0 8px;
}

#home-nav ul li a,
#home-nav ul li a:link,
#home-nav ul li a:visited {
  color: #B30000;
	display: block;
	font-size: 2em;
	padding: 3px 10px;
	text-decoration: none;
}

div.home-page #home-bottom {
	
}

div.home-page #home-bottom p {

}

div.home-page #home-bottom ul {
  margin-bottom: 1em;	
}

div.home-page #home-bottom ul li {
  font-size: 1.3em;
  line-height: 150%;  
  list-style: square inside;
  margin-bottom: 0.3em;  
}                          


div.home-page #bottom-left {
	float: left;
	padding: 0 4% 0 0;
	width: 48%;
}

div.home-page #bottom-right {
	float: right;
	width: 48%;
}


/* `Clear Floated Elements
-------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix {
	display: inline-block;
}


* html .clearfix {
	height: 1%;
}


.clearfix {
	display: block;
}