/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
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;
	/*vertical-align: baseline;*/
	/*background: transparent;*/
}


* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	padding: 0;
	margin: 0;
        background: #7694b6 url(../images/bg.gif) repeat-x;
	color: #333;
	font-family: Arial;
        font-size: 12px;

}

.site-title, .site-title a {
  font-size:0px;
  padding:0px;
  margin:0px;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	clear: both;
}
h2{
      color: #4277bb;
      margin-bottom:10px;
}

h3{
      margin-bottom:5px;
}


ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.bioTable,  table.bioTable tr, table.bioTable td{
   vertical-align: center;
}

table.bioTable td{
   padding: 0px 20px 20px 0px;
}


a img { border: none; }


/* The main theme structure */
#colophon,
#branding,
#header,
#wrapperInner {
	margin: 0 auto;
	width: 980px;
        clear: both;

}
#wrapper {
        /*background-color:#fff;*/
	background: url(../images/clouds_bg.gif) no-repeat;
        /*background-attachment: fixed;*/
        background-position: top center;
	margin: 0 auto;
	width: 100%;
        clear: both;
	
}
#wrapperInner{
     background-color:#fff;
}

#main {
     /*padding: 30px;*/
     padding: 25px 0px 0px 0px;
     width: 980px; /*920px*/
    float:left;
	min-height: 650px;
	height: auto !important;
	height: 650px;

}

.bioImage{
   float: left;
   border: 1px solid #c8c8c8;
   width: 268px;
   margin: 0px 20px 25px 0px;
   font-size: 0px;
}

.bioDescription{
    float: left; 
    width: 350px;
}


/************ HEADER STYLES ************/

#header {
	background: #7694b6 url(../images/clouds_topBG.gif) no-repeat;
        background-position: top left;
        float:left;
}

#site-title {
   float:left;
   font-size:0px;
   width: 456px;
   height: 79px;
}

#site-description{
 height: 0px;
 width: 0px;
 font-size: 0px;
 margin: 0px;
 padding: 0px;
display: none;
}

h1.entry-title{
   padding: 0px 0px 10px 0px;
clear: both;
}

/************ END HEADER STYLES ************/


/************ LAYOUT 1 COLUMN ************/

.one-column h1.entry-title{
  font-size:0px;
  padding:0px;
  margin:0px;
  display: none;
}

.one-column #content {
	margin: 0 280px 0 29px;
}

/************ END LAYOUT 1 COLUMN ************/

/************ LAYOUT 2 COLUMNS ************/
#container {
	float: left;
        /*width: 400px;*/
	margin: 0 -300px 0 0;
	width: 100%;
}
#content {
	margin: 0 300px 0 40px;

}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 260px;
}
#primary ul, #secondary ul {
	list-style: none;
	margin: 0;
}

#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/************ END LAYOUT 2 COLUMNS ************/

/************ TEXT STYLES ************/

/* Text elements */
p {
	margin-bottom: 18px;
        line-height: 1.5em;
}

ul.bulletList{
list-style:none outside none;
margin:0px 0px 18px 20px;
padding:0;
}

ul.bulletList li{
background-image:url("../images/redbullet.gif");
background-position:0 5px;
background-repeat:no-repeat;
margin-bottom:0;
padding: 0 0 5px 10px
}

ul.arrowList, ul.blogroll{
list-style:none outside none;
margin:0px 0px 18px 20px;
padding:0;
}

ul.arrowList li, ul.blogroll li{
background-image:url("../images/redarrow.gif");
background-position:0 4px;
background-repeat:no-repeat;
margin-bottom:0;
padding: 0 0 5px 10px
}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px 

rgba(0,0,0,0.1);
}
a:link {
	color:#4277bb;
}
a:visited {
	color:#204c84;
}
a:active,
a:hover {
	color: #204c84;
}

a.arrowLink{
background-image:url("../images/redarrow.gif");
background-position:0 4px;
background-repeat:no-repeat;
margin-bottom:0;
padding: 0 0 0px 10px;
}


/* Text meant only for screen readers */
.screen-reader-text {
font-size:0px;
margin:0px;
padding: 0px;
height: 0px;
/*
	position: absolute;
	left: -9000px;
*/
}


/************ END TEXT STYLES ************/


/************ MENU STYLES ************/

#access {
	/*width: 520px;*/ /*940*/
	display:block;
	/*float:right;*/
