/*
Theme Name: Melbourne's GPO Site Theme
Theme URI: http://www.melbournesgpo.com.au/
Description: The default theme for Melbourne's GPO site.
Version: 1.0
Author: 
Author URI: 

	Primary Colors:	#372c00 - dark brown
 					#fef0dd - peach
					#c3bfb2 - grey, eg for feature backgrounds
 
*/

body
{
	background-color: #000000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img
{
	border: 0px;	
}

a, a:hover, a:visited
{
	text-decoration: none;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;		
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -0.01em;
}
	
.full_wrapper
{
	width: 960px;
	margin: 0px auto;
	border: 5px solid white;
}

.aligncenter
{
	text-align: center;	
}

.clear
{
	clear: both;	
}

.defaultcursor
{
	cursor: default;	
}

/* ----------- Header -------------- */

.header
{
	border-bottom: 4px solid white;
}

#header_image
{
	float: left;
	line-height: 0px;	/* fix for FF with spacing under Flash object */
}

#logo
{
	float: left;
	width: 284px;
	padding-top: 10px;
}

.logo_image h1
{
	width: 161px;
	height: 209px;
	overflow: hidden;
	margin: 0px auto;
}
	
	/* ----------- Main Navigation -------------- */
	
	.nav_container
	{
		clear: both;	
		background: #372c00 url(images/nav_bg.png) top right no-repeat;
		border-top: 4px solid white;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 15px;
		height: 36px;
		position: relative;
		z-index: 5;
	}
	
	#nav
	{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	#nav li
	{
		float: left;
		display: inline;
		position: relative;
		line-height: 36px;
	}

	#nav li a, #nav li a:hover, #nav li a:visited
	{
		color: #fff;
		text-decoration: none;
		padding: 9px 12px 9px 12px;
	}

	#nav li:hover a
	{
		background-color: #5b4900;
	}
	
	
		/* ----------- Sub Menu -------------- */
		#nav li ul
		{
			position:absolute;
			top: 2.4em;
			left: 0em;
			height: 0px;
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			overflow:hidden;
			display: none;
		}

		#nav li:hover ul, #nav li a:hover ul, #nav li.over ul
		{
			display: block;
			overflow: visible;
		}

		#nav li ul li
		{
			clear: both;
			color: #fff;
			display: block;
			padding: 0px;
			line-height: 1.2em;
		}
		
		#nav li ul li a, #nav li:hover ul li a
		{
			text-decoration: none;
			color: #fff;
			display: block;
			width: 14em;
			background-color: #5b4900;
			font-size: 0.8em;
			padding: 5px 12px;
		}
		
		#nav li ul li:hover a
		{
			background-color: #372c00;	
		}


/* ----------- SideBar -------------- */
#sidebar
{
	float: left;	
	width: 283px;
	color: #372c00;
}

#sidebar a
{
	color: #372c00;	
}

#sidebar ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;

}

#sidebar ul li
{
	border-left: 5px solid white;
	border-bottom: 5px solid white;
	background: #ddddcd url(images/widget_bg.png) no-repeat;
	background-position: top right;
	padding: 10px;
}

#sidebar ul li ul li
{
	background: transparent none;	
	border: 0px;
	width: inherit;
	padding: 10px 0px;
}

	/*------------- Widget Styles ------------- */
		/* See widgets.css */


/* ----------- Main Content -------------- */
.main_content
{
	margin: 0px;
	color: #000000;
	overflow: hidden;
	background: #fef0dd;
}

.main_content_page
{
	background: #ffffff;	
}

.content
{
	float: left;
	width: 677px;
	padding: 0px 0px 20px; /* ensure enough padding at the bottom to allow for the footer being pushed up (see comment on footer classes) */
	overflow: hidden;
	
}

.bordered-img
{
	border: 2px solid white;
}

.alignleft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

	/* ----------- Page styles -------------- */
	.page_intro
	{
		background-color: #ffffff;
		color: #000;
		padding: 0px 10px;
	}
	
	.page_intro h2
	{
		margin: 0px;
		padding: 12px 0px;	
	}
	
	.page_intro p
	{
		margin: 0px;
		padding: 12px 0px;
	}
	
	.page
	{
		background: #ffffff;
		color: #000;
		overflow: hidden;
		padding: 14px 10px;
		text-align: justify;
	}
	
	.page h2
	{
		font-size: 1.3em;
		margin-top: 0px;	
	}
	
	/* hide TweetMeMe button on single pages */	
	.page .tweetmeme_button
	{
		display: none;	
	}
	
	.page_content_grey_background
	{
		margin: 0px -15px; /* push the container back out to the edges of the containing div */
		padding: 8px 14px;
		background: #c3bfb2;
		overflow: hidden;
		border-bottom: 5px solid white;
	}
		
	.page_content_peach_background
	{
		margin: 0px -15px; /* push the container back out to the edges of the containing div */
		padding: 8px 14px;
		background: #fef0dd;
		overflow: hidden;
		border-bottom: 5px solid white;
	}
	
	.page_content_alt_peach_background
	{
		margin: 0px -15px; /* push the container back out to the edges of the containing div */
		padding: 8px 14px;
		background: #feebd4;
		overflow: hidden;
		border-bottom: 5px solid white;
	}

    /* ----------- Posts -------------- */
	.post
	{
		background: #fef0dd;
		border-bottom: 5px solid white;
		color: #372c00;
		overflow: hidden;
		padding: 14px 10px;
		margin: 0px 4px;
		text-align: justify;
	}

	.single_post .post
	{
		border-bottom: 0px;
	}

	.single_post h2
	{
		margin-bottom: 30px;
	}

	.post h2
	{
		font-size: 1.3em;
/*		float: left; */
		margin-top: 0px;
	}

	.post h2 a
	{
		color: #372c00;
		text-decoration: none;
	}
	
	.post .post_comments_meta
	{
		margin-top: 3px;			
	}
	
	.post .post_date
	{
		font-style: italic;
	}

	.post a
	{
		color: #372C00;	
		text-decoration: underline;
	}
	
	.page a
	{
		color: #000;	
		text-decoration: underline;
		
	}

	.page .thumb
	{
		float:left;
		margin-bottom:10px;
		margin-right:10px;	
		border: 2px solid white;
	}

	.post_summary_heading
	{
		margin-bottom: 5px;
		overflow: hidden;
	}
	
	.post_meta
	{
		float: right;
		text-align: right;
	}

	.post_summary .thumb
	{
		float:left;
		margin-bottom:10px;
		margin-right:10px;	
		border: 2px solid white;
	}
	
	.storytitle
	{
		float: none;
	
	}
	
	.sociable
	{
		clear: both;
	}

	.older_link a, .newer_link a
	{
		color: #372C00;
		font-weight: bold;
	}
	
	.older_link
	{
		float: left;
		padding: 15px 0px 0px 20px;
	}

	.newer_link
	{
		float: right;
		padding: 15px 20px 0px 0px;
	}

		/* ----------- Post Comments --------------- */
		.comments_area
		{
			margin-top: 20px;
			padding: 0px 10px;
			border: 5px solid white;
			background: #FDE1BD url(images/widget_bg.png) no-repeat;
			background-position: top right;
		}
		
		.comments_list
		{
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		
		.comments_list li
		{
			border-top: 3px solid white;	
			padding: 5px;
		}

		#respond
		{
			border-top: 3px solid white;	
		}

		textarea
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
		}

		.vcard img
		{
			display: none;	
		}

		/* ----------- Featured Posts slider -------------- */		
		#slider
		{			
			margin: 0 auto;
			position: relative;
			background: #c3bfb2;
			height: 270px;
			padding: 20px 0px 20px 8px;
			border-bottom: 5px solid white;
			display: none; /* hidden at first */
		}
		
		.scroll
		{
			overflow: auto;
			position: relative; /* fix for IE to respect overflow */
			width: 669px;
			clear: left;
		}
		
		.scrollContainer div.panel
		{
			padding: 0px 20px 20px 0px;
			height: 170px;
			width: 669px; /* change to 560px if not using JS to remove rh.scroll */
			margin: 0px;
		}
		
		.featured_media
		{
			padding: 0px 20px 0px 0px;
		}
		
		.featured_media .tweetmeme_button
		{
			display: none;	/* hide TweetMeMe button on feature scroller */	
		}
		
		.featured_media h2
		{
			margin-top: 0px;	
		}
		
		.featured_media h2 a
		{
			color: #000;	
		}
		
		.featured_media p
		{
			text-align: justify;	
		}
		
		.scroll .thumb
		{
			float: left;
			border: 2px solid white;
			margin: 0px 20px 0px 0px;
		}
		
		.feature_link
		{
			width: 155px;
			height: 90px;
			overflow: hidden;
			margin: 0px;
			padding: 0px 10px 0px 0px;
			display: inline;
			float: left;
		}
		
		.feature_link p 
		{
			margin-top: 13px;	
		}

		.feature_link a
		{
			color: #000;	
		}
		
		.navigation img
		{
			border: 2px solid white;	
		}
	
	/* ----------- Editorial -------------- */
	.featured_post
	{
		background: #c3bfb2;
		padding: 8px 10px 20px 8px;
		border-bottom: 5px solid white;
	}
	
	.featured_post .tweetmeme_button
	{
		display: none;	/* hide TweetMeMe button on feature posts */	
	}
	
	.featured_post .thumb
	{
		float: left;	
		border: 2px solid white;
		margin: 0px 20px 0px 0px;
	}
	
	.featured_post .post
	{
		padding: 0px;
		margin: 0px;
		border: 0px;
		background: transparent;
		color: #000;
	}

	.featured_post .post h2
	{
		color: #000;
		float: none;
		margin-top: 10px;
	}
	
	.featured_post .post a
	{
		color: #000;	
	}

	/* ----------- Become a Lover Page -------------- */
	#become_lover_form
	{
		background-color: #F7EFE4;
		border: 0px;
		border-top: 5px solid white;
		border-bottom: 5px solid white;
		width: 100%;
		/*height: 700px; */
		padding: 10px 5px;
		color: #444444;
	}

	.lovers_form_header_note
	{
		display: block;
		padding-left: 14em;
		margin-bottom: 5px;
		font-size: 80%;
	}

	.lovers_form_row
	{
		display: block;	
		padding-bottom: 5px;
	}
	
	.lovers_form_row label
	{
		display: block;
		float: left;
		width: 15em;
	}
	
	.lovers_form_row .required_field
	{
		display: block;
		float: left;
		width: 1em;
		color: #CC3333;
		font-weight: bold;
	}
	
	.lovers_form_row input[type="text"]
	{
		width: 200px;	
	}

	
	.lovers_form_row input[type="submit"].large
	{
		margin-left: 10em;
		width: 200px;
	}
	
	.lovers_form_row .nofloat
	{
		float: none;
		display: inline;
	}
	
	.validationerror
	{
		width: 50%;	
		margin-left: 10em;
		background-color: #EECCCC;
		border: 1px solid #DD8888;
		padding: 10px;
		display: none;
	}
	
	#become_lover_form_success
	{
		background-color: #f7efe4;
		border: 0px;
		border-top: 5px solid white;
		border-bottom: 5px solid white;
		color: #444444;
		padding: 10px;
		width: 100%;
		
	}
	
	/* ----------- Event RSVP template page ----- */
	
	#event_rsvp_content
	{
		width: 470px;
		padding: 0px 15px;
		font-weight: bold;
		float: left;
	}

	#event_rsvp_form_success, 
	#event_rsvp_introduction
	{
		margin: 30px 0px;
		width: 100%;
	}

	#event_rsvp_sidebar
	{
		float: left;
	}

	.event_images
	{
		padding-left: 15px;
	}

	#event_rsvp_sidebar img
	{
		padding: 0px 0px 6px;
	}

	.event_images img
	{
		padding: 6px 6px 0px 0px;
	}

	h2#lmff
	{
		width: 353px;
		height: 28px;
		overflow: hidden;
	}

	#event_rsvp_form_success_details
	{
		background-color: #ffe6c7;
		border: 0px;
		border-top: 5px solid white;
		border-bottom: 5px solid white;
		width: 100%;
		/*height: 700px; */
		margin-top: 30px;
		padding: 10px 5px;
		color: #444444;
	}

	#event_rsvp_form_success_details table td
	{
		font-weight: normal;
	}
	
	#event_rsvp_form_success_details table td.heading
	{
		width: 8em;
		font-weight: bold;
	}

	#event_rsvp_form
	{
		background-color: #ffe6c7;
		border: 0px;
		border-top: 5px solid white;
		border-bottom: 5px solid white;
		width: 100%;
		/*height: 700px; */
		margin-top: 30px;
		padding: 10px 5px;
		color: #444444;
	}

	.event_rsvp_form_header_note
	{
		display: block;
		padding-left: 14em;
		margin-bottom: 5px;
		font-size: 80%;
	}

	.event_rsvp_form_row
	{
		display: block;	
		padding-bottom: 5px;
	}
	
	.event_rsvp_form_row label
	{
		display: block;
		float: left;
		width: 15em;
	}
	
	.event_rsvp_form_row .required_field
	{
		display: block;
		float: left;
		width: 1em;
		color: #CC3333;
		font-weight: bold;
	}
	
	.event_rsvp_form_row input[type="text"]
	{
		width: 200px;	
	}

	
	.event_rsvp_form_row input[type="submit"]
	{
		margin-left: 14.5em;
	}
	
	.event_rsvp_form_row .nofloat
	{
		float: none;
		display: inline;
	}
	
	#EmailCheckResponseWait
	{
		padding-left: 5px;
		vertical-align: middle;	
	}
	
	#EmailCheckResponseWait span
	{
		font-size: 0.9em;	
	}
		
	#SubscribeNowFields
	{
		margin-left: 30px;	
	}
			
	/* ----------- Brand Directory -------------- */
	.brand_list
	{
		margin: 0px -15px; /* push the container back out to the edges of the containing div */
		background: #fef0dd;
		overflow: hidden;
	}

	.brand_item
	{
		margin: 0px 14px;
		padding: 14px 10px;
		border-bottom: 5px solid white;
	}

	.brand_contact
	{
		float: right;
		margin: 0px;
		font-weight: bold;
		font-size: 0.9em;
	}
	
	/* ----------- Calendar -------------- */
	/* see the Calendar Options page in the CMS backend */

    /* ----------- Gallery -------------- */
	/* see photoalbum-styles.css */

/* ----------- Footer -------------- */
.footer
{
	clear: both;
	position: relative;
	margin-top: -5px;	/* to overlap the border of the last sidebar widget, if it is hard up up against it */
	background-color: #e2e0da;
	border-top: 9px solid white;
	overflow: hidden;
	color: #372c00;
	background: #ddddcd url(images/widget_bg.png) no-repeat;
	background-position: top right;

}

.footer_decoration_wrapper
{
	background: transparent url(images/footer_dec_bg.png) no-repeat;
	overflow: hidden;
	height: auto;
	min-height: 144px!important;
	padding: 17px 0px;
}

.footer a
{
	color: #372c00;	
}
