
/*

Theme Name: PWF2007

Theme URI: http://www.pigswillfly.com.au/

Description: PWF theme 2007

Version: 1.0

Author: Andrew Macdermid

Author URI: http://www.macdermid.net/

*/





/*=============================================================

=Colours

==============================================================



BLUE: #013976 ex #2D2F8B

ORANGE: #F99C1C

GREEN: #AED036

LIGHT BLUE: #7d7fde

GREY: #f2f2f2

light grey (sidebar): #f8f8f8;



*/







/*=============================================================

=Structure

==============================================================*/

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:20px 0 20px 0;
	font-size:10px;
	font-size:small;
	/*font-family:Verdana, "Trebuchet MS", Arial, Sans-serif;	*/

	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCCCCC; /*18202d*/
	font-size:76%;
}

#container {
	background-image:url(images/bg_solid.png);
	background-position:left;
	background-repeat:repeat-y;
	margin:0px auto;
	width:778px;
	background-color:#FFFFFF;
}

#header {
	height:156px;
	background-color:#CCCCCC;
}

#nav {
	height:32px;
	text-align:right;
	background-color:#013976;
}

#sidebar {
	float:left;
	width:185px;
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
	font-size:90%;
}

#content {
	float:right;
	width:550px;
	padding:10px 10px 20px 10px;
	overflow:visible;
}

.post, #postnav, .jobspost {
	margin-right:10px;
	padding-top:10px;
}

#intro {
	margin-left:-10px;
	margin-bottom:1em;
	padding:0.5em 0.5em 0 0.5em;
	border: solid 1px #dedbda; /*#F99C1C;*/
}

#siteintro {
	margin-left:-10px;
	margin-bottom:2em;
	padding:0.5em 0.5em 0 0.5em;
	border: solid 1px #F99C1C;
}

#footer {
	clear:both;
	/*background-color:#013976;*/

	color:#666666;
}

.postcontent {
	padding-top:1em;
	margin-bottom:0;
	padding-bottom:0;
}

#intro .postcontent, #siteintro .postcontent {
	padding:0;
}

.postcomment form {
	padding:0em 0 2em 0;
}

.postinfo {
	padding-top:-10px;
	padding-bottom:0;
	border-bottom:#F99C1C 1px solid;
	clear:both;
	margin-bottom:2.5em;
	margin-top:-1em;
}

#ads {
	height:160px;
	display:block;
}

#respond {
	padding-top:1em;
}

/*=============================================================

=Images

==============================================================*/





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;
}

a img {
	border: none;
}

#supporters img {
	padding:1em 10px 1em 10px;
}

/*=============================================================

=Typography

==============================================================*/



p {
	line-height:1.5em;
	margin-bottom:1em;
	font-size:1em;
}

h1, .listingh2 {
	font-size:1.4em;
	color:#013976;
	padding:0.25em 0 0.35em 0;
	font-weight:normal;
	margin:0;
}

h2 {
	margin:1em 0 0.2em 0;
	padding:0;
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#013976;  /*F99C1C*/
}

.post h2 a:link, .post h2 a:visited, .post h1 a:link, .post h1 a:visited,  .jobspost h2 a:link, .jobspost h2 a:visited, .jobspost h1 a:link, .jobspost h1 a:visited {
	color:#013976;
	font-weight:normal;
	text-decoration:none;
}

.post h2 a:hover, .post h2 a:active, .post h1 a:hover, .post h1 a:active,  .jobspost h2 a:hover, .jobspost h2 a:active, .jobspost h1 a:hover, .jobspost h1 a:active {
	color:#4d8cc0;
}

h3 {
	margin:1em 0 0.2em 0;
	padding:0;
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#013976;
	font-style:italic;
}

h4 {
	font-size:1.1em;
	color:#000000;
	padding:0em 0 1.2em 0;
	font-weight:normal;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.jobspost h4 {
	font-size:1.1em;
	color:#999999;
	padding:0.6em 0 0.3em 0;
	font-weight:bold;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.postdate {
	color:#999999;
	font-size:0.9em;
}

#sidebar h2 {
	font-size:120%;
	margin:20px 0 0em 0;
	padding:0;
	font-weight:bold;
	color:#013976;
}

#sidebar h2 a:link, #sidebar h2 a:visited {
	font-weight:bold;
	color:#013976;
	text-decoration:none;
	
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	text-decoration:none;
}

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

