/*  
Theme Name: apetheme
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}

@font-face {
	font-family: 'AmarilloUSAFRegular';
	src: url('amarurgt-webfont.eot');
	src: local('☺'), url('amarurgt-webfont.woff') format('woff'), url('amarurgt-webfont.ttf') format('truetype'), url('amarurgt-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
.AmarilloUSAF {font-weight: normal; font-style: normal; line-height:normal; font-family: 'AmarilloUSAFRegular', sans-serif;font-size:14px;}

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

body{
	background:url('images/gridbg.png') top center repeat;
	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:93em;
	padding:0;
	border:1px solid #B3B3B3;
}

#container {
	margin:0 auto 1.5em;
	border:1px dashed #FD4917;
	background-color:#FFFFFF;
}

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

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

a:hover {
	color:#ffcc00;	
}


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

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

p{
	line-height:1.5em;
	font-size:1.15em;
}

ul li ul li {
	margin:0 0 0.5em 1.25em;
	font-size:1.1em;
	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{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}

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

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

table td{
	background:#EAEAEA;
}

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

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

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

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

#header{
	overflow:hidden;
	height:12.5em;
	margin-top:1.5em;
	border-bottom:1px dashed #FD4917;
}

#header .inside{
	float:left;
	margin-left:1.5em;
	width:87em;
}

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

#logo {
	float:left;
	margin-right:1em;
}

ul#nav {
	margin:0;
}

ul#nav li {
	float:left;
	list-style-type:none;
	margin:0 8px 0 0;

}

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

ul#nav li#blog_off a {
	background-position: 0 0;
}

ul#nav li#blog_off a:hover, a:active, ul#nav li#blog_on a {
	background-position: 0 -80px;
}

ul#nav li#tutorials_off a {
	width:100px;
    background-position: -100px 0;
    }
    
ul#nav li#tutorials_off a:hover, a:active, ul#nav li#tutorials_on a {
	background-position: -100px -80px;
}
    
ul#nav li#suggest_off a {
	width:100px;
    background-position: -200px 0;
}
    
ul#nav li#suggest_off a:hover, ul#nav li#suggest_on a {
	background-position: -200px 0px;
}

ul#nav li#about_off a {
	width:100px;
	background-position: -300px 0;
}

ul#nav li#about_off a:hover, a:active, ul#nav li#about_on a {
	background-position: -300px -80px;
}

ul#nav li#blank_off {
	width:100px;
	height:80px;
	background-color:#ffcc00;
}

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

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

#searchform{
	float:left;
}

#searchform #s{
	border:1px solid #FF9900;
	width:28.3em;
	color:#444;
	float:left;
	font-size:1.2em;
	padding:0.25em 0.5em; 
	margin-top:0.8em;
}

#searchform #searchsubmit{
	float:left;
	position:relative;
}


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

#left{
	background-color:#FFFFFF;
	border-right:1px dashed #FD4917;
	float:left;
	width:67em;
}

.dividerbox {
	border-bottom:1px dashed #FD4917;
	margin:0 0 1em;
	text-align:center;
}

.dividerbox p {
	margin-bottom:0.8em;
}

.titlebox, .titleboxpage {
	border-bottom:1px dashed #FD4917;
	border-top:1px dashed #FD4917;
	margin:3em 1.5em 0;
	clear:both;
		padding:1em 1em 0;
}


.titlebox h3 {
	font-size:2.1em;
	letter-spacing:-0.25px;
	font-weight:normal;
	margin:0.2em 0;
}


.titleboxpage h3 {
	font-size:2.1em;
	letter-spacing:-0.25px;
	font-weight:normal;
	margin-bottom:0.4em;
}

.titlebox p {
	color:#999999;	
}

.primary{
	color:#444;
	margin:0 1.5em;
	clear:both;
	border-botom:1px dashed #FD4917;
}

* html .primary {
		display:inline;
}

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

}

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

.story, .story p {

	font-size:12px;
	line-height:17px;
	margin-bottom:1.5em;
}

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

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

.story p a:hover {
	color:#e39600;	
}

.story h3{
	font-size:2.1em;
	letter-spacing:-0.25px;
	font-weight:normal;
	margin-bottom:.25em;
}

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

.story li {
	line-height:1.25em;
}

.story img {
	border:1px solid #DDDDDD;
	padding:0.5em;
	margin-bottom:1em;
} 

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

.details{
	color:#666666;
	border-bottom:1px dashed #FD4917;
	margin:0 1.5em;
}

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

.details p {
	margin:0;
}

.detailcategories {
	float:left;
	border-right:1px dashed #FD4917;
	width:70%;
	padding:0.7em 0 0.5em 1em;
}

.detailcomments {
	float:left;
	padding:0.85em 0 0 1em;
}

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


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

.secondary{
	color:#444;
	margin:0 1.5em;

	border-botom:1px dashed #FD4917;
}

.comment-head{
	border-bottom:1px dashed #FD4917;
	padding:.8em 0 0 1.5em;
}
.comment-head h2{
	font-size:1.5em;
	margin:0;
	color: #FD4917;
}
.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;
}
* 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:80%;
	margin-left:1.9%;
	border-left:1px dotted #ddd;
	padding: 0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
}
#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:#FD4917;
	font-weight:normal;
}
/*-----------------------------------------------------------------------------------------------
  Righty Items
-----------------------------------------------------------------------------------------------*/

#righty{
	width:22.5em;
	float:right;
}

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

.block {
	padding:1.5em;
}

.block ul {
        list-style-type:none;
        margin:0 0 2em 0;
}

.block ul li ul li {
        list-style-type:none;
        margin:0;
        padding:0.4em 0;
        border-bottom:1px dotted #ccc;
        line-height:1.5em;
}

.block ul li .date {
        padding:0 1em 0 0;
        color:#999999;
}

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

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

/*-----------------------------------------------------------------------------------------------
  Shop
-----------------------------------------------------------------------------------------------*/
.shop_itemtitle {
	border-bottom:1px dashed #FD4917;
	clear:both;
	float:left;
	width:100%;
}

.shop_itemtitle h1 {
	margin:0.5em 0 0.3em 0.5em;
}

.shop_itembox {
	border:1px dashed #FD4917;
	float:left;
	width:28em;
	margin:2em 1em 0 1.5em;
}

.shop_itemcontent {
	float:left;	
	padding:1.5em;
}

input.addtocart {
	display:block;
    height:35px; width:100px;
    background-image:url(/wp-content/themes/apetheme/images/addtocart.png);
    border:0;
    text-indent:-9000px;
    line-height:0px;
    }

input.addtocartover {
	background-position: 0 -35px;
	display:block;
    height:35px; width:100px;
    background-image:url(/wp-content/themes/apetheme/images/addtocart.png);
    border:0;
    text-indent:-9000px;
    line-height:0px;
}

.viewcart a{
	display:block;
	width:135px;
	height:35px;
	background-image:url(/wp-content/themes/apetheme/images/viewcart.png);
    border:0;
    text-indent:-9000px;
    line-height:0px;
}

.viewcart a:hover, a:active {
	background-position:0 -35px;
	border:0;
}

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

#screen-meta {
display: none;
}
