
/*
Theme Name: Tisdall Lodge Walhalla
Version: 1.0
Author: Anchor Web Design
Author URI: http://anchorweb.com.au

*/


html {
	min-height: 101%;
}
/* Begin Typography & Colors */
body {
	font-family: verdana, arial;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #2D2C1A;
	background-image: url('http://www.walhalla.net.au/images/pagebg.gif');
	background-position: center top;
	background-repeat: repeat-y;
	color: #2D2C1A;
	}

/* General Layout Structure*/

#page {
	text-align: left;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url('http://www.walhalla.net.au/images/wrapperbg.gif');
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;
	}
#header {
	height: 200px;
	width: 770px;
	margin: auto;
	background-color: #DFDBAE;
	background-image: url('http://www.walhalla.net.au/images/headerbg.jpg');
	text-align: center;
	}
#menu {
	height: 27px;
	width: 770px;
	background-image: url('http://www.walhalla.net.au/images/menubg.jpg');
	background-repeat: no-repeat;
	padding-top: 5px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#menu li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2D2C1A;
}
#menubegin {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2D2C1A;
}
#footer {
	height: 85px;
	width: 770px;
	background-image: url('http://www.walhalla.net.au/images/footer.gif');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: auto;
	padding-top: 5px;
	text-decoration: none;
}
#footer a {
	color: #2D2C1A;
	text-decoration: none;
}
#footer li {
 	display: inline;
}

/* General text and link formatting */
a {
	color: #455A27;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
	}
#menu a {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#menu a:hover {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	color: #425A27;
}

#page p {
	padding-right: 30px;
	padding-left: 40px;
	text-align: justify;
}


/*	Begin Headers */
h2 {
	display: inline;
	font-family: verdana, arial;
	color: #797C43;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 40px;
}
h3 {
	font-family: verdana, arial;
	color: #797C43;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 40px;
}
h1 {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: normal;
	color: #2D2C1A;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 40px;
}

/*	Image Alignment */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Bullet Points */
#content li {
	font-family: verdana, arial;
	color: #797C43;
	font-size: 13px;
	line-height: 25px;
	margin-left: 20px;
}
#content ul {
}
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body #content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	text-indent: -10px;
	list-style-image: none;
	list-style-type: circle;
	}

html>body #content li {
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 50px;
	}

#content ul li:before {
	content: "\00BB \0020";
	}

#content ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#content ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* Table formatting */
table {
	width: 100%;
}
#tours td {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
#history img {
	padding-right: 25px;
	padding-top: 40px;
	padding-bottom: 10px;
}
#historyimgs {
 	text-align: center;
}
#contacttable {
	width: 490px;
}
#contacttable td {
	padding: 2px;
}
.contactcontent {
	text-align: right;
}

/* Begin Miscellaneous Tags & Classes */
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}
hr {
	display: none;
}

.restext {
	font-size: 9px;
}
.gmap { /* Formatting for Location Map */
	text-align: center;
	padding-left: 5px;
}



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 20px 0 0 30px;
	width: 700px;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}


.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}


.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	width: 600px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
	.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
