/*
Theme Name: Apollo 3.2
Theme Author: Jamesson Creative
*/

/* --------- RESET ------------ */
/* v1.0 | 20080212 */  html, body, div, span, applet, object, iframe, h1, 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; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }  /* remember to define focus styles! */ :focus { 	outline: 0; }  /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; }  /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; }
/* --------- END RESET ------------- */

/* --------- LAYOUT ------------- */
/* bg/images first! */
body {
	background: #000 url(images/head.jpg) no-repeat center top;
}
#Menu, #Menu a {
	background: transparent url(images/nav.gif) no-repeat left top;
}
#Tabs, #Tabs a {
	background: transparent url(images/tabs.gif) no-repeat left top;
}
/*#Wrapper {
	background: transparent url(images/foot_bg.jpg) no-repeat center bottom;
}*/
#Guidebook {
	background: transparent url(images/guidebook.gif) no-repeat 0 0;
}

/* structure */
body {
	text-align: center;
}
#Wrapper {
	min-height: 1200px;
}
#Page {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#Header {
	width: 960px; height: 420px;
	position: relative;
}
#Main {
	width: 960px; min-height: 500px;
	position: relative;
	padding-top: 20px;
}
#FooterWrapper {
	width: 100%; height: 520px;
	position: relative;
	margin-top: 120px;
	background-image: url(images/foot_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
#Footer {
	width: 960px; min-height: 520px; 
	margin: 0 auto;
	position: relative;
}

/* columns */
#Main {
	float: left;
}
#Content {
	width: 700px;
	float: left;
}
#Sidebar {
	width: 260px;
	float: left;
}
#Footer {
	clear: left;
	padding-top: 100px;
	margin-bottom: 140px;
}

/* header */
#Logo {
	width: 243px; height: 20px;
	position: absolute;
	top: 13px; left: 30px;
	margin: 0; padding: 0;
}
#Subscribe {
	position: absolute;
	top: 240px; left: 568px;
}
#Menu {
	width: 624px; height: 10px;
	position: absolute;
	top: 20px; left: 306px;
}
#Guidebook {
	display: block;
	width: 173px; height: 92px;
	position: absolute;
	top: 274px; left: 11px;
	text-indent: -9999px; overflow: hidden; font-size: 1%;
}
#Guidebook:hover, #Guidebook.current {
	background-position: 0 -92px;
}
#Tabs {
	width: 321px; height: 43px;
	position: absolute;
	top: 375px; left: 352px;
}
#Twitter a {
	display: block;
  width: 115px; height: 80px;
  position: absolute;
  bottom: 0; right: 60px;
	text-indent: -9999px; overflow: hidden; font-size: 1%;
}
/* tabs adv/wlp sprite */
#Tabs a {
	position: absolute; /* relative to #tabs */
	height: 43px;
	display: block;
	text-indent: -9999px; overflow: hidden; font-size: 1%;
}
#Tabs #tab_adv a {
	width: 170px;
	top: 0; left: 0;
	background-position: 0 0;
}
#Tabs #tab_wlp a {
	width: 151px;
	top: 0; right: 0;
	background-position: -170px 0;
}
#Tabs #tab_adv a.current {
	background-position: 0 -43px;
}
#Tabs #tab_wlp a.current {
	background-position: -170px -43px;
}
#Tabs #tab_adv a:hover {
	background-position: 0 -86px;
}
#Tabs #tab_wlp a:hover {
	background-position: -170px -86px;
}
/*
========================================
NAV MATRIX
========================================
*/
#Menu {text-indent: -9999px; list-style-type: none; overflow: hidden; font-size: 2%;}
#Menu li {float: left; margin: 0; padding: 0; height: 10px;}
#Menu li a {position: absolute; height: 10px;	background: url(images/nav.gif) no-repeat 0 0; display:block;}

