/* -- [ Bedazzled Dance Champions ] --------------------------------

		Designer:		Winnie Ho
		HTML/CSS:		Winnie Ho

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

/* -- [ The Basics - Formatting ] ----------------------------- */

body {
	color: #fff;
	font-size: 62.5%;
	font-family: "Lucida Grande", Helvetica, Arial;
	background: #00191f url(../images/body-bg.jpg) top center repeat-x;
}

body.teaser {
	padding: 60px 0 0 0;
	background-color: #367C7D;
}

p, ul {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 13px;
	line-height: 18px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h2 {
	color: #b8ddf0;
	font-size: 20px;
	margin: 0 10px 15px;
}

h3 {
	color: #f05b72;
	margin: 0 20px 15px;
	padding: 0 0 5px 0;
	font-size: 18px;
}

h4 {
	color: #ffbf00;
	margin: 0 20px 15px;
	padding: 0 0 5px 0;
	font-size: 16px;
	border-bottom: 1px solid #ffbf00;
}

h5 {
	color: #00809D;
	margin: 0 20px 15px;
	padding: 0 0 5px 0;
	font-size: 14px;
	border: 0;
}

a:link, a:visited {
	color: #ffbf00;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FF8C00;
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.left {
	float: left;
}

img.left {
	margin: 0 5px 5px 0;
}

.right {
	float: right;
}

img.right {
	margin: 0 0 0 10px;
}

.png-bg {
	
}

/* -- [ Structure ] ------------------------------------------- */

#frame {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#frame-teaser {
	position: relative;
	width: 250px;
	margin: 0 auto;
	text-align: center;
}

#header {
	position: relative;
	width: 995px;
	height: 550px;
	margin: 9px auto 0;
	background: url(../images/header-bg-trans.png) 0 0 no-repeat;
}

#logo {
	width: 200px;
	height: 183px;
	margin: 0 0 15px 10px;
	text-indent: -9999px;
	background: url(../images/bedazzled-logo.gif) 0 0 no-repeat;
}

#main-content {
	float: left;
	position: relative;
	width: 460px;
	padding: 32px 0 0 0;
	margin: 0 20px 0 0;
}

#main-content2 {
	float: left;
	position: relative;
	width: 700px;
	padding: 32px 0 0 0;
	margin: 0;
}

#main-content2 img.left {
	margin: 0 20px 15px 0;
	border: 1px solid #ffbf00;
}

#main-content2 h3 {
	margin: 20px 240px 0 20px;
}

#main-content2 h4, #main-content2 h5 {
	margin: 20px 20px 0;
}

#main-content2 ul li.full h4 {
	color: #0096B8;
	border-color: #0096B8;
}

#main-content2 p {
	padding: 20px 20px 0;
}

#main-content ul, #main-content2 ul {
	list-style: disc outside;
	margin: 20px 20px 20px 40px;
	list-style-image: url(../images/star.gif);
}

#main-content ul li, #main-content2 ul li {
	margin: 0 0 8px 0;
}

#main-content ol, #main-content2 ol {
	font: italic 13px Georgia;
	margin: 0 20px 20px;
	list-style: decimal;
}

#main-content ol li, #main-content2 ol li {
	margin: 0 0 5px 0;
}

#main-content ol p, #main-content2 ol p {
	font: normal 12px "Lucida Grande", Arial;
	margin: 0;
	padding: 0;
}

#welcome {
	position: absolute;
	top: 25px;
	left: -35px;
	width: 525px;
	height: 129px;
	text-indent: -9999px;
	background: url(../images/welcome-bedazzled-trans.png) top left no-repeat;
}

#right-col {
	position: relative;
	float: left;
	width: 220px;
}

#right-col2 {
	position: absolute;
	z-index: 99999;
	right: 0;
	top: 20px;
	width: 220px;
}

#search-form {
	margin: 85px 0 0 0;
}

#right-col2 #search-form {
	margin: 65px 0 0 0;
}

#search-form label {
	position: absolute;
	top: 66px;
	left: 0;
	display: block;
	font-size: 17px;
	height: 20px;
	vertical-align: bottom;
	text-indent: 20px;
	width: 70px;
}

#right-col2 #search-form label {
	top: 46px;
}

#search-form input {
	float: left;
	color: #fff;
	width: 160px;
	height: 19px;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding: 5px;
	background: url(../images/search-form-input-bg.png);
}

#search-form button {
	float: left;
	text-indent: -999px;
	width: 50px;
	height: 29px;
	border: 0;
	margin: 0;
	padding: 0;
	background: url(../images/search-button.gif);
}

