/*
Theme Name: Rosen Hotels & Resorts
Theme URI: http://rosenhotels.wsoa.biz
Description: WordPress Template for Rosen Hotels & Resorts, Orlando, Fl
Author: Web Solutions of America
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* CSS Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:0;
}
td {
	padding: 5px;
	vertical-align:top;
}


/* CSS Selectors */
a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}

body{
	background:url(/wp-content/themes/rfprosen/images/bodyBackground.png) repeat-x #5A471B;
	color: #241D0B;
	font-family: Verdana;
	font-size: 11px;
	text-align:center;
	margin:0 auto;
}
dt {
	font-weight: bold;
	line-height: 150%;
	padding-top: 7px;
	/*text-align:justify;*/
}

table.plugin td {
	padding: 3px;
	text-align: center;
	vertical-align:top;
}

#wrapper{
	background:url(/wp-content/themes/rfprosen/images/wrapperBackground.png) no-repeat;
	margin:0 auto;
	min-height:500px;
	text-align:left;
	width:1008px;
}

#logo{
	display: block;
	height: 127px;
	margin: 0 auto;
	text-align: center;
	width: 314px;
}

#logo a {
	display: block;
	height: 127px;
	margin: 0 auto;
	text-align: center;
	width: 314px; 
}

#navigation {
	/*height: 47px;*/
}

#imageContainer{
	background:#241D0B;
	border:3px solid #241D0B;
	border-bottom: 1px solid #241D0B;
	height:139px;
	width:1002px;
}

#content{
	background:#FFFFFF;
	border:3px solid #241D0B;
	margin-bottom:25px;
	min-height:500px;
	padding: 15px;
	/*width:1002px;*/
}

#content h1,
#content h2 {
	color: #241D0B/*#FFFFFF*/;
	font-family: Georgia;
	font-size: 19px;
	margin-bottom: 12px;
}
#content h3 {
	color: #FFFF99;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	margin: 10px 15px 7px 15px;
}
#content img {
	border: #FFFFFF 2px solid;
}
#content p {
	display: block;
	line-height: 140%;
	margin: 0 15px;
}

.horizontalSeparator {
	background:url(/wp-content/themes/rfprosen/images/horizontalSeparator.png) no-repeat;
	height:12px;
	width:999px;
}

#footer {
	color: #DDD7D2;
	margin: 25px 0;
	text-align: center;
}
#webDesign {
	color: #C1B7AE;
	font-size: 10px;
}
#webDesign a {
	color: #C1B7AE;
}

/* Global Styling */
.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.clear{
	clear:both;
}

.floatLeft,
.alignleft {
	float: left;
	margin: 8px 18px 8px 0;
}
.floatRight,
.alignright {
	float: right;
	margin: 8px 0px 8px 18px;
}



/* Gravity Forms */
.gfield {
	line-height: 150%;
}

.gfield_required {
	color: #B45F42; /*#741002 #A71200*/
}

.medium {
	width: 310px;
}

div#preview_form_container {padding:0 20px 40px 20px; margin-top:100px;}

.nav-previous {
	display: block;
	float: left;
}
.nav-next {
	display: block;
	float: right;
}
#nav-above,
#nav-below {
	padding-top: 10px;
}