li#Menu_Ho a {width: 40px; left:  0px; background-position:   0    0;}
li#Menu_Ad a {width: 88px; left: 40px; background-position:  -40px 0;}
li#Menu_Gu a {width: 80px; left:128px; background-position: -128px 0;}
li#Menu_Wa a {width: 88px; left:208px; background-position: -208px 0;}
li#Menu_Th a {width: 75px; left:296px; background-position: -296px 0;}
li#Menu_Be a {width:128px; left:371px; background-position: -371px 0;}
li#Menu_Re a {width:125px; left:499px; background-position: -499px 0;}

li#Menu_Ho a:hover, li#Menu_Ho a.current {background-position:   0    -10px;}
li#Menu_Ad a:hover, li#Menu_Ad a.current {background-position:  -40px -10px;}
li#Menu_Gu a:hover, li#Menu_Gu a.current {background-position: -128px -10px;}
li#Menu_Wa a:hover, li#Menu_Wa a.current {background-position: -208px -10px;}
li#Menu_Th a:hover, li#Menu_Th a.current {background-position: -296px -10px;}
li#Menu_Be a:hover, li#Menu_Be a.current {background-position: -371px -10px;}
li#Menu_Re a:hover, li#Menu_Re a.current {background-position: -499px -10px;}

/* ------- END LAYOUT --------- */

@import url(css/layout.css);
.clr {
	clear: both;
	max-height: 1px;
}
body {
	color: #fff;
	font: normal normal 78% Trebuchet, 'Trebuchet MS', Arial, sans-serif;
}
.entry {
	font-size: 1.15em;
}
.content {
	margin: 0 30px 0 10px;
}
.breadcrumb {
	margin: 0 0 2em 0;
	font-size: 0.9em;
}
.content h2.title {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	/* color: #f7941d; */
}
.content p {
	line-height: 1.8;
}
.content p, .content ul, .content blockquote, .content table,
.content h3, .content h4, .content h5, .content h6
{
	margin: 0 0 1em 0;
	padding: 0;
}
.content h2, .content h3, .content h4, .content h5, .content h6 {
	font-weight: normal;
	color: #9e7645;
}
.content h3 {
	font-size: 1.3em;
}
.content h4 {
	font-size: 1.15em;
}
.content h5, .content h6 {
	font-size: 1em;
	font-weight: bold;
}
.content h6 {
	font-style: italic;
}
.content ul {
	list-style-type: disc;
	margin-left: 1.5em;
}
.content li {
	line-height: 1.8;
	margin: 0.5em 0;
}

/* anchor colors */
a, a:link, a:visited {
	color: #f7941d;
/*	color: #09f;*/
/*	color: #00bff3;*/
/*	color: #57962d;*/
/*	color: #68E8FE;*/
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
.sidebar a, .footer a {
	color: #9e7645;
}
.sidebar a:hover, .footer a:hover {
	text-decoration: none;
	color: #f7941d;
}
#Header a {
	color: #fff;
}

