/*
Theme Name: HSO
Theme URI: http://wordpress.org/
Description: HSO theme
Version: 1.0
Author: Slice'r'us
Author URI: http://www.slicerus.com/
*/


/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/
html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/
a:link, a:visited {
	color: #005476;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html {
	height: 100.2%;
}
body {
	font-family:  Arial, Helvetica, sans-serif;
	background: #e5dfdb url(img/page-bg.png) repeat-y 50% 0;
}
#body {
	width: 100%;
	background: url(img/body-t.jpg) no-repeat 50% 0;
}

#page {
	width: 875px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #000000;
	padding: 0 10px;
	background: url(img/body-t.jpg) no-repeat -141px 0;
}

#top {
	margin: 0 0 20px;
}
	#logo {
		margin: 0 -1px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 877px;
			height: 113px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(img/logo-1.png) no-repeat 0 0;
			}

#wrap {
	width: 100%;
	overflow: hidden;
	background: url(img/line-v1.gif) repeat-y 236px 0;
	min-height: 300px;
	padding: 0 0 1px;
}
	#content {
		float: right;
		width: 575px;
		padding: 0 25px 0 0;
	}
	#side {
		float: left;
		width: 180px;
		padding: 0 26px 0 30px;
	}


#content h2 {
	font-size: 175%;
	font-weight: bold;
	margin: 0 0 .5em;
}
#content h3 {
	font-size: 175%;
	font-weight: normal;
	color: #005476;
	margin: 0 0 .3em;
}

#content p {
	margin: 0 0 1em;
}


#side h3 {
	font-size: 125%;
	font-weight: normal;
	color: #005476;
	text-transform: lowercase;
	margin: 0 0 .75em;
}

#content .entry ul,
#content .entry ol {
	margin: 0 0 1em 2em;
}
#content .entry ul {
	list-style: disc;
}
#content .entry ol {
	list-style: decimal;
}


#menu1 {
	margin: 0 0 40px -3px;
	font-size: 108.33%;
}
	#menu1 a:link, #menu1 a:visited {
		color: #000000;
		padding: 0 3px;
		text-transform: lowercase;
	}
	#menu1 a.active:link, #menu1 a.active:visited {
		color: #005476;
	}

#menu2 {
}
	#menu2 li {
		margin: 0 0 20px;
	}
		#menu2 li a:link, #menu2 li a:visited {
			font-size: 141%;
			color: #005476;
			text-transform: lowercase;
		}
		
		#menu2 li li {
			margin: 0;
			line-height: 1.4;
		}
			#menu2 li li a:link, #menu2 li li a:visited {
				font-size: 100%;
				color: #000000;
			}

#menu3 {
}
	#menu3 ul {
		list-style: none;
		margin: 0 0 40px;
	}
		#menu3 li {
			margin: 0 0 20px;
		}
			#menu3 li a:link, #menu3 li a:visited {
				display: block;
				padding: 3px 0 3px 60px;
				min-height: 46px;
				background-color: #FFFFFF;
				background-repeat: no-repeat;
				background-position: 0 50%;
				text-decoration: none;
				zoom: 1;
			}
				#menu3 li a:link span, #menu3 li a:visited span {
					display: block;
					font-size: 175%;
					text-transform: lowercase;
				}
			#menu3 li.item-9 a:link, #menu3 li.item-9 a:visited {
				background-image: url(img/icon-1.png);
			}
			#menu3 li.item-10 a:link, #menu3 li.item-10 a:visited {
				background-image: url(img/icon-2.png);
			}
			#menu3 li.item-11 a:link, #menu3 li.item-11 a:visited {
				background-image: url(img/icon-3.png);
			}

#events {
}
	#events ul {
	}
		#events li {
			float: left;
			width: 175px;
			margin: 0 20px 0 0
		}
		#events li.i2 {
			margin: 0;
		}
			#events li .frame {
				position: relative;
				left: -10px;
				width: 157px;
				height: 142px;
				padding: 10px 10px;
				background: url(img/frame-1.png) no-repeat 0 0;
			}
			#events li p {
			}
			#events li p.categ {
				font-size: 116.67%;
				text-transform: lowercase;
				margin: 0 0 .1em;
			}
				#events li p.categ a:link, #events li p.categ a:visited {
					color: #005476;
				}
			#events li h4 {
				font-size: 150%;
				font-weight: bold;
			}
			#events li p.buy {
				font-size: 116.67%;
				font-weight: bold;
			}
				#events li p.buy a:link, #events li p.buy a:visited {
					display: block;
					padding: 0 0 0 15px;
					color: #005476;
					background: url(img/bullet-1.gif) no-repeat 0 50%;
				}

