@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	/*color:#232323;*/
	color:#454545;
	font-size:11px;
	line-height:17px;
}

#content a, #content a:link, #content a:visited {
	color:#7499b7;
}
#content a:hover {
	color:#ff004e;
}

a img {
	border:none;
}

p {
	display:block;
	padding-bottom:15px;
}

.justfloat {
	float:left;
}

.photo_cont {
	width:250px;
	height:180px;
	padding:5px;
	float:left;
}
.photo_thumb_cont {
	padding:6px 6px 0px 0px;
	float:left;
}
.photo_cont img, .photo_thumb_cont img {
	border:#999999 1px solid;
	padding:2px;
}
.gallery_member_name {
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 10px 10px;
}
.gallery_member_name a, .gallery_member_name a:link {
	color:#7499b7;
	text-decoration:none;
}
.gallery_member_name a:hover {
	text-decoration:underline;
	color:#ff004e;
}
.gallery_main_pic {
	text-align:center;
	border-bottom:1px solid #999999;
	padding-bottom:10px;
	margin-bottom:10px;
}

/* COLOR */
.pink {
	color:#ff004e;
}


/* FORMS */
form {
	
}


input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.formInput {
	font-size:12px;
	padding-bottom:20px;
}
.longInput input, textarea {
	width:98%;
}
.members_only {
	width:100%;
	height:65px;
	background:url(../img/bg_membership_benefit.jpg) repeat-x;
}

.smallInput input {
	width:100px;
}

input[type=text] {
	border:#b3b3b3 1px solid;
	height:16px;
	padding:2px;
}
input[type=password] {
	border:#b3b3b3 1px solid;
	height:16px;
	padding:2px;
}
fieldset {
	padding:2px;
	border:#b3b3b3 1px solid;
	width:100%;
}


input[type=radio] {
	padding:10px;
}
option {
	padding:0px 30px 0px 0px;
}
select {
	border:#b3b3b3 1px solid;
	padding:2px;
	height:22px;
}


textarea {
	border:#b3b3b3 1px solid;
	padding:2px;
}

div.auto_complete {
	position :absolute;
	width :250px;
	background-color :white;
	border :1px solid #888;
	margin :0px;
	padding :0px;
}


/* NOTICES AND ERRORS */

div.message {
	clear: both;
	color: #900;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}



/* GENERAL HEADERS */
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}
/*h1 {
	color: #ff004e;
	font-size: 18px;
	text-transform:lowercase;
}*/
h2 {
	font-size: 12px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:5px;
}
h3 {
	color: #ff004e;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding:0px;
}
h4 {
	font-weight: normal;
	font-size:18px;
}


/* LAYOUT */
#container {
	width:933px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#header {
	padding-bottom:10px;
}
#header_right {
	float:left;
	width:565px;
	height:82px;
	background:url(../img/drc_header_bg.jpg) no-repeat;
	padding-bottom:10px;
}
#header_right input[type=text] {
	border:#b3b3b3 1px solid;
	height:16px;
	padding:3px 2px 2px 2px;
}

#nav {
	clear:left;
	padding-top:3px;
	border-top:#ff9cb9 1px solid;
}
#content {
	width:100%;
	float:left;
	padding:10px 0px 3px 0px;
	border-bottom:#ff9cb9 1px solid;
	margin-bottom:10px;
}

#footer {
	margin-top:10px;
	font-size:10px;
}
#footer .left_column, #footer .right_column {
	background-image:url(../img/bg_footer.jpg);background-repeat:repeat-x;
	height:84px;
	border:none;
}

.left_column {
	float:left;
	width:557px;
	/*min-height:440px;
	height:auto !important;
	height:440px;*/
	margin-right:2px;
	border:#e7e9ea 1px solid;
}
.right_column {
	float:left;
	width:372px;
}

.form_box {
	padding:20px 22px 20px 22px;
}


.static_box {
	clear:left;
	padding:20px 22px 20px 22px;
	min-height:300px;
	height:auto !important;
	height:300px;
}
.static_box li {
	list-style:disc;
	padding-left:10px;
}
.static_box ul {
	padding:0px 15px 10px 15px;
}
.bg_join_form {
	background-image:url(../img/bg_join_form.jpg);
	background-repeat:repeat-y;
}



.message {
	clear:left;
    width: 100%; 
    font-size: 14px; 
    padding: 5px 0 5px 0; 
	margin-top:20px;
    color: #000; 
    background-color: #fff9d9; 
    text-align: center; 
}
#authMessage {
	background-color: #FFCCCC;
}