/* grid */
.posts-grid {
	width: 100%;
	min-height: 10px;
	float: left;
}
.cell {
	margin: 0 0 10px 0; padding: 0;
	width: 210px; min-height: 220px; 
	float: left;
}
.column-0 { /* first column */
/*	clear: left;*/
/*	float: left;*/
}
.column-1 {
	margin-left: 15px;
	margin-right: 15px;
/*	float: left;*/
}
.column-2 {
/*	float: left;*/
}
.cell .image {
	border: solid 5px #888;
	width: 200px; height: 140px;
	margin: 0; padding: 0;
}
.cell .image img {
	width: 200px; height: 140px;
}
.cell:hover .image {
	border-color: #fff;
}
.cell:hover a {
	color: #fff;
}
.cell a:hover {
	text-decoration: none;
}
.cell .date {
	padding: 8px 6px;
	max-height: 30px;
}
.Adventures .cell .date {
	background: url(images/red.gif) repeat-x;
}
.Wallpapers .cell .date {
	background: url(images/green.gif) repeat-x;
}
.Adventures .cell:hover .date {
	background-image: url(images/red_on.gif);
}
.Wallpapers .cell:hover .date {
	background-image: url(images/green_on.gif);
}
.cell .title {
	margin: 0;
	padding: 0.5em 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.wp-caption {
	clear: both;
	padding: 0.25em 0.5em;
/*	border: solid 3px #111;*/
}
p.wp-caption-text {
	padding: 1em 0 0 0;
	font-size: smaller;
	color: #eee;
	text-align: center;
}
#post-1041 .wp-caption, #post-1153 .wp-caption, #post-1122 .wp-caption, #post-1098 .wp-caption,
#post-1082 .wp-caption, #post-1211 .wp-caption
{
	background: url(images/thumb_bg.jpg) no-repeat left top;
	padding: 0 25px 75px 25px;
}


/* posts */
.single .summary img {
	float: left;
	margin-right: 2em;
/*	margin-bottom: 1em;*/
	margin-bottom: 0;
	border: solid 6px #fff;	
}
.summary p {
	margin: 0.5em 0; padding: 0;
}
.summary .label {
	color: #999;
}
.single.Adventures .summary {
	float: left; 
	width: 100%;
/*	padding-bottom: 50px;*/
/*	background: url(images/seperator.gif) no-repeat center bottom;*/
/*	margin-bottom: 30px;*/
}
.single.Adventures {
	clear: both;
/*	padding-bottom: 65px;*/
/*	background: url(images/seperator.gif) no-repeat center bottom;*/
	margin-bottom: 1em;
}

.single.Wallpapers .details {
	float: left;
	width: 240px;
}
.single.Wallpapers .title {
/*	font-size: 1.6em;*/
}
.single.Wallpapers .downloads {
	float: right;
	width: 200px;
	text-align: center;
	background: #0a0a0a;
	border: solid 5px #131313;
	margin: 0 0 1.5em 1.5em;
}
.single.Wallpapers .downloads h3 {
	font-size: 1.4em;
	color: #fff;
	background: #212121;
	padding: 0.5em 0;
}
ul.wlp_downloads, ul.wlp_downloads li {
	list-style-type: none;
	margin: 0; padding: 0;
}
ul.wlp_downloads {
	margin: 1em 0;
}


.post_navigation {
	padding: 10px 0;
	margin: 0;
/*	height: 93px;*/
	width: 100%;
	clear: both;
	position: relative;
/*	background: url(images/compass.jpg) no-repeat center center;*/
}
.post_navigation .pane {
	height: 93px;
	width: 93px;
	margin: 0 auto;
}
.post_navigation .pane {
	background: url(images/compass-sprite.gif) no-repeat 0 -186px;
}
.post_navigation.prev .pane {
/*	background-image: url(images/compass_previous.gif);*/
	background-position: 0 -93px;
}
.post_navigation.next .pane {
/*	background-image: url(images/compass_next.gif);*/
	background-position: 0 0px;
}
.post_navigation a {
	display: block;
	width: 185px;
	height: 52px;
	position: absolute;
	top: 15px;
	text-indent: -9999px; overflow: hidden; font-size: 1%;
}
.post_navigation a {
	background-repeat: no-repeat;
	background-position: 0 0;
}
.post_navigation.Wallpapers .previous a {
	background-image: url(images/previous_wallpaper.jpg);
}
.post_navigation.Adventures .previous a {
	background-image: url(images/previous_adventure.jpg);
}
.post_navigation.Wallpapers .next a {
	background-image: url(images/next_wallpaper.jpg);
}
.post_navigation.Adventures .next a {
	background-image: url(images/next_adventure.jpg);
}
.post_navigation.page .previous a, .post_navigation.News .previous a {
	background-image: url(images/previous-page.jpg);
}
.post_navigation.page .next a, .post_navigation.News .next a {
	background-image: url(images/next-page.jpg);
}
.post_navigation .previous a {
	left: 60px;
}
.post_navigation .next a {
	right: 60px;
}
.post_navigation a:hover {
	background-position: 0 -52px;
}

/* comments */
.comments {
	clear: both;
}
ul.commentlist, ul.commentlist li {
	margin: 0; padding: 0;
	list-style: none;
}
ul.commentlist li {
	margin: 0 0 1.5em 0;
	padding: 0 0 0.5em 0;
	border-bottom: solid 1px #666;
}



.sidebar li li a, .footer li li a {
	display: block;
}

/* sidebar */
.sidebar {
}
.sidebar li {
	margin: 0 0 2em 0;
	text-align: center;
}
.sidebar h2 {
	padding: 10px 0;
	margin: 0 0 0.5em 0;
	background: url(images/sidebar.jpg) no-repeat center top;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
/*	color: #f7941d;*/
	color: #ccc;
}
.sidebar li ul {
}
.sidebar li ul li {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

/* ads */
.ads-tags {
	margin: 1em 0;
	min-height: 18px;
}
.ads {
	width: 336px; height: 160px;
	position: relative;
	margin: 2em 0;
}
.ads a {
	width: 125px; height: 125px;
	display: block;
	position: absolute;
}
.ad-slot-wide {
	width: 260px; height: 180px;
	top: 0;
	left: 0;
}
.ad-slot-1 {
	top: 0;
	left: 0;
}
.ad-slot-2 {
	top: 0;
	right: 0;
}
.ad-slot-3 {
	top: 190px;
	left: 0;
}
.ad-slot-4 {
	top: 190px;
	left: 135px;
}

.ad_block {
	margin: 0.5em 0 2em 0;
}

/* footer */
#recommend {
	display: block;
	width: 200px; height: 25px;
	position: absolute; /* relative to #footer_wrapper */
	top: 70px; right: 38px;
	text-indent: -9999px; overflow: hidden; font-size: 1%;
}
#recommend2 {
	display: block;
	width: 90px; height: 60px;
	position: absolute; /* relative to #footer_wrapper */
	top: 128px; right: 28px;
	text-indent: -9999px; overflow: hidden; font-size: 1%;
/*	background: #fff;*/
}
#rss-347870991 {
	position: absolute;
	top: 210px;
	left: 100px;
	width: 200px;
	text-align: right;
}
#rss-347870992 {
	position: absolute;
	top: 210px;
	left: 660px;
	width: 200px;
	text-align: left;
}
#text-347870993 {
	text-align: center;
	position: absolute;
	top: 210px;
	left: 375px;
	width: 200px;
}
.footer-message {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.footer-message p {
	width: 300px;
	margin: 0.5em auto;
}

.footer {
	color: #fff;
	line-height: 1.5;
}
.footer ul li {
	margin: 0.5em 0;
}
.footer li h2 {
	font-size: 1.4em;
	margin: 1em 0;
}

.view-all-adventures a {
	background: transparent url(images/all-adventures.gif) no-repeat;
}
.view-all-wallpapers a {
	background: transparent url(images/all-wallpapers.gif) no-repeat;
}
.view-all {
	text-indent: -9999px; overflow: hidden; font-size: 1%;
	width: 263px; height: 24px;
	margin: 10px auto 30px auto;
}
.view-all a {
	display: block;
	width: 263px; height: 24px;
}
.view-all a:hover {
	background-position: 0 -24px;
}

ul.friends {
	width: 144px;
	list-style-type: none;
	margin: 0 0 0 40px; padding: 0;
	float: right;
}
ul.friends li {
	float: left;
	width: 64px; height: 64px;
	margin: 0;
	padding: 4px 0 0 4px;
}


div.break {
	clear: both;
	height: 5px;
	width: 100%;
/*	background: url(images/seperator.gif) no-repeat center top;*/
}

