/* --------------------------------------------------------------
// ----
// ---- 	base.css
// ----
// ---- 	Author: Greg Dalrymple
// ---- 	Date: Sept 07
// ----
// ---- 	This is the main stylesheet for the ulster orchestra website.
// ----
-------------------------------------------------------------- */


/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #555;
	line-height: 1.5;
    background: url(/images/sitefiles/body-bg.gif) repeat-x #000;
	}

.formblockelement           { margin: 0; padding: 0; }
.spacer 					{ clear: both; }
.bold 						{ font-weight: bold; margin: 0; }
.quiet 						{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 						{ margin-right: 0; padding-right: 0; }
.half 						{ width: 48.5%; margin-right: 15px; }
.left 						{ float: left; }

.clear-floats { clear: both; font-size: 1px; }

.border-top { border-top: 1px solid #444; }

#content .no-marg { margin: 0; }
#content .no-pad { padding: 0; }

.center { text-align: center; }

.error {
	border: 1px solid #f97777;
	padding: 12px;
	margin-top: 10px;
	background-color: #ffeeee;
	}
    
.left-pad { padding-left: 16px; }

/* --------------------------------------------------------------

    +Basket iFrame

-------------------------------------------------------------- */

#c-basket iframe { width: 120px; height: 20px; float: right; }
body #c-basket iframe body { border: none; background: #fff; }

/* --------------------------------------------------------------

    +Typography

-------------------------------------------------------------- */

/* +Font Sizes ----------------------------------------------- */

p, ul, blockquote, dd, dt, table, ol { font-size: 1.2em; line-height: 1.6em; }

p { margin: 0 0 14px 0; padding: 0; }

/* +Remove Padding and Margins ------------------------------- */

#footer p,
#middlecol ul,
#middlecol li { margin: 0; padding: 0; }

/* +Lists ---------------------------------------------------- */

#content ol { padding-left: 1em; margin-left: 1em; }

ul { margin: 0 0 14px 0; }

.article ul 		{ padding-left: 1.5em; margin-left: 0; list-style-type: disc; }
#middlecol li 	{ padding: 0 0 10px 15px; list-style-type: none; }

.clean-list { list-style: none; margin: 0 0 1.5em 0; padding: 0; }
.clean-list li { margin-bottom: 7px; }

/* +Links ---------------------------------------------------- */

a:link 		{ text-decoration: underline; color: #000; }
a:visited { text-decoration: underline; color: #000;}
a:hover 	{ text-decoration: underline; color: #d88d0a; }
a:active 	{ text-decoration: none; }

.shop a h4 { text-decoration: underline; }

.more-info { font-family: Arial; background: url(/images/more.gif) no-repeat left center; padding: 1px 0 1px 14px; }

#content #fullcol .clean-list li { line-height: 1.5em; }

/* +Quotes --------------------------------------------------- */

blockquote {
	border: 1px solid #dcdcdc;
	background-color: #ececec;
	margin: 0 0 12px 0;
	padding: 12px;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Serif;
	}

#content blockquote .quote-name { text-align: right; margin-top: 12px; margin-bottom: 0;}


/* --------------------------------------------------------------

    +Headings

-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding: 0;
	color: #222;
	font-weight: normal;
	}

h4, h5, h6 { font-family: Arial, Sans-serif; }

h1 { font-size: 2.6em; line-height: 1em; margin-bottom: 0.4em; }
h2 { font-size: 2.3em; line-height: 1.6em; margin-bottom: 0.5em; }
h3 { font-size: 1.7em; line-height: 1.3em; margin-bottom: 0.6em; }
h4 { font-size: 1.4em; line-height: 1.5em; margin-bottom: 0.7em; font-weight: bold; color: #d88d0a; }
h5 { font-size: 1.3em; line-height: 1.5em; margin-bottom: 0.9em; font-weight: bold; }
h6 { font-size: 1.2em; line-height: 1.5em; margin-bottom: 0.9em; font-weight: bold; }

#header h1 span,
#leadimage h2 span,
#leadimage h3 span { visibility: hidden; }

.nextConcert #main-details h4 { margin-bottom: 8px; line-height: 1; }
#subDetails h5 { margin-bottom: 0; }
#subDetails p { margin-top: 0; }

h2 a:link, h2 a:visited { font-weight: normal; text-decoration: none;}

strong { color: #222; }

/* Reset the font size */

/* --------------------------------------------------------------

    +Images

-------------------------------------------------------------- */

img { 
    padding: 1px;
    background-color: #fff;
    margin-bottom: 18px;
    border: 3px solid #dedede;
    }

.floatright { float: right; margin: 0 0 10px 10px; clear: right; }
.floatleft 	{ float: left; margin: 0 10px 10px 0; clear: right; }

#middlecol .button,
.article .button,
.leadentryimg .button,
.subentry .button 			{ border: none; margin: 0; padding: 0; }

.floatfix { height: 5px; clear: right; }

img.book-now-btn { border: none; padding: 0; }

#fullcol img.clean { padding: 0; background-color: none; border: none; }

#caption { background-color: #e9e9e9; padding: 10px; }
#caption p { margin: 0; font-style: italic; }

/* +Lead Image ----------------------------------------------- */

#leadimage 		{ position: relative; padding: 0 0 12px 0; margin: 0; }
#wrapleadimage 	{ width: 756px; }
#leadimagetext 	{ position: absolute; right: 70px; top: 25px; width: 415px; height: 108px; }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

table.standard {
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	margin-bottom: 18px;
	}

table.no-head { border-top: 0; }

table.standard th {
	padding: 7px;
    background-color: #e7e7e7;
	}

table.standard td {
	padding: 7px;
	border-bottom: 1px solid #dcdcdc;
	}

table.standard td p { font-size: 1em; }

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#navigation 				{ width: 780px; font-weight: bold; margin: 0px 0 0 0px; }
#navigation ul 				{ list-style-type: none; margin: 0 auto; padding: 0; }
#navigation ul li 			{ display: inline; margin: 0; padding: 0; }
#navigation ul li a 		{ 
    float: left; 
    margin: 0 3px 0 0; 
    padding: 8px 12px; 
    font-size: 1.2em;
    color: #fff;
    display: block;
    text-decoration: none;
    background-color: #cd7e17;
    }

#navigation ul a:hover, #navigation ul a:hover { color: #fff; }

#navigation li.selected a { color: #fff; background-color: #fff; color: #222; }

/* --------------------------------------------------------------

    +Layout

-------------------------------------------------------------- */

#container { text-align: left; width: 800px; margin: 0 auto; position: relative; }

#content 			{ padding: 6px 0 6px 0; margin: 0 auto; min-height: 600px; background-color: #fff; }
#wrapcontent 		{ width: 800px; }
#contenttopspacer 	{ margin: 31px 0 0 0; }
.subcontentgrey		{ border-top: 1px solid #dcdcdc; padding: 15px 0; margin-top: 15px; }

#leftcol { width: 191px; float: left; padding: 12px 12px 0 0; }
.leftcolinner { padding-left: 16px; border-top: 1px solid #ccc; margin-right: -12px; position: relative; }
#fullcol { float: left; width: 583px; padding-left: 13px; padding-top: 12px; border-left: 1px solid #ccc; }
.fullcol-pad { padding-right: 16px; }
#wrap-middlecol { width: 380px; float: left; margin-left: 15px; }
#middlecol 	{ position: relative; border-right: 1px solid #ccc; padding: 12px 12px 0 0; }
#homepage #wrap-middlecol { margin-left: 0; }
#wrap-rightcol { width: 200px; float: left; }
#rightcol { margin-left: 15px; padding-top: 12px; }


/* --------------------------------------------------------------

    +Header

-------------------------------------------------------------- */

#header { margin-bottom: 10px; }
#logo { margin-top: 55px; }
#logo img { margin-bottom: 0; background: none; padding: 0; border: 0; }
#heading { float: right; margin-top: 15px; }

/* +Searchbox ------------------------------------------------ */

#searchbox 	{ float: right; height: 20px; width: 437px; }
#searchform { padding: 7px 0 0 0; float: left; }
#searchform #searchinputtext { height: 15px; width: 222px; margin: 2px 12px 0 0; color: #999; float: left;  }
#searchform #myframe { padding-top: 10px; }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

/* +Slideshow ------------------------------------------------ */

#slideshow h2 { font-size: 2.4em; margin-bottom: 0; }
#slideshow h2 a { color: #d88d0a; }

#slideshow            { height: 230px; padding: 0 16px 10px 0; position: relative; font-size: 0.9em; }
#slideshow ul         { margin: 0; padding: 0; }
#fullcol #slideshow ul li      { list-style: none; margin: 0; }

#slides li            { height:230px; width:564px; position:absolute; }
#slides               { width: 564px; }

#slides img 					{ float: left; margin-right: 12px; }
#thumbs 							{ position: absolute; bottom: 12px; right: 16px; }
#fullcol #thumbs li			    { margin: 0 0 0 4px; padding: 3px 6px; display: inline; background-color: #fff; float: left; border: 1px solid #222; }
#slideshow .more-info { font-size: 100%; }
#thumbs li a:link 		{ text-decoration: none; }
#slideshow p 					{ margin-top: 0; margin-bottom: 5px; }
#slides #book-now-button { float: right; }
#slides #book-now-button img.floatright { margin-left: 0; }
#slides p#more-info-concert { float: left; margin-top: 5px; }

#slideshow dl {  }
#slideshow dl dt { font-weight: bold; color: #d88d0a; }
#slideshow dl dd { color: #222; font-weight: bold;}

#slideshow h5 { font-size: 1.1em; }


/* +Next Concert -------------------------------------------- */

.wrapNextConcert {
     margin:0px 0 0 -14px; 
     position: relative; 
     border-top: 1px solid #ccc; 
     border-bottom: 1px solid #ccc; 
     padding: 0 0 0 5px; 
     }
     
.nextConcert h2 a { color: #d88d0a; }

.nextConcert #main-details { width: 420px; float: left; }
.nextConcert { padding: 10px; background-color: #f8eee2; margin: 15px 10px; border: 1px solid #e7d0ba; }

.nextConcert ul { list-style: none; margin: 0 0 12px 0; padding: 0; padding-bottom: 12px; }
.nextConcert ul li { float: left; padding-right: 15px; color: #222; font-weight: bold; }
.nextConcert ul li span { font-weight: bold; color: #d88d0a; }

.nextConcertThumb { width: 100px; float: right; margin-left: 12px; }
.nextConcert img, .nextConcert p { padding-bottom: 0; margin-bottom: 0; }

.highlight-title { height: 1%; }
.nextConcert #player { padding-top: 8px;}

#request-brochure { background: url(/images/brochure.gif) no-repeat; padding-left: 22px;  }

#subDetails .marg-top { margin-top: 10px; }

a.booking-link { padding-right: 18px; font-weight: bold; }

/* +Calendar ------------------------------------------------ */

#calendarDiv { padding-left: 16px; }
#calendarDiv h5 { font-size: 1.4em; font-weight: bold; color: #d88d0a; margin-bottom: 6px; }
#calendar {
	width: 175px;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	border-collapse: collapse;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
	}

#calendar th {
	height: 20px;
	width: 20px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    padding: 4px 0; 
    font-weight: normal;
    font-size: 0.8em; 
    color: #888;
	}

#calendar td {
	width: 20px;
	height: 22px;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	}

#calendar td.concert 	{ background-color: #d88d0a; }

#calendar a:link, #calendar a:visited { text-decoration: none; font-weight: bold; }
#calendar a:hover { color: #fff; }

#ToolTip table { margin: 0; }

.calendar-options { margin-bottom: 6px; }
.calendar-options a img { margin: 0; padding: 0; background: none; }
.calendar-options td { vertical-align: middle; padding: 4px;  }

/* +Feedback ------------------------------------------------ */

#concert-feedback { border-top: 1px solid #ccc; margin: 0 -12px 0 0; position: relative; padding: 12px 12px 12px 16px; }
#concert-feedback h5 { font-size: 1.4em; font-weight: bold; color: #d88d0a; }

#concert-feedback dt { font-weight: bold; padding: 5px 0 0 0; color: #222; font-size: 1.1em; }
#concert-feedback dd { margin: 0; }
#concert-feedback #concerts-select { width: 160px; }

#concert-feedback #name,
#concert-feedback #email,
#concert-feedback textarea { width: 95%; }

/* +News  ---------------------------------------------------- */

#longboxfade h5 { font-size: 1.4em; font-weight: bold; color: #d88d0a; }
#longboxfade { margin: 0 -12px 10px 0; position: relative; padding: 12px 12px 12px 16px; border-top: 1px solid #ccc; }

dl.latest-news dd { margin: 0 0 12px 0; padding: 0; }

/* +Other  --------------------------------------------------- */

#ads { width: 170px; margin: 12px 0 12px 0; background-color: #fff; }
#ads img { margin: 0; padding: 0; border: 0; }

#browse-more-concerts { margin: 0 -12px 0 0; position: relative; padding: 12px 12px 0 0; }
#browse-more-concerts p { padding: 0 10px 0 30px; background: url(/images/more.gif) no-repeat 10px center;  }

#requestBrochure { padding: 0 0 10px 10px; }
#requestBrochure p { margin-top: 0;  }

#listen-now-home { background: url(/images/sound.gif) no-repeat 0 2px; margin-bottom: 12px; padding-left: 25px; }

#quickBook { padding: 10px 0 10px 10px; border-bottom: 1px solid #dcdcdc; }
#quickBook h5 { font-weight: bold; text-transform: uppercase; font-style: italic; }

.hospitality { border: 1px solid #e7d0ba; padding: 12px; background-color: #F8EEE2; }

/* +mainentry ------------------------------------------------ */

#middlecol .mainentry img { position: relative; }

#middlecol h5, #mediumbox h5 { font-size: 1.4em; font-weight: bold; color: #d88d0a; }

#middlecol #main-details { color: #000; }

#middlecol #programme { margin: 0;}

#middlecol #player { float: right; margin-bottom: 15px; }

#middlecol #sub-details { clear: both; }
#middlecol #main-details img { display: inline-block; margin-left: 15px; margin-bottom: 15px; text-align: right; }

#content #further-details li#request-brochure { background: url(/images/brochure.gif) no-repeat; }
#content #further-details li#listen-icon { background: url(/images/sound.gif) no-repeat 2px 0px; padding-left: 16px; margin-right: 10px;}

#content #further-details ul li { background: url(/images/more.gif) no-repeat 0 -1px; padding-left: 22px; padding-bottom: 6px; position: relative; float: left; display: inline; margin-right: 18px;}

#book-now-btn { margin-top: 0px; }

/* +Get involved ---------------------------------------------- */
.get-involved { margin: 0 0 12px -14px; border-top: 1px solid #ccc; position: relative; padding: 12px; border-bottom: 1px solid #ccc; }
.get-involved ul { list-style: none; margin: 0; padding: 0; }
#fullcol .get-involved li { margin: 0; }

/* +subscribe ------------------------------------------------- */

#smallboxfade {
	margin: 0 0 10px 0;
	padding: 0;
	}
    
#smallboxfade h5 { font-size: 1.4em; font-weight: bold; color: #d88d0a; }

#smallboxfade p { margin-bottom: 10px; }

#subscribeinputbox 	{ margin: 0 0 10px 0; }

.standard-form dl { margin: 0; padding: 0; }
.standard-form dt { font-weight: bold; margin: 0 0 4px 0;  }
.standard-form dd { margin: 0 0 6px 0; padding: 0; }

#subscribe dl dd #firstName, #subscribe dl dd #lastName { width: 150px;  }

/* +getinvolvedbox -------------------------------------------- */

.img-thumb { width: 48%; float: left; }
.img-desc  { width: 50%; float: left; }

/* +donate now ------------------------------------------------ */

#buttonbox 						{ height: 58px; margin: 0; }
#rightcol #donatebtn 	{ margin: 15px 0 0 28px; }

h5.donate { font-size: 1.4em; font-weight: bold; color: #d88d0a;  }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer 		{ clear: both; padding-bottom: 10px; background-color: #fff; border-top: 1px solid #ccc; font-size: 0.9em; }
#footerInner    { padding: 24px 12px 0 12px; }
#copy 			{ margin-left: 187px; padding: 0 12px 12px 0; color: #999; }
#sponsors 	    { width: 171px; height: 77px; background: url(../images/sponsors.gif) no-repeat; float: left; }

/* --------------------------------------------------------------

    +Category Page

-------------------------------------------------------------- */

.category-block {
	width: 755px;
	height: 129px;
	margin-bottom: 10px;
	color: #fff;
	}


.category-block a:link, .category-block a:visited { color: #fff; }
.category-block ul { margin: 0; padding: 0; }
.category-block ul li {
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 0 5px 10px;
	}

.category-block ul .last 	{ border-bottom: none; }
.family 									{ background: url(../images/children-family.jpg) no-repeat; }
.learning 								{ background: url(../images/learning.jpg) no-repeat; }
#leadimagetext-education {
	position: absolute;
	top: 60px;
	left: 228px;
	background: url(../images/lead-images/education-and-learning.png) no-repeat;
	height: 44px;
	width: 326px;
	}

/* --------------------------------------------------------------

    +Concerts

-------------------------------------------------------------- */

.concert-item { width: 100%;  padding-top: 10px; }
.concert-item img.conductor { margin: 0 0 15px 0; float: right; }

.article .concert-list, #fullcol .concert-list  { padding: 0; margin: 0 0 30px 0; }
#fullcol .concert-list li 		{ list-style: none; border-top: 1px solid #dcdcdc; padding: 10px 0; margin: 0; }
.concert-thumb 			{ float: right; padding-right: 10px;}
.concert-thumb img 	{ margin: 0; padding: 3px;}
.concert-info				{ float: left; }

.concert-title			{ font-weight: bold; color: #777; }
.concert-item { position: relative; }

.waterfront-seating tr td { vertical-align: top; }

.concert-item #main-info { border-bottom: 1px solid #ccc; margin: 0 -16px 0 -12px; padding: 0 12px; position: relative; }
#concertLeftCol { float: left; width: 260px; margin-right: 15px; border-right: 1px solid #ccc; padding-right: 12px; padding-top: 12px; }
#concertRightCol { float: left; width: 275px; padding-top: 12px; }

#concertRightCol h5,
#concertLeftCol h5 { font-size: 1.4em; font-weight: bold; color: #d88d0a; }

#concertRightCol #player { margin-bottom: 12px; }

p.location { margin-top: 5px;}


/* +article page
-------------------------------------------------------------- */

.breadcrumb p 	{ margin: 0; padding: 0; font-size: 1.1em; }
.breadcrumb 	{ margin: 0; border-bottom: 1px solid #ccc; padding: 0 0 8px 12px; position: relative; }


.second-nav 	{ font-weight: bold; margin: 0 -12px 12px 0; position: relative; }
.second-nav ul 	{ margin: 0; padding: 0; }
.second-nav ul li {
	list-style: none;
	display: block;
	vertical-align: bottom; /* Fixing the IE gap in list items */
	margin: 0;
	border-bottom: 1px solid #dcdcdc;
	padding: 3px 0 3px 12px;
	position: static;
	}

.second-nav ul li li { border-bottom: none; }
.second-nav ul li li a { padding-top: 0; padding-bottom: 0; }
.second-nav ul li ul { border-top: 1px solid #ccc; margin: 4px 0 12px -16px; padding-left: 24px; padding-top: 8px; }

.second-nav ul li a  { padding: 3px 10px; display: block; width: 88%;}

#content .second-nav ul#indented1,
#content .second-nav ul#indented2,
#content .second-nav ul#indented3,
#content .second-nav ul ul	{ display: none; }

#content .second-nav ul#indented1,
#content .second-nav ul#indented2,
#content .second-nav ul#indented3 { font-size: 0.9em; padding-left: 24px; }

#content .second-nav ul#indented1 li,
#content .second-nav ul#indented2 li,
#content .second-nav ul#indented3 li { border-bottom: none; padding: 5px 0 5px 12px; }

ul.indented li a 	{ padding: 3px 9px; }

.articlepagecurl {
	width: 566px;
	height: 24px;
	}

.article .options 	{ padding: 5px; margin: 0; }
.article .options p { margin: 0; padding: 0; }

.sub-article-main { padding-top: 12px; padding-bottom: 18px; }
.sub-article {  padding-bottom: 18px; }

/* +shop
-------------------------------------------------------------- */

#leadimagetext-shop {
	position: absolute;
	top: 60px;
	left: 340px;
	background: url(../images/lead-images/shop.png) no-repeat;
	height: 44px;
	width: 326px;
	}

.shop .item {
	border-top: 1px solid #ccc;
	margin: 0 0 15px -12px;
	padding: 12px;
    position: relative; 
	}

.product-desc 	{ float: left; width: 70%; }
.product-desc img { margin-bottom: 0; padding: 1px;}
.add-to-basket 	{ float: right; width: 28%; }

.second-nav
.categories a:link,
.second-nav .categories a:visited { color: #333; }

.item p { margin: 0; padding-bottom: 10px; }

.cart {
	position: absolute;
	top: 0;
	right: 0;
	margin: 7px;
	padding: 7px;
    width: 200px;
	}

.cart .tableDiv
{
    max-height: 75px;
    overflow: auto;
}

.cart-link 		{ height: 40px; margin-top: 15px; padding-left: 16px;}
.cart-link p 	{ padding: 15px 0 15px 50px; background: url(/images/cart.gif) no-repeat left center; }


.cart table { border-collapse: collapse; }

.cart h4 					{ font-weight: bold; text-transform: uppercase; text-align: center; }
.cart table tr td { padding: 2px 5px; }
.total 						{ border-top: 1px solid #333; border-bottom: 1px solid #333; }
.extra-options 		{ margin-bottom: 15px; }
.back, .next, .page { float: left; padding-right: 220px; }
.last 						{ padding-right: 0; margin-right: 0; }

.pager { margin-bottom: 25px; font-family:Verdana,Arial,Helvetica,sans-serif; line-height:150%; }
.pagerInfo { float: left; padding-left: 240px; }
.pager { margin-bottom: 25px; font-family:Verdana,Arial,Helvetica,sans-serif; line-height:150%; }
.pagerInfo { float: left; padding-left: 240px; }
.pagerButtons { float: left; padding-left: 160px; }

.basketContainer
{
    padding: 10px;
}

table.basket
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    line-height:150%;
    text-align: left;
    color: black;
}

table.basket th.head, table.basket td.item
{
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    color: black;
}

table.basket th.right, table.basket td.right
{
    border-right: none;
}

#price-matrix table { font-family: Arial, Helvetica, Sans-Serif; margin-bottom: 15px;}
#price-matrix table th { padding-bottom: 10px; }

#add-to-basket { text-align: left; }

/* +contact form -----------------------------------------------------------------------------------*/

.contactform dt,
.masterclassform dt 					{ font-weight: bold; }

.contactform dd,
.masterclassform dd						{ margin: 5px 0; padding: 0; }

.contactform .textinput,
.contactform .textarea,
.masterclassform .textinput,
.masterclassform .textarea	 	{
	width: 350px;
	}
    
.contactform { margin-bottom: 18px; }

.contactform .textarea, .masterclassform .textarea 	{ font-family: Verdana, Arial, Sans-serif; }

.contactinfo ul { padding: 0; list-style: none; margin-left: 0;}

.contactinfo h5 { margin: 0 0 7px 0; }

/* +news
-------------------------------------------------------------- */

#content .leadentry { padding: 0 10px; margin-bottom: 15px; background-color: #fff; border-bottom: 1px solid #ccc;  }
.leadentry img { margin-bottom: 0; }

.subentry 		{ width: 175px; margin-right: 18px; background-color: #fff; }
#content .subentry { background-color: #fff; }
.subentry .more-info { font-size: 1.1em; }
p.more-info-p { margin-bottom: 0; }

.subentry h5 a { font-weight: normal; }

.subentry img { margin-bottom: 10px; }

.last 				{ margin-right: 0; }

.newsarchivelist { clear: both; }
.newsarchivelist ul { list-style: none; margin: 0; padding: 0; }
.newsarchivelist ul li { }

.full-article img { margin-bottom: 10px; }

li.more-news { padding: 12px 10px 0 0; }
#fullcol #more-news li { margin: 0; }

#more-news .img { width: 110px; float: left; }
#more-news .details { width: 450px; float: left; }

.dark { color: #333; font-weight: normal; }

#main-article-img { float: left; margin-right: 15px; width: 250px; }


ul#old-news { padding-left: 1.5em;  }

#more-news { border-top: 1px solid #ccc; position: relative; margin: 12px -16px 12px -12px; padding: 12px; border-bottom: 1px solid #ccc;  }
.more-news { font-size: 0.9em; }

/* +education
-------------------------------------------------------------- */

#interactive-orchestra { border: 1px solid #444; padding: 2px 0 2px 2px; margin-left: 16px; width: 753px; margin-top: 14px;  }

/* +recording archive
-------------------------------------------------------------- */

.recording-list { margin: 0; padding: 0; width: 25%; float: left; list-style: none;}
.recording-list li { border-bottom: 1px solid #e9e9e9; padding-bottom: 10px;}
.recording-item { border: 2px solid #dcdcdc; margin: 10px 10px 0 0; padding: 8px; background-color: #fefefe;  }
.recording-item p { margin-top: 0; margin-bottom: 5px; }


/* +About Us
-------------------------------------------------------------- */

#content table.timeline td 		{ vertical-align: top; line-height: 1.5;}
#content table.timeline td p 	{ margin-bottom: 8px; }

/* +Site Search
-------------------------------------------------------------- */
#pgSearchBox { background: #EEE; border: 1px solid #999; padding: 5px; margin-bottom: 10px; }

/* +gallery
-------------------------------------------------------------- */

#photo-gallery { margin: 0; padding: 0; }
#photo-gallery li { list-style: none; float: left; height: 210px; width: 270px; padding-right: 12px; display: inline; }

#gallery .slide { float: left; width: 180px; padding-top: 15px; border-top: 1px solid #dcdcdc; height: 170px; text-align: center;}
#gallery .slide p { font-weight: bold; }
#gallery #gallery-controls { margin: 0; padding: 0; list-style: none; text-align: center; padding: 15px 0; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc;}
#gallery #gallery-controls li { display: inline; padding: 0 10px; }

/* +press pack
-------------------------------------------------------------- */

table.press-logos td { text-align: center; padding: 10px; }
table.press-logos span { display: block; }
table.press-logos img { margin-bottom: 10px; }

/* +search
-------------------------------------------------------------- */

#pgSearchBox { margin-bottom: 18px; }

/* +review archive
-------------------------------------------------------------- */

.review { margin: 12px 0; }


/* +other
-------------------------------------------------------------- */
.marg-top { margin-top: 10px; }