/*
Theme Name: Hampshire Choral Society
Theme URI: http://www.hampshirechoral.org
Description: CMS theme for Wordpress.  Very loosely based on CMS 2: http://www.bos89.nl/
Version: 0.1
Author: William Albritton
Datum: July 12, 2010
*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

p { 
  margin-bottom: 21px; 
}

h1 { 
  font-size: 24px; 
  line-height: 42px;
}

h2 {
	color: #FFF;
	font-size: 25px;
	font-family: Times, serif;
        text-align: center;
}

h3 { 
  font-size: 12px; 
  line-height: 21px; 
  font-family: Times, serif;
}

ul, 
ol { 
	margin: 11px 0 10px 18px; 
}

/* GENERAL */

body {
	background: url(img/wallpaper.gif) repeat;
	font: 19px Tahoma, Geneva, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 969px;
	margin: 20px auto 10px;
	background: #5D5683 repeat-y top left;
}

#main {
}

#content {
	width: 780px;
	min-height: 520px;
	padding: 10px 20px 0;
	float: right;
	margin-right: 10px;
	margin-bottom: 0;
	background-color: #613870;
}

#post-2 img{
	display: block;
	margin: 0 auto;
}

.narrowcolumn {
	margin-left: 5px;
	margin-right: 10px;
}

.aligncenter{
	margin: auto;
	text-align: center;
}

a {
	color: #BBA467;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.wp-caption-text {
 font-size: .8em;
 font-style: italic;
}

/* HEADER */

#head {
	background: url(img/logo.gif) no-repeat bottom left;
	height: 122px;
	padding-top: 0px;
}


#head h1 a {
	display: block;
	text-indent: -9000px;
	height: 33px;
	width:  217px;
}


/* Slogan */

#slogan {
	display:none;
}

/* MENU */

#menu {
	float: left;
	width: 95px;
	min-height: 400px;
	padding: 10px 20px 0px 20px;
}

#menu ul{
	margin: 0;
}

#menu li {
	list-style: none;
}

#menu ul ul li {
	_padding-left: 10px;
}

#menu ul ul li a:before {
	content: "» ";
}

#menu li a {
	padding: 8px 0px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #FFF;
	background: url(img/button.gif) no-repeat 0 0;
	font-size: 12px;
	font-family: Times, serif;
	text-transform: uppercase;
	text-align: center;

}

#menu li a:hover {
	color: #000;
	background-position: 0 -46px;
}

.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: block;
}

#menu .current_page_item li, #menu .current_page_parent ul li {
	border: 1px solid #fff;
	border-top: 1px solid #ccc;
}


#wrap #main #menu #nav .page_item.current_page_item a {
	color: #000;
	background-position: 0 -46px;
}

hr {
	margin-bottom: 15px;
}

#images {
	width: 115px;
  position: relative;
  padding: 0;
  margin: 0;
  top: 22px;
  left: -10px;
}
/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

#content h2{
	color: #FFF;
	font-size: 24px;
	font-family: Times, serif;
	text-transform: uppercase;
}



#content p strong{
	color: #FFF;
	font-size: 24px;
	font-family: Times, serif;
}

#content ol {
	padding-left: 15px;
}


.post strong{
	color: #FFF;
	font-size: 26px;
	font-family: Times, serif;
}


.post ul {
	padding-left: 0px;
	margin-left: 0px;
}


.post li {
	list-style: none;	
	padding-left: 0px;
	margin-left: 0px;
}

.post small{
	display: none;
}


.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#footer {
	padding: 0px 20px 1px;
	clear: both;
  text-align: right;
}

#footer p {
	font-size: 70%;
	padding: 0;
  padding-bottom: 5px;
	margin: 0;
}

