/*
Theme Name: Palmetto Motel Customized Theme
Description: Custom theme for Palmetto Inn and Suites.
Author: CYber SYtes, Inc. - Rye Mason
Author URI: http://cysy.com

*/

/********************************************* Reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, input, th, td {
	margin: 0; padding: 0; border: 0; outline: none;
	}

html, body {
	height: 100%;
	}
	
	/* old body color: 	color: #7A7C7F; */

body {
	color: #767A7B;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 100%;
	line-height: 1;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-weight: normal;
	}

ul, ol {
	list-style: none;
	}
	
	.full_width ul {
		list-style: disc;
		margin: 5px;
		*text-indent: 10px;
		}
		
		.full_width table ul, .full_width table ul li {
			*list-style: disc;
			}
		
		/* .full_width ul li {
			font-size: 1.1em;
			line-height: 1.7;
			margin-bottom: 5px;
			} */
		
	.full_width ol {
		list-style: decimal;
		}

.floatLeft {
	float: left;
	}
	
	img.floatLeft { margin: 10px 10px 10px 0; }

.floatRight {
	float: right;
	}
	
	img.floatRight { margin: 10px 0 10px 10px; }
	
.half {
	width: 50%;
	}
	
.clear { 
	clear: both;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
	
a { outline: none; }

.hidden {
	display: none;
	visibility: hidden;
	}

/********************************************* Body Elements */

body {
	background: #2A588C url(graphics/csslayout/bodybg.jpg) center top no-repeat fixed;
	}

#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	}
	
#header {
	background: url(graphics/csslayout/headerbg.png) bottom right no-repeat;
	height: 241px;
	width: 1000px;
	}
	
	ul.header_info {
		float: right; 
		margin-top: 180px;
		}
	
	ul.header_info li {
		color: #D7624E;
		float: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: .85em;
		font-size: .75em\9;
		height: 65px;
		line-height: 1.3;
		}
		
		ul.header_info li h4 {
			font-size: 1.3em;
			}
		
		ul.header_info li.contact_us {
			background: url(graphics/csslayout/header_line.png) center right no-repeat;
			width: 190px;
			}
			
		ul.header_info li.location {
			padding-left: 25px;
			width: 220px;
			}
			
			.contact_us h4 {
				background: url(graphics/csslayout/shell.gif) 95px 5px no-repeat;
				font-size: 1.5em;
				}
				
			.location h4 {
				background: url(graphics/csslayout/crab.gif) 77px 7px no-repeat;
				font-size: 1.5em;
				}
				
#main_content {
	background: #F2EAD5;
	padding-top: 30px;
	}

#nav {  
	background: url(graphics/csslayout/topnavbg.png) top left no-repeat;
	height: 60px;
	margin-left: -9px;
	padding-left: 38px;
	width: 979px;
	*position: absolute;
	*margin-left: 0;
	*left: -9px;
	}
	
	#nav li {
		float: left;
		font-size: .88em;
		margin: 15px 0 0 34px;
		*margin: 15px 0 0 31px;
		}
		
		#nav li:first-child {
			margin-left: 0;
			}
			
	.slideshow {
		*margin-top: 70px;
		}

#glyphbg {
	background: url(graphics/csslayout/glyphbg.png) 0 355px no-repeat;
	margin: 0 auto;
	overflow: auto;
	padding-top: 17px;
	width: 972px;
	*background: url(graphics/csslayout/glyphbg.png) 0 410px no-repeat;
	*overflow: visible;
	}
	
.columnA {
	float: left;
	margin: 15px 0 0 15px;
	width: 550px;
	*width: 530px;
	}
	
.columnB {
	float: right;
	margin: 15px 10px 0 0;
	width: 320px;
	}
	
	.tripadvisor { 
		background: url(graphics/csslayout/tripadvisorbg.gif) bottom left no-repeat; 
		height: 120px;
		text-align: center;
		width: 149px;
		}
	
	.weather {
		background: url(graphics/csslayout/weatherbg.png) top left no-repeat;
		font-family: Helvetica, Arial, sans-serif;
		height: 118px;
		text-align: center;
		text-transform: uppercase;
		width: 159px;
		}
		
		.icon {
			float: left; 
			margin: 0 5px 0 18px;
		}
		
		.temp {
			color: #CC5D49;
			float: right;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 1.9em;
			font-weight: bold;
			margin: 5px 23px 10px 0;
			}
			
			
/* For subpages: div that is 100% wide and 25px from the left */			
			
