/*
*******************************************************************************
*	(c) Where to Watch Birds and Other Wildlife
* 
*	filename: stylesheet.css
*	purpose:  default styles for www.wheretowatchbirdsandotherwildlifeintheworld.com
*
*******************************************************************************

$Revision: 1 $
$Date: 01 June 2009 $
$CreatedBy: Lee Dingain $
$LastChangedBy: Lee Dingain $
*/

/* ------------------------------------------------------- */
/* CONTENTS
--------------------
	1. MAIN STYLES
	2. TOP NAVIGATION
	3. LEFT NAVIGATION
	4. BOTTOM NAVIGATION
	5. LAYOUT
*/

/* ---------------------------------------------------------- 
	1. MAIN STYLES 
-----------------------------------------------------------*/

* {
	margin: 0;
	font-family: Georgia, Helvetica, Arial, sans-serif;
}

p {
	font-size: 15.5px;
	line-height: 24px;
	color: #333;
	padding-bottom: 10px;
}

div#photo p, div#photo-home p {
	font-style; italic;
        font-size: 12px; /* 9px; */
	line-height: 18px;
	color: #999999; /* was #99CCFF or #999; */
        margin: 0;
	padding-bottom: 4px;
}

div#footer p {
	font-size: 12px;
	color: #666;
}

h1 {
	font-size: 38px;
	color: #000;
	font-family: Georgia, Helvetica, Arial, sans-serif; /* serif */
	padding-top: 40px;
}

h2 {
	font-size: 28px; /* 24px; */
	color: #000;
	padding-bottom: 50px;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	color: #000;
	padding: 20px 0 10px 0;
	font-weight: bold;
}

h4 {
	font-size: 20px;
	color: #000;
	padding-bottom: 5px;
	font-weight: bold;
	font-style: italic;
}

h5 {
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}

strong {
	font-weight: bold;
}

body {  
	text-align:left;
	width: 100%;	
	font-size: 15.5px;
	background-color: #FFF;	
	margin: 0;
}

a:link		{ text-decoration: underline; font-style: normal; color: #0645AD; font-weight: normal; }
a:visited	{ text-decoration: underline; font-style: normal; color: #0645AD; }
a:hover		{ text-decoration: none; font-style: normal; color: #0645AD; }
a:active	{ text-decoration: underline; font-style:normal; color: #0645AD; }

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	/* list-style-position: outside; */
	margin: 0;
	padding-left: 0; 
	font-size: 15.5px;
	line-height: 24px;
	color: #444;
}

ul.destination {
	font-size: 15.5px;
	color: #444;
	font-weight: normal; /* bold; */
	padding-left: 15px;
	margin-bottom: 15px;
}

li.destination {
 	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 7px;
	margin: 0;
}

ul.comments {
	font-size: 15.5px;
	color: #444;
	font-weight: normal;
	padding-left: 15px;
	margin-bottom: 15px;
}

li.comments {
 	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 7px;
	margin: 0;
}

ul.additional {
	font-size: 15.5px;
	color: #444;
	font-weight: normal;
	padding-left: 15px;
}

li.additional {
 	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 7px;
	margin: 0;
}

ul.bestsites {
	margin-bottom: 20px;
	padding: 0;
}

li.bestsites {
	list-style-type: none;
	margin: 0;
	padding-left: 0; 
	font-size: 15.5px;
	line-height: 24px;
	color: #444;
}

.photo {
	margin-bottom: 5px;
}

.bestplacestogonow {
                    margin: 8px;
} 

.advert {
         margin: 8px;
         border: 2px solid #41A317;
}

/* ---------------------------------------------------------- 
	2. TOP NAVIGATION  
-----------------------------------------------------------*/

.nav-top ul {
	/*background-color: #A5BFD7; */
	padding: 3px 0;
	list-style: none;
}

.nav-top li {
	display: inline; 
}

.nav-top li a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0 32px;
	
}

.nav-top li a:visited {
	color: #EBEBEB;
	text-decoration: none;
}

.nav-top li a:hover {
	color: #EBEBEB;
	text-decoration: underline;
}

.table-top td {
	margin:0px;
	padding:0px;
}


.search-form {
	margin:0px; 
	margin-left: 30px;
	margin-right: 4px; 
	float: right;
}

/* ---------------------------------------------------------- 
	3. LEFT NAVIGATION  
-----------------------------------------------------------*/

/* ul.nav-left {
	margin-bottom: 20px;
}*/

.nav-left ul {
	margin-bottom: 10px;
	width: 100%; /* 300px; */
}

.nav-left li {
	list-style: none;
	float: left;
	clear: both;
}
	
.nav-left li a {
	display: block;
	font-size: 14px; /* Previously 14px; */
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 10px 12px 10px;
}

.nav-left li a:visited {
	color: #EBEBEB;
	text-decoration: none;
}

.nav-left li a:hover {
	text-decoration: underline;
	color: #EBEBEB;
}

#listlast a {
	padding-bottom: 40px;
}
/* ---------------------------------------------------------- 
	4. BOTTOM NAVIGATION  
-----------------------------------------------------------*/

.nav-bottom ul {
	padding: 3px 0;
	list-style: none;
}

.nav-bottom li {
	display: inline; 
}

.nav-bottom li a {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	margin: 0 7px;
}

.nav-bottom li a:hover {
	text-decoration: underline;
}

/* Fix for PNG behaviour in IE6 and below */
img { _behavior: url('/scripts/iepngfix.htc'); }

/* ---------------------------------------------------------- 
	5. LAYOUT 
-----------------------------------------------------------*/

div#wrapper {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	z-index: 100;
	position: relative;
	background-color: #FFF;
}

div#header {
	text-align: center;
	width: 100%;
	height: 120px;
	position: relative;
	margin: 0;
	padding: 5px 0 0 0;
		
}

div#topnavrow {
	width: 100%;
	height: 30px;
	background: #666 url no-repeat;
	/*background-color: #666;*/
	text-align: left;
	margin-bottom: 10px;
	padding: 0px;
}

div#outsideleft {
	float: left;
	width: 140px;
	height: 3750px;
	background-color: #41A317;
}

div#insideleft {
	float: left;
	width: 260px; /* 250px;  */
	/* background-color: red; */
}

div#center {
	float: left;
	width: 650px;
	margin-bottom: 15px;
	padding: 0 10px;
	text-align: left;
}

div#insideright {
	float: left;
	width: 400px;
	margin-bottom: 15px;
	padding: 0 10px;
	text-align: left;
}

div#photo {
	position: relative;
	float: right;
	width: 325px; /* 200px; */
	height: 100%;
	/* background-color: #FFF; */
	margin: 0 0 15px 15px;
}

div#photo-home {
	position: relative;
	float: right;
	width: 375px; /* 200px; */
	height: 100%;
	/* background-color: #FFF; */
	margin: 0 0 15px 15px;
}

div#outsideright {
	float: right;
	width: 140px;
	height: 580px;
	background-color: #41A317;
}

div#bottomnavrow {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 10px;
	border-top: 1px dashed #666;
}

div#footer {
	width: 100%;
	clear: both;
	padding: 12px 0;
	position: relative;
	margin: 0;
	text-align: center;
}