.navigation {
	width: 100%;
	overflow: hidden;
	margin: 1em 0;
}


#flash1 {
	margin: 0 0 30px;
}


#director {
	width: 180px;
	height: 41px;
	text-indent: -1000em;
	background: url(http://www.hartfordsymphony.org/wp-content/uploads/2011/09/kuan-siteheader.gif) no-repeat 0 0;
	margin: 0 0 20px;
}

#searchform {
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
}
	#searchform label {
		float: left;
		line-height: 1.5;
		padding: 0 5px 0 0;
	}
	#searchform div {
		float: left;
		width: 110px;
	}
		#searchform #s {
			width: 99%;
			border: solid 1px #5a5758;
		}
		#searchform #searchsubmit {
			display: none;
		}

#links1 {
	margin: 0 0 20px;
	font-size: 125%;
}
	#links1 a:link, #links1 a:visited {
		display: block;
		margin: 0 0 5px;
		padding: 3px 5px;
		background: #005375;
		color: #FFFFFF;
		text-decoration: none;
	}
		#links1 a:link span, #links1 a:visited span {
			color: #2481a7;
			font-size: 80%;
		}
	#links1 a.large:link, #links1 a.large:visited {
		font-size: 112.5%;
	}

#calendarWrap {
	margin: 0 0 25px;
}
	#calendar {
		width: 100%;
		margin: 0 0 10px;
	}
		#calendar thead .title td {
			font-size: 116.67%;
			text-transform: uppercase;
			text-align: center;
			color: #005476;
			padding: 3px 0;
		}
		#calendar thead th {
			text-align: center;
			font-weight: bold;
			color: #005476;
			padding: 3px 0;
		}
		#calendar tbody td {
			text-align: center;
			padding: 3px 0;
			color: #005476;
		}
		#calendar tbody td.has {
			padding: 0;
		}
			#calendar tbody td a:link, #calendar tbody td a:visited {
				display: block;
				background: #005476;
				color: #FFFFFF;
				padding: 3px 0;
			}
		#calendar .prev a:link, #calendar .prev a:visited {
			display: block;
			width: 12px;
			height: 15px;
			margin: 0 auto;
			text-indent: -1000em;
			background: url(img/arrow-l.gif) no-repeat 0 0;
		}
		#calendar .next a:link, #calendar .next a:visited {
			display: block;
			width: 12px;
			height: 15px;
			margin: 0 auto;
			text-indent: -1000em;
			background: url(img/arrow-r.gif) no-repeat 0 0;
		}
	#calendarWrap .event {
		border: solid 1px #5a5758;
		padding: 8px 10px 3px;
		display: none;
	}
		#calendarWrap .event p {
			margin: 0 0 5px;
		}
		#calendarWrap .event p.date {
			color: #005476;
			text-transform: uppercase;
		}
		#calendarWrap .event p.details {
			width: 100%;
			overflow: hidden;
		}
			#calendarWrap .event p.details a:link, #calendarWrap .event p.details a:visited {
				display: block;
				float: left;
				background: #000000;
				color: #FFFFFF;
				padding: 3px 10px;
			}



#news {
	margin: 0 0 25px;
}
	#news li {
		margin: 0 0 15px;
	}


#schedule {
	margin: 2em 0;
}
	#schedule .nav {
		margin: 0 0 1em;
		position: relative;
		height: 2.5em;
	}
		#schedule p.prev {
			position: absolute;
			left: 0;
			top: .5em;
		}
		#schedule p.month {
			position: absolute;
			left: 25%;
			width: 50%;
			top: 0;
			text-align: center;
		}
		#schedule p.next {
			position: absolute;
			right: 0;
			top: .5em;
		}
	#schedule dl {
		width: 100%;
		overflow: hidden;
	}
		#schedule dt {
			clear: both;
			float: left;
			width: 100px;
			text-align: right;
			margin: 0 0 10px 0;
			padding: 5px 10px;
			border-top: solid 1px #EEEEEE;
			background: #FAFAFA;
		}
		#schedule dd {
			float: left;
			width: 425px;
			margin: 0 0 10px;
			padding: 5px 15px;
			border-top: solid 1px #EEEEEE;
		}
			#schedule dd p {
				margin: 0 0 .25em;
			}


#footer {
	background: url(img/line-v1.gif) repeat-y 236px 0;
	padding: 20px 0 10px 274px;
}

img.centered {
display: block; 
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}
.alignleft {
float: left;
}