#register {
	width: 220px;
	margin: 52px 0 0 0;
}

#register h2 {
	width: 125px;
}

#register form {
	float: left;
	padding: 20px 0 0 20px;
}

#register label {
	display: block;
	float: left;
	width: 70px;
	font-weight: bold;
	font-size: 12px;
	color: #c1e9ea;
}

#register input {
	float: left;
	border: 0;
	width: 99px;
	background-color: #c1e9ea;
	padding: 3px;
	margin: 0 0 5px 0;
	height: 14px;
}

#register a#password, #register a#request_login {
	line-height: normal;
	font-size: 12px;
	float: right;
	text-decoration: underline;
	margin: 0 20px 5px 0;
}

#register a#password {
	float: right;
}

#register a#request {
	float: right;
	display: block;
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/btn-request-for-login.gif);
}

#register a#request:hover {
	background: url(../images/btn-request-for-login.gif) 0 60px;
}

#register a#request:active {
	background: url(../images/btn-request-for-login.gif) 0 30px;
}

div.text-box {
	float: left;
	margin: 50px 0 0 0;
	background: url(../images/content-bg.png);
}

div.text-box2 {
	float: left;
	margin: 50px 0 0 0;
	background: url(../images/right-col-content-bg.png);
}

#main-content2 div.text-box2 {
	float: right;
	margin: 0;
}

#main-content2 div.text-box {
	padding: 0 0 30px 0;
}

#main-content2 div.text {
	width: 700px;
}

div.text, div.text2 {
	float: left;
	position: relative;
}

div.text a, div.text2 a {
	position: relative;
}

div.text p, div.text2 p {
	padding: 20px 20px 0;
}

div.text h2.article-title {
	position: absolute;
	top: -28px;
	line-height: 32px;
	padding: 2px;
	margin: 0;
	left: 20px;
	color: #fff;
	background: url(../images/h2-bg-pink.png);
}

div.text2 h2.article-title {
	position: absolute;
	top: -28px;
	padding: 2px;
	line-height: 30px;
	margin: 0;
	left: 20px;
	color: #fff;
	background: url(../images/h2-bg-yellow.png);
}

div.text p#why {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

p#why a {
	display: block;
	width: 120px;
	height: 30px;
	text-indent: -999px;
	background: url(../images/btn-why-bedazzled.gif);
}

p#why a:hover {
	background: url(../images/btn-why-bedazzled.gif) 0 60px;
}

p#why a:active {
	background: url(../images/btn-why-bedazzled.gif) 0 30px;
}

#whats-bedazzled {
	margin: 134px 0 0 0;
}

#events {
	width: 220px;
}

div.events {
	float: left;
	padding: 20px 0 0;
}

.event {
	float: left;
	display: inline;
	width: 190px;
	margin: 0 0 15px 15px;
}

#events .event p {
	font-size: 11px;
	margin: 0 0 0 48px;
	padding: 0;
	line-height: normal;
}

#events .event h3 {
	font-size: 12px;
	margin: 0 0 0 48px;
	padding: 0;
}

#events .event p.month-year {
	float: left;
	margin: -11px 0 0 0;
	padding: 0;
	width: 38px;
	height: 47px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	background: url(../images/calendar.gif) 0 0 no-repeat;
}

p.month-year span {
	display: block;
	padding: 15px 0 0 0;
}

#events a#view-all-events {
	float: right;
	display: block;
	width: 120px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/btn-view-all-events.gif);
}

#events a#view-all-events:hover {
	background: url(../images/btn-view-all-events.gif) 0 60px;
}

#events a#view-all-events:active {
	background: url(../images/btn-view-all-events.gif) 0 30px;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	margin: 40px 0 30px;
	padding: 20px 0 0;
	background-color: #004352;
}

#footer h4 {
	font-size: 15px;
	border: 0;
	padding: 0;
	margin: 0;
	color: #fff;
}

#footer img {
	border: 1px solid #00809d;
}

#footer img#a {
	margin: 0 0 0 20px;
}

#footer img#b, #footer img#c {
	margin: 0 0 0 17px;
}

#frame-teaser #footer {
	float: none;
	width: auto;
	padding: 20px;
	background-color: #5eafb0;
}

#frame-teaser #footer img {
	border: 0;
	margin: 20px auto 0;
}

#gallery-highlight {
	float: left;
	width: 280px;
	margin: 0 20px 0 0;
}

#gallery-highlight h4 {
	margin: 0 0 10px 20px;
}

#footer-stars {
	position: absolute;
	top: -55px;
	left: -20px;
	width: 338px;
	height: 105px;
	background: url(../images/footer-stars.png);
}

