/* @override 
	http://www.qilady.com/qilady_ee/stylesheets/master.css
	http://qilady.com/qilady_ee/stylesheets/master.css
*/

/*-----------------------------------------------------------------
QiLady

MASTER

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008

-------------------------------------------------------------------*/

/* RESET ELEMENTS ON WEB PAGE
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	list-style: none;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clear{
	clear: both;
}

body{
	padding-bottom: 25px;
	background-color: #b9e3df;
	color: #827c44;
	font: 14px/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container{
	margin: 0 auto;
	width: 840px;
}

/* @group NAVIGATION */
#navigation{
	height: 50px;
	background: url(../images/backgrounds/navigation.gif) repeat-x 0 0;
}

	a#site_logo{
		width: 150px;
		height: 50px;
		background: url(../images/logos/qi_lady-small.gif) no-repeat 0 0;
		float: left;
		text-indent: -9999px;
		display: block;
	}
	
/* MAIN NAVIGATION
-------------------------------*/
ul#main_nav{
	float: right;
	line-height: 50px;
	background: url(../images/navigation/separator_bars.gif) no-repeat left top;
	padding-left: 2px;
	font-size: 1.3em;
}

	ul#main_nav li{
		float: left;
		padding-right: 2px;
		background: url(../images/navigation/separator_bars.gif) no-repeat right top;
	}
	
		ul#main_nav li a{
			padding: 0 15px;
			display: block;
			color: #f3f7e3;
		}
		
		ul#main_nav li a:hover{
			color: #566d24;
			text-decoration: none;
		}
		
ul#main_nav li.current a {
		background: url(../images/navigation/selected.gif) no-repeat center top;
		color: #566d24;
	}
	
/* SUBNAVIGATION
-------------------------------*/
ul#sub_nav{
	
}

	ul#sub_nav li{
		margin-bottom: 3px;
	}
	
	ul#sub_nav li a{
		display: block;
		width: 98%;
		padding: 0 3px;
		font-size: 1.4em;
		line-height: 1.7em;
		background-color: #cae6cb;
		color: #718471;
		border: 1px solid #adccae;
	}
	
		ul#sub_nav li a:hover, ul#sub_nav li.current a{
			background-color: #b5e2dc;
			color: #5f7874;
			border-color: #99c0bb;
			text-decoration: none;
}

/* @end */

/* @group HEADER */
#header{
	background: url(../images/backgrounds/header-small-repeat.gif) repeat-x 0 0;
}

	#header .container{
		height: 100px;
		background: url(../images/backgrounds/header-small.jpg) no-repeat 0 0;
	}
	
	#header .container h1{
		padding-left: 20px;
		line-height: 90px;
		margin: 0;
	}
	
#home #header{
	background: url(../images/backgrounds/header-large-repeat.gif) repeat-x 0 0;
}

	#home #header .container{
		height: 200px;
		background: url(../images/backgrounds/header-large.jpg) no-repeat 0 0;
	}

#call_to_action{
	margin: 70px 0 0 370px;
	position: absolute;
	width: 240px;
	height: 60px;
	color: #98be47;
	font-size: 1.2em;
	line-height: 1.5em;
}

	#call_to_action span{
		display: block;
		color: #78aa36;
		font-weight: bold;
	font-size: 1.75em;
	letter-spacing: .05em;
}

/* @end */

/* @group CONTENT */
#content{
	padding-bottom: 20px;
	background-color: #ddf3de;
	height: 100%;
}


/* @end */

/* @group FOOTER */
#footer{
	padding-top: 10px;
	border-top: 5px solid #648e61;
}

	ul#footer_nav{
		margin-bottom: 5px;
		float: left;
		font-size: 1.3em;
		line-height: 1.8em;
	}
	
		ul#footer_nav li{
			float: left;
		}
		
		ul#footer_nav li a{
			padding: 0 8px;
			color: #5a845a;
			display: block;
		}
		
		ul#footer_nav li a:hover{
			background-color: #d1f6f3;
			text-decoration: none;
		}

#copyright{
	clear: left;
	padding-left: 8px;
}

a#site_creator{
	float: right;
	height: 25px;
	width: 100px;
	display: block;
	background: url(../images/logos/imp_designs.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/* @end */

/* @group TEXT */
a{
	color: #722f6c;
	text-decoration: none;
}

	a:hover{
		color: #555;
		text-decoration: underline;
	}
	
h1 { 
  font-size: 2.7em; 
  line-height: 1.2em;
  margin-bottom: 18px;
  color: #007f21;
  font-family: Georgia, Times, serif;
  font-weight: normal;
  letter-spacing: -.5px;
}

	h1#page_title{
		margin: 0;
		padding: 0;
		line-height: normal;
		font-size: 18px;
		line-height: inherit;
		color: #722f6c;
		float: left;
		text-transform: uppercase;
	}

h2 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 3px;
}
	
h3 { 
  font-size: 12px; 
  line-height: 18px; 
}

h4{
	color: #777;
}

.info h4 {
	margin: 0;
	padding: 0;
}

p{
	padding-bottom: 18px;
	margin: 0;
}

	.intro{
		font-weight: bold;
		line-height: 1.5em;
		font-size: 1.3em;
		color: #78aa36;
	}


/* @end */

/* @group COLUMN STRUCTURE */
#main_column{
	float: left;
	width: 510px;
}

	#main_column .interior{
		padding: 0 15px;
		height: 100%;
		background: url(../images/backgrounds/left_column-middle.jpg) repeat-y 0 0;
	}
	
	#main_column .bottom{
		height: 35px;
		background: url(../images/backgrounds/left_column-bottom.jpg) no-repeat 0 0;
	}

