/*
Title:      Template Master Styles
Author:     Loughlin McSweeney, loughlin@choicecutsonline.com
Updated:    ...
Notes:		...
*/

@import url(reset.css);

body 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	background-color: #353535;
}

/* ---( common elements )------------------------------- */

p 
{
	margin: 0px;
	padding: 0px;

}


p img
{
	border: 0px;
}

em {
	font-style: italic;
}


h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;


}



.clearboth
{
	clear: both;
}

/* ---( wrapper )------------------------------- */


#wrap 
{

	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 960px;
	background-color:#FFF;
	
} 

/* ---( header section )------------------------------- */

#header-container
{
	width:960px;
	height: 251px;
	background:#FFFFFF url(../images/header_image_cyan.jpg) no-repeat 0 0;
	position:relative;
}

#header-container.archive-2009
{
	background:#FFFFFF url(../images/header_image_cyan_2009.jpg) no-repeat 0 0;
}

#search-form
{

	height:20px;
	position:absolute;
	right:6px;
	top:33px;
	width:175px;
}

.site-search-field
{
	background-color:transparent;
	border:0 none;
	color:#666666;
	float:left;
	font-size:11px;
	height:15px;
	padding:4px;
	width:116px;
}

#search-form form span a
{
	background-color:transparent;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	width:50px;
	height:20px;
	line-height:20px;
	margin-left:1px;
	text-align:center;
	text-decoration:none;

}


#newsletter-signup
{
	height:18px;
	position:absolute;
	right:1px;
	top:229px;
	width:148px;
}

#newsletter-signup h1
{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:18px;
}


.newsletter-signup-field
{
	background-color:transparent;
	border:0 none;
	color:#666666;
	float:left;
	font-size:11px;
	height:12px;
	padding:2px 4px;
	width:100px;
}
 
#newsletter-signup form span a
{
	background-color:transparent;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	width:30px;
	height:18px;
	line-height:18px;
	margin-left:1px;
	text-align:center;
	text-decoration:none;

}

#dlr-link
{
	position:absolute;
	right:6px;
	top:0px;
}

#dlr-link a
{
	color:#029664;
	font-size:12px;
	font-weight:bold;
}

#dlr-link a:hover
{
	color:#FF0000;
}

#as-gaeilge
{
	position:absolute;
	right:6px;
	top:26px;
}

#as-gaeilge a
{
	color:#FFF;
	text-decoration:none;
	background:transparent url(../images/irish-flag.gif) no-repeat 0 0;
	font-size:11px;
	font-weight:bold;
	padding-left:22px;
}

#mailchimp-link
{
	position:absolute;
	right:10px;
	top:224px;
}

#mailchimp-link a
{
	color:#F00;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
}

#programme-link
{
	position:absolute;
	right:23px;
	top:87px;
}

#as-gaeilge a:hover
{
	text-decoration:underline;
}

/* ---( top-nav tabs )------------------------------- */


#top-nav
{

	position:absolute;
	top:222px;
	left:0px;
	width:600px;
	height:29px;
}

#top-nav ul
{
	background:transparent url(../images/nav-sprite.gif) no-repeat 0 0;
	width:600px;
	height:29px;
	font-size:12px;
	font-weight:bold;
}

#top-nav ul li
{
	list-style:none;
	display:inline;
	float:left;
	line-height:29px;
	height:29px;
}

#top-nav ul li a
{
	color:#FFF;
	text-decoration:none;
	display:block;
	text-align:center;
	height:29px;
}



#top-nav ul li#home a{width:53px;}
#top-nav ul li#about a{width:49px;padding-left:10px;}
#top-nav ul li#information a{width:90px;padding-left:10px;}
#top-nav ul li#blog a{width:45px;padding-left:8px;}
#top-nav ul li#archive a{width:52px;padding-left:11px;}
#top-nav ul li#getinvolved a{width:88px; padding-left:19px;}
#top-nav ul li#sponsors a{width:75px; padding-left:11px;}
#top-nav ul li#contact a{width:57px; padding-left:11px;}

#top-nav ul li#about a:hover
{
	background:transparent url(../images/nav-sprite.gif) no-repeat -51px -29px;
}

#top-nav ul li#information a:hover
{
	background:transparent url(../images/nav-sprite.gif) no-repeat -159px -29px;
}

