/*
Theme Name: 	Custom Three Column (Global)
Based On n AquaBlock by Lyndi Geldenhuis (http://nice2all.com/themes/)
Description: 	A 3 column theme
Version: 		1.0
Author: 		David Colarusso
Author URI: 	http://www.davidcolarusso.com/
Tags: 			3 column, widget ready, most poular posts, wp-pagenavi, related posts, comments on pages.

	The CSS, XHTML and layout is released under GPL. This does NOT include theme images: 
	http://www.opensource.org/licenses/gpl-license.php

*/

/* RESET 
---------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,del,dfn,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:normal;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0}
body{font-family:Arial, Helvetica, sans-serif;font-size:62.5%;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content: "";}
blockquote,q{quotes: "" "";}
/* STRUCTURE
---------------------------------------*/
body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #000000;
    text-decoration: none;
    margin: 0;
	padding: 0;
	background-image: url(images/bg_stripes.png);
	background-repeat: repeat-x;
	background-position: 50% -250pt;
	}

a.sidebar, a.sidebar:active, 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #000000;
    text-decoration: underline;
	}


a.sidebar:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #000000;
    text-decoration: underline;
	}
	
#main 
	{
	position:relative;
	text-align: center;
	}

#maintoo 
	{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	padding: 0px 0px 0px 0px;
	width:958px;
	z-index:0;
	top:-10px;
	}	
	
#border 
	{
	padding: 10px 20px 20px 20px;
	}
#skip
	{
	width:100%;
	display:none;
	background:#f1f1f1;
	color:#000;
	}
#header-container
	{
	width:956px;
	height: 152px;
	background-color: white;
	background-image: url(images/buildings.png);
	background-repeat: repeat-x;
	background-position: 24px 9px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	}
#header
	{
	float: left;
	height: 152px;
	width:357px;
	text-align:right;
	background-image: url(images/global_girl.png);
	background-repeat: no-repeat;
	background-position: 38px 5px;
	}
#survival-guide-v2
	{
	float: left;
	padding: 40px 0px 0px 95px;
	}
	
#cityselect
	{
	padding: 10px 15px 0px 0;
	}
	
#header-links
	{
	float: right;
	padding: 10px 15px 0px 0;
	}
#rss
	{
	float:right;
	width:30%;
	}
#menu 
	{
	float:left;
	width:100%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#f1f1f1;
	}
#container
	{
	clear:both;
	width:100%;
	}
#content-container
	{
	float:left;
	width:756px;
	margin-bottom:10px;
	}
#content
	{
	float:right;
	width:554px;
	overflow:hidden;
	}
#content-lable
	{
	width:530px;
	background:#000000;
	padding: 10px 20px 10px 10px;
	text-align:right;
	}
#sidebar-left
	{
	float:left;
	overflow:hidden;
	width:202px;
	background-image: url(images/sidebar-left.png);
	background-repeat: no-repeat;
	min-height: 720px;
	line-height: 23px;
	}
	
#sidebar-left a:link, #sidebar-left a:visited
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	}
#sidebar-left a:hover, #sidebar-left a:focus, #sidebar-left a:active
	{
	color:#000000;
	text-decoration:underline;
	}
	
#sidebar-right
	{
	float:right;
	overflow:hidden;
	width:202px;
	background-image: url(images/sidebar-right.png);
	background-repeat: no-repeat;
	min-height: 720px;
	line-height: 23px;
	}
	
#sidebar-right a:link, #sidebar-right a:visited
	{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	}
#sidebar-right a:hover, #sidebar-right a:focus, #sidebar-right a:active
	{
	color:#000000;
	text-decoration:underline;
	}
	
#footer
	{
	clear:both;
	width:100%;
	color:#000;
	text-align:center;
	padding: 0 0 20px 0;
	}
/* BLOCK
---------------------------------------*/
.fbblock
	{
	clear:both;
	background:#f1f1f1;
	color:#000;
	padding:8px 0;
	margin:20px 8px 0 8px;
	text-align:center;
	}
.block
	{
	clear:both;
	background:#f1f1f1;
	color:#000;
	padding:10px 0;
	margin:20px 20px 0 20px;
	text-align:center;
	}
.spacer
	{
	clear:both;
	margin:20px 20px 0 20px;
	text-align:center;
	}
.blockline
	{
	clear:both;
	width:160px;
	color:#000;
	padding:15px 0 0 0;
	margin:15px 0px 0 20px;
	text-align:center;
	border-top:1px solid #000000;
	}
.newblockline
	{
	clear:both;
	width:160px;
	color:#000;
	padding:15px 0 0 0;
	margin:15px 0px 0 20px;
	text-align:left;
	border-top:1px solid #000000;
	font-size: 12px;
	line-height: 15px;
	}
.newblockclear
	{
	clear:both;
	width:160px;
	color:#000;
	margin:15px 0px 0 20px;
	text-align:left;
	font-size: 12px;
	line-height: 15px;

	}
.blockblack
	{
	clear:both;
	background:black;
	background-image: url(images/black.png);
	width:160px;
	color:#000;
	padding:10px 0 10px 0;
	margin:15px 0px 0px 20px;
	text-align:center;
	}
.blockclear
	{
	clear:both;
	width:160px;
	color:#000;
	padding:0px;
	margin:15px 0px 0 20px;
	text-align:center;
	}
.postmetadata
	{
	background:#f1f1f1;
	color:#000;
	padding:10px !important;
	margin:15px 0px 20px 0px;
	border:1px solid #ddd;
	}
/* TYPOGRAPHY
---------------------------------------*/
p, h1, h2, h3, h4, h5, h6
	{
	padding: 5px 10px 0 10px;
	}
