/*
Theme Name: IAOMAI.com
Version: 0.1
Author: Sky Box Creative
Author URI: http://skyboxcreative.com/
*/

@import "public/stylesheets/reset.css" screen, print;
@import "public/stylesheets/forms.css" screen, print;

/* Table of Contents 
=======================
	* - Global
	1 - Header
	2 - Structure
	3 - Nav
	4 - Search
	5 - Headings
	6 - Lists
	7 - Forms
	8 - Links
	9 - Misc
=======================
*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/


* {
	margin: 0;
	padding: 0;
}

html {
	background: url(public/images/sub.content2.jpg) repeat top center #E9D5B0;
}

body {
	margin:0;
	padding:0;
	font:14px/1.3 Arial,Sans-serif;
	color:#24150b;
	background: url(public/images/sub.header.2.2.jpg) repeat-x top center;
	text-align: left;
}

p {
	margin-bottom: 1em;
	text-align: left;
}

div.entry ul {
	margin: 1em;	
}

div.entry table td {
	vertical-align: top;
	padding: 5px;
}	
/* 1- Header
----------------------------------------------- */

div#header {
	width: 100%;
	clear: both;
	display: inline-block;
	height: 333px;
}

img#logo {
	position: absolute;
	display: block;
	margin-left: 0px;
	margin-top: 0px;
}

img#subimages {
	position: absolute;
	margin-top: 160px;
}

/* 2- Structure
----------------------------------------------- */

div#wrapper {
	width: 1280px;
	margin: 0px auto;
	text-align: left;
	background: url(public/images/sub.content.bottom.2.jpg) no-repeat bottom center;
}

div#content {
	width: 100%;
	clear: both;
	display: inline-block;
	min-height: 671px;
	padding-bottom: 100px;
}

div#content div#left {
	width: 490px;
	display: block;
	float: left;
	margin-left: 10px;
}

div#left p {
	margin-right: 40px;	
}

div#content div#right {
	display: block;
	float: right;
	margin-right: 115px;
	margin-top: 0px;
	width: 390px;
}

div#footer {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #e8d3ac;
	height: 100px;
}

div#footer p {
	text-align: center;
}

div#footer p.copy {
	width: 686px;
	margin: 0px auto;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #8F8062;
}

div#footer p.disclaimer {
	width: 686px;
	margin: 0px auto;
	font-size: 10px;
}

div#footerbg {
	background: url(public/images/sub.footer.2.jpg) repeat-x bottom center;
	margin: 0;
	padding: 0;
	height: 146px;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	margin-top: -146px;
}

div#blog div#left {
	margin-left: 153px;	
	width: 625px;
}

div#blog div#right {
	width: 275px;
}

div#blog a {
	color: #24150b;
}

div#blog {
	padding-left: 44px;	
}


div.title {
	background: url(public/images/blog.header.gif) no-repeat top left;		
	width: 600px;
	min-height: 85px;
	font-family: Courier New, Courier New, Courier, monospace;
	font-weight: bolder;
	position: relative;
	float: left;
}

div.title h2 {
	font-size: 22px;
	margin: 35px 0px 0px 30px;
	float: left;
	width: 440px;
}

div.title h3 {
	float: right;
	margin: 40px 30px 0px 0px;
	font-size: 16px;
}

div.entry {
	padding: 10px;	
	font-size: 12px;
	width: 100%;
	clear: both;
	display: block;
}

div.footer {
	background: url(public/images/blog.footer.gif) no-repeat top left;		
	width: 580px;
	height: 19px;
	padding: 10px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

div#blog div.footer a {
	color: inherit;
}

div.bio {
	width: 100%;
	clear: both;
	display: block;
	margin-bottom: 1em;
	padding-bottom: 1em;
	float: left;
}

div.bio img.alignleft {
	float: left;	
	margin-right: 10px;
	margin-bottom: 1em;
}

div.partner {
	clear: both;
	display: block;
}

div.partner img {
	float: left; margin: .25em;	
}

div.team {
	float: left;
	display: block;
	clear:both;
	width: 450px;
}

div.team a {
	float: left;
	display: block;
}

div#followus {
	width: 220px;
	height: 97px;
	background: url(public/images/follow.us.png) no-repeat top left;	
	position: relative;
}

div#tags {
	width: 180px;
	height: 100px;
	display: block;
	position: relative;
	margin-bottom: 1em;
}

div#tags a{
	width: 180px;
	display: block;
	padding: 3px;
	font-size: 14px !important;
	margin-left: 10px;
	border-bottom: 1px solid #c9af89;
	text-transform: capitalize;
}