.full_width {
        line-height: 1.7;
	margin-left:25px;
	width: 945px;
	}
	

/* For contact form */

.contact_form {
	background: url(graphics/csslayout/postcard.jpg) top left no-repeat;
	color: #7d8287;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	min-height: 399px;
	overflow: visible;
	padding-left: 35px;
	padding-top: 165px;
	min-width: 910px;
	}
	
	
	.form_label {
		display: block;
		float: left;
		width: 105px;
		}
		
		.form_label_large {
			display: block;
			float: left;
			width: 150px;
			}
	
	.input_style {
		background: transparent;
		border-bottom: 1px solid #7d8287;	
		color: #7d8287;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		}
	
	.smallinput_style {
		background: transparent;
		border-bottom: 1px solid #7d8287;
		color: #7d8287;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		width: 100px;
		}
		
	.textfield_style {
		background: transparent;
		border: 1px solid #7d8287;
		color: #7d8287;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		height: 65px;
		padding: 5px;
		width: 390px;
		}
	
	.submitbutton {
		background: #6D96AF;
		border: 1px solid #47748F;
		color: #fff;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		padding: 5px;
		width: 150px;
		}
	
/* End contact form */


/* Testimonial form */

		.testimonial_input {
			background: #FFFBEF;
			border: 1px solid #CFC19B;
			color: #7d8287;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			padding: 5px;
			}
			
		.testimonial_state {
			background: #FFFBEF;
			border: 1px solid #CFC19B;
			color: #7d8287;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			padding: 5px;
			}

		.testimonial_feedback {
			background: #FFFBEF;
			border: 1px solid #CFC19B;
			color: #7d8287;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			padding: 5px;
			width: 340px;
			}

/* End testimonial form */

.calendar_div {
	border-bottom: 1px dashed #CC8F25;
	padding-bottom: 15px;
	margin-bottom: 15px;
	}
		
.footer {
	background: url(graphics/csslayout/footerstarfish.png) bottom right no-repeat;
	}
	
	ul.footer_nav {
		background: url(graphics/csslayout/footernavbg.gif) repeat-x;
		height: 50px;
		margin-bottom: 25px;
		}
		
		ul.footer_nav li {
			color: #D59F32;
			float: left;
			font-size: .75em;
			font-style: italic;
			margin: 20px 0 0 35px;
			}
			
			ul.footer_nav li:first-child {
				margin-left: 70px;
				}
				
	ul.footer_contact {
		height:110px;
		margin: 0 0 35px 25px;
		}
		
		ul.footer_contact li {
			float: left; 
			margin-left: 45px;
			}
		
		ul.footer_contact li.first {
			background: url(graphics/csslayout/logo_sm.png) bottom left no-repeat;
			height: 72px;
			margin-left: 0;
			padding-left: 200px;
			}


/********************************************* Headers */

h1 {
	background: url(graphics/csslayout/logo.png) top left no-repeat;
	float: left;
	height: 241px;
	width: 551px;
	text-indent: -1000px;
	}
	
	h1 a {
		display: block;
		height: 241px;
		width: 551px;
		}
	
h2 {
	color: #D7624E;
	font-size: 1.5em;
	line-height: 1.3;
	margin-bottom: 15px;
	*margin-top: 65px;
	}
	
	.page-id-2 h2 {
		*margin-top: 0;
		}
	
h3 {
	color: #2F598B;
	font-size: 1.8em;
	line-height: 1.5;
	}
	
h4 {
	color: #D59F32;
	font-size: 1em;
	line-height: 1.5;
	}
	
h5 {
	background: url(graphics/csslayout/calendar.gif) top left no-repeat;
	font-size: 1.5em;
	color: #2F598B;
	height: 25px;
	line-height: 23px;
	padding-left: 40px;
	}
	
			
	.calendar_div h5 {
		font-size: 1.5em;
		}
	
h6 {
	color: #D59F32;
	font-size: 1.6em;
	margin: 10px 0 5px 0;
	}


/********************************************* Lists */

ul.lcp_catlist {
	list-style: none;
	}

ul.lcp_catlist li {
	border-bottom: 1px dashed #D59F32;
	margin-bottom: 25px;
	padding-bottom: 5px;
	}


/********************************************* Paragraphs */

p { 
	line-height: 1.7;
	margin-bottom: 15px;
	}

		
	.calendar_div p {
		margin-left: 40px;
		}
		
	p.dateandtime {
		color: #D49D3E;
		font-family: Helevetica, Arial, sans-serif;
		font-size: 1em;
		line-height: 1.3;
		margin-bottom: 0;
		padding: 0;
		text-transform: uppercase;
		}
		
	p.eventdetails {
		color: #767A7B;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		line-height: 1.3;
		margin-top: 0;
		padding: 0;
		}
	
	.tripadvisor p {
		color: #466584;
		font-size: 1em;
		font-style: italic;
		line-height: 1;
		margin-top: 12px;
		}
	
	.weather p {
		color: #C4B179;
		font-size: .6em;
		font-weight: bold;
		line-height: 1;
		}
	
	p.conditions {
		color: #E49284;
		font-size: .7em;
		margin-top: 12px;
		}
	
	ul.header_info p {
		color: #D7624E;
		font-size: 1em;
		}
	
	ul.footer_contact p {
		color: #D7624E;
		line-height: 1;
		margin-top: 47px;
		}
	
		ul.footer_contact p.small_italic_red {
			color: #DA725E;
			font-size: 1em;
			font-style: italic;
			line-height: 1;
			margin: 31px 0 5px 0;
			}
			
		ul.footer_contact p.large_caps {
			color: #CA533D;
			font-size: 1.9em;
			line-height: 1;
			margin: 0 0 0 20px;
			text-transform: uppercase;
			}
			
			.blue { 
				color: #456481;
				}
				
			
	.credits {
		color: #839EBF;
		font-size: .6em;
		font-style: italic;
		line-height: 1;
		padding: 0;
		margin: 0 0 30px 0;
		}		
		
		.rental_policies h6 {
			margin: 0 0 10px 0;
			padding-top: 0;
		}
		
				
/********************************************* Links */

a, a:visited {
	color: #2F567F;
	text-decoration: none;
	}
	
a:hover {
	color: #C6654F;
	}
	
	
	.header_info li a:link, .header_info li a:visited, .footer_contact a:link, .footer_contact a:visited {
		color: #D7624E;
		}
		
	.header_info li a:hover, .footer_contact a:hover {
		color: #AF514C;
		}
	
	#nav a:link, #nav a:visited {
		color: #fff;
		}
		
	#nav a:hover {
		color: #F2EAD5;
		}
		
	.footer_nav a:link, .footer_nav a:visited {
		color: #D59F32;
		}
		
	.footer_nav a:hover {
		color: #2F567F;
		}
		
	.credits a {
		color: #F2EAD5;
		}
		
	.credits a:hover {
		color: #fff;
		}
		

		
