@import url("lightview.css"); 

*{ margin:0; padding:0; }

body { 
	background-image: url(../images/bg-wood.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #121212;
	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: #ff0084; text-decoration: none; }

h1 { padding: 50px 0 20px 0; line-height: 1.5em; font-size: 1.6em; color: #121212; }
h2 { padding: 0px 0 10px 0; line-height: 1.1em; font-size: 1.2em; color: #41a0dc; }
h3 { padding: 0px 0 10px 0; line-height: 0.9em; font-size: 1em; color: #41a0dc; }

p { color: #41a0dc; }

blockquote {
	}
	
#page { width: 940px; margin: 0 auto; padding: 0; }

.csw {
	width: 800px;
	height: 380px;
	overflow: hidden;
	margin: 0;
	}
	
.csw .loading {
	width: 800px;
	height: 380px;
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
	text-align: center;
	font-size: 0.9em;
}
.stripViewer { position: relative; overflow: hidden; clear: both; width: 800px;	height: 380px; margin: 0 auto; }
.stripViewer .panelContainer { position: relative; left: 0; top: 0; width: 800px; }
.stripViewer .panelContainer .panel { float:left; position: relative; width: 800px; margin: 0 auto; }

.entry { width: 800px; font-size: 1.5em; line-height: 1.5em; margin: 0 auto; }

.peanut {
	float: left;
	background-image:url(../images/peanut.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 180px;
	height: 274px;
	margin: 0;
	padding: 0;
	}
	
.peanut:hover {
	background-image:url(../images/peanut.png);
	background-repeat: no-repeat;
	background-position: 0px -274px;
	width: 180px;
	height: 274px;
	margin: 0;
	padding: 0;
	}
	
.entry blockquote {
	width: 700px;
	color: #41a0dc;
	background: url(../images/close-quote.png) no-repeat right bottom;
	padding-left: 40px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	text-indent: -40px;
	font-size: 0.8em;
	font-style: italic;
	line-height: 30px;
	font-weight: normal;
	}

.entry blockquote:first-letter {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 30px;
	background: url(../images/open-quote.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	}

.entry ul { }

.entry li {
	color: #41a0dc;
	list-style-position: inside;
	list-style-image: url(../images/bullet.png);
	list-style-type: none;
	line-height: 1.4em;
	font-size: 0.8em;
	}
	
.album { width: 780px; padding: 0; margin: 0; }
.album img { float: left; padding: 1px; border: 2px solid #ddd; background: #fff; margin: 6px; }
.album img:hover { padding: 1px; border: 2px solid #41a0dc; background: #41a0dc; margin: 6px; }

.stripNav {
	border: none;
	}

.stripNavL {
	float: left;
	position: relative; top: -200px; left: 0;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: 0px -61px;
	width: 80px;
	height: 60px;
	border: none;
	margin: 0;
	}
	
.stripNavL:hover {
	position: relative; top: -200px; left: 0;
	background-image:url(../images/left.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 80px;
	height: 60px;
	border: none;
	margin: 0;
	}
	
.stripNavR {
	float: right;
	position: relative; top: -200px; left: 0;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: 0px -61px;
	width: 80px;
	height: 60px;
	border: none;
	margin: 0;
	}
	
.stripNavR:hover {
	position: relative; top: -200px; left: 0;
	background-image:url(../images/right.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 80px;
	height: 60px;
	border: none;
	margin: 0;
	}

#social-media { 
	width: 800px;
	height: 150px;
	margin: 0 auto; 
	padding-top: 15px;
	text-align: left; 
	font-size: 0.8em; 
	color: #fff;
	clear: both;
	background-image:url(../images/bg-twitter.png);
	background-repeat: no-repeat;
	}
	
.bird {
	float: left;
	background-image:url(../images/tweet.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 128px;
	height: 128px;
	}
	
.bird:hover {
	background-image:url(../images/tweet.png);
	background-repeat: no-repeat;
	background-position: 0px -128px;
	width: 128px;
	height: 128px;
	}
	
.tweet {
	font-size: 11px;
	width: 670px;
	color: #41a0dc;
	}
	
.tweet ul { 
	
	}

.tweet li {
	color: #41a0dc;
	list-style: none;
	line-height: 20px;
	}
	
#footer {
	clear: both;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.6em;
	}