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



#left a, a:link {
color:#0B53A8;
text-decoration:none;
}
#left a:hover {
color:#CA0016;
text-decoration:underline;
}

blockquote {
	margin: 1em 0 1em 15px;
	padding:0;
}
html {
background:#111111;
}
body{
background:#111111;
}
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
cite{
font-style:normal;
}
dd{
margin:0 0 2em 2em;
padding:0;
}
dl{
margin:1em 1ex 2em 1ex;
padding:0;
}
dt{
font-weight:bold;
margin:0 0 0 0;
padding:0;
}

h1{
color:#333333;
margin:2em 0 .5em 0;
font:normal 167% "Century Gothic";
background-color:transparent; !important
}
h2{
color:#333;
font-weight:bold;
font-size:138.5%;
line-height:normal;
margin:1.5em 0 .5em 0;
background-color:transparent;
}
h3{
color:#333;
font-weight:bold;
font-size:116%;
line-height:131%;
margin:1.5em 0 .5em 0;
background-color:transparent;
}
h4{
color:#333;
font-weight:bold;
font-size:108%;
line-height:131%;
margin:1.5em 0 .5em 0;
background-color:transparent;
}

hr {border: none 0;
border-top: 1px dotted #999;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

img,img a{
border:none;
margin:0;
}
img.block{
display:block;
}
img.imgborder{
border:2px solid #E0D430;
}
img.imgborderFS{
border:2px solid #b51a8a;
}
img.imgborderMS{
border:2px solid #B30013;
}
img.imgborderRS{
border:2px solid #d5e05b;

}
img.imgborder-teens{
border:2px solid #456DA1;

}
img.imgleft{
float:left;
margin:0 1em .5em 0;
position:relative;
}
img.imgright{
float:right;
margin:0 0 .5em 1em;
position:relative;
}
img.space{
margin:3px 10px;
}
label{
display:block;
margin:0 0 1em 0;
}
legend{
font-size:1.2em;
font-weight:bold;
}
legend,fieldset{
border:0px;
margin:0;
padding:0;
}
ol li{
margin:0 0 .5em 2em;
list-style: decimal;
}
ol.list-nospace li{
margin:0 0 0 2em;
list-style: decimal;
}
em {
	font-style:italic;
	font-weight:inherit !important;
}
strong {
	font-weight:bold;
}
strong em, em strong {
font-weight:bold;
font-style:italic;
}
table{
border-collapse:collapse;
margin-bottom:1em;
}
td{
padding:0px 1em .5em 2px;
vertical-align:top;
}
td label{
display:block;
margin:0;
}
td.bottomborder{
border-bottom:#d6d6d6 1px solid;
padding-bottom:.25em;
padding-left:1em;
padding-top:.25em;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Arial, sans-serif;
	font-size: 100%;
	padding:2px;
}

.inputbox {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.button {
	background: url(../images/grad1.gif) repeat-x top #CCCCCC;
	border: 1px solid #DDDDDD;
	padding: 2px 8px;
}

* html .button, *+html .button {
	padding: 1px 5px !important;
}

/* Classes */
.address{
background:#000000;
border:#a39161 3px double;
color:#faf1d7;
margin:1em 0;
padding:1em;
}
.border-left {
	border-left: 1px dotted #ccc;
	padding-left: 10px;
}
.border-right {
	border-right: 1px dotted #ccc;
	padding-right: 10px;
}
.buyonline{
background:#B30013;
border:#000000 1px solid;
color:#E0D430;
display:inline;
font:bold 1.2em Arial,Helvetica,sans-serif;
letter-spacing:.1ex;
padding:5px;
white-space:nowrap;
}
.buyonlineSM{
background:#B30013;
border:#000000 1px solid;
color:#E0D430;
display:inline;
font:bold 1.0em Arial,Helvetica,sans-serif;
letter-spacing:.1ex;
padding:5px;
white-space:nowrap;
}
.buyonlineSM a,.buyonline a,.buyonline a:hover,.buyonline a:visited,.buyonlineSM a:hover,.buyonlineSM a:visited{
color:#ffffff;
text-decoration:none;
}
.centertable{
margin-left:auto;
margin-right:auto;
}
.clear{
clear:both;
height:1px;
}
.clearfloat{
clear:both;
height:0;
line-height:0;
font-size:0;
}
 .clearfloat { display: inline-block; }  /* ... especial for IE7 */
  .clearfloat { display: block; }      /* ... für IE5,IE6,IE7 */
  * html .clearfloat { height: 1%; }   /* ... für IE5 + IE6/Win | hasLayout aktivieren */
/* Basic HTML styles */

.content ul{
margin:.5em 0 0 0;
padding:0;
}
.content ul.list-nospace{
margin:0;
padding:0;
}
.content ul li{
	line-height:1.6em;
	list-style:none url(/images/bullet.gif);
	margin:0 0 0 2em;
	padding-bottom:0.5em;
}
.content ul.list-nospace li{
	padding:0;
}
.content ul li li{
list-style:none url(/images/bullet2.gif);
margin:0 1em 0 2em;
padding:0;
}
.content ul li li li{
list-style:none url(/images/bullet3.gif);
margin:0 1em 0 2em;
padding:0;
}
.contentbox{
border:1px solid #dddddd;
padding:10px;
background:#ffffff;
}
.dropcapital{
float:left;
font:3em/1em "Times New Roman",Times,serif;
margin:0 4px 2px 0;
}
.error{
background:#ffeb2c;
}
/* Styling of error-messages */
.error2 {
    border: 1px #B30013 dashed;
    background: #E0D430;
    padding: 0.5em;
  }
.floatleft{
float:left;

position:relative;
}
.floatright{
float:right;

position:relative;
}
.photobox {
float:right;
width:250px;
margin-left:20px;
text-align:center;
font-size:10px;
}
.fullwidth{
width:100%;
}
.grid-back {
	background: url(../images/grd-4px.gif);
}
.headingcell {
background-color:#f1f1f1;
}
.insetbox{
background:#ffffff;
border:#333333 2px inset;
color:#000000;
margin:1em 0;
padding:0;
}
.menulist{
margin:6px 0 12px 0;
padding:0;
list-style-type:none;
}
.middle{
vertical-align:middle;
}
.noborder{
border:none;
border:0;
}
.nomargintop{
margin-top:0;
}
.nospace,#calendar{
margin:0;
padding:0;
}
.nowplaying{
background:url(../images/now_playing_bg.gif) #ffffff no-repeat right bottom;
padding:10px;
}
.nowrap{
white-space:nowrap;
}
.p7uberlink{
font-weight:bold !important;
letter-spacing:0.15em;
border-color:#000000 !important;
}
.photocredit{
color:#666666;
font-size:.8em;
font-style:italic;
line-height:1.1em;
margin-top:5px;
}
.quotebox{
background:#a0037e;
color:#ffffff;
margin:1em auto;
padding:1em;
width:80%;
}
.red{
color:#B20014;
}
.redcell{
background:url(http://www.citadeltheatre.com/images/table_header_back.jpg) #920021 no-repeat right;
border-bottom:#9598b1 4px solid;
clear:both;
color:#ffffff;
margin-left:15em;
margin-right:255px;
}
.required{
color:#c8161d;
font-weight:bold;
}
.right{
float:right;
margin-left:1em;
}

.smallCaps{
font-size:110%;
font-variant:small-caps;
}
.submit{
background:#920021;
border:#000000 3px double;
color:#ffffff;
margin:0;
}
.submit:hover,
.submit:focus{
border:3px double;
border-color:#f3daa9 #e7b659 #e19f22 #e7b659;
}
.switchcontent{
background:#f5f5f5;
border:#969696 1px solid;
margin-bottom:1em;
margin-left:3em;
padding:1em;
}
.table2col{
width:50%;
}
.table3col{
width:33%;
}
.table4col{
width:25%;
}
.tableheader{
background-color:#ddd;
}
.textcenter{
margin-left:auto;
margin-right:auto;
text-align:center;
}
.textleft{
text-align:left;
}
.textright{
text-align:right;
}
.textsmallbold{
font-size:80%;
font-weight:bold;
}
.textsmall{
font-size:92%;
}
.textxsmall{
font-size:80%;
}
.top{
vertical-align:top;
}
.topOfPage{
background:#f1f1f1;
border:#ccc 1px solid;
cursor:pointer;
float:right;
text-align:center;
text-decoration:none;
width:3em;
}
.topOfPage a,#main-copy .topOfPage a:visited{
background:#f4e1aa;
text-decoration:none;
}

#column_wrapper{
background:repeat-y;
display:inline;
}
#footer{
color:#999999;
background:url(../images/footer_back.gif) #000000 repeat-x;
padding:20px 0 0 0;
margin:0;
font-size:85%;
clear:both;
}
#footer .content{
padding:12px 20px;
}
#footer a:link{
color:#999999;
}
#footer a:visited{
color:#666666;
}
#footer a:hover{
color:#ffffff;
}
#left{
width:750px;
float:left;
position:relative;
margin:0;
padding:0;
}
#left .content{
padding:0px;
font-size:93%;
line-height:1.6em;
text-align:left;
width:700px;
margin-left:auto;
margin-right:auto;
margin-top:10px;

}
#left p,#calendar p, #right  p{
line-height:1.6em;
margin:0;
padding:0 0 1em 0;
background-color:transparent;
}
#masthead{
	padding:0px;
	margin:0;
	background:url(../images/header_back.gif) #000000 repeat-x bottom;
	height:129px;
}
#right{
width:200px;
float:left;
color:#fff;
}
#right a,#right a:link {
	color:#E0D430;
	text-decoration:none;
	background-color: transparent;
}
#right .content{
padding:10px;
line-height:1.5em;
font-size:93%;
}
#right .box {
background-color:#D5E05B; 
padding:5px;
position:relative;
text-align:center;
color:#333;
}
.content .button {
background-color:#E0D430; 
color:#333; 
border-width:1px;
padding:2px;
font-size:.8em;
font-family: Arial, Helvetica, sans-serif;
cursor:pointer;
}
#right  hr{
background:#80000D;
border:none;
color:#80000D;
height:1px;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:0;
width:95%;
clear:both;
}
#wrapper{
width:950px;
margin:0 auto;
background:url(../images/content_back.gif) #000000 repeat-y;
}
#wrapper .menulist a,#wrapper .menulist a:visited{
color:#000000;
border-left:6px solid #ffd940;
padding:0 0 0 6px;
}
#wrapper .menulist a:hover{
border-color:#000000;
}
#wrapper2{
width:950px;
margin:0 auto;
background:url(../images/content_white_back.gif) #000000 repeat-y;
}
#wrapper3{
width:950px;
margin:0 auto;
background:#fff;
}
#wrapper2 #column_wrapper #left .content{
	padding:0px;
}
.series {
margin-bottom:10px;
height:40px;
background:url(../images/series_heading_bg.gif) repeat-x top;
text-align:center;
}
#company_all, #company_glass, #company_jungle, #company_sweeney, #company_scorched, #company_wingfield, #company_scorched, #company_bt, #company_bbvr, #company_carol, #company_rock, #company_blackbird, #company_drowsy, #company_beauty, #company_extinction, #company_fp, #company_caesar, #company_tenors, #company_pp, #company_doubt, #company_oz, #company_ayli, #company_courageous{
	margin-bottom:10px;
	overflow-y:hidden;
	overflow:auto;
	width:680px;
	height:140px;
	position:relative;
}
#company_all .tab, #company_glass .tab, #company_jungle .tab, #company_sweeney .tab, #company_scorched .tab, #company_wingfield .tab, #company_scorched .tab, #company_bt .tab, #company_bbvr .tab, #company_carol .tab, #company_rock .tab, #company_blackbird .tab, #company_drowsy .tab, #company_beauty .tab, #company_extinction .tab, #company_fp .tab, #company_caesar .tab, #company_tenors .tab, #company_pp .tab, #company_doubt .tab, #company_oz .tab, #company_ayli .tab, #company_courageous .tab{
	float:left;
	width:110px;
	margin-right:2px;
	text-align:center;
	font-size:85%;
	border: 1px solid #ccc;
	padding:2px 0 0 0 ;
	background-color:#333;
	color:#fff;

}
#company_all .tab a, #company_glass .tab a,#company_jungle .tab a, #company_sweeney .tab a, #company_scorched .tab a, #company_wingfield .tab a, #company_scorched .tab a, #company_bt .tab a, #company_bbvr .tab a, #company_carol .tab a, #company_rock .tab a, #company_blackbird .tab a, #company_drowsy .tab a, #company_beauty .tab a, #company_extinction .tab a, #company_fp .tab a, #company_caesar .tab a, #company_tenors .tab a, #company_doubt .tab a, #company_oz .tab a, #company_ayli .tab a, #company_courageous .tab a{
	text-decoration:none;
	color:#fff;

}
#company_all .tab a img, #company_glass .tab a img, #company_jungle .tab a img, #company_sweeney .tab a img, #company_scorched .tab a img, #company_wingfield .tab a img, #company_scorched .tab a img, #company_bt .tab a img, #company_bbvr .tab a img, #company_carol .tab a img, #company_rock .tab a img, #company_blackbird .tab a img, #company_drowsy .tab a img, #company_beauty .tab a img, #company_extinction .tab a img, #company_fp .tab a img, #company_caesar .tab a img, #company_tenors .tab a img, #company_pp .tab a img, #company_doubt .tab a img, #company_oz .tab a img, #company_ayli .tab a img, #company_courageous .tab a img{
	border:2px solid #B30013;
	margin-top:2px;

}
#company_all .tab a:hover img, #company_glass .tab a:hover img, #company_jungle .tab a:hover img, #company_sweeney .tab a:hover img, #company_scorched .tab a:hover img, #company_wingfield .tab a:hover img, #company_scorched .tab a:hover img, #company_bt .tab a:hover img, #company_bbvr .tab a:hover img, #company_carol .tab a:hover img, #company_rock .tab a:hover img, #company_blackbird .tab a:hover img, #company_drowsy .tab a:hover img, #company_beauty .tab a:hover img, #company_extinction .tab a:hover img, #company_fp .tab a:hover img, #company_caesar .tab a:hover img, #company_tenors .tab a:hover img, #company_pp .tab a:hover img, #company_doubt .tab a:hover img, #company_oz .tab a:hover img, #company_ayli .tab a:hover img, #company_courageous .tab a:hover img{
	border:2px solid #E0D430;

}
#company_all_container, #company_glass_container,#company_jungle_container, #company_e_container, #company_scorched_container, #company_wingfield_container, #company_scorched_container, #company_bt_container, #company_bbvr_container, #company_carol_container, #company_rock_container, #company_blackbird_container, #company_drowsy_container, #company_beauty_container, #company_e_container, #company_fp_container, #company_caesar_container, #company_tenors_container, #company_pp_container, #company_doubt_container, #company_oz_container, #company_ayli_container, #company_courageous_container {

	 margin:10px 0; 
	 padding: 10px;
	 
	
}
.table-nopadding td{
	padding:0px;
}

/* BLOG STYLES */

.meta {
	padding: 10px;
	background: #fff url(../images/blog-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 0 0 15px;
	background: url(../images/blog-date.gif) no-repeat 0px 2px;
	font-size: 85%;
}
.blog-heading {
	font-weight:normal;
	letter-spacing:1px;
	color: #444;
	border-top:2px solid #666;
	border-bottom: 1px dotted #666;
	padding: 20px 0;
}
.academy-title {
	color:#5C0E1A;
}
