/*
Theme Name: WFC
Theme URI: http://www.captovate.com.au
Description: A theme designed for the William Forster Chambers by <a href="http://www.captovate.com.au">Captovate.</a>
Version: 1.0
Author: Aaron Booth
Author URI: http://www.captovate.com.au
Tags: fixed width, two columns, widgets

*/

/*PNG FIX
----------------------------------------------------*/
img, div { behavior: url(iepngfix.htc) }


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #f2f2f2;
	color: #666;
	}

#page {
	background-color: white;
	text-align: left;
	font-size: 1.3em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #494949;
	border: none;
	color: #828282;
	font-size: .9em;
	line-height: 1.6em;
	}
#footer A, #footer A:active, #footer  A:visited   {
	color: #828282;
	text-decoration: none;
	font-weight: normal;
}
#footer A:hover {
	color: #828282;
	text-decoration: underline;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial,' Trebuchet MS', 'Lucida Grande', Verdana,  Sans-Serif;
	font-weight: bold;
	color: #0f80ba;
	}

h1 {
	font-size: 4em;
	}

#headerimg .description {
	font-size: 1.2em;
	}

h2 {
	font-size: 2em;
	}
#content h2{
	font-size: 3em;
	}
h2.pagetitle {
	font-size: 2.5em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0f80ba;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
#content .post h2{
	font-size: 2.2em;
	line-height: 1.1em;
	margin-bottom: 20px;
	}
h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
.entry p a:visited, .entry li a:visited {
	color: #0C70A5;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, .postmetadata small a, .postmetadata small a:visited{
	color: #0f80ba;
	text-decoration: none;
	}

a:hover, h3 a:hover {
	color: #52b1e2;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background: #f3f3f3 url(images/bg.jpg) repeat-y center center;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}

#header {
	margin: 0;
	padding: 0;
	height: 121px;
	background: #fff url(images/bg_header.gif);
	border-top: 6px solid #0f80ba;
	position: relative;
	}
#logo{
	position: absolute;
	left: 20px;
	top: 44px;
	}
#searchy{
	position: absolute;
	right: 20px;
	bottom: 30px;
	width: 213px;
	height: 22px;
	}
#searchy #s{
	background: #FFFFFF url(images/bg_search.gif) no-repeat 3px center;
	border: 1px solid #ccc;
	padding: 3px 5px 3px 21px;
	width: 119px;
	height: 14px;
	}
#searchy td{
	padding: 0;
	}
#content {
	float: left;
	padding: 0 0 30px 0;
	margin: 0px 0 0 30px;
	width: 600px;
	}
#sidebar{
	padding: 20px 0 10px 0;
	float: right;
	margin: 0 40px 0 0;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	}
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}


.clear {
	clear: both;
}

#footer {
	padding: 20px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
#footerLeft{
	float: left;
	width: 500px;
	}
#footerRight{
	float: right;
	width: 370px;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
.navigation .alignleft, .navigation .alignright{
	width: 40%;
	font-size: .9em;
	} 
#content .navigation .alignleft, #hpRightCol .navigation .alignleft{
	text-align: left;
	} 
#content .navigation .alignright,  #hpRightCol .navigation .alignright{
	text-align: right;
	} 
/* End Structure */


/*Begin Homepage*/
#hpLeftCol{
	width: 500px;
	float: left;
	margin: 23px 0 20px 20px;
	}
#hpRightCol{
	width: 370px;
	float: right;
	margin: 23px 20px 20px 0;
	}
#hpRightCol h2{
	border-bottom: 5px solid #0f80ba;
	margin:0;
	padding:0;
	line-height: 1em;
	}
#hpLeftCol h2{
	margin:0;
	padding:20px 0 10px;
	line-height: 1.2em;
	}
#hpRightCol .post h3{
	margin:0;
	padding:0;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
	}
#hpRightCol .post p.postmetadata{
	margin:0;
	padding:0;
	font-size: .9em;
	}
#hpRightCol  .post {
	margin: 0;
	padding: 10px 0;
	text-align: justify;
	border-bottom: 1px solid #e5e5e5;
	}
.post hr {
	display: block;
	}
.postmetadata {
	padding-top: 5px;
	margin: 30px 0;
	clear: both;
	}
#home .navigation{
height: 10px;
	margin-bottom:20px;
	}
/*End Homepage*/

/* Navigation - Horizontal Tabs*/
#navbar{
	height: 52px;
	position: relative;
	background: url(images/bg_nav.jpg) repeat-x;
	}
ul.menu {
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	position: absolute;
	top:12px;
	left:0;
	}

ul.menu li {
	display: inline;
	margin: 0;
	float: left;
	}
ul.menu li a {
padding: 14px 20px 22px 20px;
	}

ul.menu li a {
	font-size: 12px;
	color: #494949;
	margin: 0;
	text-transform: uppercase;
	background: url(images/nav_sep.gif) no-repeat left 17px;
	}

ul.menu li a:hover {
	background: url(images/nav_hover.gif) repeat-x;
	color: #fff;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover,
#home .homeButt a {
	color: #fff;
	text-decoration: none;
	background: url(images/nav_on.gif) no-repeat center top;
	}
	
	
/*Navigation - Sidebar */	
#sidebar #nav {
	margin:0 0px 20px 0px;
	padding:0 0 0;
	font-size: 1.1em;
	}
#sidebar #nav li{
	margin:0;
	padding: 7px 0;
	list-style: none;
	border-top: 1px dotted #ccc;
	}
#sidebar #nav li ul{
	display:none;
	margin:6px 0 0 10px;
	}
#sidebar #nav li ul li{
	font-size: .8em;
	border: none;
	border-top: 1px dotted #ccc;
	}
#sidebar #nav .current_page_item ul, #sidebar #nav .current_page_parent ul{
	display: block;
}
#sidebar #nav .current_page_item a, #home .homeButt a  {
	font-weight: bold;
}

/* End Navigation */


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

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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	padding: 5px 0 3px 0;
	}
#sidebar ul li ul li{
	border-top: 1px dotted #ccc;
	padding: 5px 0 5px 0;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
.search .post{
	border-top: 1px dotted #ccc;
	}
.search .post h3 {margin-top:10px;}
.search .postmetadata{margin: 10px 0;}
.search .navigation{height: 10px;}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */







/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

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

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

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.gallery-item{
	width: 25% !important;
	}
.post .alignright {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 0 10px 30px;
	}
/* FORM STUFF*/
.cform { 
	width: 500px !important; 
}
.cform label {
	width:110px !important; 
}

.cform label span {
	width:110px !important; /* must be the same as above!*/
}
.cform input, .cform textarea {
	width:200px !important; 
}
.cform input.sendbutton	{ 
	margin: 10px 0 0 60px !important;
	width: 100px !important;
}
.linklove{
	display:none;
	}