#top-nav ul li#blog a:hover
{
	background:transparent url(../images/nav-sprite.gif) no-repeat -256px -29px;
}

#top-nav ul li#archive a:hover
{
	background:transparent url(../images/nav-sprite.gif) no-repeat -367px -29px;
}

#top-nav ul li#getinvolved a:hover
{
	background:transparent url(../images/nav-sprite.gif) no-repeat -455px -29px;
}

#top-nav ul li#sponsors a:hover
{
	background:transparent url(../images/nav-sprite.gif) no-repeat -562px -29px;
}

#top-nav ul li#contact a:hover
{
	background:transparent url(../images/nav-sprite.gif) no-repeat -675px -29px;
}



#p-about #top-nav ul li#about{ background:transparent url(../images/nav-sprite.gif) no-repeat -51px -29px;}
#p-information #top-nav ul li#information{ background:transparent url(../images/nav-sprite.gif) no-repeat -159px -29px;}
#p-blog #top-nav ul li#blog{ background:transparent url(../images/nav-sprite.gif) no-repeat -256px -29px;}
#p-archive #top-nav ul li#archive{ background:transparent url(../images/nav-sprite.gif) no-repeat -367px -29px;}
#p-getinvolved #top-nav ul li#getinvolved{ background:transparent url(../images/nav-sprite.gif) no-repeat -455px -29px;}
#p-sponsors #top-nav ul li#sponsors{ background:transparent url(../images/nav-sprite.gif) no-repeat -562px -29px;}
#p-contact #top-nav ul li#contact{background:transparent url(../images/nav-sprite.gif) no-repeat -675px -29px;}




/* ---( main-content )------------------------------- */

#main-container
{

	background-color:#FFF;
	width:960px;
	margin-bottom:15px;

}



/* ---( sidebar - left )------------------------------- */

#sidebar
{
	width:160px;
	min-height:300px;
	float:left;
}

#sidebar ul
{
	width:110px;
	margin-top:10px;
	text-transform:uppercase;

}

#sidebar ul li
{
	border-bottom:1px dotted #666;
	margin-bottom:10px;
	font-size:9px;
	line-height:14px;
	padding-bottom:10px;
	padding-left:5px;
}

#sidebar ul li a
{
	color:#000;
	text-decoration:none;
	display:block;
}

#sidebar ul li a:hover
{
	color:#A70659;
	text-decoration:none;
}

#p-about #sidebar ul li a:hover
{
	color:#5ABC95;
}

#p-information #sidebar ul li a:hover
{
	color:#A1AD3F;
}

#p-blog #sidebar ul li a:hover
{
	color:#9A7EAE;
}

#p-archive #sidebar ul li a:hover
{
	color:#749A73;
}

#p-getinvolved #sidebar ul li a:hover
{
	color:#EEA44B;
}

#p-sponsors #sidebar ul li a:hover
{
	color:#1F72A0;
}

#p-contact #sidebar ul li a:hover
{
	color:#7D7D7D;
}

/* ---( content-area - centre )------------------------------- */

#content-area
{
	float:left;
	margin-bottom: 75px;
	margin-right:47px;
	margin-top:20px;
	min-height:300px;
	width:594px;
}

#content-area h2
{
	border-bottom: 1px dotted #555;
	font-family: Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 14px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-top: 0px;
	text-transform: uppercase;
	color:#555;
	font-weight:bold;
}

#content-area p
{
	color:#555555;
	font-family:Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	margin-bottom:15px;
}

#content-area p a
{
	color:#85C8A1;
	font-weight:bold;
	text-decoration:underline;

}

#content-area p a:hover
{
	color:#5F8F78;

}

/* ---( toolbox - right )------------------------------- */

#toolbox
{
	width:159px;
	float:left;
	background:transparent url(../images/toolbox-bg.jpg) no-repeat left bottom;
}

#toolbox.toolbox-2009
{
	background:none;
}

#toolbox img#book-now
{
	display:block;
	margin-top:10px;
	margin-left:12px;
	margin-bottom:10px;
}

#toolbox ul
{
	margin-top:3px;
	padding-bottom:30px;
}