float:left;
margin-left:40px;
}
#access .menu-header,
div.menu {
	font-size: 18px;
	margin-top: 39px;
        background-color: #fff;
        float:left;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
        border-top: 1px solid #c8c8c8;
        border-right: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
        float: left;
}
div.menu ul ul{
        border: 0px;
}

#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
        border-left: 1px solid #c8c8c8;
}
#access a {
	display:block;
	text-decoration:none;
	color:#333;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#e8e8e8;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#4277bb;
	background:#e8e8e8;
}
#access ul li:hover > ul {
        color:#4277bb;
	background:#e8e8e8;
	display:block;
        z-index:10;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background:#e8e8e8;
	color: #4277bb;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#4277bb;
}

/************ END MENU STYLES ************/


/************ PROMO STYLES ************/

.promoDiv_01{
   padding: 20px;
   clear:both;
   background-color: #e8e8e8; /*#d9d9d9*/
   margin-bottom: 20px;
   border: 1px solid #c8c8c8;
}

.promoText_01{
   font-size: 16px;
   /*color: #65bab7;*/
   line-height:150%;
}

.bookHomePromo{
	background: url(../images/bookHomePromo_bg.gif) repeat-x;
        float:left;
        clear:both;
        padding: 0px 28px 0px 28px;
        width: 867px;
        height: 249px;
}

.bookHomePromo span{
       display:none;
}

h3.header_JoinTheHunt{
	background: url(../images/text_JoinTheHunt.gif) no-repeat;
        font-size: 0px;
        margin: 0px;
        padding: 0px;
        height: 18px;
        width: 283px;   
}

.bookHomePromoText01{
	background: url(../images/bookHomePromo_bgText.gif) no-repeat;
        height: 185px;
        width: 308px;
        float:left;
        margin: 35px 67px 0px 47px;
}

.bookHomePromoText02{
	background: url(../images/bookHomePromo_bgText2.gif) no-repeat;
        /*height: 204px;*/
        height: 133px;
        width: 299px;
        float:left;
        /*margin: 35px 67px 0px 47px;*/
        padding: 0px 0px 0px 0px;
        margin: 15px 0px 0px 27px;
        font-size: 0px;
}

.bookHomePromoBook{
        float:left;
        height: 246px;
        width: 139px;
}

.bookHomePromoBuy, .bookRightPromoBuy{
        float:left;
}

.bookHomePromoBuy table{
      margin: 0px 0px 0px 45px;
}

.bookHomePromoBuy table td{
    /*padding: 10px 0px 10px 17px;*/
     padding: 3px 10px 3px 0px;
}

.bookHomeFlash{
   float: left;
   padding: 25px 0px 0px 0px;

}

.bookRightPromoBuy{
	background: url(../images/rightBookPromo.jpg) no-repeat;
        height: 150px;
        width: 220px;

}

#mainContent{
	text-align: center;
padding:20px;
width:867px;
   border: 1px solid #c8c8c8;
background-color: #e8e8e8;
}


/************ END PROMO STYLES ************/

/************ PROMO MENU STYLES ************/


.bookHomePromoBuy a{
	display: block;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
        /*border: 1px solid #333;*/
}

.bookHomePromoBuy a:hover {
	display: block;
	float: left;
	background-position: 0 -37px; /*66*/
	background-repeat: no-repeat;
}

.bookHomePromoBuy .buyBorders{
	background: url(../images/mdBuy_Borders.gif) no-repeat; 
        height: 37px;
 	width: 121px;
}

.bookHomePromoBuy .buyIndie{
	background: url(../images/mdBuy_Indie.gif) no-repeat;
        height: 37px;
 	width: 121px;
}

.bookHomePromoBuy .buyAmazon{
	background: url(../images/mdBuy_Amazon.gif) no-repeat;
        height: 37px;
 	width: 121px;
}

.bookHomePromoBuy .buyBarnesAndNoble{
	background: url(../images/mdBuy_BarnesAndNoble.gif) no-repeat;
        height: 37px;
 	width: 121px;
}

/*
.bookHomePromoBuy .buyBorders{
	background: url(../images/lgBuy_Borders.gif) no-repeat; 
        height: 66px;
 	width: 131px;
}

.bookHomePromoBuy .buyIndie{
	background: url(../images/lgBuy_Indie.gif) no-repeat;
        height: 66px;
 	width: 131px;
}

.bookHomePromoBuy .buyAmazon{
	background: url(../images/lgBuy_Amazon.gif) no-repeat;
        height: 66px;
 	width: 131px;
}

.bookHomePromoBuy .buyBarnesAndNoble{
	background: url(../images/lgBuy_BarnesAndNoble.gif) no-repeat;
        height: 66px;
 	width: 131px;
}
*/

