/*  
Theme Name: rlctheme
Theme URI: http://www.apeonthemoon.com
Description:  Custom designed for Ape on the Moon by Andrew Le. This theme was designed with WordPress 2.8.4 under Firefox and tested in Safari and IE 6.</strong></a>.
Version: 1.00
Author: Andrew Le
Author URI: http://www.andrewle.com
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/
* {
	padding:0;
	margin:0;
	outline:none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0 0 5px 0; }
img.alignright, div.alignright {float:right; margin:0 0 1em 1em}
img.alignleft, div.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter, div.aligncenter {display: block; margin-left: auto; margin-right: auto}
li, dd {list-style-type:none;}
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}



/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background-color:#FFFFFF;
	color:#444;
	font-size:10px;
	font-family:Helvetica, Arial, sans-serif;
	width:100%;
	line-height:1.5em;
}

#biggercontainer {
	margin:3em auto 0;
	background-color:#FFFFFF;
	width:103em;
	padding:0;
	border:1px solid #B3B3B3;
}

#container {
	margin:0 auto 1.5em;
}

#container, #footer{
	width:103em;
}

a{
	color:#DA1651;
	text-decoration:none;
}

a:hover {
	color:#DA1651;
	text-decoration:underline;	
}


h1{
	color:#444;
	font-size:2.1em;
	letter-spacing:-0.25px;
	font-weight:normal;
	margin-bottom:.25em;
	line-height:1em;
}

h2, h3{
	color:#444;
	font-size:1.2em;
	font-weight:bold;
}

ul li{
	font-size:1.15em;
	line-height:1.25em;
}

blockquote{
	margin:1em 0;
	padding:1em;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	color:#444; 
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #444;
	border-bottom:1px dotted #444;
}

table th, table td{ padding:0.3em 0.75em; }

table th{
	color:#fff;
	background:#444;
	text-align:left;
}

table caption{
	text-align:left;
	color:#fff;
	margin-bottom:-1em;
	margin-top:1em;
}

.mailinglist {
	width:100%;
	border-spacing:0px;
}

.mailinglist td {
	background-color:#333333;
	color:#ffffff;
}

.rule{
	border-top:1px dotted #DDD;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

.navigation {
	padding:0 2em 3em;
}
.navigation a {
	font-size:1.3em;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header{
	overflow:hidden;
	height:200px;
	border-bottom:1px solid #b3b3b3;
}

#headright {
	float:right;
	width:49.5em;	
	border-left:1px solid #b3b3b3;
}

#topright {
	width:49.5em;
	height:130px;
	float:right;
	background-color:#FFFFFF;
}

#topright p {
	font-size:1.15em;
	line-height:1.5em;
	margin:0 0 0 1em;
	color:#666666;
}

#botright {
	width:49.5em;
	height:70px;
	float:right;
	background-color:#333333;
	color:#ffffff;
}

#botright p {
	color:#ffffff;
	font-size:1.2em;
	line-height:1.5em;
	text-align:center;
}

#headrightinside {
	width:48.5em;
	margin:2em auto;
}

/*for IE6 */
* html #header .inside {
	display:inline;
}

#logo img{
	width:330px;
	float:right;
}

#nav {
	width:202px;
	height:202px;
	float:right;
}

ul.nav {
	margin:0;
}

ul.nav li {
	float:left;
	list-style-type:none;
	margin:0;
	border-left:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
}

ul.nav li a {
	display:block;
    width:100px;
    background-image:url(images/menu.png);
    text-indent:-9000px;
    }

ul.nav li#home_off a {
	background-position: 0 0;
	height:100px; 
}

ul.nav li#home_off a:hover, a:active, ul.nav li#home_on a {
	background-position: 0 -100px;
	height:100px; 
}

ul.nav li#tips_off a {
	width:100px;
	height:100px; 
    background-position: -100px 0;
    }
    
ul.nav li#tips_off a:hover, a:active, ul.nav li#tips_on a {
	background-position: -100px -100px;
	height:100px; 
}
    
ul.nav li#about_off a {
	width:100px;
	height:100px; 
    background-position: -200px 0;
}
    
ul.nav li#about_off a:hover, ul.nav li#about_on a {
	background-position: -200px -100px;
	height:100px; 
}

ul.nav li#resources_off a {
	width:100px;
	height:50px;
	background-position: -300px 0;
}

ul.nav li#resources_off a:hover, a:active, ul.nav li#resources_on a {
	background-position: -300px -50px;
	height:50px;
}

ul.nav li#book_off a {
	width:100px;
	height:50px;
	background-position: -400px 0;
}

ul.nav li#book_off a:hover, a:active, ul.nav li#book_on a {
	height:50px;
	background-position: -400px -50px;
}

