/*
Theme Name: WordPress GHF
Theme URI: http://wordpress.org/
Description: This is a custom theme for the Government House Foundation
Version: 1.6
Author: Michelle Leslie
Author URI: http://www.michelleleslie.com.au
*/



/* Begin Typography & Colors */

body {
	font: 75%/150% Georgia, "Times New Roman", Times, serif;
	color: #797771;
	background: #eeebe5 url(images/main-bg.gif) repeat-x top center;
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #9f1944;
	text-decoration: underline;
}
a:visited {
	color: #9f1944;
	text-decoration: underline;
}
a:hover {
	color: #ca2258;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #d7d1c3;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #d7d1c3;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/


h1 {
	margin:0px;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% Georgia, "Times New Roman", Times, serif;
	color: #5d0f68;
}
h2 {
	color: #5d0f68;
	margin: 0px 0px 16px;
	font: normal 190%/100% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #5d0f68;
	text-decoration: none;
}
h2 a:hover {
	color: #82378c;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% Georgia, "Times New Roman", Times, serif;
	color: #5d0f68;
	margin: 10px 0px 15px;
}
h4 {
	font: normal 120%/100% Georgia, "Times New Roman", Times, serif;
	color: #5d0f68;
	margin: 10px 0px 15px;
}
h5, h6 {
	font: normal 100%/100% Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #5d0f68;
	margin: 10px 0px 15px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 960px;
	background: #FFF url(images/page-bg.gif) repeat-y top right;
	border-bottom: 20px solid #FFF;
}
#header {
	background: url(images/header-bg.gif) no-repeat;
	height: 170px;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 140px;
}
#headerimg h1 a{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 128px;
	height: 132px;
	position: absolute;
	top: 23px;
	left: 17px;
	background: url(images/logo.gif) no-repeat;
}
#headerimg .byline {
	width: 310px;
	height: 80px;
	position: absolute;
	top: 86px;
	right: 16px;
}
#headerimg .byline p {
	color: #5d0f68;
	font: italic 16px/24px Georgia, "Times New Roman", Times, serif;
}
#headerimg p span {
	display: block;
}
#headerimg p span.row2 {
	margin-left: 85px;
}
#headerimg p span.row3 {
	margin-left: 40px;
}
#nav {
	list-style: none;
	margin: 0px;
	background: #bd315e url(images/nav-button-bg.gif) repeat-x;
	display: block;
	height: 39px;
	padding: 5px 10px 0 10px;
	border-bottom: 20px solid #FFF;
}
#nav li {
	float: left;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	padding: 11px 10px 16px 10px;
	font: normal 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-right: 1px solid #bf5577;
	display: block;
	letter-spacing: 0.1em;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
}
/* DROPDOWN MENU */

#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 16em;
/*w\idth: 14.9em;*/
font-weight: normal;
margin: 0 !important;
padding: 0 !important;
list-style: none;
background: #bf5375;
z-index: 999;
}

#nav li li {
/*padding: 0 1em 0 0;*/
width: 16em;
border: 0px;
}

#nav li ul a {
/*width: 12em;
w\idth: 9em;*/
border-right: none;
}

#nav li ul ul {
margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}

#nav li:hover, #nav li.sfhover {
background: #a2234c;

}



/* END */

