/*  
Theme Name: The Allies
Theme URI: 
Description: Wordpress Theme for the Allies Barbershop Quartet.
Version: 1
Author: Casey Parsons
Author URI: http://www.caseyparsons.com/

*/

* {margin: 0; padding: 0;}

body {
	font: 0.8125em Verdana, sans-serif;
	color:#333;
	text-align:center;
	background-color:#687abc;
}

a {
	text-decoration:none;
	border-bottom:1px solid #ccc;
	color:#006;
}

a:hover {
	border-bottom:1px solid #999;
	color:#000;
}

.clear {overflow:hidden;}
* html .clear {height:1%;}

#main {
	background:#fff url(http://www.thealliesquartet.com/wp-content/themes/theallies/images/bkg_main.gif) 0 0 repeat-y;
	width:980px;
	margin:0 auto;
	text-align:left;
}

#header {
	padding:20px 15px 0 15px;
	background:#687abc url(http://www.thealliesquartet.com/wp-content/themes/theallies/images/bkg_header.gif) 0 bottom no-repeat;
}

#logo {
	background: url(http://www.thealliesquartet.com/wp-content/themes/theallies/images/bkg_logo.gif) 0 0 no-repeat;
	width:251px;
	height:102px;
	margin:0 0 20px 20px;
}

#logo a{
	display:block;
	width:251px;
	height:102px;
	text-indent:-4000px;
	border:0;
}

#header ul {
	background:url(http://www.thealliesquartet.com/wp-content/themes/theallies/images/bkg_menu.gif) 0 0 repeat-x;
	list-style-type:none;
	margin:0;
	height:49px;
}

#header li {
	float:left;
	margin:8px 0 8px 15px;
	font:bold 1.2em Georgia,serif;
	height:33px;
}

#header li a {
	color:#fff;
	padding-left:3px;
	display:block;
	height:33px;
	border:0;
	float:left;
}

#header li .on {

}

#header li a span {
	display:block;
	height:20px;
	padding:8px 8px 5px 5px;
	float:left;
	cursor:pointer;
}

#header li a:hover, #header .on a {
	color:#770707;
	border:0;
	background:url(http://www.thealliesquartet.com/wp-content/themes/theallies/images/bkg_tabLeft.gif) 0 0 no-repeat;
}

#header li a:hover span, #header .on a span {
	background:url(http://www.thealliesquartet.com/wp-content/themes/theallies/images/bkg_tabRight.gif) right 0 no-repeat;
}

#header .on a {
	color:#000;
}

#content {
	margin:0 15px;
	border-top:10px solid #fff;
	line-height:1.4em;
}

#col1 {
	width:592px;
	float:left;
	margin:0 20px;
	display:inline;
}

h1 {
	margin:20px 0 30px 0;
	font-size:2em;
	font-family:Georgia,serif;
	color:#222;
}

.fd h1 {
	background:url(http://www.thealliesquartet.com/images/allies_quartet_live.jpg) 0 0 no-repeat;
	height:43px;
	padding:235px 0 0 25px;
	color:#fff;
	margin-top:10px;
}

h2 {
	margin:10px 0;
	font:bold 1.7em Georgia,serif;
	color:#444;
}

h3 {
	margin:10px 0;
	font:bold 1.5em Georgia,serif;
	color:#444;
}

p {
	margin:20px 0;
}

ul, ol {
	margin:10px 0 10px 20px;
}

#col2 {
	width:288px;
	float:right;
	margin:0 15px;
	display:inline;
}

#col2 .box {
	margin-bottom:30px;
	font-size:.85em;
}

#col2 h3 {
	font:bold 1.5em Georgia,serif;
	color:#687abc;
	border-bottom: 1px solid #ccc;
	padding-bottom:5px;
	margin:0;
}

#col2 h4 {
	font-size:1.3em;
	margin-bottom:3px;
}

#col2 p {
	margin:5px 0;
}

#col2 ul {
	list-style-type:none;
	margin:0;
}

#col2 ul li{
	padding:10px 10px;
	border-bottom: 1px solid #ccc;
	background-color:#fbf3d6;
}

#col2 ul li:hover {
	background-color:#ff9;
}

#col2 ul .more:hover {
	background-color:#fff;
}

#col2 ul .more {
	background:none;
	border:0;
	font-weight:bold;
	padding:5px 10px;
}

#footer {
	background:url(http://www.thealliesquartet.com/wp-content/themes/theallies/images/bkg_footer.gif) 0 bottom no-repeat;
	padding:9px 35px 27px 35px;
	clear:both;
	text-align:left;
}

.copy {
	text-align:left;
	color:#fff;
}

.post {
	border-bottom:1px solid #ccc;
}

.single .post {
	margin-bottom:30px;
	padding-bottom:15px;
}

.archive .post {
	padding-bottom:15px;
	margin-bottom:15px; 
}

.post h3 {
	margin-bottom:5px;
}

.data {
	margin:0;
	color:#666;
	font-size:.85em;
}

.navigation {
	list-style-type:none;
	margin:10px 0;
}

.navigation li {
	float:left;
	margin-right:20px;
}
 

#commentform input, #commentform textarea {
	border:1px solid #ccc;
	padding:5px;
	width:250px;
}

#commentform textarea {
	width:400px;
}

#submit {
	width:140px;
	font-weight:bold;
}


/* comments */

.commentlist li {
	border-bottom:1px solid #ddd;
	padding:15px 0 0 0;
}

.commentlist li cite{
	font-size:.85em;
	font-style:normal;
	padding:10px 0;
}