/* -----------------------------------
			
	      TicketstotheCity.com
	  ~ signup stylesheet ~
		  
   ----------------------------------- */

/* -----------------------------------
			 General Styles
   ----------------------------------- */

.wrapper { width: 100%; }

h1 { margin-bottom: 1em !important; }

h2 {
	font-family: Georgia, Times, serif;
	font-size: 110%;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #666;
}
h2 span {
	display: block;
	width: 76%;
	margin: 0 12%;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-family: Georgia, Times, serif;
	font-size: 110%;
	margin: 30px 40px 20px 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #666;
}

/* -----------------------------------
		    Center Styles
   ----------------------------------- */

#center { 
	background-color: #f4f4f4; 
	color: #252525;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 15px 0;
}

#header {
	width: 800px;
	height: 225px;
	margin-bottom: 25px;
}

a#header-overlay {
	display: block;
	text-decoration: none;
	border: none;
	width: 800px;
	height: 225px;
	background: url(../images/bkgd/bkgd-header.png) no-repeat top left;
}

#columns { width: 800px; }

#col-l { 
	width: 525px;
	margin-right: 10px;
	float: left;
}
#col-r {
	width: 245px;
	margin-left: 10px;
	float: right;
}

.col1-2,
.col2-2 { 
	width: 222px;
	padding: 0 10px;
	margin-bottom: 15px;
	float: left; 
}

.col1-2 h3,
.col2-2 h3 { margin: 30px 10px 20px 10px; }

/* Tabs */

.tab-lg {
	width: 525px;
	padding-bottom: 60px;
	background: url(../images/tabs/tab-bottom-lg.gif) no-repeat bottom left;
}
.tab-lg h2 {
	width: 485px;
	padding: 60px 20px 10px 20px;
	background: url(../images/tabs/tab-top-lg.gif) no-repeat top left;
}
.tab-lg-content {
	width: 485px;
	padding: 10px 20px;
	background: url(../images/tabs/tab-middle-lg.gif) repeat-y top left;
}

.tab-sm {
	width: 245px;
	padding-bottom: 30px;
	background: url(../images/tabs/tab-bottom-sm.gif) no-repeat bottom left;
}
.tab-sm h2 {
	width: 205px;
	padding: 50px 20px 5px 20px;
	background: url(../images/tabs/tab-top-sm.gif) no-repeat top left;
}
.tab-sm-content {
	width: 205px;
	padding: 10px 20px;
	background: url(../images/tabs/tab-middle-sm.gif) repeat-y top left;
}

p.lg-txt {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0 30px 40px 30px;
	line-height: 180%;
	color: #666;
	background: url(../images/bkgd/bkgd-flourish.gif) no-repeat bottom center;
}
p.lg-txt cite { display: block; text-align: right; }

p.lg-txt span.center { display: block; text-align: center; }

p.icon-feature {
	text-align: center;
	margin-bottom: 10px;
}

ul.feature-col { margin: 25px 0; }
ul.feature-col li { 
	margin: 0 30px 5px 10px;
	padding: 10px 0 0 90px;
	min-height: 75px;
	line-height: 130%;
	background-position: 0 0;
}

ul.list { margin-bottom: 15px; }
ul.list li {
	padding: 5px 20px 5px 20px;
	line-height: 140%;
}

ul.gray-list li 	{ background: url('/images/bullets/bullet-gray.gif') no-repeat left 5px; }
ul.blue-list li 	{ background: url('/images/bullets/bullet-blue.gif') no-repeat left 5px; }

span.list-summary { 
	display: block;
	color: #666;	
}

/* -----------------------------------
		    Form Styles
   ----------------------------------- */

p.error-msg {
	margin: 0 0 25px 0;
	padding: 15px;
	background: #ff4c4c;
	color: #ffffff;
	font-size: 18px;
}

#signup label,
#signup input.text,
#signup input.city,
#signup input.state,
#signup input.zip,
#signup select { float: left; display: inline !important; }

#signup label 		{ width: 40%; padding: 0 40px 0 0; text-align: left;}
#signup input.text 	{ width: 245px; }
#signup input.city 	{ width: 200px; margin-right: 5px; }
#signup input.state { width: 45px; margin-right: 5px; }
#signup input.zip 	{ width: 90px; }

#signup input.error { background-color: #febaba; }

#signup label em { 
	display: block;
	float: left;
	font-style: italic;
	width: 30px;
	text-align: left;
	font-weight: bold;
}

#signup fieldset span.optional-txt { 
	display: block !important; 
	margin-left: 40%; 
	color: #999;
	font-size: 14px;
	clear: both;
	text-align: left;
}

#signup label.checkbox { float: none; width: auto; padding: 0 0 0 5px; }

textarea.agreement {
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
	border: 1px solid #002465;
	font-size: 16px;
}

textarea#group_notification,
textarea#group_marketing {
	width: 300px;
	height: 150px;
	float: left;
}

.checkbox {
	position: relative;
	display: inline;
	margin-top: 0;
}

/* media query for 640 and less */

@media screen and (max-width: 640px) {
	#signup label,
	#signup input.text,
	#signup select { float: none; display: block !important; }

	#signup label { width: 100%; padding: 0; }

	#signup fieldset span.optional-txt { 
		margin-left: 0; 
	}

	#signup label.checkbox { display: inline !important; }

	textarea#group_notification,
	textarea#group_marketing {
		width: 100%;
		height: 150px;
		float: left;
	}
}

/* -----------------------------------
			 Miscellaneous
   ----------------------------------- */

.clear-left 	{ clear: left; }
.clear-right 	{ clear: right; }
.clear-both 	{ clear: both; }
.left 			{ float: left; }
.right			{ float: right; }
.nofloat		{ float: none; }
.block			{ display: block; }
.none			{ display: none; }
.strong			{ font-weight: bold; }
.no-background 	{ background-image: none; }
.ampersand		{ font-family: "Baskerville", "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-style: italic; }
i,
cite,
.elegant		{ font-family: "Baskerville", Georgia, Times, serif; font-size: 120%; font-style: italic; }
.dropcap 		{ float:left; color:#002465; font-size:100px; line-height:70px; padding-top:2px; font-family: "Times New Roman", Times, serif, Georgia; } 
.lowercase		{ text-transform: lowercase; }
.uppercase		{ text-transform: uppercase; }

/* ----------------------------------------------------------------------------
						Clearfix Easy Clearing of Floats

			http://www.positioniseverything.net/easyclearing.html
   ---------------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */