/*-----------------------------------------------------------------------------
The VALLEY Reporter Stylesheet

version:   1.0
date:      17 June 2008
author:    Dogsites
email:     greg@dogsites.com.au
website:   http://dogsites.com.au/
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
 Remove padding and margin 
-----------------------------------------------------------------------------*/

*   {
    margin: 0;
    padding: 0;
}

/*-----------------------------------------------------------------------------
 Body Setup 
-----------------------------------------------------------------------------*/

body,html {
	margin:0;
	padding:0;
	height: 100%;
	font: 85%/1.4 Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	background: black url(../images/mainback.jpg) repeat-x top left;
	text-align: center;
	color: White;
}

/*-----------------------------------------------------------------------------
 Standard elements 
-----------------------------------------------------------------------------*/

img {
	border: none;
}

div {
	margin: 0;
	padding: 0;
	border: 0;
}

#rightspace {
	margin-right: 14px;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

h1 {
	padding: 2px;
	border-bottom: 1px solid Black;
	font: normal 1.8em "Times New Roman", Times, serif;
}
    
h2 {
	font-size: 1.6em;
}
    
h3 {
	font-size: 1.4em;
}
    
h4 {
	font-size: 1.3em;    
}
    
h5 {
	font-size: 1.2em;    
}

p {
	margin-bottom: 1.1em;
	padding: 0;
}

li {
	list-style: disc inside;
}

ul {
	margin-left: 22px;
	margin-bottom: 1.2em;
}

/*-----------------------------------------------------------------------------
 Page Layout and Background Styles
-----------------------------------------------------------------------------*/

#pagewrapper {
	margin:0 auto;
	width: 1000px;
	text-align: left;
	background: #96b062 url(../images/bodybackleft.png) repeat-y top left;
}

#header {
	height: 121px; /* Height of the header */
}

#header h1 {
	display: none; /* We hide the main page title from view but leave it for search engines */
}

#bluebar {
	clear: both; 
	height: 33px;
	background: #194992 url(../images/bluebar.gif) repeat-x top left;
}

#bluebar img {
	border: 0;
	margin: 0;
	padding: 0;
}

#bodywrapper {
	float: left;
	width: 100%;  /* Sets the width of the main body */
	background: url(../images/bodybackright.png) repeat-y top right;
}

#container,
#maincontainer {
	margin: 0;
	padding: 0;
}

#footer {
	clear: both; 
	height: 33px;
	background: url(../images/bluebar.gif) repeat-x top left;
	width: 100%;
	color: #FFFFFF;
}

#footer p {
	padding: 0 14px;
	line-height: 33px;
	font-size: 0.9em;
	margin: 0;
}

*:first-child+html
	#footer p {
		line-height: 25px;
	}
	
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #ffffff;
	text-decoration: none;
}

#bbank {
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}


/*-----------------------------------------------------------------------------
 Content Areas
-----------------------------------------------------------------------------*/

/* the main content area, left column for the menu and the footer */

#contentcolumn {
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	width: 786px;
}

#leftcolumn {
	float: left;
	width: 186px; /*Width of left column*/
	padding-left: 14px;
	margin-left: -100%;
	background: #C8FC98 url(../images/bodybackleft.png) repeat-y top left;
}

/* Padding for all content DIVs */

.contentback {
	margin: 2px;
	padding: 4px; 
	background: #73874b url(../images/contentback.gif);
}

.contentbackclr {
	margin: 2px;
	padding: 4px;
	background: transparent;
	}

.contentpad {
	margin: 4px;
}

/* The main body part of homepage */

#maincontentwrap {
	padding-top: 6px;
	float: left;
	width: 100%;
}

.maincontent {
	margin-right: 262px; /*Set right margin to RightColumnWidth*/
}

.maincontentfull {
	margin: 0;
}

.mainright {
	padding-top: 6px;
	float: left;
	width: 262px; /*Width of right column in pixels*/
	margin-left: -262px; /*Set left margin to -(RightColumnWidth) */
	text-align: center;
}

.mainright img {
	padding: 10px;
}


/*-----------------------------------------------------------------------------
 Boxes
-----------------------------------------------------------------------------*/

#boxescontainer {
	margin: 0;
	padding: 0;
}

#centreboxwrap {
	float: left;
	width: 100%;
	margin-left: -262px; /*Set left margin to -(RightColumnWidth)*/
}

#centrebox{
	margin: 0 262px 0 262px; /*Set margin to 0 (LeftColumnWidth) 0 (RightColumnWidth)*/
}

#leftbox{
	float: left;
	width: 262px; /*Width of left column in percentage*/
	margin-left: -262px; /*Set left margin to -(LeftColumnWidth)*/
}

