/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 30px 0; 
	background: #F0F0F0 url(images/bg.jpg) repeat-x;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #db5100; /*#A56F38;*/
}
a:hover {
/*	background:  #ECEFF6;*/ /*#F0F0F0;*/ 
	color: #BE320E; /*#000;*/
	border-bottom: 1px dotted #BE320E;
}

/* Headers */
h1, h2, h3 {
	font: normal 1em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #7a8b98; /* #111 */
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 345%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 270%;	
}
h3 {
	font-size: 220%;	
	font-weight: normal;	
}

p, dl { padding: 10px; margin: 0; }
ul, ol {	margin: 10px 20px;	padding: 0 20px;}
ul { list-style: none; }
dt {  font-weight: bold;  color: #895F30;}
dd {  padding-left: 25px; }

/* Images */
#content img {
/*	background: #fafafa;
    border: 1px solid #dcdcdc;
*/	padding: 8px; 
	background:  #f4f7fa; 	
	border: 1px solid  #ECEFF6;

}
img.float-right {
  	margin: 5px 5px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 5px;
}

img.noframe, #content img.noframe {
	padding: 0; 
	background:  none; 	
	border: none;
	margin-bottom:2px !important;
	margin-left:5px !important;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #ECEFF6; /*#F0F0F0;*/ 
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
	padding: 10px 10px 10px 35px;
	border: 1px solid  #ECEFF6; /*#F0F0F0;*/
	background:  #f4f7fa /*ECEFF6 #F0F0F0;*/  url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
}
blockquote p.align-right {font-size:0.85em; font-family:Arial, Helvetica, sans-serif;}
blockquote img {padding:0;}

body#home blockquote, body#reviews blockquote {
	font-size: 1.2em;
	color:#6A7C8A;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
/*.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
*/
/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	background: url(images/wrap-bg.jpg) no-repeat #E0E7EF;
	margin: 0 auto;
	width: 940px;
	height: 385px;
	text-align: left;	
}
#header-photo {
	position: absolute;
	top: 90px; left: 24px;	
	padding: 0;		
/*	height:290px; */
	height:300px; 	
	width: 890px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	width: 94px;			
	left: 25px;	top: 0px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;		
	width: 940px;			
	height: 40px;
	margin: 0; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 18px 16px 0 16px;
	font: normal 12px/35px Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	text-transform:uppercase;
	text-decoration: none;	
	color: #6F8091; /*#070000*/
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #4F5B68;/*663333;*/
	background: none;
	border: none;
}



/* nav bar current */

body#home ul li.home a, 
body#author ul li.author a, 
body#book ul li.book a, 
body#portfolio ul li.portfolio a, 
body#press ul li.press a, 
body#events ul li.events a, 
body#reviews ul li.reviews a, 
body#contact ul li.contact a,
#nav ul li#current a {	
	color: #ffffff;	
	background-color: #d9623d; /*d5d3d6*/
	background: #d9623d url(images/nav-current.jpg) repeat-x; 
/*	display:block;*/
/*	border-bottom: 1px solid #CECECE;*/
/*	border-top: 7px solid #db5100;*/
}




#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold normal 48px/1em "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	text-decoration: none;
	text-align:right;
	/* change the values of top and left to adjust the position of the logo*/
/*	top: 120px; right: 50px;	*/
	margin-left:-9000px; /*hide text*/	 
}
#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}
/*	#header-wrap p#intro {
		position: absolute;
		margin: 0; padding: 0;
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-weight: normal;
		font-size: 18px;
		line-height: 1.6em;
		font-style: italic;
		text-transform: none;
		color: #663333;
		width: 400px;
		/ change the values of top and left to adjust the position /
		top: 205px; left: 60px;		
	}
*/
/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 25px; right: 25px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px; 
	width: 210px;
	background: none;
	border: none;
	color: #ABABAB;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
	display: none;	
}

#content-outer {
	background: #fff;
	width: 100%;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #fff url(images/content-bg.jpg) no-repeat;		
}

.col-single  {padding-left:25px; padding-right:25px; 	padding-bottom:30px;}

.col-one {
/*	margin-right: 480px;*/
	margin-right: 330px;
	padding-left: 25px;
}
.col-one h2 {padding-top:10px;}
.col-two {padding-top:30px;}
.col-two {
	float: left;
/*	width: 210px;
	margin-left: -455px;*/
	width: 250px;
	margin-left: -280px;		
/*	margin-top: 12px;*/
}
/*.col-three {
	float: left;
	width: 210px;
	margin-left: -235px;
	margin-top: 12px;
}*/
.col-one, .col-two, .col-three {
	padding-bottom: 30px;
}

#content .col-one h2, #content .col-single h2 {
	padding-bottom: 3px;
/*	font: normal 3.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;*/
/*	color: #000;*/
/*    line-height: 1.1;
	letter-spacing: -2px;	
	text-transform: none;*/
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
	clear:left;	
}
#content .col-one h2 a, #content .col-single h2 a {
/*	color: #000;*/
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one ul li, #content .col-single ul li {
	list-style-image: url(images/bullet.gif);
}
#content ul.nobullet li, #content ul li.nobullet { list-style:none; list-style-image:none;}
#content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
/*	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;*/
	padding: 5px 10px 5px 0;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(images/dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 7px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;			
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
/*	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;*/
	color: #ABABAB;	
}
#footer-wrapper a {
	color: #666;
	border-bottom:none;
	background: transparent;
}
#footer-wrapper a:hover, #footer-wrapper a:active {color:#333}
#footer-wrapper img { padding: 7px; }

