/* Start of CMSMS style sheet 'Layout:Concerts' */
body {

	font: normal 75% "Lucida sans",Arial,Helvetica,sans-serif;
	color: #333333;
        line-height: 1.5em;
        padding: 0 0 30px;
        text-align:center;
	background: #989791 url(uploads/concerts/bg.jpg) repeat-x scroll left top;
        -moz-background-clip: border;
        -moz-background-inline-policy: continuous;
        -moz-background-origin: padding;
        min-height: 101%;
}
#concerts-photo {
        margin: auto;
        position:relative;
	width: auto;
}
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
	padding: 0 12px 0 0;
}
a.external:link {
	color: #679EBC;
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
.accessibility, hr {
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
    margin-bottom: 1em;
   text-align:left;
}
h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	font-weight: normal;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2{
       color:#181818;
       font-size:1.5em;
       font-weight:bold;
       line-height:1em;
       margin:0 0 20px;
}
/*default link styles*/
a {
	color: #679EBC;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #3A6B85;
}
a:active {
	color: #3A6B85;
}
a:visited {
	color: #679EBC;
}
input, textarea, select {
	font-size: 0.95em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
	position: relative;
	z-index: 1;
}
/* ------------ Header ------------ */
#header {
	height: 105px;
        background: transparent url(uploads/concerts/bg-header.jpg) no-repeat scroll 0 0 !important;
}
#logo a {
/* adjust according your image size */
	height: 90px;
	width: 910px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	margin-top: 0;
	margin-left: 0;
/* you can set your own image here, note size adjustments */
	background: url(uploads/concerts/logo-v-3.png) no-repeat 20px 14px;
}
/* ------------ Header - Search ------------ */
div#search {
	width: 190px;
	height: 28px;
	margin-top: 31px;
	margin-right: 20px;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 143px;
	height: 17px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
	color: #999;
/* padding of text */
	padding: 7px 0px 4px 10px;
	float: left;
/* set all font properties at once, weight, size, family */
	font: bold 0.9em Arial, Helvetica, sans-serif;
/* left input image, set your own here */
	background: url(uploads/NCleanBlue/search.png) no-repeat left top;
}
div#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 37px;
	height: 28px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: -9999em;
	float: left;
	margin: 0;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(uploads/NCleanBlue/search.png) no-repeat right top;
}
/* ------------ Content ------------ */
#content {
	width: auto;
/* all text in #content will default align left, changed in other calls */
	text-align: left;
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        background:transparent url(uploads/concerts/bg-content.png) repeat scroll 0 0;

}

#contentBlock{
        background-color:#ffffff;
        margin:10px;
}

#top-content{
       margin:20px;
       padding:0;
}
#carousel{
        height:267px;
        border:1px solid #cbcbcb;
        background-color:#dddddd;
 }

#carousel .block{
       display:inline;
       float:left;
       height:267px;
}
#carousel .featuredTXT{
       padding:20px 20px 0 0;
}
#carousel .featuredTXT h2 {
       color:#181818;
       font-size:1.5em;
       font-weight:bold;
       line-height:1em;
       margin:0 0 20px;
       text-transform:uppercase;
}

#about {
background-color:#181818;
color:#FFFFFF;
padding:10px;
}

#about a.about_button:hover {
background-color:#FFFFFF;
border:1px solid #111111;
color:#111111;
}
#about .about_button {
background-color:#111111;
border:1px solid #333333;
color:#FFFFFF;
}
#about .about_button {
padding:5px;
text-decoration:none;
}
a:hover, a:active, a.active {
color:#0091D5;
}
a:hover, a:active, a.active {
text-decoration:underline;
}


#slider_nav {
background-color:#181818;
}
#slider_nav {
color:#DDDDDD;
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
height:20px;
line-height:20px;
padding:10px 20px;
text-transform:uppercase;
}

#slider_nav a img {
margin:0 5px;
}
#slider_nav img {
vertical-align:middle;
}

#slider_nav a {
color:#FFFFFF;
text-decoration:none;
}


#concerts-gallerys,  #concerts-gallerys2{
background-color:#DDDDDD;
float:left;
padding:20px 10px 0;
}

#slider-gallery, #slider-gallery2{
        height:220px;
}

#concerts-gallerys div.category-image-block,  #concerts-gallerys2 div.category-image-block{
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        background:transparent url('/uploads/concerts/category_image_block_bg.jpg') repeat scroll 0 0;
        height:150px;
        margin-bottom:1px;
        width:215px;
}