#gallery-highlight a#view-all-photos {
	float: right;
	display: block;
	width: 120px;
	height: 30px;
	margin: 20px 0 0 0;
	text-indent: -9999px;
	background: url(../images/btn-view-all-photos.gif);
}

#gallery-highlight a#view-all-photos:hover {
	background: url(../images/btn-view-all-photos.gif) 0 60px;
}

#gallery-highlight a#view-all-photos:active {
	background: url(../images/btn-view-all-photos.gif) 0 30px;
}

#testimonials {
	float: left;
	width: 400px;
	margin: 0 20px 0 0;
}

#testimonials blockquote {
	text-indent: 48px;
	line-height: 20px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	background: url(../images/testimonials-open-quote.gif) 0 0 no-repeat;
}

#testimonials p {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0 30px 15px 0;
	background: url(../images/testimonials-close-quote.gif) bottom right no-repeat;
}

#testimonials p.attribution {
	width: auto;
	display: block;
	line-height: normal;
	background: none;
	font-size: 12px;
	padding: 20px 0;
	text-align: right;
}

#contact {
	float: left;
	width: 220px;
}

#contact p {
	margin: 15px 0 0 0;
}

/* -- [registration forms] -------------------------------*/

ul#contact-errors {
	list-style-image: url(../images/error.gif);
}

ul#contact-errors li {
	margin: 0 0 2px 0;
	font-style: italic;
}

p#registration-message {
	padding-bottom: 20px;
}

#registration-form.signup {
	width: 400px;
	margin: 20px 0 0 20px;
}

#registration-add-routine-form label, #registration-add-routine-form input, 
#registration-form.signup label, #registration-form.signup input, 
#registration-form.studio-info label, #registration-form.studio-info input, 
#registration-form.routine-info label, #registration-form.routine-info input {
	display: block;
}

#registration-add-routine-form label, 
#registration-form label {
	display: block;
	font-weight: bold;
	color: #C1E9EA; 
	margin: 0 0 3px 0;
	cursor: pointer;
}

#registration-add-routine-form input, 
#registration-form.signup input, 
#registration-form.studio-info input, 
#registration-form.routine-info input {
	display: block;
	margin: 0 0 10px 0;
	background-color:#C1E9EA;
	border: 1px solid #006C85;
	padding: 5px;
	width:250px;
}

#registration-form.signup input.checkbox, 
#registration-form.studio-info input.checkbox {
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
	background-color: transparent;
}

#registration-form.studio-info select {
	margin: 0 0 10px 0;
}

fieldset {
	border:1px solid #55868C;
	padding:15px;
	margin: 0 0 20px 0;
}

#frame form fieldset p {
	padding-left: 0;
	padding-right: 0;
}

legend {
	color: #93C8D0;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	padding: 0 5px;
}

#registration-add-routine-form, 
#registration-form.studio-info, 
#registration-form.routine-info, 
#registration-form.summary {
	padding: 20px;
	display: block;
}

#registration-add-routine-form {
	padding: 20px 20px 0;
}

#registration-add-routine-form fieldset.column label, 
#registration-form fieldset.column label {
	font-size: 12px;
	display: block;
	width: auto;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

form#registration-add-routine-form fieldset label.checkbox, 
form#registration-add-routine-form fieldset input.checkbox, 
form#registration-form fieldset label.checkbox, 
form#registration-form fieldset input.checkbox {
	float: none;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	width: auto;
	display: inline;
	font-size: 12px;
	background-color: transparent;
}

#registration-add-routine-form fieldset.column label span, 
#registration-form fieldset.column label span {
	display: block;
}

#registration-add-routine-form fieldset.column input, 
#registration-form fieldset.column input {
	width: 150px;
	margin-top: 3px;
}

#registration-add-routine-form fieldset.column select, 
#registration-form fieldset.column select {
	display: block;
	margin-right: 5px;
	margin-top: 3px;
}

#registration-form.studio-info fieldset.column select#dancer_birthday_1i, 
#registration-form.studio-info fieldset.column select#dancer_birthday_2i, 
#registration-form.studio-info fieldset.column select#dancer_birthday_3i {
	float: left;
}

#registration-form.studio-info a.add-dancer {
	float: left;
	display: block;
	clear: both;
	padding: 0 0 0 16px;
	width: 60px;
	background: url(../images/add.gif) center left no-repeat;
}

#registration-add-routine-form fieldset input.disabled, 
#registration-form fieldset input.disabled {
	background-color: #244344;
	color: #9CC9CB;
	border: 0;
	font-size: 14px;
	width: 40px;
}

