/*
Theme Name: ANZ Maps
Theme URI: http://wordpress.org/
Description: WordPress theme for the Australian New Zealand Map Society
Version: 1.0
Author: Paul Hagon
Author URI: http://www.paulhagon.com/
*/


/* 
Colours:
Background: rgb(255,255,255);
Headings: rgb(80,76,73);
Links: rgb(169,38,44);
*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	background: #FFF;
	background: rgb(80,76,73);
	color: #FFF;
	}

.container {
	width: 960px;
	margin: 0 auto;
	}

/* General text styling */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	}

h2 {
	font-size: 1.8em;
	}

h3 {
	font-size: 1.6em;
	}

h4 {
	font-size: 1.4em;
	}

h5 {
	font-size: 1.2em;
	}

h6 {
	font-size: 1em;
	}


/* End general text styling */

/* Begin header */
#header {
	background: #FFF;
	padding-bottom: 1em;
	}

#header h1 {
	margin: 0;
	}

#header a {
	background: url('images/logo-colour.gif') no-repeat top left;
	width: 261px;
	height: 111px;
	display: block;
	text-indent: -9999px;
	}
/* End header */


/* Begin navigation */
#navigation {
	background: rgb(169,38,44);
	overflow: hidden;
	font-size: 1.4em;
	border-top: 1px solid rgb(169,38,44);
	border-bottom: 1px solid rgb(169,38,44);
	}

#navigation li {
	float: left;
	}

#navigation li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px;
	}
	
#navigation li a:hover, #navigation li.current_page_item a, #navigation li.current_page_ancestor a {
	color: rgb(169,38,44);
	background: #FFF;
	}
/* End navigation */


/* Begin structure */
#container {
	width: 600px;
	float: left;
	}

#sidebar {
	width: 300px;
	float: right;
	}


/* Begin content */
#content {
	padding-top: 2em;
	padding-bottom: 1em;
	background: #FFF url('images/content-bg.gif') no-repeat 50% 10%;
	color: rgb(80,76,73);
	font-size: 1.2em;
	line-height: 1.5;
	min-height: 400px;
	overflow: hidden;
	}

#content a {
	color: rgb(169,38,44);
	}

#content p {
	margin-top: 1em;
	margin-bottom: 1em;
	}


#content h2 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;	
	}

.post ul {
	list-style: outside disc;
	margin-bottom: 1em;
	}

.post ol {
	list-style: outside decimal;
	margin-bottom: 1em;
	}

tr {
	border-bottom: 1px solid rgb(80,76,73);
	vertical-align: baseline;
	}

thead tr {
	border-top: 1px solid rgb(80,76,73);
	}

th {
	font-weight: bold;
	text-align: left;
	}

th, td {
	padding: 0.4em;
	}
 
/* End content */


.navigation {
	width: 600px;
	overflow: hidden;
	}

.previous-post {
	width: 48%;
	float: left;
	}

.next-post {
	width: 48%;
	float: right;
	text-align: right;
	}



/* Sharing */
#sharing div {
	margin-bottom: 0.5em;
}


/* Begin footer */
#footer {
	padding-top: 1.5em;
	background: rgb(80,76,73) url('images/footer-bg.png') repeat-x top left;
	overflow: hidden;
	padding: 1em;
	color: #FFF;
	padding-bottom: 3em;
	}

#footer ul {
	overflow: hidden;
	}

#footer li {
	width: 117px;
	float: left;
	margin: 0 10px;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 0.5em;
	text-shadow: 1px 1px 1px #000;
	}

#footer li ul {
	padding-top: 1em;
	}

#footer li li {
	margin-left: 0;
	margin-right: 0;
	font-size: 0.86em;
	font-weight: normal;
	text-shadow: none;
	}

#footer a {
	color: #FFF;
	text-decoration: none;
	}
	
#footer p {
	margin-top: 3em;
	clear: left;
	text-align: center;
	}
/* End footer */