#rightbox{
	float: left;
	width: 262px; /*Width of right column in pixels*/
}

/*-----------------------------------------------------------------------------
 Page Navigation
-----------------------------------------------------------------------------*/

#nav-home,
#nav-distribution,
#nav-aboutus,
#nav-advertising,
#nav-community,
#nav-contactus,
#nav-business,
#nav-forms,
#nav-letters,
#nav-news,
#nav-photos,
#nav-normal,
#nav-submitnews,
#nav-subs {
	clear: both;
}

#nav-home ul,
#nav-distribution ul,
#nav-aboutus ul,
#nav-advertising ul,
#nav-community ul,
#nav-contactus ul,
#nav-business ul,
#nav-forms ul,
#nav-letters ul,
#nav-news ul,
#nav-photos ul,
#nav-normal ul,
#nav-submitnews ul,
#nav-subs ul {
	margin: 0;
	padding: 0;
}

#nav-home li,
#nav-distribution li,
#nav-aboutus li,
#nav-advertising li,
#nav-community li,
#nav-contactus li,
#nav-business li,
#nav-forms li,
#nav-letters li,
#nav-news li,
#nav-photos li,
#nav-normal li,
#nav-submitnews li,
#nav-subs li {
	list-style-type: none;
	display: inline;
}

#nav-home li a,
#nav-distribution li a,
#nav-aboutus li a,
#nav-advertising li a,
#nav-community li a,
#nav-contactus li a,
#nav-business li a,
#nav-forms li a,
#nav-letters li a,
#nav-news li a,
#nav-photos li a,
#nav-normal li a,
#nav-submitnews li a,
#nav-subs li a {
	padding-left: 5px;
	line-height: 29px;
	width: 170px;
	margin-top: 3px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

#nav-home li img,
#nav-distribution li img,
#nav-aboutus li img,
#nav-advertising li img,
#nav-community li img,
#nav-contactus li img,
#nav-business li img,
#nav-forms li img,
#nav-letters li img,
#nav-news li img,
#nav-photos li img,
#nav-normal li img,
#nav-submitnews li img,
#nav-subs li img {
	border: 0;
}

.navhome a:link,
.navaboutus a:link,
.navadvert a:link,
.navbusiness a:link,
.navcommunity a:link,
.navcontactus a:link,
.navdistrib a:link,
.navforms a:link,
.navletters a:link,
.navphotos a:link,
.navsubs a:link,
.navsubmitnews a:link,
.navnews a:link,
.navhome a:visited,
.navaboutus a:visited,
.navadvert a:visited,
.navbusiness a:visited,
.navcommunity a:visited,
.navcontactus a:visited,
.navdistrib a:visited,
.navforms a:visited,
.navletters a:visited,
.navphotos a:visited,
.navsubs a:visited,
.navsubmitnews a:visited,
.navnews a:visited {
	color: #FFFFFF;
	float: left;
	margin-right: 5px;
	background: url(/includes/images/menubutton.png) repeat-x top;
}

#nav-home .navhome a:link,
#nav-distribution .navdistrib a:link,
#nav-aboutus .navaboutus a:link,
#nav-advertising .navadvert a:link,
#nav-community .navcommunity a:link,
#nav-contactus .navcontactus a:link,
#nav-business .navbusiness a:link,
#nav-forms .navforms a:link,
#nav-letters .navletters a:link,
#nav-photos .navphotos a:link,
#nav-subs .navsubs a:link,
#nav-submitnews .navsubmitnews a:link,
#nav-news .navnews a:link,
#nav-home .navhome a:visited,
#nav-distribution .navdistrib a:visited,
#nav-aboutus .navaboutus a:visited,
#nav-advertising .navadvert a:visited,
#nav-community .navcommunity a:visited,
#nav-contactus .navcontactus a:visited,
#nav-business .navbusiness a:visited,
#nav-forms .navforms a:visited,
#nav-letters .navletters a:visited,
#nav-photos .navphotos a:visited,
#nav-subs .navsubs a:visited,
#nav-submitnews .navsubmitnews a:visited,
#nav-news .navnews a:visited {
	color: #FFFFFF;
	float: left;
	margin-right: 5px;
	background: url(/includes/images/menubuttonsel.png) repeat-x left;
}

.navhome a:hover,
.navaboutus a:hover,
.navadvert a:hover,
.navbusiness a:hover,
.navcommunity a:hover,
.navcontactus a:hover,
.navdistrib a:hover,
.navforms a:hover,
.navlatestnews a:hover,
.navletters a:hover,
.navphotos a:hover,
.navsubs a:hover,
.navsubmitnews a:hover,
.navnews a:hover {
	color: White;
	background: url(/includes/images/menubutton.png);
	background-position: 0px -29px;
}

