/* Style Sheets for dance parade website
created by Vlad Ilin
TOC
	1. Defaults
	2. Structure
	3. Fonts
	4. Images
	5. Nav
        6. Links
        7. Boxes
Notes
*/
 
/* -------------- 1. Defaults --------------------------- */
*{
	margin:0;
	padding:0;
}
body{ 	
	font-size: 62.5%;
	margin:0;
	background:url("http://danceparade.org/EE/images/uploads/bg_main1.jpg") repeat-x top;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* -------------- 2. Structure -------------------------- */
#wrapper {
	margin:0 auto;
	width:940px;
	background:url("http://danceparade.org/EE/images/uploads/bg_sunshine.png") no-repeat center 172px;
	min-height:858px;
	padding:0 119px
}
* html #wrapper{background-image: none;}

#masterhead{
	width:900px;
	padding:10px 0 0 40px;
	height:123px;
	float:left;
        background:url("http://danceparade.org/EE/images/uploads/logo_dp.png") 20px 0 no-repeat; 
}
	#masterhead a.left{float:left;}
	#login{float:right; width:244px; padding:18px 99px 0 0;}
	#login h3{padding-left:10px; color:#b4704b}
	.org_btn a{
		background:url("http://danceparade.org/EE/images/uploads/btn_org.gif") no-repeat; 
		text-align:center; 
		font-size:1.1em; 
		height:22px;
		padding:4px 100px 0;
		margin-top:10px;
		display:block;
		}

#navContainer{
	width:940px;
	height:40px;
	padding-left:80px;
	float:left;
}

#content{ 
	width:940px;
	height:auto;
	float:left;
	margin-top:40px;
}
.banner{float:left; width:100%; text-align:center}
.clear{clear:both;}
.fcw{width:100%; float:left; clear:both;}

/* -------------- 3. Fonts ------------------------------ */
h1, h2, h3, h4, p, ul{
	color:#666;
}
h1{ 
	font-size:3.4em;
	font-weight:normal; 
	padding:0 0 20px 0;
	text-align:center;
	letter-spacing:3px;
	color:#1d6c82;
}
h2 {
	font-size:1.7em;
	font-weight:normal;
	padding:5px 0 15px 20px; 
}
h3{
	font-size:3em;
	color:#1d6c82;
	padding:5px 0 0 0; 
}
p{ 
	font-size:1.2em; 
	line-height:1.5em;
}
.small p{font-size:1em;}
	.border p{padding-left:20px; padding-right:20px;}
	 body.one .border p, body.one .border  h2{padding-left:50px; padding-right:50px;}
	  body.one .border  h2
#txt ul{list-style-type:circle;}
#txt li{font-size:1.3em; padding:0 2px 10px 10px;}

/* -------------- 4. Images ----------------------------- */
a img{border:0;}

.txt img { 
	padding:10px;	
	float:right;
}
/* -------------- 5. Nav ------------------------------ */


#nav, #nav ul {
	padding: 0;
	margin:0;
	list-style: none;
	
}

#nav a {
	display: block;
	color:#fff;
	text-decoration:none;

}
#nav li{float: left;}
#nav li a{
	font-size:2.2em; 
	padding:3px 60px 0 0;
}
#nav li ul li a{ 
	width:12em; 
	font-size:1.2em; 
	padding:6px 10px;
	background-color:#b4704b;
}
#nav li a:hover{color:#f9e3d5;}
#nav li ul li a:hover{ background-color:#cc3103;}
#nav li ul {
	position: absolute;
	width: 20em;
	padding:0;
	left: -999em;
	z-index:100;
      
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* -------------- 6. Links --------------------------------- */