/*-----------------------------------------------------------------------------------------------
  Header Search Bar
-----------------------------------------------------------------------------------------------*/
/*for IE6 */
* html #searchbar {
		display:inline;
}

#searchbar {
	float:left;
	width:43.5em;
	height:3em;
	margin-left:1.5em;
}

#searchform{
	font-size:1.15em;
	line-height:1.5em;
	width:20em;
	margin:1.5em auto;
	background-color:#333333;
	border:1px solid #333333;
}

#searchform #s{
	width:17em;
	color:#666;
	padding:0.6em;
	border:0 none;
}

#searchform #searchsubmit {
height: 24px;
width: 24px;
text-indent: -9999px;
border: none;
cursor:pointer;
background: url(images/searchsubmit.png) no-repeat left top;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#left{
	background-color:#FFFFFF;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	float:left;
	width:53.4em;
}

#left_noads{
	background-color:#FFFFFF;
	border-bottom:1px solid #b3b3b3;
	float:left;
	width:100%;
}

.mainimage{
	width:450px;
}

.timeandauthor {
	font-size:1em;
	color:#999999;
	display:block;
	margin-bottom:1em;
}

.story h2 {
	font-size:2.2em;
	letter-spacing:-0.25px;
	font-weight:bold;
	margin-bottom:0.75em;
	line-height:1.5em;
	margin-top:0.75em;
}

.primary{
	color:#444;
	margin:2em;
	clear:both;
	border:1px solid #b3b3b3;
}

.primary_noads{
	color:#444;
	margin:2em 5em;
	clear:both;
}


* html .primary {
		display:inline;
}

.primary .story h2, .primary .primary h2, .primary .primary h3, .story h3, .story h3 a{
	color:#DA1651;
}

.story {
	padding:2em 2em 0;
}

.story p {
	font-size:1.35em;
	line-height:1.45em;
	margin-bottom:1em;
	color:#333333;
}

.story img {
max-width: 450px;
width: expression(this.width > 450 ? 450: true);
}

.story a{
	color:#DA1651;
	text-decoration:none;
}

.story p a{
	color:#da1651;
	text-decoration:none;
}

.story p a:hover {
	color:#DA1651;	
	text-decoration:underline;
}

.story h3{
	font-size:1.8em;
	letter-spacing:-0.25px;
	font-weight:normal;
	margin:0.5em 0;
	line-height:1.3em;
}

.story h3 a{
	text-decoration:none;
}

.story li {
	line-height:1.25em;
	padding:0 2em 0 1.3em;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin-bottom:0.5em;
	font-size:1.35em;
}

.story li a, .story li a:visited {color:#333333;text-decoration:none;list-style-type:none;}
.story li a:hover, .story li a:active {color:#da1651;}

.story p img {
	padding:0.5em;
	margin-bottom:1em;
} 

div.story ul.dates h3 a, div.story ul.dates h3{
	color:#DA1651;
	font-size:15px;
	margin-top:0.5em;
}

.details{
	color:#333333;
	background-color:#DDDDDD;
}

.details a{
	color:#DA1651;
	text-decoration:none;
}
.details a:hover{
	color:#DA1651;
	text-decoration:underline;
}

.details p {
	margin:0;
}

.details img {
	margin:0 3px 3px 0;
	vertical-align:middle;
}

.detailcategories {
	float:left;
	border-right:1px dotted #FFFFFF;
	width:70%;
	padding:0.7em 0.5em 0.4em 1em;
}

.detailcomments {
	float:left;
	padding:0.7em 0.5em 0.4em 1em;
}

.tags {
	border-top:1px dashed #DA1651;
	border-bottom:1px dashed #DA1651;
	font-size:1em;
	padding:0.7em 0 0 0;
}


/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

.facebook, .contactus, .affiliates {
	border-bottom:1px solid #b3b3b3;
}

.twitter {
	border-top:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
}

.secondary{
	color:#444;
	margin:0 2em;
	border-botom:1px solid #b3b3b3;
}

.comment-head{
	border-bottom:1px solid #b3b3b3;
	padding:.8em 0 0 0;
}
.comment-head h2{
	font-size:1.5em;
	margin:0;
	color: #DA1651;
}
.comment-head a{
	text-decoration:none;
	color:#868686;
}
.comment-head .details{
	
}

ol#comments{
	list-style-type:none;
	margin:1em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#comments cite{
	float:left;
	font-style:normal;
	text-align:right;
	width:20%;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#666;
	border:1px solid #999;
	text-decoration:none;
}
.primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #444;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
	float:left;
	width:75%;
	margin-left:1.9%;
	border-left:1px dotted #ddd;
	padding: 0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
	font-size:1.2em;
	line-height:1.5em;
}
#comments .content h3{
	margin:0;
	
}

