/*
Theme Name: MOA
Theme URI: http://jp3design.com/
Description: MOA Default Template
Version: 1.6
Author: Jason Peters
Author URI: http://jp3design.com/
Tags: 

*/

@import "reset.css";


/* Selectors
----------------------------------------------------- */

	
	body {
		font:10px arial, helvetica, sans-serif;
		line-height:1.3;
		color:#bbb;
		background:#fff;
	}
	
/* Type 
----------------------------------------------------- */
	
	a, a:visited { color:#969696; text-decoration:underline; }
	a:hover { color:#ff3b3c; }
	a img { border:none; }
	
	img[align="right"] { margin:0 0 10px 10px; float:right; }
	
	p { margin:14px 0; }	
	ul { margin:14px 0 14px 20px; }		
	#post-76 h1 { visibility:hidden; } /* Hide home heading */	

/* Common 
----------------------------------------------------- */

	.left, h1.posttitle { float:left; }
	.right { float:right; }
	.top { vertical-align:top; }
	.clear, .entry { clear:both; }
	.center { text-align:center; }
	.print { display:none; }

/* Layout 
----------------------------------------------------- */
	
    #wrap { width:805px; margin:40px 0 0 20px; }
	#content { float:right; width:590px; margin:73px 0 0 0; }
	#nav { width:195px; float:left; }
	#nav ul { width:165px; margin:35px 0 10px 0; list-style:none; clear:left; }
	#nav li { width:170px; float:left; clear:left; }
	#nav ul ul { margin-top:0; }
	#nav ul a { width:150px; padding:0 20px 0 0; color:#666; text-decoration:none; }	
	#nav ul ul li { margin-bottom:0px; padding-top:3px; }	
	#nav ul ul ul li { background:none; margin-bottom:0; padding-top:0; }				
	#nav ul a:hover { color:#ff3b3c; }
	#nav li.new { background:url("images/new.png") no-repeat right -8px; }
	#nav ul ul ul ul { background:url("images/dots.png") repeat-x top; padding:10px 0 0 0; display:none !important; }
	#nav ul ul ul li.current_page_item ul, #nav ul ul ul li.current_page_ancestor ul { display:block; } 
	#nav ul ul ul ul a { font-weight:normal; }
	
	/* Misc Identity 
	#nav ul li.page-item-11 { background:url("images/dots.png") repeat-x left 33px; }
	#nav ul li.page-item-11 ul { margin-top:30px; }*/
	
	/* Contact/About */
	/*#nav ul li.page-item-15 { background:url("images/dots.png") repeat-x top left; margin-top:4px; padding-top:13px; } 
	#nav ul li.page-item-15 a { margin:0; padding:15px 0 0 0; text-decoration:none; } */
	
	/* Hide Home */
	#nav ul li.page-item-76/*, #nav ul ul li.page-item-7 ul, #nav ul ul li.page-item-9 ul*/ { display:none; } 
	
	#nav ul ul ul li.current_page_parent a, .current_page_item a { color:#ff3b3c !important; }
	#nav ul ul li.current_page_item ul a { color:#969696 !important; }
	
	#logo { width:174px; /*background:url("images/dots.png") repeat-x 2px bottom;*/ margin:0 0 13px -2px; padding-bottom:1px; }
	#logo a { display:block; margin:0; position:relative; left:-3px; }
		
	/* --- Next/Prev --- */
	.navigation { float:right; text-transform:lowercase; }
	.navigation a { text-decoration:none; }
	
	
	
	
	
	/* Font sizes */

	#nav ul ul li a { font-size:12px; }
	#nav ul ul ul a { font-size:10px; color:#bbb; text-transform:none; font-weight:normal; display:block; } /* Link sizes */
	h1 { font-size:12px; color:#666; }
	h2 { font:bold 24px/24px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:0 0 15px 0; }
	h3 { font:bold 20px/20px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:0 0 15px 0; }
	h4 { font:bold 16px/18px Arial, Helvetica, sans-serif; margin:0 0 15px 0; }
	h5 { font:bold 14px/16px Arial, Helvetica, sans-serif; margin:0 0 15px 0; }
	h6 { font:bold 13px/14px Arial, Helvetica, sans-serif; margin:0 0 15px 0; }
	body { font-size:10px; }
	
	/* Background colours */	

	#post803 { background:#fff; }
	
	
	
	
	
	
