/* defaults */

body {
	font-size: 62.5%;
	font-family: ;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/body_bg.gif);
	background-position: 0px -2px;
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
}

/* layout */

#main {
	background-image: url(/images/main_bg.gif);
	background-repeat: repeat-x;
	min-height: 416px;
	text-align: center;
}

#page {
	width: 915px;
	margin: 0px auto 20px auto;
}

#header {
	text-align: left;
	padding-top: 7px;
	padding-left: 103px;
	background-image: url(/images/header_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 161px;
}

/* header */

#header h1 {
	width: 238px;
	height: 137px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	
}

#header h1 span {
	display: none;
}

/* lower */

#lower {
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
	position: relative;
	text-align: left;
}

#lower #content {
	background-image: url(/images/content_bg.gif);
	background-repeat: no-repeat;
	width: 675px;
	float: left;
	padding-bottom: 20px;
}

#lower #sidebar {
	width: 148px;
	min-height: 387px;
	background-image: url(/images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	padding: 35px 30px 20px 30px;
	font-family: Georgia, Times, serif;
}

ul#navigation {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 43px 0px 0px 0px;
}

ul#navigation li {
	margin: 0px;
	padding: 0px;	
}

ul#navigation li a {
	width: 116px;
	display: block;
	padding: 5px 20px 6px 35px;
	line-height: 130%;
	font-size: 1.5em;
	font-family: Myriad, Myriad Pro, Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #E13A3E;
}

ul#navigation li a#swap {
	line-height: 100%;
	margin-top: 10px;
}

ul#navigation li a#swap:hover {
	background-color: transparent;
}

ul#navigation li a:hover {
	background-color: #E13A3E;
	color: #ffffff;
}

#text {
	width: 489px;
	float: right;
	margin-top: 44px;
}

#text h1 {
	margin: 0px 0px .3em 0px;
	font-size: 2.4em;
	line-height: 120%;
	color: #BA842A;
	font-weight: 100;
}

#text h2 {
	margin: 0px 0px .3em 0px;
	font-size: 2em;
	line-height: 120%;
	color: #BA842A;
	font-weight: 100;
}

#text h1#blogheader {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 3em;
	line-height: 120%;
	color: #E13A3E;
	font-weight: 100;
}

#text h1 a, #text h2 a {
	color: #BA842A;
	text-decoration: none;
}

#text h1 span, #text h2 span {
	font-size: 50%;
	font-style: italic;
}

#text h2 {
	margin: 0px 0px .3em 0px;
	font-size: 1.8em;
	line-height: 120%;
	color: #BA842A;
	font-weight: 700;
}

#text p {
	margin: 0px 0px 1em 0px;
	font-size: 1.6em;
	line-height: 140%;
	color: #4d4d4d;
}

#text p a {
	color: #BA842A;
	text-decoration: none;
}

#text ul {
	margin-top: 0px
	margin-bottom: .7em;
	font-size: 1.4em;
	line-height: 140%;
	color: #4d4d4d;
}

#text ul li {
	margin: 0px 0px .3em 0px;
}

#text p.postmetadata, #text p.commentmetadata {
	font-size: 75%;
	font-style: italic;
}

/* footer */

#footer {
	background-image: url(/images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 64px;
	padding: 23px 30px 0px 30px;
	text-align: center;
	clear: both;
}

#footer p {
	margin: 0px;
	color: #BA842A;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 100%;
}

#footer p img {
	vertical-align: middle;
}

#footer p a {
	color: #BA842A;
	text-decoration: none;
}

#footer span {
	padding: 0px 5px 0px 5px;
}

/* sidebar */

#sidebar h3 {
	color: #BA842A;
	font-size: 2em;
	margin: 7px 0px .7em 0px;
	line-height: 130%;
}

#sidebar p {
	margin: 0px 0px 1em 0px;
	font-size: 1.2em;
	line-height: 140%;
	color: #4d4d4d;
}

#sidebar p a {
	color: #BA842A;
}

/* misc */

form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input#address {
	border: 1px solid #BA842A;
	padding: 2px;
	font-size: 1.2em;
	width: 100px;
	margin: 0px 2px 0px 0px;
}

input#go {
	background-color: #BA842A;
	border: 0px;
	padding: 3px;
	color: #ffffff;
}

.pic_rt {
	float: right;
	margin: 0px 0px 10px 10px;
}

body#navfront #text h1 {
	display: none;
}

div#respond h2 {
	margin-top: 15px;
	margin-bottom: 10px;
}

div#respond input#author, div#respond input#email, div#respond input#url, div#respond textarea#comment {
	border: 1px solid #BA842A;
	padding: 2px;
	font-size: 1.1em;
	margin: 0px 4px 0px 0px;
}

div#respond input#submit {
	background-color: #BA842A;
	border: 0px;
	padding: 3px;
	color: #ffffff;
}

p.next {
	padding-top: 20px;
	border-top: 1px solid #cccccc;
	margin-top: 25px;
}

body#navfront  li.navhome {
	display: none;
}

form#atn {
	padding: 20px 20px 10px 20px;
	background-image: url(/images/bg_screen.gif);
	margin: 10px 0px 0px 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form#atn .fields {
	padding: 4px;
	border: 1px solid #cccccc;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #666666;
}

form#atn #realname, #contactform #email {
	width: 230px;
	margin-right: 10px;
}

form#atn #message {
	width: 430px;
}


ul#navigation li.askme a {
	padding-left: 30px;
}