/*
Title:      Thumper Media master styles for screen media
Author:     Tzipora Ginzberg, ThumperMedia.com
Updated:    October 9 2005 - March 9 1010
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #039;
	background-color: #fff;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
#content {
	width: 705px; 
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #fff;
	border: 1px dotted #69f;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 705px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 705px;
	}
html>body #content {
	width: 705px; /* ie5win fudge ends */
	}
#navbar {
	color: #039;
	background: #fff;
/*	width: 100%; */
	height: 27px; 
	border-top: 1px dotted #69f;
	border-bottom: 1px dotted #69f;
	padding-left: 42px;
	}
#padded {
	padding: 0px 48px 10px 48px;
	}	
p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #039;
	font-size: .9em;
	}
a:link {
	color: #039;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: #039;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #039;
	text-decoration: underline;
	font-weight: bold;
	}
a:active {
	color: #039;
	text-decoration: underline;
	font-weight: bold;
	}
.copyright {
	font-size: .7em;
	text-align: center;
	}
h1 {
	font-size: 1em;
	font-weight: bold;
	}
h2 {
	font-size: .9em;
	font-weight: bold;
	}	
ul {
	font-size: .9em;
	}
.input {
	border-top: 1px solid #039; 
	border-left: 1px solid #039; 
	border-bottom: 1px solid #69f; 
	border-right: 1px solid #69f;  
	}
.table {
	font-size: .9em;
	}
.tableheader {
	font-size: .8em;
	font-weight: bold;
	color: #fff;
	background: #039;
	}
.tabletext {
	font-size: .8em;
	}
.caption {
	color: #99f;
	font-size: .7em;
	}
.addtext {
	font-size: .9em;
	}
a.portfolio {
	color: #69f;
	}
.featuredimg {
	margin: 0 10px 0 0;
	padding: 6px 6px 6px 0;
	}