/********************************************* Images */

		
img.alignright {
        float: right;
	margin: 0 0 10px 10px;
}

img.alignleft {
        float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	font-size: .7em;
        padding: 0;
	margin-left: 10px;
}

.alignleft {
	float: left;
	font-size: .7em;
        padding: 0;
	margin-right: 10px;
}

	.imgborder {
		border: 2px solid #CC8F25;
		}


/********************************************** MapPress Form Input */

#saddr { 
	border: 1px solid #47748F;
	}
	
.mapp-overlay-directions submit {
	border: 1px solid #47748F;
	padding: 5px;
	}
	
/********************************************** Tables */


.rates {
	width: 950px;
	line-height: 1;
	text-align: center;
	}
	
	.rates td {
		padding: 10px;
		}
	
	.whitetext {
		color: #fff;
		}
		
		.rates a, .rates a:visited {
			color: #fff;
			border-bottom: 1px dashed #fff;
			}
	
td ul li {
	line-height: 1.7;
	} 

/* Testimonials headers */
		
	td h4 {
		font-size: 1.2em;
		margin-top: 15px;
		} 
			ul.lcp_catlist h6 {
				font-size: 1.2em;
				}

			
			
/********************************************** Floorplans */

.inngallery {
	background: #dfd0a7;
	width: 440px;
	}
	
	.title {
		background: #5b90ba;
		color: #fff;
		font-size: 1em;
		padding: 10px;
		}
		
		.tdpadding { padding: 3px;
		}
		
		.tdfooter {
			background: #bfaf83;
			color: #fff;
			padding: 10px;
			}
			
			.inngallery a:link, .inngallery a:visited {
				color: #fff;
				}
				
				.inngallery a:hover {
					color: #5B90BA;
					}
					
/********************************************** Other */

/* Removes margins/padding from paragraphs on Event Calendar page */

.page-id-16 p {
	margin-bottom: 0;
	}


/* Adds a topmargin to element - specifically, motel galleries */

.topmargin {
	margin-top: 15px;
	}
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



