/*
 Theme Name: Think It Studio Theme
 Theme URI: http://thinkitstudio.com
 Description: This theme was built for Brevard Conference Center
 Version: 1.0
 Author: Mike McKearin
 Tags:
 */

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= INFO =-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/*
COLORS:
BROWN = #350901

*/

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= RESET =-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
* { margin:0; padding:0; }
html { overflow-y:scroll; }
.rates {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-image: none;
	z-index: auto;
	top: 650px;
}
body { font:62.5% Helvetica, sans-serif; }
ul { list-style:none inside; }
a { outline:none; }
a img { border:none; }
img { border:none; padding:0; }
img a { border:none; }
img.left { float:left; border:none; padding:6px 0 0; }
img.right { float:right; border:none; padding:0 0 0 6px; }
p { font:1.3em/1.3em; margin-bottom:1.3em; }
h1 { font-size:18pt; }
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:27pt;
}
h3 { font-size:10pt; }
h4 { font-size:9pt; }
blockquote { border-left:1px solid #A5ABAB; margin:15px; padding:0 12px; }
code { font-family:"Courier New", Courier, monospace; }
div {
	position:relative;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= CSS TOOLBOX =-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.floatleft { float:left; }
.floatright { float:right; }
.clear { clear:both; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= STRUCTURE =-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
body { background:#350901; color:#691400; }
#wrap { background:url(img/main_bg.jpg) no-repeat; margin:0 auto; width:1087px; min-height:1500px; }
#content { padding:530px 20px 20px 263px; width:570px; }
.col { width:280px; float:left; margin:10px 0; }
.btm {
	float:left;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= TYPE =-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
ul { list-style-position:outside; list-style-type:disc; }
li { margin:10px; }
.lft { font-size:1.4em; font-family:Verdana; margin:0 0 0 30px; }
.lft li { margin:10px 0 17px; }
.rt { font-size:7pt; list-style-image:none; list-style-position:outside; list-style-type:none; width:256px; }
.btm h2 { font-size:22pt; margin:0 0 0 25px; }
.phone { float:left; margin:0 0 0 300px; }
#footer {color: #fffeef;margin:340px 0 0; text-align: center;}
#footer h3 {font-size: 16pt;}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= MISC =-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#8F3A2C none repeat scroll 0 0;
	border:4px solid #691400;
	float:left;
	font-size:12pt;
	margin: -80px 105px 0 0;
	padding:5px 5px;
	text-align:center;
}
#button a {color:#FFFEEF; text-decoration: none;}
#button a:hover {text-decoration: underline;}

