/* ------------------------------ Tags ----------------------------- */

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

a:hover {
	color: #d18316;
	text-decoration: underline;
}

a img {
	border: none;
}

body {
	background-color: #636363;
	color: #636363;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	margin: 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

h1, #closedirections a {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

/* ------------------------------ IDs ------------------------------ */

#back_button a {
    background: url('/img/gui/back_button.gif') no-repeat;
    display: block;
    float: right;
    height: 22px;
    margin-top: 2px;
    overflow: hidden;
    text-indent: -1000em;
    width: 58px;
}

#closedirections a {
    background: #F6F4F0 url('/img/gui/close_button.gif') no-repeat 308px 4px;
	border: 1px solid #999;
	color: #636363;
	display: block;
	line-height: 30px;
	height: 30px;
	padding-left: 5px;
	padding-right: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 270px;
}

#closedirections a:hover {
    text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 965px;
}

#content {
	height: 475px;
	margin: 0 35px;
	position: relative;
}

#create_button {
    background: url('/img/gui/itinerary_button.gif') no-repeat right bottom;
    color: #9C9A91;
    font-style: italic;
    padding: 20px 128px 0 0;
    position: absolute;
    right: 0;
    top: -12px;
    text-decoration: none;
}

#directions, #itinerary_list {
    background: #F6F4F0;
	border: 1px solid #999;
    display: none;
    overflow: auto;
    height: 360px;
    position: absolute;
	padding: 0;
	width: 365px;
	bottom: 0;
	left: 0;
}

#left_col.details #directions {
    height: 380px;
}

#directions_input {
	border-top: 1px solid #adaba0;
	clear: both;
	padding-top: 10px;
}

#directions_input.small {
    border: none;
}

#directions_input form {
    margin: 0;
}

#directions_input input {
    float: right;
}

#directions_input input#from_address {
    float: left;
    border: 1px solid #adaba0;
    padding: 2px;
    width: 200px;
}

#directions_input.small input#from_address {
    width: 180px;
}

#footer {
	background: url('/img/gui/footer.jpg') no-repeat bottom left;
}

#header {
	background: #636363 url('/img/gui/header.jpg') no-repeat;
	font: 13px Georgia, 'Times New Roman', serif;
	height: 76px;
	word-spacing: 2px;
}

#header ul {
	display: inline;
	float: right;
	list-style-type: none;
	margin: 20px 35px 0 0;
	padding: 0;
}

#header ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#header ul li a {
	background: #adaba0 url('/img/gui/tab_bg.jpg') repeat-x;
	color: #666;
	display: block;
	height: 35px;
	overflow: hidden;
	text-align: center;
	width: 160px;
}

#header ul li a .wrapper {
	background: url('/img/gui/tab_left.gif') no-repeat;
	display: block;
}

#header ul li a .wrapper .wrapper {
	background: url('/img/gui/tab_right.gif') no-repeat top right;
	padding: 12px 0;
}

#header ul li a:hover {
	background: #eae7de url('/img/gui/tab_bg_hvr.jpg');
	text-decoration: none;
}

#header ul li a:hover .wrapper {
	background-image: url('/img/gui/tab_left_hvr.gif');
}

#header ul li a:hover .wrapper .wrapper {
	background-image: url('/img/gui/tab_right_hvr.gif');
}

#header ul li a.active,
#header ul li a.active:hover {
	background: none;
	background-color: #eae7de;
}

#header ul li a.active .wrapper,
#header ul li a.active:hover .wrapper {
	background-image: url('/img/gui/tab_left_actv.gif');
}

#header ul li a.active .wrapper .wrapper,
#header ul li a.active:hover .wrapper .wrapper {
	background-image: url('/img/gui/tab_right_actv.gif');
}

#individual_map, #itinerary_map {
    border: 1px solid #636363;
    height: 430px;
    position: absolute;
	width: 500px;
}

#itinerary_link {
    position: absolute;
    top: 34px;
    left: 0;
    width: 377px;
}

#itinerary_link input {
    border: 1px solid #adaba0;
    float: right;
    padding: 2px;
    width: 240px;
}

#itinerary_link label {
    float: left;
    padding-top: 4px;
}

#itinerary_list {
    display: block;
    height: 370px;
    margin: 0;
    padding: 0;
    width: 375px;
}

#itinerary_list li {
	border-bottom: 1px solid #999;
    cursor: hand;
    list-style-type: none;
    margin: 0;
    padding: 15px;
}

#itinerary_list li:hover {
    cursor: pointer;
    background-color: #fff;
}

#itinerary_list li p {
    margin: 0;
}

#itinerary_list li p.address {
    font-size: x-small;
    margin-top: 8px;
}

