/*
wwd.css
Stylesheet for Web Wench Designs 
http://www.webwenchdesigns.com
March 2007
*/

body {
	font: 62.5% Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #E8E8CE url("../images/bg.gif") repeat-x fixed;
	text-align: center;
	margin: 0 0 30px;
	}
#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 780px;
	border-bottom: 10px solid #666;
	}

* html #page { width: 770px } /* IE hack */
.content {
	margin: 0 0 30px;
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #E8E8CE url("../images/wwheader.jpg") no-repeat;
	}

#primary {
	width: 500px;
	float: left;
	padding: 20px 0 10px;
	margin: 0 10px 0 30px;
	display: inline;
	}

#secondary {
	font-size: 1em;
	line-height: 1.5em;
	padding: 20px 0;
	margin: 0 0 20px 71%;
	width: 26%;
	color: #666;
	position: relative;
	}

/*- Main Menu in Header */

ul#topmenu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul#topmenu li {
	display: inline;
	margin: 0;
	}

ul#topmenu,
ul#topmenu li a {
	padding: 5px 15px 6px;
	}

ul#topmenu li a {
	font-size: 1.25em;
	font-weight: bold;
	color: white;
	background-color: #666;
	margin: 0;
	}

ul#topmenu li a:hover {
	background: #E58712;
	color: #eee !important;
	text-decoration: none;
	}

ul#topmenu li.current_page_item a,
ul#topmenu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}

/*- Headings */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1 { /* H1 is the title in the header */
	font-size: 4em;
	font-weight: normal;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 15px 25px 0;
	text-align: right;
	}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover, 
#header .description {
	text-decoration: none;
	color: #444;
	}

#header .description { /* Description in header */
	font-size: 1.1em;
	margin: 0 44px;
	text-align: right;
	visibility: hidden;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	}

#secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.5em !important;
	font-weight: normal !important;
	padding: 0 !important;
	display: inline;
	}

#primary h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
	padding-left: 25px;
	background: #FFFFFF url("../images/flr.gif") no-repeat;
	}

/* content */
#primary p,
#primary ul,
#primary ol,
#primary div {
	margin: 13px 0;	
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	color: #444;
	}

#primary pre {
	font-size: 1.5em;
	color: #444;
	}

#secondary div p {
	margin-top: 0.5em;
	}

/* almost-spring sidebar */
#secondary ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#secondary img {
	padding: 5px;
	border: 1px solid #E8E7D0;
}
#secondary ul li {
}
#secondary ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #E8E7D0;
	background-color: #FAFAF0;
}
#secondary ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #E8E7D0;
}
#secondary ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0.1em 10px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
} 
html>body #secondary ul ul li a {
	width: 170px;
}
/* Nested lists? */
#secondary ul ul ul {
	margin: 0;
	border: none;
}
#secondary ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #E8E7D0;
}
#secondary ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 0.1em 10px 0.1em 25px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 155px;
} 

/* footer */
#footer {
	margin: 20px 0;
	text-align: center;
	}

#footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}

/*- Links */

h3 a, h3 a:link, h3 a:visited, caption a, caption a:link, caption a:visited {
	color: #444;
	text-decoration: none;
}

h3 a:hover, h3 a:active, caption a:hover, caption a:active {
	color: #E58712;
}

a {
	text-decoration: none;
}
a:link {
	color: #E58712;
}
a:visited, a:active {
	color: #B96F17;
}
a:hover {
	color: #9BBB38;
}

/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

hr {
	display: none;
	}

img {
	border: 0;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

/* Pricing table on services page */
caption {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 1.8em;
	font-weight: normal;
	margin: 12px 0;
	text-align: left;
	padding-left: 25px;
	background: #FFFFFF url("../images/flr.gif") no-repeat;
}

td, th {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #444;
	text-align: left;
	}

td.right-align {
	text-align: right;
	}

blockquote {
	margin: 1.2em 20px;
	padding: 0.1em 20px;
	border-top: 1px solid #E8E7D0;
	border-bottom: 1px solid #E8E7D0;
	background: #FAFAF0;
}

td.label {
    text-align: right;
	}

input.button:hover, input.button:focus, 
input.button.hover, input.button.focus {
  background-color : #e58712;
  color : #fff;
}

textarea, input, select {
	border : 1px solid #c1c0b5;
	background-color : #fafaf0;
	}

input.button {
	border : 1px solid #c1c0b5;
	background-color : #fafaf0;
	margin-top : 10px;
	padding-right : 20px;
	padding-left : 20px;
	cursor : pointer;
	color : #333;
}

abbr {
	cursor: help;
	}

/* The net.au special offer in registry system */
p.offer {
	}

/* Warning message in registry system */
p.warn {
	}
p.report {
	margin-top: 35px;
	}
#primary div.buttondiv {
	text-align: center;
	}
td.form input {
	width: 250px;
	}

img.imgleft {
	float: left;
	padding: 5px;
	margin: 18px 10px 0 0;
	border: 1px solid #CCC;
	}