.postinfo p, .postinfo a, .postinfo a:visited {
	color:#999999;
	font-size:0.9em;
	text-align:right;
	padding:0 0 0.5em 0;
	margin:0;
	text-decoration:none;
}

.postinfo a:hover {
	color:#666666;
	text-decoration:underline;
}

#footer p, #footer p a {
	font-size:90%;
	line-height:2.5em;
	text-align:center;
	color:#666666;
	margin:0;
}

blockquote {
	padding-left:28px;
	padding-right:28px;
	font-style:italic;
	line-height:1.5em;
	margin-bottom:1em;
	font-size:1em;
}

strong {
	color:#013976;
}

#sidebar p {
	color:#666666;
	padding-left:10px;
}

.clearme {
	clear:both;
}

/*=============================================================

=Lists

==============================================================*/



.postcontent ul {
	list-style:inside disc;
	line-height:1.5em;
	margin-bottom:0.5em;
}

.postcontent ol {
	list-style:inside decimal;
	line-height:1.5em;
	margin-bottom:0.5em;
}

.commentlist li {
	line-height:1.5em;
	margin-bottom:5px;
	list-style-type:none;
	padding-top:1em;
}

#postsrelated ul {
	list-style:inside disc;
	line-height:1.5em;
	margin-bottom:5px;
}

#sidebar ul {
	list-style-type:none;
	line-height:1.5em;
	margin-bottom:5px;
}

#sidebar ul li ul li {
	padding: 0.5em 10px 0 10px;
}

.archivelist {
	list-style-type:none;
	line-height:1.5em;
}

.yearlist ul {
	list-style-type:none;
	line-height:1.5em;
	padding-bottom:2em;
}

/*=============================================================

=Anchors

==============================================================*/



a {
	text-decoration:underline;
	font-weight:normal;
	color:#013976;
}

a:visited {
	color:#013976;
}

a:hover {
	color:#4d8cc0;
	text-decoration:underline;
}

#sidebar a, #sidebar a:visited {
	text-decoration:none;
	font-weight:normal;
	color:#666666;
}

#sidebar a:hover {
	color:#999999;
	text-decoration:underline;
}

/*=============================================================

=Forms

==============================================================*/





#subscribeform input, #subscribeform label, #unsubscribeform input, #unsubscribeform label,#searchform input {
	padding: 1px;
	margin: 5px 5px 1px 0;
}

#subscribeform input, #unsubscribeform input, #searchsubmit, .postcomment input, .postcomment textarea, #searchform input {
	border:#999999 solid 1px;
	padding: 2px;
}

#submit, #searchsubmit {
	border:#dedbda solid 1px;
	color:#666666;
	background-color:#F3F3F3;
	cursor: pointer;
}

/*=============================================================

=Navigation

==============================================================*/



#nav img {
	float:left;
	padding-left:10px;
}

#nav ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	height:32px;
	line-height:32px;
	font-size:1em;
	float:right;
	color:#FFFFFF;
	background-color:#013976;
}

#nav ul li {
	float:left;
	margin:0;
	padding:0 0 0 5px;
}

#nav ul li a {
	text-decoration:none;
	list-style:none;
	color:#FFFFFF;
	font-weight:normal;
	padding:10px 10px 10px 3px;
}

#nav ul li a:hover,  #nav ul li a:active,  #nav li.current_page_item a {
	color:#F99C1C;
	color:#AED036;
}

/*=============================================================

=Temps

==============================================================*/



.highlight {
	font-size:1.1em;
	color:#999999;
	font-weight:bold;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*=============================================================

=wwsgd styles

==============================================================*/



#wwsgd {
	float:right;
	padding:1em 1em 0 1em;
	border: solid 2px #F99C1C;
	width:200px;
	margin:0em 0 1em 1em;
	background-color:#f8f8f8;
}

#wwsgd p {
	font-size:1em;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wwsgd h2 {
	margin:0 0 0.5em 0;
}


#twtr-widget-1 {
margin-top:40px;	
}