div#tags a:last-child {
	border: none;
}

/* 3- Nav
----------------------------------------------- */

ul#nav {
	list-style-type: none;
	float: right;
	margin-top: 75px;
	margin-left: 460px;
	position: absolute;
}

ul#nav li {
	float: left;
	height: 12px;
	margin-right: 3px;
	padding-left: 3px;
}

ul#nav li+li {
	border-left: 1px solid #e8d3ac;

}

ul#nav li a {
	font-weight: bolder;
	text-transform: uppercase;
	padding: 5px 7px;
	display: block;
	position: relative;
	margin-top: -10px;
}

ul#nav li a:hover, ul#nav li.current_page_item a, ul#nav li.current_page_parent a {
	background-color: #693d17;
}

ul#subnav {
	width: 100%;
	list-style-type: none;
	clear: both;
	text-align: center;
	margin-left: 143px;
	color: #543018;
	font-size: 12px;
}

ul#subnav li  {
	float: left;
	width: 248px;
}

ul#subnav li a {
	color: inherit;	
}

ul#subnav li a span.text {
	width: 208px;
	height: 35px;
	overflow: hidden;
	margin: -10px auto 0px auto;
	position: relative;
	display: block;
}

ul#fnav {
	list-style-type: none;
	clear: both;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul#fnav li {
	display: inline;
	height: 11px;
	padding-left: 7px;
	margin-right: 5px;
}

ul#fnav li+li {
	border-left: 1px solid #e8d3ac;
}

ul#fnav li a {
	text-transform: uppercase;
	font-weight: bold;
}

ul#lnav {
	list-style-type: none;
	text-align: right;
	width: 210px;
	background: url(public/images/lnav.shadow.gif) no-repeat top right;
	padding-top: 15px;
	height: 446px;
	margin-left: 50px;
	float: left;
}

ul#lnav li {
	margin: 5px 0px;
	margin-right: 20px;
}

ul#lnav li a {
	color: #24150b;
	text-align: right;
}

ul#lnav li ul {
	list-style-type: none;	
	text-align: right;
}

ul#lnav li ul li  {
	margin: 0px;
	font-style: italic;
}

ul#lnav li.current_page_item a {
	font-weight: bold;
}

ul#sidebar , ul#sidebar li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#sidebar li ul {
	
}

ul#sidebar li ul li {
	margin-left: 10px;
	width: 180px;
	padding: 3px;
	border-bottom: 1px solid #c9af89;
}

ul#sidebar li ul li:last-child {
	border: none;
}


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

/* 5- Headings
----------------------------------------------- */

h1 {
	font-size: 22px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
}

h2.articles {
	background: url(public/images/sidebar.recent.gif) no-repeat top left;	
	width: 201px;
	height: 61px;
	display: block;
}

h2.categories {
	background: url(public/images/sidebar.category.gif) no-repeat top left;	
	width: 201px;
	height: 70px;
	display: block;
}

h2.tags {
	background: url(public/images/sidebar.tags.gif) no-repeat top left;	
	width: 201px;
	height: 61px;
	display: block;
}

h3, h2.pagetitle {
	font-weight: bold;
	font-size: 11pt;
}

/* 6- Lists
----------------------------------------------- */

ul#sitemap {
	margin-left: 20px;	
}

ul#sitemap li {
	margin-left: 20px;	
}

/* 7- Forms
----------------------------------------------- */

table.join td.label {
	width: 100px;
	font-weight: bold;	
}

table.join input , table.join textarea {
	width: 300px;		
}

table.join textarea {	
	height: 100px;
}

table.join input#submit {
	float: right;
	width: 97px;
	height: 37px;
	background: url(public/images/submit.png) no-repeat top left;
	border: none;
	cursor: pointer;
}

/* 8- Links
----------------------------------------------- */

a img {
	border: none;
}

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

div.entry a, div#left a  {
	color: #24150b;
	font-weight: bold;
}

a#fb {
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	top: 43px;
	left: 31px;
}

a#tw {
	position: absolute;
	display: block;
	width: 29px;
	height: 29px;
	top: 43px;
	left: 83px;
}

a#yt {
	position: absolute;
	display: block;
	width: 63px;
	height: 27px;
	top: 43px;
	left: 130px;
}

/* 9- Misc
----------------------------------------------- */

.left {
	float: left;	
}

.right {
	float: right;	
}

.margin20pxright {
	margin-right: 20px;	
}

div.piclenselink {
	display: none;	
}