.thumbnail {
display:block;
}

#concerts-gallerys p.category, #concerts-gallerys2 p.category {
margin:0;
}

#concerts-gallerys p.category a, #concerts-gallerys2 p.category a {
background-color:#181818;
}
#concerts-gallerys p.category a:hover, #concerts-gallerys2 p.category a:hover {
background-color:#363933;
}

#concerts-gallerys p.category a, #concerts-gallerys2 p.category a {
color:#FFFFFF;
display:block;
font-size:15px;
font-weight:bold;
height:40px;
line-height:40px;
margin-bottom:20px;
padding:5px;
text-align:center;
}

#slider-gallery .grid_4, #slider-gallery2 .grid_4{
     width:215px;
}

.prevArr, .nextArr{
     z-index:10;
     position:relative;
     top:-150px;
     line-height:0;
     height:1px;
}
.nextArr{
     right:-10px;
}

#bar {
	width: auto;
	height: 10px;
	padding-right: 1em;
	padding-left: 1em;
}
.print {
	margin-right: 75px;
	margin-top: 10px;
}

/* Site Title */
h1.title {
	font-size: 1.8em;
	color: #666666;
	margin-bottom: 0.5em;
}
/* Breadcrumbs */
div.breadcrumbs {
	padding: 0.5em 0;
	font-size: 80%;
	margin: 0 1em;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
#left {
	width: 250px;
}

#left .screen {
	margin: 10px 50px;
}
.sbar-title {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #252523;
}
.sbar-top {
	height: 20px;
	width: auto;
	padding: 10px;
	background: url(uploads/NCleanBlue/bg__content.png) no-repeat left top;
}
.sbar-main {
	width: auto;
	border-right: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	background: #F0F0F0;
}
span.sbar-bottom {
	width: auto;
	display: block;
	height: 10px;
	background: url(uploads/NCleanBlue/bg__content.png) no-repeat left bottom;
}
/* ------------ Main (Right) ------------ */
#main {
         margin:20px;
         border:1px solid #cccccc;
         background-color:#eeeeee;
}
.main-top {
	height: 15px;

}
.main-main {

	padding: 20px;
	padding-top: 0px;
}
.main-bottom {

	height: 41px;

}
.right49, .left49 {
	font-size: 0.85em;
	margin: 7px 5px 5px 10px;
	font-weight: bold;
}
.left49 span {
	display: block;
	padding-top: 1px;
}
.left49 a {
	font-weight: normal;
}
.right49 {
	height: 28px;
	width: 50px;
	padding-right: 10px;
	background: url(uploads/NCleanBlue/bull.png) no-repeat right top;
}
.right49 a, .right49 a:visited {
	padding: 7px 4px;
	display: block;
	color: #000;
	height: 15px;
	background: url(uploads/NCleanBlue/bull.png) no-repeat  left top;
}
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-size: 1.4em;
	color: #301E12;
}
div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}
div#main ul,
#footer ul {
	list-style: circle;
}
div#main ul li,
div#main ol li,
#footer ul li,
#footer ol li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/* ------------ Footer ------------ */
#footer-wrapper {
	min-height: 100px;
	height: auto!important;
	height: 100px;
	width: auto;
	margin-top: 5px;
	text-align: center;
	margin-right: 00px;
	margin-left: 0px;

}
#footer {
	color: #FFF;
	font-size: 0.8em;
	min-height: 100px;
	height: auto!important;
	height: 100px;

}
#footer .block {
	width: 300px;
	margin: 20px 10px 10px;
}
#footer .cms {
	text-align: right;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 50px;
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a {
	color: #FFF;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-decoration: none;
}
#footer a {
	color: #DCEDF1;
	text-decoration: underline;
	font-weight: bold;
}
/* ------------ END LAYOUT ---------------*/

/* ------------ News Module ------------ */
#news {
	padding: 10px;
}
.NewsSummary {
}
.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-style: italic;
	font-size: 0.8em;
}
.NewsSummaryLink {
	margin: 2px 0;
}
.NewsSummaryContent {
	margin: 10px 0;
}
.NewsSummaryMorelink {
	margin: 5px 0 15px;
}
/* ------------ End News Module ------------ */
/* End of 'Layout:Concerts' */