#footer-wrapper ul.footer-list {
/*	border-top: 1px solid #111;*/
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #ddd;
}
#footer-wrapper ul.footer-list li a {
/*	display: block;
	width: 98%;
	line-height: 2em;*/
/*	font-weight: bold;*/
/*	padding: 4px 0;*/
	border: none;
	margin-left: 0;
	padding-left: 0;
/*	color: #666666;*/
}
#footer-wrapper ul.footer-list li a span {
/*	color: #444;*/
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #666;
	text-decoration: none;	
}
#footer-wrapper h3 {padding-top:0; margin-top:0;}
#footer-wrapper .col-one {padding-top:0 !important; margin-top:0 !important; }

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
/*	margin-top: 5px;*/

}



#footer-bottom {
	clear: both;
	border-top: 1px solid #ddd;
	color:#aaa;
	width: 880px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 0;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}
#footer-bottom a {	color:#aaa;}



/* postmeta */
.postmeta {
	padding: 5px;
	margin: 20px 10px 15px 10px;
	font-size: 1em;
	color: #777;
	border: 1px solid  #ECEFF6;
	/*	border: 1px solid #EBEBEB;*/
	background-color: #F8FAFC;/*	display:inline-block;*/

}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img {
	position: relative;
	padding: 7px;
	margin: 5px;
	background: #F4F7FA	
/*	background: #fafafa;*/
/*   border: 1px solid #dcdcdc;	*/
	border: 1px solid  #ECEFF6;	   
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right;  margin: 0 0 30px 20px}
img.float-left {margin-right:20px; margin-bottom:20px;}
img.float-right {margin-left:20px; margin-bottom:20px;}
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

p.intro { font-style:italic; font-size:1.2em; line-height:1.4em}
.fineprint {font-size:0.85em; color:#999;}
.pdf {color: #666666; padding-right:15px; margin-right:3px; background: url(/images/acrobat_icon.png) right center no-repeat;} 

/*a.popup:link, a.popup:visited, a.popup:hover, a.popup:active {color: #6699cc; padding-right:14px; background: url(/images/question.png) right 2px no-repeat; border-bottom:thin dotted #6699cc; text-decoration:none;} */
/*a.popup:hover, a.popup:active {background: url(/images/question.png) right 2px no-repeat; }*/
a.popup:link, a.popup:visited, a.popup:hover, a.popup:active {color: #6699cc; padding-right:14px; background: url(/images/question2.png) right 2px no-repeat; border-bottom:1px dotted #6699cc; text-decoration:none; display:inline-block; /*display: inline-block; */ } 
a.popup:hover, a.popup:active {background: url(/images/question2.png) right -22px no-repeat;}  







/* share this styles */

body {font-family:helvetica,sans-serif;font-size:12px;}
a.stbar.chicklet img {border:0;height:16px;width:16px; vertical-align:middle; background:none; margin:0; padding:0 5px 0 0  !important;}
a.stbar.chicklet {height:16px;line-height:16px;}
#footer img {background:none; margin:0; padding:0;}









.rounded {	
	color: #ffffff;	
	background-color: #d9623d; /*d5d3d6*/
	background: #d9623d url(images/nav-current.jpg) repeat-x 0 -10px; 
	display:block; float:right; 
	margin-right:10px; padding:10px 30px;
}
.rounded a {color:#FFFFFF;}







/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none;}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; padding:0;}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}







/* Captions */
div.caption-right { width: auto; float: right; border: 1px solid #F4F7FA; margin: 5px 0 15px 25px; background-color:#F4F7FA;}
div.caption-right img {}
div.caption-right span {display: block; font: 0.8em/1.2em Helvetica, Tahoma, Arial, sans-serif; text-align: left; color:#666666; padding: 0.5em 10px;}
div.caption-left { width: auto; float: left; border: 1px solid #F4F7FA;  margin: 5px 25px 15px 0; background-color:#F4F7FA;}
div.caption-left img {}
div.caption-left span {display: block; font: 0.8em/1.2em Helvetica, Tahoma, Arial, sans-serif; text-align: left; color:#666666; padding: 0.5em 10px; }
p.caption-text {font: 0.8em/1.2em Helvetica, Tahoma, Arial, sans-serif; text-align: left; color:#666666; padding: 0.5em} 
div.caption-right a:hover, div.caption-left a:hover {border-bottom:none;}



.highlight {font-weight:bold; font-size:1.2em;
/*color:#d9623d; */
}
.promo {                           
padding:20px; 
/*border:1px solid #d9623d;*/
/*color: #ffffff;	
background-color: #d9623d;*/ /*d5d3d6*/
/*background:url(/images/bkg_gradient_orange_red_reverse.png) 0 -200px repeat-x;*/
/*color:#fff;*/
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*.promo a, .promo a:link, .promo a:visited {color:#fff;}*/



@media print {
body {font-size:100%; margin:0; padding:0;}
#content-outer, #content-wrapper, #content {width:100%;  margin:0; padding:0;  float:none; position:absolute; }
.col-one, .col-single, .col-two {margin:0; padding:0; width:100%; }
.col-two {width:25%; margin-left:75%; position:absolute; font-size:80%;}
.col-one {width:70%}

#header-wrap {height:150pt; display:none;}
#header-wrap h1#logo-text, #header-wrap h1#logo-text a {margin:0; color:#cccccc; text-align:right; }
#header-photo, #header-photo img {display:none;}
#nav  {display:none;}
#footer , #footer-wrapper, #footer-bottom  {display:none;}
}