#left_col {
	float: left;
	font-size: 12px;
	height: 432px;
	overflow: auto;
	padding: 0 40px 0 20px;
	position: relative;
	width: 325px;
}

#left_col.details {
    width: 330px;
}

#left_col p {
	line-height: 1.3;
	margin: 12px 0;
}

#left_col.details p.address {
	border-top: 1px solid #adaba0;
	padding-top: 10px;
	font-size: 86%;
}

#left_col.details p.address img {
    margin-bottom: 10px;
}

#left_edge {
	background: url('/img/gui/left_edge.jpg') no-repeat;
}

#legal {
	color: #ccc;
	font-size: x-small;
	text-align: center;
}

#legal a {
	color: #fff;
}

#legal p {
	margin: 0;
}

#logo, #logo img {
    display: none;
}

#map, #message_container {
    border: 1px solid #636363;
    height: 430px;
    margin-left: -255px;
    position: absolute;
    left: 50%;
	width: 700px;
}

#message_container {
    background: orange;
    border: none;
	filter: alpha(opacity=90);
    height: 15px;
    margin-left: -254px;
    opacity: .9;
    padding: 2px;
    top: 1px;
    width: 696px;
    z-index: 10;
}

#message_container #messages {
    color: #fff;
    float: left;
}

#message_container #messages a {
    color: #fff;
    text-decoration: underline;
}

#message_container input {
    float: right;
    margin: 0;
}

#page_background {
	background: #cecbc4 url('/img/gui/content_bg.jpg') repeat-x;
}

#popover, #flashMessage {
    background: #666;
    border: 1px solid #333;
    color: #fff;
    height: 40px;
    margin-left: -150px;
    margin-top: -70px;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 300px;
    z-index: 10;
}

#flashMessage {
    text-align: center;
    margin-top: -20px;
}

#flashMessage {
    text-align: center;
    margin-top: -20px;
}

#popover label {
    display: block;
    margin-bottom: 2px;
}

#postit_message {
    background: url('/img/gui/note_bg2.png') no-repeat;
    font-family: 'trebuchet ms';
    height: 130px;
    line-height: 1.5;
    padding: 20px 20px 20px 30px;
    position: absolute;
    left: 670px;
    top: -16px;
    width: 190px;
    z-index: 10;
}

#posit_headline {
    font-size: medium;
    margin-bottom: 3px;
}

#print_button {
    background: url('/img/gui/print_button.gif') no-repeat;
    float: right;
    margin-right: 13px;
    height: 29px;
    text-indent: -1000em;
    width: 71px;
}

#results {
	border-top: 1px dashed #999;
	padding-top: 10px;
}

#results ul {
	background-color: #fff;
	border: 1px solid #999;
	height: 156px;
	list-style-type: none;
	margin: 5px 0 0 0;
	overflow: auto;
	padding: 0;
}

#results ul li {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 4px;
	margin: 0;
}

#results ul li a {
    display: block;
    height: auto;
    text-decoration: none;
    width: 150px;
}

#results ul .even {
	border-color: #ccc;
	border-color: #ccc;
	background-color: #eee;
}

#results ul .result_hvr {
	border-color: #e69b33;
	background-color: #F9D9AD;	
}

#results ul .selected {
	border-color: #e69b33;
	background-color: #F9D9AD;	
}

#right_col {
	float: left;
	width: 500px;
}

#right_col p img,
img.thumb {
	background: #fff;
	border: 5px solid #adaba0;
	padding: 1px;
	position: absolute;
}

img.thumb {
	float: right;
	position: static;
}

#right_edge {
	background: url('/img/gui/right_edge.jpg') no-repeat top right;
}

#savedplaces {
    font-size: 86%;
    height: 400px;
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
    overflow: auto;
}

#savedplaces a {
    font-size: small;
    font-weight: bold;
}

#savedplaces a.delete {
    color: #BA0000;
    right: 5px;
    font-size: 86%;
    font-weight: normal;
    position: absolute;
    text-transform: uppercase;
}

.dragger {
    cursor: move;
    float: left;
    height: 30px;
    width: 36px;
}

#savedplaces input {
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
    width: 15px;
    height: 15px;
}

#savedplaces li {
    background: url('/img/gui/drag_button.gif') no-repeat left center;
    border-top: 1px solid #adaba0;
    clear: both;
    cursor: pointer;
    cursor: hand;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

#savedplaces li:hover {
    background-color: #F5F4F2;
}

#search_options {
	height: 240px;
	overflow: auto;
}

#sidebar {
	float: left;
	margin-right: 10px;
	width: 180px;
}

#sidebar p {
	line-height: 1.5;
	margin: 0;
}

