/**
  SilverStripe BookStore Theme
  http://www.silverstripe.com
  
  adapted to SilverStripe by Wojtek Szkutnik
  http://silverstripe.pl
    
  based on Dieter Schneider's layout
  http://www.csstemplateheaven.com
 */


/*------------------- Defaults -----------------*/


* html img, 
* html .png{ 
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", 
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", 
this.src = "http://www.hudsonvalleycreative.net/mysite/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), 
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", 
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true) 
); 
} 


* {margin: 0; padding: 0;}

html {
	height:100%; /* needed! */
	background: #eaead2 url(../images/main-bg.jpg) repeat-x;
}
	
body {
	height:100%; /* needed! */
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
}

/*---------------- Main structure --------------*/

#container { 
	width: 920px;
	background: #eaead0 url(../images/newchoral-bg.jpg) no-repeat;
	padding-bottom: 15px;
	margin: 0 auto;
}

/* the main layout container */
#Layout {
	width: 920px; 
	height: auto !important;
	height: 100px; /* for IE5.x and IE6 */
	min-height: 100px; /* for modern browsers */
}

#secondnav {
	float:right;
	/*font-family:verdana;*/
	/*background: transparent url(../images/callForEntries.png) no-repeat;*/
	/*font-size:10px;*/
	height:25px;
	margin-top:10px;
	width:300px;
}

#newchorallogo {
	/* color:#C7C7C7; */
	float:left;
	/*font-family:verdana;*/
	/*background: transparent url(../images/callForEntries.png) no-repeat;*/
	/*font-size:10px;*/
	height:152px;
	margin-top:113px;
	width:100px;
}

/* the realLayout is used for the main page content */
#realLayout {
	float:right;
	margin-top:78px;
	width:620px;
	background: #fff;
}

#Content {
	border-bottom:4px solid #c2ba78;
	/* border-top:1px dotted #C7C7C7; */
	height: auto !important; /* for modern browsers */
	/*height: 100px; /* for IE5.x and IE6 */
	min-height: 100px;
	background: #fff;
	padding: 10px;
}


/* left_column contains the nav and other modules */
#left_column {
	float: left;
	margin-top: 230px;
	width: 180px;
}

.left_column_boxes {
	margin-bottom: 20px;}

.left_column_boxes ul {
	list-style-type: none;	
}

.left_column_boxes li{}


#constantHolder{
	width: 180px;
	height: 100px;
	margin-top: 40px;
}





#line1 {
	background:transparent url(../images/bg.gif) repeat scroll 0%;
	display:block;
	float:left;
	height:30px;
	width:360px;
}
#line2 {
	background:#FF9000 none repeat scroll 0%;
	display:block;
	float:right;
	height:30px;
	width:500px;
}
#line3 {
	background:transparent url(../images/bg.gif) repeat scroll 0%;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:tahoma;
	font-size:10px;
	height:30px;
	line-height:30px;
	text-align:center;
	width:360px;
}
#footerLine {
	/*background:#fff none repeat scroll 0%;*/
	display:block;
	float:right;
	height:30px;
	line-height:14px;
	width:920px;
	text-align: left;
}

#header {
	border-top:1px dotted #C7C7C7;
	margin-top:5px;
	padding-top:5px;
}



h4.newsHeader {
	border-bottom:3px solid #464646;
	border-top:1px dotted #000000;
	color:#464646;
	display:block;
	font-family:"trebuchet ms",sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:5px;
	padding:0px 10px;
	text-indent:10px;
}

.left_column_boxes li a{
	color:#464646;
	font-size: 12px;
	margin: 3px;
}

.left_column_boxes li a:hover{
	text-decoration: none;
}
.left_column_boxes li img {
	border:0px !important;
	margin-top: 0px;
	margin-bottom: 0px;
	}


#footer {
	width: 920px;
	clear: both;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #666;
}

/*----------------- Navigation -----------------*/

#navcontainer {
}

#navcontainer ul {
	list-style-type: none;
}

#navcontainer a {
	/*border-bottom:3px solid #464646;
	border-top: 1px dotted #000;
	background: url(../images/arrow.gif) no-repeat 3px 10px; */
	text-indent: 0px;
	color:#666666;
	font-family: Times New Roman;
	text-transform: uppercase;
	font-size:16px;
	font-weight: normal;
	padding:0px 15px;
	display: block;
	margin-bottom: 0px;
	line-height: 15px;
	/*border-bottom:1px dotted #660000;*/
}
#navcontainer a.current, a.items {
	color:#660000 !important;
	font-weight: normal;
	font-size: 16px;
	background:transparent url(../images/dingbat2.png) no-repeat;
	/*background-color:#50b848;*/
}

#navcontainer a:link, #navlist a:visited {
	color: #464646;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #660000;
}

.newsHeader {
	color: #926B4A;
	margin-bottom: 15px;
}

#Sub-Menu {
	margin-bottom: 10px;
}
#Sub-Menu li {
	font-size:11px !important;
	height: auto !important;
}
#Sub-Menu a {
	font-size: 11px;
	line-height: 14px;
	/*border-bottom:1px solid #fff;*/
	border-top: none;
	margin-top: 5px;
	margin-left: 10px;
	background: none;
}

dl {
	font-size: 0.8em;
	margin-top: 0px;
}

dt {
	font-size: 1.2em;
	margin-bottom: 0px;
	color: #666600;
}
dt.news{
	font-size: 10px;
	font-weight: normal;
	/* border-bottom:3px solid #464646; */
	border-top:1px dotted #000000;
	color:#336600;
	display:block;
	font-family:"arial,trebuchet ms",sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:5px;
	padding:0px 14px;
	text-indent:0px;
	text-transform: uppercase;
}


/*
dt.news:first-letter {
	font-weight: bold;
	font-family:"trebuchet ms",sans-serif;
	font-size: 14px;
}
*/

dd {
	margin-bottom: 15px;
	color: #814F2C;
}

/*
.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
}
*/

/*-------------- Comments -------------------*/

#CommentHolder ul {
	list-style: none;
	margin: 10px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background-color: #fff0ca;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

#PageComments li.even {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #fff;
}

#PageComments li.odd p.info {
	color: #6c0000;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color:#6c0000;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/*-------------- Search results -------------------*/

ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
	
	
	
}
#Form_EditForm {clear:none!important;float:right !important;width:620px;}
#remember {padding:0px !important;margin:10px !important;}
.tab {background:#f1e1c6}

#TicketsForm p{
	margin:0px !important;
	padding:0px !important;
}