#toolbox h1
{
	border-top:1px dotted #FFF;
	color:#FFFFFF;
	font-size:12px;
	line-height:16px;
	margin-bottom:2px;
	margin-top:5px;
	padding-left:12px;
	padding-top: 3px;
}

#toolbox h1.top-section
{
	border-top:none;
}

#toolbox ul li
{
	color:#FFF;
	font-size:11px;
	line-height:16px;
	margin-bottom: 10px;
	padding: 0px 12px;
	text-decoration:none;
}

#toolbox ul li strong
{
	font-weight: bold;
}

#toolbox ul li a
{
	color:#FFF;
	text-decoration: underline;
}

#toolbox ul li a:hover
{
	background-color:#479676;
}

#toolbox h2
{
	color:#479676;
	font-size:11px;
	line-height:11px;
	margin-left:15px;
	margin-top:33px;
}

#toolbox h3
{
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	text-align:center;
}

#toolbox h3 a
{
	color:#85C8A1;
	font-weight:bold;
	text-decoration:underline;
}

#toolbox h3 a
{
	color:#5F8F78;
}

#social-sites
{
	float:left;
	margin-top:25px;
	margin-left:15px
}

#social-sites p
{
	font-size:10px;
	line-height:12px;
	color:#555;
	font-weight:bold;
}

#social-sites img
{
	margin-right:5px;
}


/* ---( homepage )------------------------------- */

#hp-info-container
{
	margin-top:25px;
}

#hp-audio-player
{
	float:left;
	width:250px;
}

#hp-news, #hp-feedback
{
	float:left;
	margin-right:18px;
	width:149px;
}

#hp-news h1, #hp-feedback h1
{
	border-bottom:1px dotted #555555;
	color:#555555;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	padding-bottom:5px;
}

#hp-news h2, #hp-feedback h2
{
	border:0 none;
	color:#555555;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin:0px;
	padding:0px;
}

#hp-news h3, #hp-feedback h3
{
	font-size:10px;
	line-height:12px;
	color:#555;
}


#hp-news p, #hp-feedback p
{
	color:#555555;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	margin-bottom:8px;
	margin-top:5px;
	padding-bottom:0;
}

#hp-news p a, #hp-feedback p a
{
	color:#85C8A1;

}

#hp-news p a:hover, #hp-feedback p a:hover
{
	color:#5F8F78;
}



/* ---( footer )------------------------------- */

#footer
{
	height:70px;
	border-top:1px dotted #666;
	background-color:#FFF;
}

#footer h1
{
	color:#555555;
	float:left;
	font-size:10px;
	font-weight:normal;
	line-height:11px;
	margin-left:8px;
	margin-top:8px;
	width:214px;
}

#footer h1 a
{
	color:#555;
}

#footer h2
{
	color:#555555;
	float:left;
	font-size:10px;
	line-height:12px;
	margin-top:40px;
	width:125px;
	font-weight:normal;

}

#footer h2 a
{
	color:#555555;
	font-size:9px;
	line-height:11px;
	text-decoration:underline;
}

#footer img
{
	float:right;
	margin-right:15px;
	margin-top:12px;
}


/* ---( slider styles starts here )------------------------------- */


#slider {
	background-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background:transparent url(../images/hp-slider-bg.gif) no-repeat 0px 35px;
}

.scroll {
	height: 239px;
	width: 585px;
	overflow: auto;
	position: relative;
	clear: left;

}

.scrollContainer div.panel {
	height: 220px;
	width: 588px;
}

ul.navigation {
	list-style: none;
	width: 588px;
	height:25px;
}

ul.navigation li {
	float:left;
	margin:0 1px 0 0;
	padding:0;
}

ul.navigation li.sliderTitle {
	float: left;
	font-weight: bold;
}

ul.navigation li.navLinks {
	float: left;
	margin-right: 1px;
	height:24px;
}

ul.navigation a {
	background-color:#DDDDDD;
	color:#555;
	font-size:10px;
	padding:5px;
	text-decoration:none;
	display:inline;
}

ul.navigation a:hover {
	color: #A80659;
}

.hide {
	display: none;
}

.imgCell {
	float: left;
	text-align: left;
	/* width: 196px; */
	height:220px;
}

.last {
	padding-right: 0;
}

#content-area .imgCell p.showTitle
{
	height:30px;
	line-height:30px;
	margin-bottom:0;
}