#registration-add-routine-form h4, 
#registration-form h4 {
	clear: both;
	font-size: 13px;
	margin: 0 0 15px 0;
}

#registration-form.summary h4 {
	margin: 20px 0 0 0;
}

#registration-form ul.meta-data {
	font-size: 11px;
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

#registration-form ul.meta-data li {
	margin: 0;
}

#registration-form ul.dancers {
	font-size: 11px;
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

#registration-form ul.dancers li {
	margin: 0;
}

table.routine {
	width: 100%;
	border-bottom: 1px solid #5D7567;
}

table.routine caption {
	background-color: #253838;
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
}

table.routine th {
	color: #b8ddf0;
	font-size: 120%;
	margin: 0 0 5px;
	padding: 5px;
	clear: both;
	font-style: italic;
	font-weight: bold;
	border-right: 1px solid #5D7567;
}

table.routine td {
	vertical-align: top;
	padding: 5px;
	border-right: 1px solid #5D7567;
}

table.routine td.cost, 
table.routine td.number, 
table.routine td.rate {
	font-size: 14px;
}

table.routine th.cost, 
table.routine td.cost {
	width: 50px;
	text-align: right;
	background-color: #3A5657;
}

table.routine th.number, 
table.routine td.number {
	width: 100px;
}

table.routine th.rate, 
table.routine td.rate {
	width: 100px;
}

table.routine th.dancers, 
table.routine td.dancers {
	width: 180px;
}

#registration-form.summary p.total {
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

#registration-form.studio-info fieldset input.date {
	position: relative;
}

#registration-form label img {
	position: absolute;
	top: 20px;
	right: 7%;
}

ul.newsticker {
	list-style: none;
	background: url(../images/content-bg.png);
	padding: 5px;
	width: 450px;
	margin: 0 auto 10px;
}

/* -- [ Flickr Gallery] --------------------------------- */

#main-content2 ul.flickr-gallery {
	list-style: none;
	margin: 0;
	width: auto;
	padding: 20px 0 20px 20px;
	float: left;
}

#main-content2 ul.flickr-gallery li {
	float: left;
	width: 150px;
	height: 230px;
	padding: 0;
	margin: 0 15px 15px 0;
}

#main-content2 ul.flickr-gallery li img {
	border: 1px solid #ffbf00;
}

#main-content2 ul.flickr-gallery li h4 {
	color: #F05B72;
	font-size: 13px;
	border: 0;
	margin: 0;
	padding: 0 0 10px 0;
}

#main-content2 ul.flickr-gallery li p {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 11px;
}

/* -- [ nav ] ------------------------------------------- */

#nav-container {
	float: left;
	width: 240px;
}

#nav {
	width: 240px;
	padding: 20px 0 0 0;
	font-size: 140%;
	background: url(../images/nav-bg.gif) top right no-repeat;
}

#nav a {
	color: #fff;
	display: block;
	height: 40px;
	position: relative;
	font-family: Futura, Arial;
	text-decoration: none;
	line-height: 40px;
	width: 240px;
	text-indent: 20px;
	background: url(../images/nav-li-bg-trans.png) top right no-repeat;
}

#nav a:hover, #nav a:active {
	color: #f05b72;
}

#nav li a.head {
	color: #f05b72;
	background: url(../images/nav-li-a-hover-close-bg.gif) top right no-repeat;
}

#nav li a.selected {
	background: url(../images/nav-li-a-hover-open-bg.gif) top right no-repeat;
}
#nav ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#nav li {
	/*background: url(../images/nav-li-bg-trans.png) top left no-repeat;*/
}
#nav li li {
	background: url(../images/nav-ul-bg.gif) 0 0 no-repeat;
}
#nav li li a {
	display: block;
	color: #dbf8ff;
	font-size: 90%;
	height: 30px;
	line-height: 30px;
	text-indent: 30px;
	background: none;
}
#nav li li a:hover, #nav a.current, #nav li a.selected.current {
	color:#ffbf00;
}

#nav li a.selected.current {
	background: url(../images/nav-li-bg-trans.png) top right no-repeat;
}

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/

.sIFR-active div.text h2.article-title {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  text-indent: 5px;
  height: 32px;
  width: 231px;
  font-size: 27px;
}

.sIFR-active div.text2 h2.article-title {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  text-indent: 5px;
  height: 30px;
  width: 160px;
  font-size: 24px;
}

.sIFR-active #search-form label {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  width: 70px;
  font-size: 24px;
}

.sIFR-active #footer h4 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  width: 180px;
  font-size: 20px;
}