/*  
Theme Name: Young Ambition
Theme URI: http://www.youngambition.com.au/
Description: Custom theme for the Rotary club of Ballarat - Young Ambition
Version: 0.1
Author: Troy Mcilvena
Author URI: http://www.versiontwo.com.au
*/

body {
	text-align: center;
	background: url(images/body_bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
ul {
	padding-left: 15px;
}
ul li {
	list-style-image: url(images/bullet.gif);
}
a:link {
	color: #005DAA;
}
a:visited {
	color: #5483AA;
}
a:active {
	color: #000033;
}
#container {
	position: relative;
	padding-top: 145px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
h1, h2, h3, h4 { color: #005DAA; font-weight: 100; font-family: Arial, Helvetica, sans-serif; margin: 0.3em 0 }
h1 { font-size: 2.1em }
h2 { font-size: 1.8em }
h3 { font-size: 1.5em }
h4 { font-size: 1.2em }
blockquote { border: 1px solid #C6CFE8; padding: 0.2em 1em; margin-left: 0; margin-right: 0; }
#header {
	position: absolute;
	width: 900px;
	height: 100px;
	left: 0;
	top: 0;
	background: url(images/top_bg.jpg) no-repeat;
}
#header .hidden {
	overflow: hidden;
	position: absolute;
	left: -9999px;
}
hr {
	display: none;
}
/* START NAVIGATION */
#navigation {
	position: absolute;
	top: 100px;
	left: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 35px;
	width: 900px;
	background-image: url(images/nav_bg.gif);
}
#navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#navigation li a:link, #navigation li a:visited {
	position: absolute;
	top: 6px;
	height: 29px;
	background: url(images/nav_full.gif) no-repeat;
}
#navigation li a span {
	display: none;
}
/* HOME */
#navigation #nav-home a { left: 0; width: 114px; background-position: 0 0;}
#navigation #nav-home a:hover {background-position: 0px -29px;}
#navigation #nav-home.current a {background-position: 0px -58px;}
/* ABOUT US */
#navigation #nav-about-us a { left: 114px; width: 115px; background-position: -114px 0;}
#navigation #nav-about-us a:hover {background-position: -114px -29px;}
#navigation #nav-about-us.current a {background-position: -114px -58px;}
/* PROJECTS */
#navigation #nav-projects a { left: 229px; width: 115px; background-position: -229px 0;}
#navigation #nav-projects a:hover {background-position: -229px -29px;}
#navigation #nav-projects.current a {background-position: -229px -58px;}
/* MEMBERS */
#navigation #nav-members a { left: 344px; width: 115px; background-position: -344px 0;}
#navigation #nav-members a:hover {background-position: -344px -29px;}
#navigation #nav-members.current a {background-position: -344px -58px;}
/* CALENDAR */
#navigation #nav-calendar a { left: 459px; width: 115px; background-position: -459px 0;}
#navigation #nav-calendar a:hover {background-position: -459px -29px;}
#navigation #nav-calendar.current a {background-position: -459px -58px;}
/* LINKS */
#navigation #nav-links a { left: 574px; width: 115px; background-position: -574px 0;}
#navigation #nav-links a:hover {background-position: -574px -29px;}
#navigation #nav-links.current a {background-position: -574px -58px;}
/* CONTACT */
#navigation #nav-contact-us a { left: 689px; width: 115px; background-position: -689px 0;}
#navigation #nav-contact-us a:hover {background-position: -689px -29px;}
#navigation #nav-contact-us.current a {background-position: -689px -58px;}

/* END NAVIGATION */

.news-item-caption {
	font-size: 0.8em;
}
.news-item-image {
	text-align: center;
	float: right;
	padding: 10px 5px 10px 10px;
}
.news-item-image img {
	padding-bottom: 5px;
}
#body {
	width: 560px;
}
#side-bar {
	position: absolute;
	left: 560px;
	top: 145px;
}
#footer {
	margin-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #C6CFE8;
	text-align: center;
	background: white;
	font-size: x-small;
}
#footer, #footer a {
	color: #999;
}
#footer a:hover {
	color: #333;
}
.section {
	padding: 0px 15px;
}
h2.section-title {
	margin: 1em 0;
	text-transform: uppercase;
	font-size: x-small;
	color: #5483AA;
}
.divider {
	border-top: 1px solid #C6CFE8;
	margin-top: 15px;
	padding-top: 0.5em;
}
fieldset {
	border: none;
	padding: 0;
}
label {
	font-size: x-small;
}
.fat-input {
	border: 1px solid #CCC;
	font-size: medium;
	padding: 0.2em;
	width: 50%;
	color: #005DAA;
}
.post-meta {
	padding: 0.5em 0 1em;
	font-size: x-small;
	color: #999;
	border-top: 1px solid #DDD;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
/* for understanding browsers */
.prop {
min-height:52em; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .prop {
height: 52em;
}
/**/
#comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.commentlist {
	padding-left: 0;
	margin-left: 0;
}
.commentlist li {
	border-top: 1px solid #C6CFE8;
	background: #EFF2F9;
	padding: 1em;
	margin-bottom: 1em;
	list-style-position: inside;
}