.imgCell p.showTitle a {
	color:#353535;
	font-weight:bold;
	margin-left:5px;
}


.imgCell P.categoryTitle {
	font-weight: bold;
	font-size:11px;
	line-height:12px;
}

/* ---( end slider styles )------------------------------- */


/* ---( programme )------------------------------- */


#programme-search
{
	height:22px;
	margin-bottom:0;
	padding-bottom:14px;
}



#programme-search ul
{
	margin:0px;
	height:40px;
}

#programme-search ul li
{
	color:#555;
	font-weight:bold;
	margin-right:1px;
	font-size:10px;
	float:left;
}

#programme-search ul li#sortby
{
	margin-right:10px;
}


#programme-search ul li a
{
	background-color:#AAAAAA;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	height:18px;
	line-height:18px;
	margin-right:0;
	margin-top:0;
	padding:3px 9px;
	text-decoration:none;
}

#programme-search ul li a:hover
{
	background-color:#A80659;
}

#programme-search ul li a.search-option-chosen
{
	background-color:#A80659;
}

#event-preview-stubs-container
{
	margin-top:0px;
}

#content-area #event-preview-stubs-container h1
{
	border-bottom:1px dotted #555555;
	color:#555555;
	font-family:Arial,sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:14px;
	margin-top:0;
	padding-bottom:4px;
	padding-top:0;
	text-transform:uppercase;
}

.event-preview-stub
{
	margin-bottom:10px;
	padding-bottom:20px;
	background:transparent url(../images/event-stub-bg.gif) no-repeat bottom;
	width:608px;
	position:relative;
}

.event-preview-image, .event-preview-image-sticky
{
	float:left;
	width:90px;
	margin-right:10px;
}

.event-preview-image-sticky {
	width: 200px;
}

.event-preview-image img, .event-preview-image-sticky img
{
	display:block;
}


#content-area .event-preview-stub h2
{
	border:0px;
	color:#555555;
	font-family:Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
	float:left;
	width:497px;
	margin:0px;
	padding:0px;
}

#content-area .sticky h2
{
	width:375px;
}

#content-area .event-preview-stub h3
{
	border-bottom:1px dotted #555;
	color:#555555;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	float:left;
	width:480px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 9px 0px;
}


#content-area .event-preview-stub h3 a
{
	color:#85C8A1;
	font-weight:bold;
	text-decoration:underline;
}



#content-area .event-preview-stub h3 a:hover
{
	color:#54B28C;
}

#content-area .sticky h3
{
	width:375px;
}

#content-area ul
{
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 25px;
}

#content-area ol
{
	list-style-type: numeric;
	margin-bottom: 20px;
	margin-left: 25px;
}

#content-area ul li, #content-area ol li {
	color:#555555;
	font-family:Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	margin-bottom:10px;
}

#slider ul, #slider ul li {
	list-style-type: none;
	margin: 0px;
	margin-right: 1px;
	padding: 0px;
}

.event-preview-stub ul
{
	font-size:12px;
	color:#555;
	float:left;
	margin-top:6px;
}

.event-preview-stub ul li
{
	height:18px;
	line-height:18px;

}

.event-preview-stub ul li a
{
	background-color:#CACACA;
	font-size:11px;
	height:16px;
	line-height:16px;
	padding:1px 4px;
	text-decoration:none;
	color:#FFF;
	float:left;
	margin-right:1px;
	margin-top:4px;
}

.event-preview-stub ul li a:hover
{
	background-color:#B1B1B1;
}

#content-area .sticky ul
{
	width:375px;
}


.event-preview-stub img.booking-icon
{
	bottom:20px;
	position:absolute;
	right:20px;
}




#main-programme-container
{
	margin-top:20px;
}

.programme-stub
{
	float:left;
	width:190px;
	height:160px;
	background:transparent url(../images/programme-stub-bg.gif) no-repeat right bottom;
	margin-right:7px;
	margin-bottom:7px;
	display:block;
}

#content-area #main-programme-container .programme-stub h1
{
	border-bottom:1px dotted #555555;
	color:#555555;
	font-size:10px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	margin-bottom:8px;
	text-transform:uppercase;
	width:174px;
}


#content-area #main-programme-container .programme-stub h1 a
{
	color:#555;
	text-decoration:none;
}