a:link {
	color:#1d6c82;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	color:#1d6c82;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}
/* -------------- 7. Boxes --------------------------------- */
.box{margin-bottom:25px;}
.tl {
	background:url("http://danceparade.org/EE/images/uploads/corner_lt.png") no-repeat top left; 
	float:left; 
	width:13px; 
	height:12px; 
	position:relative; 
	top:-6px; 
	left:0px;
	z-index:2;
}
* html .tl {background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://danceparade.org/EE/images/uploads/corner_lt.png", sizingMethod="scale");}
.tr {
	background:url("http://danceparade.org/EE/images/uploads/corner_rt.png") no-repeat top right; 
	float:right; 
	width:12px; 
	height:12px; 
	position:relative; 
	top:-6px; 
	right:0px;
	z-index:1;
}
* html .tr {background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://danceparade.org/EE/images/uploads/corner_rt.png", sizingMethod="scale");}
.bl {
	background:url("http://danceparade.org/EE/images/uploads/corner_bl.png") no-repeat top left; 
	float:left; 
	width:13px; 
	height:12px; 
	position:relative; 
	bottom:-6px; 
	left:0px;
	z-index:2;
}
* html .bl {background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://danceparade.org/EE/images/uploads/corner_bl.png", sizingMethod="scale");}
.br {
	background:url("http://danceparade.org/EE/images/uploads/corner_br.png") no-repeat top right; 
	float:right; 
	width:12px; 
	height:12px; 
	position:relative; 
	bottom:-6px; 
	right:0px;
	z-index:1;
}
* html .br {background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://danceparade.org/EE/images/uploads/corner_br.png", sizingMethod="scale");}
.box_top{
	background:url("http://danceparade.org/EE/images/uploads/box_top.png") repeat-x top;
	height:12px;
	position:absolute;
	z-index:0;
	top:-6px; 
	left:12px;
	float:right;
}
.box_bot{
	background-color:#fff;
	height:12px;
	position:absolute;
	z-index:0;
	bottom:-6px; 
	left:12px;
	float:right;
}
#main_box .box_top, #main_box .box_bot{width:96%;}
#main_box_wide .box_top, #main_box_wide .box_bot{width:96%;}
#secondary_box .box_top, #third_box .box_top, #fourth_box .box_top, #secondary_box .box_bot, #third_box .box_bot, #fourth_box .box_bot{width:306px;}
	
#main_box{
	width:600px;
	float:left;
	background:#fff url("http://danceparade.org/EE/images/uploads/bg_box-large.png") repeat-x top;
	position:relative;
}

#main_box_wide{
	width:940px;
	float:left;
	background:#fff url("http://danceparade.org/EE/images/uploads/bg_box-large.png") repeat-x top;
	position:relative;
}

#inner_float_left{
	width: 310px;
	float:left;
	margin: 15px 60px;
	background-color: #FFFFFF;
	border: solid 6px #FF9900;
}

#inner_float_right{
	width:auto;
	float:right;
	margin:20px 50px;
}

#middle_centered{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

body.one #main_box{width:900px;}
body.one #main_box .box_bot, body.one #main_box .box_top{width:880px;}

#secondary_box, #third_box, #fourth_box{
	width:328px;
	float:right;
	background:#fff url("http://danceparade.org/EE/images/uploads/bg_box-small.png") repeat-x top;
	position:relative;
}
body.one #secondary_box, body.one #third_box, body.two #third_box, body.one #fourth_box, body.two #fourth_box{display:none;}

#news ul{list-style-type:circle; font-size:1.3em; padding:15px 3px 0 20px;}
#news li {
        margin-bottom:7px;
}
 

.border{
	margin-top:5px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#empty {
	padding:0;
	width:365px;
	float:right;
}
	#recent {
		clear:both;
		margin-bottom:15px;
	}
	#left{	
		float:left;
		width:170px;
		height:160px
}
	#right{
		float:right;
		width:170px;
		height:160px;
}
	
.newstext{
	overflow:auto;
	height:300px;
}
.recenttext{
	height: 120px;
	overflow:auto;
}
.recenttext ul{list-style-type:disc; font-size:1em; padding:8px 3px 0 30px;}
.recenttext li{ margin-bottom:5px;}
.small{ font-size:xx-small;}

h1 img{ margin: 2px 7px 0 10px; width:10px; height:10px;}

p { 
	padding:5px 10px;
	text-align:justify;
}

#form{
	padding:5px 0;
	margin:0 2%;
	color:#fff;
	text-align:center;
}
#form label {
	padding:2px 0 0 0;
	text-align:justify;
}
#form .txt{
	width:100%;
	margin:10px 0;
	border:1px solid #89b1ca;
}
#form .btn{
	border:2px solid #89b1ca;
	background-color:#4a9186;
	color:#fff;
	padding:0.1em 0.3em;
	font-weight:bold;
	font-size:1.4em;
}



.c{width:80%; margin:0 10% 20px;}
.c img {float:left; padding-right:10px; height:125px; width:125px;}
body.one .border .c p{padding:0 0 10px 0;}
.m{ text-align:center; padding:20px 0;}

#form{width:420px;}
#form fieldset{
	border:none;
	padding:15px;
}
#form fieldset label{
	color:#000;
	font-size:1.2em;
}

form#pay, div#paynow{text-align:center;}
table#join_parade, table#join_parade2{padding:0 15%;}


.indiv{width:80%; padding:0px 10%; float:left; clear:both;}
.org{width:100%; padding:0px;}
.indiv div, .org div{float:left}
.w-90{width:90%;}
.w-10{width:10%;}
.w-3{width:3%; padding-left:3%;}
.w-35{width:35%; padding-right:1%;}
.w-7{width:7%;}
.w-15{width:15%;}
.w-39{width:39%;}

.submit{color:#fff; background-color:#b4704b; padding:1px 3px; border:none;}
#keywords{border:#b4704b 1px solid; }

#image_holder{width:760px; padding:20px 0 0 80px}
#image_holder a{float:left; padding:0 15px 15px 0;}

.tableBorder{width:800px; padding:0 0 20px 100px; color:#666;}
td.thumbs{width:100px; padding-bottom:10px;}
td.categories{padding-bottom:5px;}

.imageBG{text-align:center;}
.imageBG img{padding:18px 0 10px;}

select#dance_org, select#cmb_dance{width:300px}