*{ margin:0; padding:0; }

body { 
	background-image: url(../images/bg-wood.jpg);
	background-repeat: repeat;
	font-family: "Lucida Grande",Tahoma,Verdana,sans-serif;
	font-size: 100%;
	color: #121212; 
	}
	
a:link, a:visited {	color: #fff; text-decoration: none; }
a:hover, a:active { color: #121212; text-decoration: none; }

h1 { padding: 70px 0 20px 0; font-size: 2em; color: #fff; }
h2 { padding: 0px 0 10px 0; line-height: 1.1em; font-size: 1.2em; color: #121212; }
h3 {
	font-size: 0.6em;
	line-height: 30px;
	color: #121212;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	font-weight: normal;
}

p { color: #121212; width: 780px; font-size: 0.9em;}

ul { }

li { }

blockquote {
	width: 700px;
	color: #121212;
	background: url(../images/close-quote.png) no-repeat right bottom;
	padding-left: 40px;
	text-indent: -40px;
	font-size: 1.1em;
	font-style: italic;
	line-height: 34px;
	font-weight: normal;
	text-align: justify;
	}

blockquote:first-letter {
	font-size: 1.1em;
	line-height: 34px;
	background: url(../images/open-quote.png) no-repeat left top;
	padding-left: 40px;
	}

#page { min-width: 800px; max-width: 940px; margin: 0px auto; position: relative; }

.panel, .panel-single { color: #efefef; display: block; width: 800px; }
.panel-single {	height: 300px; margin: 0px auto; padding-top: 10px; }
.entry { max-width: 800px; padding-right: 5px; bottom: 100px; right: 200px; z-index: 100; font-size: 1.5em; line-height: 1.5em; }

.entry ul { }

.entry li {
	color: #121212;
	list-style-position: inside;
	list-style-image: url(../images/bullet.png);
	list-style-type: none;
	line-height: 1.1em;
	font-size: 0.7em;
	}
	
.tweet {
	color: #121212;
	}
	
.tweet ul { }

.tweet li {
	color: #121212;
	list-style: none;
	line-height: 20px;
	}

.csw {width: 100%; height: 400px; margin-bottom: 55px; overflow: hidden; }
.csw .loading {margin: 0; height: 600px; margin-top: 250px; text-align: center; font-size: 0.9em; }
.stripViewer { position: relative; overflow: hidden; clear: both; width: 780px;	height: 400px; margin: 0px auto; padding-top: 5px; }
.stripViewer .panelContainer { position: relative; left: 0; top: 0;	width: 100%; }
.stripViewer .panelContainer .panel { float:left; height: 500px; position: relative; width: 940px; }

.stripNavL {
	float: left;
	position: relative; top: -200px; z-index: 200;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 80px;
	height: 60px;
	border: none;
	}
	
.stripNavL:hover {
	position: relative; top: -200px; z-index: 200;
	background-image:url(../images/left.png);
	background-repeat: no-repeat;
	background-position: 0px -61px;
	width: 80px;
	height: 60px;
	border: none;
	}
	
.stripNavR {
	float: right;
	position: relative; top: -200px; z-index: 200;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 80px;
	height: 60px;
	border: none;
	}
	
.stripNavR:hover {
	position: relative; top: -200px; z-index: 200;
	background-image:url(../images/right.png);
	background-repeat: no-repeat;
	background-position: 0px -61px;
	width: 80px;
	height: 60px;
	border: none;
	}

#social-media { 
	width: 800px;
	height: 87px;
	margin: 0px auto; 
	padding-top: 10px;
	text-align: left; 
	font-size: 0.8em; 
	color: #fff;
	background-image:url(../images/bg-twitter.png);
	background-repeat: no-repeat;
	}
	
#footer { 
	width: 800px;
	margin: 0px auto; 
	text-indent: 20px;
	text-align: left; 
	font-size: 0.7em; 
	color: #fff;
	}
	
#footer a { color: #fff; }
#footer a:hover, a:active { color: #121212; }