h1
	{
	font-size:2em;
	background:url(images/logo.jpg) 5px 5px no-repeat;
	padding:0;
	margin:10px 0 0 0;
	padding-left:50px;
	}
h2
	{
	font-size:1.8em;
	line-height: 30px;
	}
h3
	{
	font-size:1.6em;
	line-height: 30px;
	}
h4
	{
	font-size:1.4em;
	}
h5
	{
	font-size:1.2em;
	}
h6
	{
	font-size:1em;
	}
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content small
	{
	padding: 10px 0 10px 0;
	}
#header p
	{
	padding:0;
	margin:0;
	padding-left:60px;
	}
/* IMAGES
----------------------------------------*/
img.centered 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
img.aligncenter 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
img.alignright
	{
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
	}
img.alignleft
	{
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
	}
.alignright
	{
	float:right;
	margin-left:10px;
	}
.alignleft
	{
	float:left;
	margin-right:10px;
	}
/* LISTS
----------------------------------------*/
ul
	{
	list-style:none;
	margin:5px 0 0 0;
	}
ol
	{
	list-style:decimal;
	margin:5px 0 0 0;
	}
li
	{
	margin-left:10px;
	padding:0;
	}
dl
	{
	margin-left:20px;
	}
dt
	{
	margin-left:10px;
	}
dd
	{
	margin-left:20px;
	}
#content ul
	{
	list-style:outside square;
	margin:5px 0 5px 30px;
	}
#content ol
	{
	margin:5px 0 5px 30px;
	}
#content li
	{
	margin-left:20px;
	padding:0;
	}
.inline ul
	{
	margin:0;
	padding:0;
	}
.inline li
	{
	display:inline;
	list-style-type:none;
	padding:10px;
	margin:0;
	}
ul#menu 
 	{
 	float:left;
   	list-style-type:none;
   	text-align:left;
	padding:0;
	margin:0;
	margin-top:20px;
 	}
ul#menu a
 	{
   	background-color:#008080;
   	padding:5px;
   	height:auto;
   	color:#fff;
   	font-weight:bold;
   	font-style:normal;
   	text-decoration:none;
 	}
ul#menu li 
 	{
   	display:inline;
   	text-align:center;
	margin:0;
	padding:0;
 	}
ul#menu li.first 
 	{
   	display:inline;
   	text-align:center;
	margin:0 0 0 10px;
	padding:0;
 	}
ul#menu a:hover, ul#menu a:focus, ul#menu a:active 
 	{
   	background-color:#000080;
   	color:#fff;
 	}
ul#menu li.current_page_item a, ul#menu li.current_page_item a:hover,
ul#menu li.current_page_item a:focus, ul#menu li.current_page_item a:active 
 	{
   	background-color:#005080;
   	color:#fff;
   	cursor:default;
   	text-align:left;
 	}
/* LINKS
---------------------------------------*/
a:link, a:visited
	{
	color:#dd656a;
	text-decoration:none;
	}
a:hover, a:focus, a:active
	{
	color:#5f191c;
	text-decoration:underline;
	}
/* FORMS
---------------------------------------*/
#searchform 
	{
	padding:0 0 0 0px;
	text-align:left;
	}
#searchform #s 
	{
	width:140px;
	padding:2px 2px 2px 20px;
	background:#ffffff url(images/search.jpg) 5px 5px no-repeat;
	color:#000;
	border:1px solid #ccc;
	}
#searchsubmit 
	{
	padding:1px;
	background:#f1f1f1;
	color:#000;
	border:1px solid #ddd;
	}
form textarea
	{
	width:80%;
	border:1px solid #ddd;
	padding:0;
	margin-right:10px;
	color:#000;
	background:#f1f1f1;
	}
form input
	{
	border:1px solid #ddd;
	padding:3px;
	margin:2px 0;
	color:#000;
	background:#f1f1f1;
	}
form input submit
	{
	margin:10px 0;
	}
form input:focus, form textarea:focus
	{
	color:#000;
	background:#fff;
	}
form p
	{
	margin:0;
	}
/* MISCELLANEOUS
---------------------------------------*/
.hidden
	{
	display:none;
	}
.clear
	{
	clear:both;
	}
.center
	{
	text-align:center;
	}
.author
	{
	color:#666;
	font-size:.9em;
	}
.navigation
	{
	margin:10px 20px;
	}
.navigation-right
	{
	text-align:right;
	}
.navigation-left
	{
	text-align:left;
	}
code
	{
	font-size:1.4em;
	}
blockquote
	{
	background:#f1f1f1;
	color:#000;
	padding:10px !important;
	margin:20px 10px 20px 20px;
	border:1px solid #ddd;
	}
cite
	{
	margin:10px 10px 10px 20px;
	}
/* PAGENAVI
---------------------------------------*/
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active 
	{
	color:#008080 !important;
	background:transparent !important;
	}
.wp-pagenavi a:hover 
	{
	color:#000080 !important;
	background:transparent !important;
	}
.wp-pagenavi span.pages 
	{
	background:transparent !important;
	}
.wp-pagenavi span.current 
	{
	background:transparent !important;
	}
.wp-pagenavi span.extend 
	{
	background:transparent !important;
	}
/* COMMENTS
---------------------------------------*/
.commentlist li .avatar
	{ 
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:2px 0;
	background:#fff;
	color:#000;
	}
.commentlist li
	{
	list-style:decimal;
	margin:10px;
	padding:0;
	}
.commentlist .alt
	{
	background:#f1f1f1;
	color:#000;
	border:1px solid #ddd;
	}

