/*
	Theme Name: Tucson Dreams
	Theme URI: http://www.manhattanray.com/tucsondreams
	Description: Tucson Dreams  - more improvements
	Version: 1.4
	Tags: fixed-width, left-sidebar, green, two-columns
	Author: Computer Mike
*/

body {
	margin:0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #90b07f url(graphics/bodybg.jpg);
	background-repeat:repeat-y;
	color: #000000;
}

body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0;
	width: 1003px;
	text-align: left;
}

#topbanner {
	width: 1003px;
	height: 100px;
	background: url(graphics/topbannerbg.png);
	background-repeat: repeat-x;
	padding: 0;
}

#topbanner h4 {
	float: right;
	margin: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing:+1px;
	font-style:italic;
	color: #e0ff90;
}

#topbanner img.logo {
	float: right;
	margin: 0 5px 10px 5px;
}

/* start: pagemenu */

#pagemenu {
	width: 1003px;
	height: 24px;
	background: #6D97F9 url(graphics/pagemenubg.jpg);
}

#pagemenu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#pagemenu ul li {
	float: left;
	text-align:center;
	position: relative;
}

#pagemenu ul li a {
	display: block;
	float: left;
	padding: 4px  10px 0 10px;
	border-right: 1px solid black;
	border-left: 1px solid #888;
	height: 20px;
	text-decoration:none;
	text-transform: uppercase;
	font-family: verdana, tahoma, arial;
	font-size:13px;
	font-weight: bold;
	color: #000;
}

#pagemenu ul li a:hover {
	background:url(graphics/pagemenuhoverbg.jpg);
	color:#000;
}

#pagemenu  li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 24px;
}

#pagemenu  li > ul {
	left: 0px;
	top: 24px;
}

#pagemenu  li.over ul,
	#pagemenu  li:hover ul {
	clear: left;
	display:block;
}

#pagemenu  li ul li {
	text-align:left;
	clear:left;
}

#pagemenu  li ul a {
	display:block;
	width:154px;
	height:18px;
	padding-top:4px;
	background:#ddf;
	font-family: arial, tahoma, verdana;
	font-size:11px;
	color:#000;
	border: 1px solid #000;
	border-top:0;
}

#pagemenu  li ul a:hover {
	background:url(graphics/pagemenuhoverbg.jpg);
}

/* end: pagemenu */

#header {
	clear:both;
	width: 1003px;
	height: 180px;
	background: url(graphics/header.jpg);
}

/* start: categorymenu */

#categorymenu {
	width: 1003px;
	height: 22px;
	background: #DEA90D url(graphics/categorymenubg.jpg);
}

#categorymenu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#categorymenu ul li {
	float: left;
	text-align:center;
}

#categorymenu ul li a {
	display: block;
	float: left;
	padding: 3px  10px 0 10px;
	border-right: 1px solid black;
	border-left: 1px solid #888;
	height: 19px;
	text-decoration:none;
	text-transform: uppercase;
	font-family: verdana, tahoma, arial;
	font-size:12px;
	font-weight: bold;
	color: #000;
}

#categorymenu ul li a:hover {
	background:url(graphics/categorymenuhoverbg.jpg);
	color:#000;
}

/* end: categorymenu */

#container {
	width: 1003px;
	background:url(graphics/containerbg.jpg);
	height: 100%;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 180px;
	padding: 7px;
	margin: 0px;
	display:inline; /* because IE doubles set margins  */
	min-height: 800px;
	color:#030;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

#sidebar ul ul {
	list-style-type: square;
}

#sidebar ul li {
	padding: 7px 0 7px 0;
}

#sidebar ul li h2 {
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	color: #030;
}

#sidebar ul ul li {
	padding: 0;
}

#content {
	float: left;
	width:  783px;
	padding: 10px;
}

#footer {
	clear: both;
	position: relative;
	float: left;
	width: 995px;
	padding:4px;
	background:#282828;
}

/* start: anchor/links */

#topbanner h1 a {
	float: left;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: normal;
	font-size:30px;
	letter-spacing:+1px;
	color: #f0f090;
}

#header h1 a:hover {
	color: #c00;
}

#content a:link, #content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#content a:hover {
	color: #041;
}

#content h2 a:link, #content h2 a:visited {
	text-decoration: none;
	color: #000;
}

#content h2 a:hover {
	color: #272;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	color: #000;
}

#sidebar a:hover {
	text-decoration:underline;
	color: #004012;
}

#calendar td a:hover {
	background: #fff;
	color: #030;
}

#footer a {
	text-decoration: none;
	color: #bbb;
}

#footer a:hover {
	text-decoration:underline overline;
	color: #fff;
}

/* end: anchor/links */

/* start: special classes for 2.5 and above */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end: special classes for 2.5 and above */

p.center {
	width: 100%;
	text-align:center;
}

h1 {
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 15px 0 10px 0;
}

img.avatar {
	border: 1px solid #006;
}

.post {
	padding: 20px;
}

.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry {
	line-height: 18px;
}

p {
	padding: 10px 0 0 0;
}

.postmetadata {
	clear: both;
	float: right;
	margin: 0 0 10px 10px;
	background: #E9F1E5;
	width: 200px;
	color: #666;
	padding: 10px;
}

.post_title_and_date {
	clear: both;
	border-bottom: 1px solid #060;
	background: #D9E5D3;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 7px;
}

.post_time {
	color: #666;
	font-size: 10px;
}

.navigation {
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
}

.previous {
	float: left;
}

.next {
	float: right;
}

/* start: span codes  */
	span.headercredit {
	position:absolute;
	left: 375px;
	top:255px;
}

/* Note: Use if you want to add a footer credit */

span.footercredit {
	float: right;
}

/* end: span codes  */

table#wp-calendar {
	width: 100%;
}

.comments-template {
	margin: 10px 0 0;
	border-top: 2px solid #030;
	padding: 10px 0 0;
	clear: both;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
}

ol li.alt {
	background: #cdb;  /* for alternating comments*/
}

.comments-template ol li {
	margin: 0;
	line-height: 18px;
	padding: 10px;
	border-bottom: 1px solid #030;
}

.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	padding: 0 0 10px;
	border-bottom: 1px solid #030;
}

.commentmetadata {
	font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* GHIS features */

#retour_reservation_page {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0; left: 0;
	 background: url('graphics/masque.gif') ;
}

#retour_reservation_pseudo_window {
	  top: 25%;
	  width: 400px;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 25%;
	  border: 1px solid #000;
}

#retour_reservation_title_bar {
	  border-bottom: 1px solid #000;
	  color: #fff;
	  font-weight: bold;
	  text-transform:uppercase;
	  padding: 5px;
}

#ghis_close {
	  float: right;
}

#retour_reservation_message {
	  background: #F0F0F0;
	  padding: 10px;
}

.ghis_success {
	  background: #83DF51;
}

.ghis_failure {
	  background: #E05050;
}

.wp-caption-text {
	margin: 0;
	padding: 2px 0 1px 0;
}

.picasa_snapshot {
	text-align: center;
	margin: 7px;
}

.picasa_snapshot img {
	border: none;
}

.picasa_snapshot_legend {
	font-size: 11px;
}

.form_subtitle {
	padding-top: 10px;
}