#nav-home .navhome a:hover,
#nav-distribution .navdistrib a:hover,
#nav-aboutus .navaboutus a:hover,
#nav-advertising .navadvert a:hover,
#nav-community .navcommunity a:hover,
#nav-contactus .navcontactus a:hover,
#nav-business .navbusiness a:hover,
#nav-forms .navforms a:hover,
#nav-letters .navletters a:hover,
#nav-photos .navphotos a:hover,
#nav-subs .navsubs a:hover,
#nav-submitnews .navsubmitnews a:hover,
#nav-news .navnews a:hover {
	color: White;
	background: url(/includes//images/menubuttonsel.png) repeat-x left;
}

#navigation .navbar {
	float: left;
	background: url(/includes/images/menubutton.png) repeat-x left;
}

/*-----------------------------------------------------------------------------
 Page Content
-----------------------------------------------------------------------------*/

.contentback h2,
.contentbackclr h2 {
	display: block;
	background: url(../images/headingback.png);
	margin: -8px -8px 2px -8px;
	padding: 0;
	padding-left: 8px;
}

/* This is to fix stupid IE padding - I hate IE */

*:first-child+html
	#contentback h2,
*:first-child+html
	#contentbackclr h2 {
	margin: -10px -8px 2px -8px;
	padding-top: 2px;
}

/* Main link styles */

a:link {
	color: #ffcc66;
}

a:visited {
	color: #ffff99;
}

a:hover {
	color: #ffff33;
}

a:active {
	color: #ffcc66;
}

/* Colours for text */

.yellow {
	color: yellow;
}

.green {
	color: #9acd32;
}

.red {
	color: red;
}

.silver {
	color: silver;
}

.blue {
	color: blue;
}

.orange {
	color: orange;
}

.darkgrey {
	color: #353535;
}

/* button styles */

a:link.buttonlink,
a:visited.buttonlink {
	padding:3px;
	background: transparent url(../images/menubutton.png) repeat-x top;
	border: 1px solid #daedb8;
	color: White;
	text-decoration: none;
}

a:hover.buttonlink,
a:active.buttonlink {
	background: transparent url(../images/menubutton.png);
	border: 1px solid #daedb8;
	background-position: 0px -29px;
}

/* border styles */

.wideblackborder {
	border: 5px solid Black;
}

.wideredborder {
	border: 5px solid Red;
}

.wideblueborder {
	border: 5px solid Blue;
}

/*-----------------------------------------------------------------------------
 Directory Layout
-----------------------------------------------------------------------------*/

#directorywrapper {
	float: left;
	width: 100%;
	margin-left: -33%; /*Set left margin to -(RightColumnWidth)*/
}

#dircentre{
	margin: 0 33% 0 33%; /*Set margin to 0 (LeftColumnWidth) 0 (RightColumnWidth)*/
	text-align: center;
}

#dirleft{
	float: left;
	width: 33%; /*Width of left column in percentage*/
	margin-left: -33%; /*Set left margin to -(LeftColumnWidth)*/
	text-align: center;
}

#dirright{
	float: left;
	width: 33%; /*Width of right column in pixels*/
	text-align: center;
}

#dircentre h3,
#dirleft h3,
#dirright h3 {
	background: #006400;
	display: block;
	color: Yellow;
	padding: 0 3px;
}

#dircentre .bold,
#dirleft .bold,
#dirright .bold {
	font-weight: bold;
}

/*-----------------------------------------------------------------------------
 Slimbox Gallery
-----------------------------------------------------------------------------*/

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/includes/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/includes/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/includes/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/includes/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

img.gallery {
	padding: 6px;
	background: White;
	border: 1px dashed Black;
	margin: 6px;
}

/*-----------------------------------------------------------------------------
 Contact form
-----------------------------------------------------------------------------*/

#mainForm {

}

ul.mainForm {
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm {
	padding-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
}

#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}

input.mainFormError
{
	background-color: #FADADD;
}

textarea.mainFormError
{
	background-color: #FADADD;
}

select.mainFormError
{
	background-color: #FADADD;
}

#formHeader
{
	position: relative;
	width: 100%;
	background-color: #666699;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}

#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}

p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}

input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}

/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #b8860b; 
	background: #eee8aa url(includes/images/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/*-----------------------------------------------------------------------------
 Table Styles
-----------------------------------------------------------------------------*/
table {
	margin-top: 6px;
	background-color: #91aa5f;
}

th {
	background-color: #5b6a3a;
	padding: 4px;
}

td {
	background-color: #73874b;
	padding: 4px;
}

/* Editor */

.mceContentBody { text-align:left; background-image: none; background-color: #73874b; } /*SnippetMaster editor bg color*/