
/* HTML tags 
 *********************/
body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	background: url('../images/background_paper.jpg');
	background-repeat: repeat;
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #434443;
}

ul {
	margin: 0 0 0 35px;
	padding: 0;
}

li {
	line-height: 15px;
	margin: 0 0 10px 0;
}

.snav li {
  list-style-image: url('../images/snav_bullet_disc.gif');
  padding: 0;
  margin: 0;
}

.snav li.active {
  list-style-image: url('../images/snav_bullet_arrow.gif');
}

p {	
	line-height: 20px;
	margin: 20px 0 0 0;
}

img {
	border: 0;
}

h3 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	margin: 0 0 -15px 0;
}


/* Basic page layout 
 *********************/
.page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 75px;
	padding: 0;
}

.header {
	margin: 0 0 25px 0;
	padding: 0;
}

.content {

}

.footer {
	clear: both;
	padding: 25px 0 0 0;
	margin: 0;
}

.half {
	float: left;
	width: 380px;
	margin: 0;
	padding: 0 10px 0 10px;
}

.quarter {
	float: left;
}

.third {
	float: left;
	width: 275px;
	padding: 0 10px 0 10px;
}

.twothirds {
	float: left;
	width: 485px;
	padding: 0 10px 0 10px;
}

.thumb {
  margin: 0 6px 5px 0;
}

.snav {
  width: 275px;
  height: 375px;
  padding: 20px 15px 15px 5px;
  margin: 0;
  background: url('../images/snav_bg.gif');
  background-repeat: no-repeat;
}

.viewer {
  position: absolute;
  top: 43px;
  left: 43px;
}

.viewer-header {
  margin-top: 20px;
}

.viewer-background {

}


/* Dividers
 *********************/
hr {
	height: 7px;
	background-repeat: no-repeat;
	border: 0;
	margin: 0 0 15px 0;
	padding: 0;
}

.half hr {	
	background: url('../images/divider_half.gif');
}

.quarter hr {
	background: url('../images/divider_quarter.gif');
}

.third hr {
	background: url('../images/divider_third.gif');
}

.twothirds hr {
	background: url('../images/divider_2thirds.gif');
}


/* Blog Styles
 *********************/
.post {
	margin: 10px 0 25px 0;
}

.post-meta {
	margin: 5px 0 0 0;
	text-align: right;
}

.post-date {
	font-size: 9px;
	font-style: italic;
}

.post-comments {

}


/* Contact Page
 *********************/
.contact-name {
  width: 280px;
  height: 40px;
  padding: 23px 5px 0 15px;
  margin: 0;
  background: url('../images/contact_name_bg.gif');
  background-repeat: no-repeat;
}

.contact-email {
  width: 280px;
  height: 40px;
  padding: 23px 5px 0 15px;
  margin: 0;
  background: url('../images/contact_email_bg.gif');
  background-repeat: no-repeat
}

.contact-message {
  width: 400px;
  height: 200px;
  padding: 22px 5px 0 15px;
  margin: 0;
  background: url('../images/contact_message_bg.gif');
  background-repeat: no-repeat
}

.contact-name input, .contact-email input, .contact-message textarea {
  border: 0;
  background: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #434443;
}

.contact-name input, .contact-email input {
  width: 240px;
  height: 15px;  
}

.contact-message textarea {
  width: 380px;
  height: 185px;
}


/* Links
 *********************/
a {
	color: #da4e35;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

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

h3 a:hover, h3 a:active {
	color: #da4e35;
}