/* ---( sponsors )------------------------------- */

.logos-container
{
	margin-bottom:25px;
}

.logos-container img
{
	margin-top:25px;
}

#content-area .logos-container h1
{
	border-bottom:1px dotted #555555;
	color:#555555;
	font-family:Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:14px;
	margin-top:0;
	padding-bottom:4px;
	padding-top:0;
	text-transform:uppercase;
}


.logos-container ul
{
	margin-bottom:10px;
}

.logos-container ul li
{
	color:#555;
	font-size:12px;
	float:left;
	margin-right:5px;
	border-left:1px solid #555;
}

.logos-container ul li a
{
	color:#3D8766;
}

.logos-container ul li a:hover
{
	color:#F00;
}


.logo
{
	/*float:left;
	margin-right:30px;*/
	margin-bottom:25px;
	text-align:center;
}

.logo img
{
	border:0;
}

.logo p
{
	text-transform:uppercase;
	text-align:center;
}

.logo p a
{
	color:#3D8766;
}

.logo p a:hover
{
	color:#F00;
}


.funders-logos img
{
	margin-right:40px;
}

.sponsors-logos img
{
	margin-right:30px;
}

.assorgs-logos img
{
	margin-right:75px;
}


.progpartners-logos
{
	padding-left:30px;
}

.progpartners-logos img
{
	margin-right:45px;
}


.embassy-logos
{
	padding-left:70px;
}

.embassy-logos img
{
	margin-right:78px;
}


.progsponsors-logos
{
	padding-left:35px;
}

.progsponsors-logos img
{
	margin-right:20px;
}

.inkind-logos
{
	padding-left:45px;
}


.inkind-logos img
{
	margin-right:58px;
}




/* ---( Archive Styling )------------------------------- */

#archive-image
{
	float: left;
	width: 300px;
}

#archive-image p
{
	margin-top: 15px;
}

#archive-image a
{
	color:#555555;
}

#archive-content, #archive-player
{
	margin-bottom: 15px;
	margin-left: 340px;
}

#archive-content p
{
	margin-bottom: 0px;
}

#archive-content ul
{
	list-style-type: disc;
}

#archive-content ul li
{
	color:#555555;
	font-family:Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	margin-bottom:5px;
	margin-left: 15px;
}


/* ---( individual artist post )------------------------------- */

#individiual-artist-container
{
	margin-top:20px;
}

#artist-media-container
{
	float:left;
	width:249px;
}

#artist-images
{
	width:249px;
	margin-bottom:15px;
}

#artist-images img#main-artist-image
{
	display:block;
	margin-bottom:7px;
}

#artist-images img.secondary-artist-image
{
	margin-right:7px;
}

#artist-images img.last
{
	margin-right:0px;
}

#artist-mp3-player
{
	margin-bottom:15px;
}

#artist-further-links
{
	margin-bottom:15px;
}