#wide_column {
    position: relative;
    width: 895px;
}

/* ----------------------------- Styles ---------------------------- */

.contact_form .form_text,
.contact_form .form_textarea {
	border: 1px solid #5b5b5a;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	padding: 2px;
	width: 220px;
}

.contact_form .form_textarea {
	height: 35px;
}

.contact_form .form_button {
	margin-top: 5px;
}

.contact_form .form_row {
	padding-bottom: 10px;
}

.help {
	background-color: #fff;
	display: block;
	filter: alpha(opacity=85);
    height: 430px;
    margin-left: -254px;
    margin-top: 1px;
	opacity: .85;
    position: absolute;
    left: 50%;
	width: 700px;
}

.help .info {
	position: absolute;
	top: 110px;
	left: 125px;
}

.help .info p {
	font-size: 20px;
	margin-bottom: 35px;
	line-height: 35px;
}

.help .info p strong {
	color: #D18316;
	font-family: Georgia;
	font-size: 30px;
	font-weight: normal;
}

.places {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.places li {
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.5;
	margin: 0;
	padding: 5px 0 8px 32px;
}

.places input {
	display: inline;
	float: right;
	height: 1em;
	margin-top: 2px;
	margin-left: 20px;
	width: 1em;
}

.places .breakfast {
	background-image: url('/img/icons/restaurant.png');
}

.places .lunch {
	background-image: url('/img/icons/restaurant.png');
}

.places .dinner {
	background-image: url('/img/icons/restaurant.png');
}

.places .outdoors {
	background-image: url('/img/icons/outdoors.png');
}

.row {
	border-bottom: 1px dashed #999;
	border-top: 1px dashed #999;
	margin: 5px 0 8px 0;
	padding: 5px 0;
}

.row select {
	border: 1px solid #999;
	font-family: verdana;
	font-size: 12px;
	width: 100%;
}

.signature {
	font-family: Georgia, 'Times New Roman', serif;
}

.tags {
    font-size: 86%;
}

.wide {
    padding-left: 0 !important;
    padding-right: 0 !important;
	width: 390px !important;
}

.wide h1 {
    text-transform: capitalize;
}

/* -------------------------- GOOGLE MAPS -------------------------- */

.infoWindowContent {
	font-size: 11px;
    width: 300px;
}

.infoWindowContent p {
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
}

.infoWindowContent hr {
	border: none;
	border-top: 1px solid #ccc;
	height: 1px;
}

.infoWindowDescription {
	border-top: 1px solid #ccc;
	padding-top: 10px; 
}

.infoWindowImage {
	background-color: #fff;
    float: right;
    padding-bottom: 10px;
    padding-left: 10px;
}

.infoWindowImage img {
	border: 5px solid #adaba0;
	padding: 1px;
}

.infoWindowLatLon {
	clear: left;
	margin-top: 0 !important;
}

.infoWindowLinkToPlace {
	float: left;
	margin-top: 2px !important;
}

.infoWindowPhone {
	margin-bottom: 0 !important;
}

.infoWindowSavePlace {
	float: left;
	margin-right: 5px !important;
	margin-top: 2px !important;
}


.infoWindowTitle {
	font: bold 15px Georgia, 'Times New Roman', serif;
}

.infoWindowWebsite a:hover,
.infoWindowLinkToPlace a:hover,
.infoWindowSavePlace a:hover {
	background-color: #F9D9AD;
	text-decoration: none;
}

/* ------------------------------- IE ------------------------------ */

*:first-child+html #flashMessage {margin-top:0;}
* html #flashMessage {margin-top:0;}    

*:first-child+html #directions_input input#from_address {margin-top:1px;}
* html #directions_input input#from_address {margin-top:1px;}    

*:first-child+html #directions_input input#from_address {margin-top:1px;}
* html #directions_input input#from_address {margin-top:1px;}    

*:first-child+html #directions_input.small input#from_address {width:170px;}
* html #directions_input.small input#from_address {width:170px;}

* html #postit_message {background:none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/gui/note_bg2.png', sizingMethod='crop');}

*:first-child+html#savedplaces a.delete {margin-top:-7px;}
* html #savedplaces a.delete {margin-top:-7px;}    
*:first-child+html#savedplaces input {float:left;margin-top: 7px;}
* html #savedplaces input {float:left;margin-top: 7px;}    

* html .places .dinner, * html .places .breakfast, * html .places .lunch {background-image:url('/img/icons/restaurant.gif');}
* html .places .outdoors {background-image:url('/img/icons/restaurant.gif');}

*:first-child+html .help .info {top:130px;}
* html .help .info {top:130px;}    
