/*

Party Layne Productions, LLC. Ready to Party Page 2010
(c) Copyright 2010 Party Layne Productions, LLC.
http://www.partylayne.com

*/

* {
	margin: 0;
	padding: 0;
}

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

body {
	background-color: #382e22;
	color: #fff;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

#main {
	padding-bottom: 150px;
}

/* must be same height as the footer */

/* CLEAR FIX*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

a {
	color: #4f9bb1;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}

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

#header {
	background: url(../images/header.png) repeat-x;
	width: 100%;
	height: 8px;
}

#page {
	width: 720px;
	margin: 0 auto;
}

#logo {
	height: 134px;
	background: url(../images/logo.png) no-repeat;
	padding-top: 16px;
}

#circles {
	background: url(../images/frame.png) no-repeat;
	height: 408px;
}

#email {
	width: 500px;
	background-color: #1AB1D0;
	margin: 20px 100px;
	text-align: center;
}

#email input, textarea, textfield {
	width: 180px;
	background-color: #C2F3FF;
	font-size: 14px;
	height: 22px;
	margin: 5px;
}

#email input.button {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 120px;
	height: 24px;
	background-color: #78A22F;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}

#text {
	text-align: center;
	padding: 20px 50px 0;
	white-space: normal;
	font-weight: bold;
	line-height: 1.4em;
}

#text h1 {
	font-size: 14px;
}

#text h2 {
	color: #EF5A27;
	font-size: 15px;
}

#text h2 a {
	text-decoration: none;
	background-color: #1AB1D0;
	color: #FFFFFF;
	padding: 2px;
}

#text h2 a:hover {
	text-decoration: none;
	background-color: #EF5A27;
	color: #fff;
	padding: 2px;
}

#error {
	text-align: center;
	padding: 20px 50px 0;
	white-space: normal;
	font-weight: bold;
	line-height: 1.4em;
}


/* @group Slideshow */

/* Set the slideshow settings 590x242 */

#slideshow {
	position: relative;
	height: 242px;
	top: 71px;
	left: 62px;
	width: 590px;
}

#slideshow IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	border: 8px solid #35281A;
}

#slideshow IMG.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow IMG.last-active {
	z-index: 9;
}

/* @end */

/* @group Forms */

label {
	float: left;
	width: 120px;
	font-weight: bold;
}

input, textarea {
	width: 180px;
	margin-bottom: 5px;
}

textarea {
	width: 250px;
	height: 150px;
}

input.button {
	font-size: 14px;
	font-family: Trebuchet MS,sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 120px;
	height: 24px;
	background-color: #0077BB;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat;
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */

input.dp-applied {
	width: 140px;
	float: left;
}

/* @end */

/* @group Footer */

#footer {
	background-color: #000;
	position: relative;
	margin-top: -150px;
	height: 150px;
	clear: both;
}

#footertext {
	width: 720px;
	margin: 20px;
	font-family: Verdana;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 11px;
	font-size: 11px;
	margin: 0 auto;
	background-color: #000;
	padding: 14px;
}

#footertext h1 {
	line-height: 36px;
	font-size: 14px;
}

#footerright {
	width: 200px;
	float: right;
}

#footerleft {
	width: 400px;
	float: left;
}

.copyright {
	font-size: 10px;
	color: #1AB1D0;
}

li {
	padding-left: 20px;
	list-style: none;
	line-height: 20px;
}

.social-facebook {
	background-image: url(../images/facebook_16.png);
	background-position: center left;
	background-repeat: no-repeat;
}

#social {
	background-color: #35281A;
	width: 720px;
	margin-top: 20px;
	text-align: center;
}

#social a {
	color: #fff;
	text-decoration: none;
}

.social-twitter {
	background-image: url(../images/twitter_16.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.social-youtube {
	background-image: url(../images/youtube_16.png);
	background-position: center left;
	background-repeat: no-repeat;
}

/* @end */

/* @group Inquiry */

#inquiry {
	width: 360px;
	font-size: 12px;
	padding: 20px;
}

#inquiry label {
	float: left;
	width: 120px;
	font-weight: bold;
}


#inquiry input, textarea, textfield, select {
	width: 180px;
	background-color: #B78E66;
	font-size: 12px;
	margin: 5px;
}



#inquiry input.button {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 120px;
	height: 24px;
	background-color: #B78E66;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	text-align: center;
	margin-left: 125px;
}

/* @end */

end */