/*
Theme Name: The Vocal Group
Theme URI: http://wordpress.org/
Description: The first iteration of The Vocal Group web site.
Version: 1.0
Author: David Stewart
Author URI: http://guru24.net/
Tags: fixed width

	Hunter Gatherer

*/

/*
	colour reference:
	
		light grey: D3DDE0
		dark grey: 83909A
		dark blue: 292c51
*/

html, body {
	background-color: #292c51;
	color:#bbb;
	font-family: Helvetica, Arial;
}
body {
	background: #292c51 url(img/bg-rings-main.gif) no-repeat -326px 110px;
	line-height:130%;
}

#container {
	margin:0 auto;
	padding: 20px 0;
	width:960px;
}
#header {
	margin-bottom: 24px;
	height: 116px;
	width: 100%;
}

/* main logo */
h1, h1 a {
	display:block;
	height: 119px;
	width:209px;
}
h1 {
	float: left;
	background:transparent url(img/tvg-logo-main-2.gif) no-repeat left top;
	font-size: 2.2em;
	margin:0 0 0 152px;
	text-indent:-9000px;
}
h2 {
	display:block;
	float: right;
	background:transparent url(img/tvg-header-strap-2.gif) no-repeat left top;
	height: 31px;
	margin-top:84px;
	font-size: 1.8em;
	text-indent:-9000px;
	width:348px;
}
h3, h3 a {
	color: #2f3057;
}
h3 {
	font-family: Georgia, Times, Serif;
	font-size: 1.4em;
	margin: 0 0 0.6em;
	line-height: 117%;
}
h4 {
	color: #2f3057;
	font-size: 1.1em;
	margin: 0 0 0.4em;
	line-height: 130%;
}
p {
	margin: 0.2em 0 1em
}
br {
	clear: both;
}
ul {
	line-height:100%;
}
li {
	list-style-position:outside;
	list-style-type:disc;
	margin:0 0 0.4em 1.8em;
}
blockquote {
	margin: 0.2em 0 0.6em 1em;
}
a {
	color: #000;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
#submit-button, #submit, #wpcf7-f1-p20-o1 input[type="submit"] {
	float: right;
	background-color: #83909A;
	color: #eee;
	border: 0;
	padding: 4px 14px;
	font-weight: bold;
	text-transform: uppercase;
}


/* navigtion */
#navigation {
	float: left;
	margin:0 6px 0 0;
	width:148px;
}
#navigation li {
	float: left;
	clear: both;
	display: block;
	margin: 0;
	font-family: Trebuchet, Helvetica, Arial;
	font-size: 0.96em;
	line-height: 1.5em;
	text-transform: uppercase;
}
#navigation a {
	color: #888;
	padding:2px 6px 2px 0;
	text-decoration: none;
}
#navigation a:hover, #navigation a.selected, #navigation li.current_page_item a, #navigation li.current-cat a, .news li.page-item-42 a {
	color: #eee !important;
}

#main-container {
	color: #555;
	background-color: #fff;
	float: left;
	padding: 20px;
	height: 100%;
	width:766px;
}

/* light grey backgrounds */
#right, #comment-column {
	background-color: #cad2d4;
}

/* post summary & digest lists */
#post-summary h4 {
	color: #292c51;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.1em;
}
#post-summary a {
	color: #292c51;
	text-decoration: none;
}
#post-summary a:hover {
	text-decoration: underline;
}
#post-summary div.entry, #post-digest div.entry {
	border-top: 1px solid #bbb;
	padding:12px 0;
}
#post-summary div.first, #post-digest div.first {
	border: 0;
	padding: 10px 0 0 0;
	margin: 0 0 1.2em;
}
#post-summary a.more {
	text-decoration: underline;
}
div.post {
	margin-bottom: 2em;
}
div.date {
	color: #999;
	font-style: normal;
	margin-bottom:0.6em;
}

#post-digest h5 {
	margin: -8px 0 0.1em;
}
#post-digest p {
	font-style: italic;
}
#post-digest div.date {
	margin: 0 0 0.6em;
}

#post-digest h5, cite.comment-author {
	color: #292c51;
	font-weight: bold;
}

/* two column page */
#main {
	float: left;
	margin-left:2px;
	width: 456px;
}
/* single column page */
#main-wide {
	background-image: url(img/spiral-bg-tall-284-2.gif);
	background-repeat: no-repeat;
	background-position: right -164px;
	float: left;
	padding-right:310px;
	width:456px;
}
#main ul {
	padding: 0 18px 14px 8px;
}
#images-top {
	float: left;
	margin-bottom:20px;
	height:200px;
	width:100%;
}
#images-top img.first {
	float: left;
	margin-right: 14px;
}
#header-images-2 {
	float: right;
	width:576px;
}
#right {
	background-image: url(img/bg-rings-grey-2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float:right;
	padding: 180px 19px 20px;
	width:246px;
}
#image-container {
	background-color: #fff;
	padding: 20px;
}
dd.caption {
	color: #999;
	font-weight: bold;
	margin-bottom: 18px;
}

/* feedback */
#commentform textarea {
	height: 90px;
	width:96%;
}
#comment-column {
	background-image: url(img/bg-rings-grey-2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:174px 14px 14px;
	float: right;
	width: 256px;
}

#commentform label {
	clear: both;
	display: block;
	font-weight: bold;
	margin-top: 8px;
}
#commentform input[type="text"], #commentform textarea {
	border: 1px solid #aaa;
	clear: both;
	padding: 4px;
	margin: 2px 0 6px;
	width: 96%;
}
#commentform input[type="text"]:hover, #commentform textarea:hover {
	border: 1px solid #555;
}
#commentform input[type="text"]:focus, #commentform textarea:focus {
	border: 1px solid #595;
}

blockquote.comment {
	font-style: italic;
	border-top: 1px solid #bbb;
	margin: 0;
	padding:16px 0 18px;
}
cite.comment-author {
	font-style: normal;
	display: block;
	margin-top:-6px;
}

/* hide WP generated 'Comments (x)' */
#feedback {
	display: none;
	visibility: hidden;
}

/* contact form */
#wpcf7-f1-p20-o1 input[type="submit"] {
	float: left;
}
#wpcf7-f1-p20-o1 input[type="text"], #wpcf7-f1-p20-o1 textarea {
	border: 1px solid #bbb;
	font-family: Verdana, Sans-Serif;
	padding: 4px;
	margin: 2px 0 6px;
	width:380px;
}
#wpcf7-f1-p20-o1 input[type="text"]:hover, #wpcf7-f1-p20-o1 textarea:hover {
	border: 1px solid #555;
}
#wpcf7-f1-p20-o1 input[type="text"]:focus, #wpcf7-f1-p20-o1 textarea:focus {
	border: 1px solid #595;
}
#wpcf7-f1-p20-o1 textarea {
	margin-bottom: 0;
}
#wpcf7-f1-p20-o1 label {
	font-weight: bold;
}


/* footer */
#footer {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	clear: both;
	float: left;
	margin-top:20px;
	height:22px;
	width: 100%;
}
#footer li {
	float: left;
	display: block;
	margin: 0 12px 0 1px;
	color: #888;
	font-size: 0.83em;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
}
#footer a {
	color: #555;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