#content {
	padding: 0 0 20px 0;
	float: left;
	width: 619px;
	overflow: hidden;
	clear: left;
}
#content img {
	border: 1px solid #d2d4bf;
}
.post {
	clear:both;
	padding: 36px 32px;
}
.search-results .post, .search-results .page {
	clear:both;
	padding: 8px 32px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	background: url(images/bullet.gif) no-repeat left center;
	padding-left: 14px;
	margin-left: 2px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 32px;
	display: block;
	color: #FFF;
}
.navigation a, .navigation a:visited {
	color: #5d0f68;
	width: 220px;
}
.navigation .alignleft a {
	padding-left: 28px;
	padding-top: 2px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
	height: 20px;
	display: block;
	color: #5d0f68;
	text-align: left;
}
<!--.navigation .alignright { text-align: right; }-->
.navigation .alignright a {
	padding-right: 28px;
	padding-top: 2px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
	height: 20px;
	display: block;
	color: #5d0f68;
	text-align: right;
}
#comments, #respond {
	border-top: 1px dotted #d7d1c3;
	padding: 25px 32px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 32px;
	border: solid 1px #d7d1c3;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #5d0f68;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Georgia, "Times New Roman", Times, serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	border: 1px solid #e7e2d6;
	background: #f9f8f7 url(images/search-bg.gif) no-repeat 0 0;
	padding: 3px;
	margin-top: 3px;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	border: 1px solid #e7e2d6;
	background: #f9f8f7 url(images/search-bg.gif) no-repeat 0 0;
	padding: 2px;
	margin-top: 3px;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
	text-transform: uppercase;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 22px;
	width: 308px;
}
#sidebar ul { list-style: none; margin: 0; padding: 0; }
#sidebar ul li { list-style: none; margin: 0; padding: 0; }
#sidebar h2, #sidebar h3, #sidebar h4 { margin-top: 15px; }
#searchform {
	width: 305px;
	padding: 30px 10px 30px 32px;
	float:right;
}
#content #searchform {
	float:none;
}
#searchform #s {	
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	margin: 0 4px;
	border: 1px solid #e7e2d6;
	background: #f9f8f7 url(images/search-bg.gif) no-repeat 0 0;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/btn-bg.gif) no-repeat;
	border: none;
	width: 60px;
	height: 29px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	text-transform: uppercase;
}
#searchform label {
	font-size: 11px;
	color: #9f1944;
	float: left;
	padding: 5px 0 0 0;
}
#sidebar h2, #sidebar h3 {
	font: normal 140%/100% Georgia, "Times New Roman", Times, serif;
	color: #5d0f68;
	margin: 10px 0px 5px;
}
#sidebar h4 {
	font: normal 100%/100% Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #5d0f68;
	margin: 10px 0px 5px;
}
#sidebar ul ul {
	list-style: none;
	margin:0px 0px 15px 3px;
	padding:0px;
}
#sidebar ul ul li{
	margin: 0px;
	padding: 2px 0px 2px 15px;
	background: url(images/bullet.gif) no-repeat left center;
}
#sidebar ul ul li a, #sidebar ul ul li a:visited{
	color: #9f1944;
	text-decoration: underline;
}
#sidebar ul ul li a:hover{
	color: #ca2258;
	text-decoration: underline;
}
#sidebar .widget_calendar_upcoming {
	padding-bottom: 20px;
}

#sidebar .widget_calendar_upcoming ul li{
	margin: 0px;
	padding: 0;
	background: none;
}
#sidebar .widget_calendar_upcoming ul ul li{
	margin: 0px;
	padding: 2px 0px 2px 15px;
	background: url(images/bullet.gif) no-repeat left center;
}

.ul-archives {
	list-style: none;
	margin:0px 0px 15px 3px;
	padding:0px;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 15px;
	background: url(images/bullet.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #9f1944;
	text-decoration: underline;
}
.ul-archives li a:hover{
	color: #ca2258;
	text-decoration: underline;
}
#footer {
	clear: both;
	background: #048DB4 url(images/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
	padding: 5px 32px;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	padding: 6px 0;
	width: 960px;
	color: #97948d;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #97948d;
}
#credits a:hover{
	color: #7f7d77;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #d7d1c3;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #d7d1c3;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #d7d1c3;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}

#content ul, .page-list ul {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
}
#content ul li, .page-list ul li {
	margin: 0px;
	padding: 2px 0px 4px 15px;
	background: url(images/bullet.gif) no-repeat 0 7px;
}

.page-list ul li { padding: 2px 0px 10px 15px !important; }
.page-list a { font-size: 14px; }

.feature-image { background: url(images/feature-image.jpg) no-repeat 0 0; width: 619px; height: 275px; display: block; }
.music-image { background: url(images/music-logo.gif) no-repeat 0 0; width: 619px; height: 175px; display: block; }