#content-area #artist-further-links h1
{
	border-bottom:1px dotted #555555;
	color:#555555;
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#artist-further-links ul
{
	margin-bottom:10px;
}

#artist-further-links ul li
{
	color:#555;
	font-size:12px;
	line-height:18px;
}

#artist-further-links ul li a
{
	color:#3D8766;
}

#artist-further-links ul li a:hover
{
	color:#F00;
}


#related-events
{
	margin-bottom:15px;
}

#content-area #related-events h1
{
	border-bottom:1px dotted #555555;
	color:#555555;
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:4px;
	padding-bottom:4px;
	text-transform:uppercase;
}

#related-events ul
{
	margin-bottom:10px;
}

#related-events ul li
{
	color:#555;
	font-size:12px;
	line-height:18px;
}

#related-events ul li a
{
	color:#3D8766;
}

#related-events ul li a:hover
{
	color:#F00;
}



#artist-info
{
	width:329px;
	float:left;
	margin-left:12px;
}

#artist-info img#mela-banner
{
	display:block;
	margin-bottom:10px;
}

#content-area #artist-info h1
{
	color:#555555;
	font-family:Arial,sans-serif;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}

#content-area #artist-info h2
{
	color:#555555;
	font-family:Arial,sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	padding:0px 0px 0px 0px;
	border:0px;
}


#content-area #artist-info h3
{
	border-bottom:1px dotted #555555;
	color:#555555;
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-transform:uppercase;
	padding-bottom:8px;
}


#artist-info ul
{
	font-size:12px;
	color:#555;
	float:left;
	margin-top:6px;
	margin-bottom:20px;
}

#artist-info ul li
{
	height:18px;
	line-height:18px;

}

#artist-info ul li a
{
	background-color:#CACACA;
	font-size:11px;
	height:16px;
	line-height:16px;
	padding:1px 4px;
	text-decoration:none;
	color:#FFF;
	float:left;
	margin-right:1px;
	margin-top:4px;
}

#artist-info ul li a:hover
{
	background-color:#B1B1B1;
}

#artist-info img#book-now
{
	display:block;
	clear:both;
	margin-bottom:15px;
}

#artist-info p
{
	margin-bottom:20px;
}

#artist-info img#logo
{
	margin-bottom:20px;
	display:block;
}

/* ---( search-results )------------------------------- */

.search-results-block
{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	padding-bottom:20px;
}

#content-area .search-results-block h3
{
	color:#555;
}

#content-area .search-results-block h4 a
{
	background-color:#CACACA;
	color:#555555;
	font-size:11px;
	height:16px;
	line-height:16px;
	margin-right:1px;
	margin-top:4px;
	padding:4px 7px;
	text-decoration:none;
}

#content-area .search-results-block h4 a:hover
{
	background-color:#555555;
	color:#CACACA;
}

/* ---( press image styling )------------------------------- */

.press-image-container { float: left; margin-right:100px; }


/* ---( blog styling )------------------------------- */


#content-area #blog h1
{
	border-bottom:1px dotted #555555;
	color:#555555;
	font-family:Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:14px;
	margin-top:0;
	padding-bottom:4px;
	padding-top:0;
	text-transform:uppercase;
}


.blog-post-container
{
	margin-bottom:20px;
}

#content-area .blog-post-container h2
{
	border:0px;
	color:#555555;
	font-family:Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0;
	padding-bottom:0px;
	padding-top:0;
	text-transform:uppercase;
	line-height:16px;

}

#content-area .blog-post-container h3
{
	border:0px;
	color:#BBB;
	font-family:Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",sans-serif;
	font-size:11px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0;
	padding-bottom:0px;
	padding-top:0;
	text-transform:uppercase;
	line-height:13px;
}

#content-area .blog-post-container p
{
	margin-top:15px;
}

.blog-post-footer
{
	background-color:#EEE;
	color:#999;
	padding:4px 10px;
}

.blog-post-footer a
{
	color:#009BE3;
	font-size:12px;
}


#sidebar-latest-container
{
	margin-top:23px;
}

#main-container #sidebar-latest-container h1
{
	border:0 none;
	color:#555;
	font-family:Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	margin-bottom:5px;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
	text-transform:uppercase;
}



.sidebar-latest
{
	margin-bottom:3px;
	border-bottom:1px dotted #555;
	padding-bottom:3px;
	padding-left:5px;
	margin-top:10px;
}



#main-container .sidebar-latest h1 a
{
	border:0px;
	color:#555;
	font-family:Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0;
	padding-bottom:0px;
	padding-top:0;
	text-transform:uppercase;
	line-height:13px;
	text-decoration:none;

}

#main-container .sidebar-latest h1 a:hover
{
	color: #9A7EAE;
	text-decoration:underline;
}


#main-container .sidebar-latest h2
{
	border:0 none;
	color:#777;
	font-family:Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	margin-bottom:5px;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
	text-transform:uppercase;

}

#main-container #sidebar-archive
{
	margin-top:20px;
	padding-left:5px;
}

#main-container #sidebar-archive h1
{
	border:0 none;
	color:#555;
	font-family:Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	margin-bottom:5px;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
	text-transform:uppercase;
}


#main-container #sidebar-archive ul
{
	width:110px;
	margin-top:0px;

}

#main-container #sidebar-archive ul li
{
	border:0 none;
	font-size:11px;
	line-height:14px;
	margin-bottom:3px;
	padding-bottom:0;
	padding-left:5px;
}

#main-container #sidebar-archive ul li a
{
	color:#000;
	text-decoration:none;
	display:block;
}

#main-container #sidebar-archive ul li a:hover
{
	color: #9A7EAE;
	text-decoration:underline;
}



