/*  
Theme Name: AHA2009
Theme URI: http://www.byfriday.com.au/
Description: Widget ready and tested on WP2.3
Version: 2.0
Author: ByFriday
Author URI: http://www.byfriday.com.au/
*/


body {
	margin-top: 0px;
	padding: 0;
	background: #070336;
	background-image: url(images/sliver.jpg); 
	background-repeat: repeat-x;
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
}

h1, h2, h3 {
	margin-top: 0;
	color: #2f2f2f;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

ul {
}

a {
	text-decoration: none;
	color: #002d61;
}

a:hover {
	border-bottom: none;
	color: #444648;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 940px;
	margin: 0 auto;
	height: 220px;
	background: url(images/Banner.jpg) no-repeat left top;
}

#splash {
	width: 940px;
	margin: 0 auto;
	height: 220px;
}

table {
	margin-bottom: 20px;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0px;
	background: #002d61;
}

#page-bg {
}

table {
	margin-bottom: 20px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 660px;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background: #eeeeee;
	min-height: 480px;
	height: auto;
}

/* for Internet Explorer */
/*\*/
* html #content {
height: 480px;
}
/**/

#content2col {
	float: left;
	width: 500px;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background: #eeeeee;
	min-height: 480px;
	height: auto;
}

.post {
	padding-bottom: 15px;
	line-height: 150%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #444648;
}

.title a:hover {
	border-bottom: 1px dotted #002d61;
}

.byline {
	border-bottom: 1px #616161 dashed;
	margin: -10px 0px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
	color: #38872b;
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 210px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #dddddd;
	background: #002d61;
	text-align: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar a:hover {
	color: #38872b;
}

.sidebar li {
	margin: 0 20px 0 20px;
	padding: 8px 0px;
	list-style: none;
	border-bottom: 2px #ffffff solid;
}

.sidebar li ul {
	border-bottom: 0px;
}

.sidebar li li {
	margin: 0px 0px 0px 12px;
	padding: 4px;
	font-size: 12px;
	color: #dddddd;
	letter-spacing: 0.6px;
	line-height: 120%;
	border-bottom: 0px;
	list-style-type: circle;
}

.sidebar li li a {
	font-size: 12px;
	color: #ffffff;
}

.sidebar li li a:hover {
	font-size: 12px;
	color: #38872b;
}
.sidebar li h2 {
	height: 31px;
	margin: 0 0px 0 0px;
	padding: 0px;
	letter-spacing: -1px;
	font-size: 14px;
	color: #ffffff;
}

.sidebar a {
	color: #ffffff;
}

/* search form */
#searchform {
	position: relative;
	top: 137px;
	right: -738px;
	height: 37px;
	width: 220px;
}
#searchform #s{
	background: #ffffff url(images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 130px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit { 
	background: url(images/search-button.png) no-repeat center;
	height: 24px;
	width: 24px;
	border: none;
	cursor: pointer;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 8px;
}

/* Calendar */


#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 940px;
	height: 80px;
	margin: 0 auto;
	padding: 0px;
	color: #eeeeee;
	line-height: 82%;
	background: url(images/Footer.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #38872b;
}

#footer .link {
	float: right;
	padding: 25px 25px 0 0;
}

#footer .copyright {
	float: left;
}


.flower {
	width: 510px;
	height: 250px;
	margin: 0 auto;
	background: url(images/img06.jpg) no-repeat left top;
}

#commentform {
	margin: 0;
	padding-left: 20px;
}

#comment {
	margin: 0;
	width: 500px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-left: 20px;
	padding-top: 50px;
	color: #6E8A21;
}

.navigation {
	padding: 20px 20px;
}

.pagetitle {
	padding-left: 20px;
	padding-bottom: 20px;
	color: #6E8A21;

}

#tag_cloud {
	display: block;
	margin: 20px;
	padding-top: 20px;
}

#tag_cloud h2 {
	margin: 0 -20px;
}

#comments {
	padding-left: 20px;
	color: #6E8A21;
}

hr {
	display: none;
}

#commentform {
	padding-left: 20px;
}

.commentlist {
	padding-left: 40px;
}