/* NAV */
.menuSubNav {
	background-color:#FFFFFF;
}

.menu {
	float:left;
	width:185px;
}
.menu a {
	display:block;
	width:185px;
	height:24px;
	text-indent:-9999px;
}
.subMenu a, .subMenu a:link, .subMenu a:visited {
	display:block;
	width:173px;
	height:21px;
	padding: 3px 0px 0px 10px;
	color:#666666;
	text-decoration:none;
}
.subMenu a:hover {
	background:#eeeeee;
	color: #ff004e;
}

#nav_about {background:url(../img/nav_about_up.jpg) no-repeat;}
#nav_about:hover {background:url(../img/nav_about_over.jpg) no-repeat;}
#nav_news {background:url(../img/nav_news_up.jpg) no-repeat;}
#nav_news:hover {background:url(../img/nav_news_over.jpg) no-repeat;}
#nav_resources {background:url(../img/nav_resources_up.jpg) no-repeat;}
#nav_resources:hover {background:url(../img/nav_resources_over.jpg) no-repeat;}
#nav_awards {background:url(../img/nav_awards_up.jpg) no-repeat;}
#nav_awards:hover {background:url(../img/nav_awards_over.jpg) no-repeat;}
#nav_join {background:url(../img/nav_join_up.jpg) no-repeat;}
#nav_join:hover {background:url(../img/nav_join_over.jpg) no-repeat;}


/* ELEMENTS */
#element_member_dashboard {
	padding:15px 30px 15px 30px;
	border:#e7e9ea 1px solid;
	background:url(../img/bg_member_dashboard.jpg);
	width:310px;
	height:180px;
}
#element_member_dashboard a, a:link, a:visited {
	color: #ff004e;
}
#element_member_dashboard a:hover {
	color:#000000;
}

#element_member_dashboard ul {
	padding:3px 0px 3px 0px;
	list-style-type:none;
}
#element_member_dashboard ul li {
	padding:3px 0px 3px 0px;
	background-image:url(../img/list_arrow.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:18px;
}

#element_login {
	background:url(../img/bg_login.jpg);
	width:370px;
	height:141px;
	border:#e7e9ea 1px solid;
}

#element_callout {
	width:350px;
	height:124px;
	border:#e7e9ea 1px solid;
	padding:10px;
	margin-top:2px;
}
#element_callout a, #element_callout a:link, #element_callout a:visited {
	color:#454545;
	font-size:11px;
	text-decoration:none;
}
#element_callout a:hover {
	text-decoration:underline;
}

.element_callout_green {background:url(../img/bg_callout_green.jpg) no-repeat;}
.element_callout_green h4 {color:#52ad4f;}
.element_callout_blue {background:url(../img/bg_callout_blue.jpg) no-repeat;}
.element_callout_blue h4{color:#4f7ca0;}
.element_callout_pink {background:url(../img/bg_callout_pink.jpg) no-repeat;}
.element_callout_pink h4{color:#ff004e;}

/* HEADERS */
.header_submit_news {
	background:url(../img/header_submit_dance_news.jpg) no-repeat;
	width:223px;
	height:24px;
}
.header_benefits_at_glance {
	width:217px;
	height:19px;
	text-indent:-9999px;
	padding-bottom:0px;
	background:url(../img/header_benefits_at_glance.png) no-repeat;
}
.header_submit_event {
	background:url(../img/header_submit_event.jpg) no-repeat;
	width:223px;
	height:24px;
}
.header_submit_class {
	background:url(../img/header_submit_class.jpg) no-repeat;
	width:236px;
	height:24px;
}
.header_join_drc {
	background:url(../img/header_join_drc.jpg) no-repeat;
	width:118px;
	height:41px;
	text-indent:-9999px;
}
.post {
	padding-top:20px;
}
.paging {
	margin-top:20px;
}
.pagination_link {
	display:inline;
}
.comment_form {
	border:#CCCCCC 1px solid;
	padding:20px;
	font-size:10px;
	clear:left;
}
.comment_form label {
	font-size:11px;
}
.comment_form input[type=text] {
	font-size:11px;
	height:14px;
	width:200px;
}
.comment_form textarea {
	width:300px;
	height:50px;
}

.commentlist {
	padding-top:20px;
}
.comment {
	clear:left;
	padding:10px;
	border-top:#CCCCCC 1px solid;
}
.meta {
	float:left;
	width:150px;
}
.comment_message {
	float:left;
	width:300px;
}
.poster {
	float:right;
	font-style:italic;
}

/* Forms 
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}*/