#comment-form{
	margin:3em 0 2em 1.5em;
	width:36em;
}
input.textfield{
	width: 15em;
	margin:5px 0;
}
textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 

}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}
.formhead {
	font-size:1.8em;
	color:#DA1651;
	font-weight:normal;
}

/*-----------------------------------------------------------------------------------------------
  Middle Column
-----------------------------------------------------------------------------------------------*/

#middlecolumn {
	width:23em;	
	float:left;
}

#middleinside {
	margin:0 auto;
	width:20em;	
}



/*-----------------------------------------------------------------------------------------------
  Righty Items
-----------------------------------------------------------------------------------------------*/

.textwidget {
	margin:1.5em;
	font-size:1.15em;
	line-height:1.5em;
}

.textwidget p {
	margin-bottom:1em;
}

#righty{
	width:26em;
	float:right;
	border-left:1px solid #B3B3B3;
	background-color:#ffffff;
	border-bottom:1px solid #b3b3b3;
}

#righty h3 {
	background-color:#DA1651;
	padding:0.7em;
	color:#ffffff;
}

#righty .block-separator{
	clear:both;
	height:2.5em;
	border-bottom:1px solid red;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px dotted #ccc;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px dotted #ccc;
}
ul.dates .date{
	color:#444;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#444;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#444;
	text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	color:#999;
}

ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	padding:0 0 1em;
	margin:0 auto;
}

#footer p{
	margin:0 2em;
	font-size:1em;
}

#footer p.attributes a{
	text-decoration:none;
	color:#CCC;
}
#footer p.attributes a:hover{
	color:#FFF;
}

#footer a{
	color:#CCC;
}

#footer a:hover{ color:#999; }

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/


#search{
	float:left;
	width:140px;
	margin:1em 0 0 0;
	text-align:right;
}
#search .searchimg{
	float:left;
	position:relative;
	top:4px;
}
#search input{ 
	width:18em; 
	background:#000;
	color:#3d3d3d;
	padding:0.5em;
	border:1px dotted #ccc;
	border-left:0;
	border-right:0;
}
#search input:focus{
	color:#111;
	color:#ccc;
}



/* Legacy Typo CSS */

#search-results{
	width:30%;
	background:#444;
	padding:0 0 0 0;
	float:right;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

.archivecombo {
    border:1px solid #3D3D3D;
	border-left:0;
	border-right:0;
	background: #000;
	color:#CCC;
	padding:0.5em 0;
	width:245px;
	font-size:1.1em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#righty ul {
        list-style-type:none;
        margin:1.5em 0;
}

#righty ul li {
        list-style-type:none;
        margin:0.4em;
        padding:0 1em;
        line-height:1.5em;
}

#righty ul li .date {
        padding:0 1em 0 0;
        color:#666666;
}

#righty ul li a, .block a {
	color:#666666;
	text-decoration:none;
}

#righty ul li a:hover, .block a:hover {
	color: #DA1651;
}

img.wp-smiley {border:none; padding:0; margin:0; }


/*-----------------------------------------------------------------------------------------------
  eBook Page
-----------------------------------------------------------------------------------------------*/

.tagline {
	font-size:2em;
	margin-top:24px;
	font-style:italic;
}

.reviewerbox {
	background-color:#DA1651;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:.5em;
	margin-top:.8em;
	font-style:normal;
}

.reviews {
	background:url('http://www.redlemonclub.com/wp-content/themes/rlctheme/images/RLCebookpic3.jpg') bottom right no-repeat;
	margin:4em 0;
}

.review {
	width:470px;
	font-size:1.7em;
	line-height:1.25em;
	padding:1.5em .8em;
	border-bottom:1px dotted #cccccc;
	font-style:italic;
	color:#222222;
}

.grayrule {
	border-bottom:1px solid #cccccc;
	margin-bottom:4em;
}

.textcol {
	width:700px;
	margin:0 auto;
	font-size:12px;
}

.quotebox {
	padding:2em;
	background-color:#CCCCCC;
	width:600px;
	margin:3em auto;
	vertical-align:middle;
}

.quotebox p {
	font-size:1.5em;
	line-height:1.45em;
	color:#333333;
	margin:0;
}

.quotebox p img {
	margin:0;
	padding:0 0 0 2em;
}

.samplethumb {
	width:99px;
	border:1px solid #cccccc;
	margin-right:1em;
}

.textcol h3 {
	margin-bottom:1.5em;
}

.earlyreview {
	background-color:#dddddd;
	padding:.8em;
	margin-bottom:1.5em;
	margin-top:3em;
}

.earlyreview p {
	margin:0;
}