.bookRightPromoBuy a span{
      display:none;
}

.bookRightPromoBuy ul{
        float:left;
        padding: 27px 0px 0px 90px;
}

.bookRightPromoBuy li{
      padding: 0px;
      float:left;
      clear: both;
      margin: 0px 0px 3px  0px;
}

.bookRightPromoBuy a{
	display: block;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
        /*border: 1px solid #333;*/
}

.bookRightPromoBuy a:hover {
	display: block;
	float: left;
	background-position: 0 -27px;
	background-repeat: no-repeat;
}


.bookRightPromoBuy .buyBorders{
	background: url(../images/smBuy_Borders.gif) no-repeat;
        height: 27px;
 	width: 121px;
}

.bookRightPromoBuy .buyIndie{
	background: url(../images/smBuy_Indie.gif) no-repeat;
        height: 27px;
 	width: 121px;
}

.bookRightPromoBuy .buyAmazon{
	background: url(../images/smBuy_Amazon.gif) no-repeat;
        height: 27px;
 	width: 121px;
}

.bookRightPromoBuy .buyBarnesAndNoble{
	background: url(../images/smBuy_BarnesAndNoble.gif) no-repeat;
        height: 27px;
 	width: 121px;
}




/************ END PROMO MENU STYLES ************/


/************ Navigation STYLES ************/

.skip-link{
    display:none;
}

.navigation {
	color: #888;
clear: both;;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/************ END Navigation STYLES ************/



/************ WIDGET STYLES ********************/

.xoxo{
clear:both;
}

.widget-container h3{
  color: #4277bb;
}


.widget-container .widgetHolder, #calendar_wrap, .widget_links ul{
   display:block;
   float: left;
   padding: 20px;
   clear:both;
   background-color: #e8e8e8; /*#d9d9d9*/
   /*margin-bottom: 20px;*/
   border: 1px solid #c8c8c8;
width: 180px;
   
}
/*
.widget-container div ul, .widget-container ul ul{
    display: inline;
    width: auto;
    padding: 0px 0px 0px 0px;
    border: 0px;
}
*/


.widget-container a, .widget-container a{
   text-decoration: none;
}

.widget-container div a:hover, .widget-container a:hover{
   text-decoration: underline;
}

.widget-container select{
width: 180px;
}

li.widget-container {
clear:both;
float:left;
margin-bottom:20px;
}

#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}


/************ END WIDGET STYLES ****************/


/************ SOCIAL ICON STYLES ************/

.bigSocialIcons{
    clear: both;
}

.bigSocialIcons ul{
    	list-style: none;
        float: left;
        padding: 0px;
        margin: 0px;
}

.bigSocialIcons ul li{
        float: left;
        padding: 0px 10px 0px 0px;
}

.textwidget .bigSocialIcons{
       width:230px;
}

.textwidget .bigSocialIcons ul{
        float: right;
}


/************ END SOCIAL ICON STYLES ************/


/************ POST STYLES ************/

.type-post{
   float: left;
   clear: both;
   padding: 0px 0px 25px 0px;
}

.entry-meta{
  font-size: 11px;
  padding: 0px 0px 20px 0px;
}

.type-post{
  /*border-bottom: 1px solid #c8c8c8;
  margin-bottom: 20px;*/

   padding: 20px;
   clear:both;
   background-color: #e8e8e8; /*#d9d9d9*/
   margin-bottom: 20px;
   border: 1px solid #c8c8c8;
   width: 600px;
}

/************ END POST STYLES ************/



/************ COMMENT STYLES ************/

.nocomments{
  display:none;
}

/************ END COMMENT STYLES ************/

/************ FOOTER STYLES ************/
#footer{
    padding: 20px 0px 20px 0px;
}

#colophon{
           text-align: center;
}

#colophon, #colophon a{
       color: #333;
       font-size: 11px;
       font-style: italic;
}
#colophon a{
      text-decoration: none;
}

/************ END FOOTER STYLES ************/



/************ COMMENT STYLES ************/
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

/************ END COMMENT STYLES ************/


/**************DELETE BELOW*******************/