#side_column{
	float: right;
	width: 300px;
	padding-top: 20px;
}

/* @end */

/* @group BUTTONS */
a#contact_button{
	margin-bottom: 8px;
	display: block;
	text-indent: -9999px;
	width: 300px;
	height: 85px;
	background: url(../images/buttons/contact_us.jpg) no-repeat 0 0;
	padding: 0;
}

a#movie_button {
		margin-bottom: 8px;
	display: block;
	text-indent: -9999px;
	width: 300px;
	height: 53px;
	background: url(../images/buttons/btn-back_in_motion.jpg) no-repeat 0 0;
}

.button{
	height: 80px;
	font-size: 2em;
	font-weight: bold;
	display: block;
	line-height: 75px;
	padding: 0 20px;
	margin-bottom: 8px;
}

	.button.blue{
		background: url(../images/buttons/rc-blue.jpg) no-repeat 0 0;
		color: #5197b1;
	}
	
	.button.green{
		background: url(../images/buttons/rc-green.jpg) no-repeat 0 0;
		color: #d2e4bb;
	}

/* @end */

/* @group MISCELLANEOUS */
.separator{
	margin-bottom: 18px;
	height: 4px;
	background: url(../images/miscellaneous/separator.gif) repeat-x 0 0;
}

ul.bulleted{
	margin: 0 0 18px 40px;
	line-height: normal;
	font-size: 1em;
	padding-bottom: 18px;
	padding: 0;
}

	ul.bulleted li{
		list-style-type: circle;
	margin-bottom: 3px;
}

ul.list li{
	border-bottom: 1px solid #c0c0c0;
	margin: 0;
	padding: 0;
}

ul.bulleted p {
	padding-left: 15px;
	margin-bottom: 5px;
	font-size: .9em;
	padding-bottom: 0;
}

ul#events .date_box{
	float: left;
	width: 60px;
	margin-right: 8px;
	border: 1px solid #d4e1b9;
	background-color: #f3fbe2;
	color: #5c6155;
	font-size: .8em;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.date_box{
	float: left;
	width: 60px;
	margin-right: 8px;
	border: 1px solid #d4e1b9;
	background-color: #f3fbe2;
	color: #5c6155;
	font-size: .8em;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
} 

.list_item {
	margin: 5px 0 0;
	padding: 0;
	height: 100%;
}

	ul#events .date_box span{
		display: block;
		font-weight: bold;
		color: #71cb00;
	font-size: 2em;
	line-height: 1.2em;
}

.date_box span{
		display: block;
		font-weight: bold;
		color: #71cb00;
	font-size: 2em;
	line-height: 1.2em;
}
	
.movie_box {
	width: 320px;
	padding: 3px;
	margin: 15px auto;
	height: 240px;
	border: 3px solid #7b902f;
	background-color: white;
}

.item {
	padding: 0;
	margin: 0 0 20px;
}

/* @end */

/* @group MODULES */

.module{
	margin-bottom: 18px;
}

	.module h3{
		height: 50px;
		font-size: 1.8em;
		line-height: 40px;
		padding: 0 10px;
	}

	.module.blue_heading h3{
		background: url(../images/backgrounds/module_heading-blue.gif) no-repeat 0 0;
		color: #5197b1;
	}
	
	.module.green_heading h3{
		background: url(../images/backgrounds/module_heading-green.gif) no-repeat 0 0;
		color: #d2e4bb;
	}

/* @end */

/* @group FORMS */
form{
	padding: 10px;
	background-color: #f5f1ce;
	border: 3px solid #dcd8b6;
}

	form label{
		display: block;
		font-weight: bold;
		margin-bottom: 3px;
		color: #007f21;
	}
	
	form .text{
		margin-bottom: 8px;
		display: block;
		width: 98%;
		padding: 3px;
	font-size: 1em;
	border: 2px solid #dcd8b6;
}
	
	form textarea{
		margin-bottom: 8px;
		width: 98%;
		padding: 3px;
		display: block;
	font-size: 1em;
	border: 2px solid #dcd8b6;
	height: 100px;
}
	
	form select{
		margin-bottom: 8px;
		display: block;
		font-size: 125%;
	}
	
	form .form_button{
		font-size: 1.4em;
		line-height: 1.6em;
		font-weight: bold;
		background-color: #fff;
		color: #558971;
		border: 2px solid #dcd8b6;
		cursor: pointer;
	}
	
.form_button:hover {
	background-color: #caebdc;
}

/* @end */

/* TABLES
----------------------------------*/
table{
	margin-bottom: 18px;
	margin: 0;
	padding: 0;
}

th{
		padding: 4px 0;
		text-align: left;
		color: #7b902f;
		text-transform: uppercase;
	margin: 0;
}
	
td{
		padding: 3px;
	margin: 0;
}
	
 tr.even td{
		background-color: #ffe4ae;
	}
	
.bordered td{
		border-bottom: 1px solid #967940;
	margin: 0;
	padding: 0;
}
	
#map_canvas {
	border: 2px solid #967940;
	padding: 0;
	height: 370px;
	margin: 0;
}

.directions_form {
	border-style: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

#fromAddress {
	padding: 3px;
	font-size: 1.2em;
	border: 2px solid #967940;
	margin: 0;
	width: 455px;
} 

.directions {
	margin: 0;
	padding: 0;
	height: 350px;
	width: 480px;
}
	
	