/*  
Theme Name: Williams Woolshed
Theme URI: http://www.williamswoolshed.com.au/
Description: The Williams Woolshed - Custom Wordpress Theme
Version: 0.1
Author: Matt Beamish
Author URI: about:blank
*/

* {
    -moz-box-sizing: border-box;
}

* a {
	text-decoration: none;
}

* a:hover {
	text-decoration: underline;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: transparent url('images/background.jpg') repeat top left;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	}

/* < -- START OF HEADER SECTION  -- */

.topNav, .titleBox, .footer, .copyright {
	margin: 0 auto;
	width: 80%;
}

.topNav {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	padding-right: 9px;
	text-align: right;
}

.topNav a {
	color: black;
}

.rndLeft, .rndRight {
	height: 10px;
	font-size: 1px;
	width: 50%;
}

.rndLeft {
	background: url('images/tl-line.gif') no-repeat top left;
}

.rndRight {
	background: url('images/tr-line.gif') no-repeat top right;
}

.titleBoxBottom {
	background: #fdf0cd url('images/title-bg.gif') no-repeat top left;
	border: 1px solid black;
	border-top-width: 0px;
	height: 103px;
	text-align: left;
}

.titleLogo {
	float: left;
	position: relative;
	top: -5px;
	left: -17px;
}

.titleLogoDiv {
	position: absolute;
}

.stanleyLogo {
	float: right;
	position: relative;
	right: 30px;
	top: 17px;
}

/* -- END OF HEADER SECTION -- > */

.contentBox {
  margin: 0 auto;
  width: 80%;
	background: white url('images/content-bg.jpg') repeat-y top left;
	border: 1px solid black;
}

#centreContent {
	margin-left: 160px;
	margin-right: 180px;
	text-align: left;
	padding-top: 10px;
}

#leftNavigation {
	width: 150px;
	float: left;
	padding: 10px;
}

#rightImages {
	width: 160px;
	float: right;
padding: 10px;
}

.footer {
	clear: both;
}

.navBox {
	border: 1px solid black;
	background: #fbeecb url('images/box-bg-lge.jpg') repeat-x bottom left;
	width: 139px;
  min-height: 100px;
}

.navBoxTitle {
  background: #fbeecb url('images/boxtitle-bg.jpg') repeat-x top left;
  height: 19px;
  text-align: center;
  padding-top: 3px;
}

.navBoxTitle img {
	
}

.navBoxContent {
	padding: 5px;
	text-align: left;
}

.navBoxContent a {
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
}

.navBoxContent a:hover {
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
}

.navBoxContent ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	list-style-type: none;
}

.navBoxContent li {
	padding-top: 3px;
	padding-bottom: 6px;
 	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .9em;
	padding-left: .8em;
}

.eventBoxContent {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	padding: 5px;
	text-align: left;
}

.eventBoxContent a {
	font-size: x-small;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	line-height: 100%;
}

.eventBoxContent a:hover {
	font-size: x-small;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
}

.eventBoxContent ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: -5px;
	margin-bottom: -3px;
	list-style-type: none;
}

.eventBoxContent li {
	line-height: 70%;
	padding-top: 4px;
	padding-bottom: 6px;
 	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: .6em;
}

.pageTitle {
	margin-bottom: 10px;
}

.rotatorImg {
	border: 1px solid black;
	margin-bottom: 5px;
}

.post {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	line-height: 150%;
	margin-top: -10px;
}

.pageImage {
	margin-top: -50px;
}

.articleTitle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	background: url('images/line.gif') repeat-x bottom left;
}

.articleTitle a {
	text-decoration: none;
	color: black;
}

.articleBody, entry {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	margin-left: 15px;
	line-height: 150%;
	margin-top: -10px;
}

.articleDate {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	text-align: right;
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 20px;
}

.eventBoxContent {
	text-align: center;
}

.calendarTitle {
	text-align: center;
}

.calendarTitle img {
	padding-left: 5px;
	padding-right: 5px;
}

.eventBoxContent td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	text-align: right;
	width: 14.28%;
}
.eventBoxContent th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: bold
}

.footer {
	height: 15px;
	background: url('images/footer-bg.jpg') repeat-x;
	border: 1px solid black;
	border-top-width: 0px;
}

.copyright {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: black;
	text-align: right;
}
.copyright a {
	color: black;
}

.post_navigation td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	color: black;
}

td.alignleft {
	text-align: left;
}
td.alignright {
	text-align: right;
}

.comments {
	margin-top: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: black;
}