/*
Theme Name: Viewport
Theme URI: http://labs.paulicio.us/viewport/
Description: A clean, image based layout
Version: 1.0
Author: Paul Bennett
Author URI: http://paulicio.us
Tags: pictures, images, simple, clean, viewport
*/

* {margin:0; padding:0;}

body {
	background: #d4d4d4 url(images/bg.png) repeat-x;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 62.5%;
	color: #272727;
}

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

a:hover, a:active {
	color: #272727;
	text-decoration: underline;
}

ul {
	list-style: circle;
}

img {
	border: none;
}

label {
	margin-left: 10px;
}

blockquote {
	margin: 0px 5px 10px 5px;
	padding: 10px 10px 1px 10px;
	font-style: italic;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}

span.left { float: left; }
span.right { float: right; }

.clearer { clear: both; }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 4px 5px 0 5px;
   margin: 0;
}

#page {
	min-width: 950px;
	max-width: 1100px;
	margin: 0px auto;
	position: relative;
}

#header {
	width: 900px;
	height: 48px;
	margin: 0px auto;
	padding-bottom: 10px;
}

#header h1{
	padding: 12px 0 12px 0;
}

#header h1 a{
	padding: 12px 10px 12px 0;
	font-size: 18px;
	color: #f6f6f6;
	font-weight: lighter;
	text-shadow: 1px 1px 0 #1c1c1c;
}

#header h1 a span{
	color: #959595;
}

#header h1 a:hover{
	text-decoration: none;
}


#nav {
	width: 500px;
	position: absolute;
	top: 0;
	left: 500px;
	font-size: 14px;
}

#nav li {
	display: inline;
	float: right;
	padding: 14px 0 14px 20px;
	list-style: none;
}

#nav li a{
	color: #f6f6f6;
	text-shadow: 1px 1px 0 #1c1c1c;
	padding: 14px 0 14px 20px;
}

#nav li a:hover{
	text-decoration: none;
	color: #d2d2d2;
}

#mid {
	width: 100%;
	padding-bottom: 20px;
}

#mid.index {
}

#mid.single {
	background: transparent url(images/singlebg.png) no-repeat 50% 0;
}

#mid.archive {
	background: none;
}

.panel, .panel-single {
	font-family: Georgia;
	color: #efefef;
	position: relative; 
	display: block; 
	width: 900px;
	margin-top: 90px;
}

.drop{
	background: url(images/drop.png);
	width: 1040px;
	height: 81px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -530px;
	top: 482px;
}

.panel-single {
	height: 300px;
	margin: 0px auto;
	padding-top: 10px;
}

.wrapper-archive {
	width: 270px;
	height: 240px;
	padding: 10px;
	margin: 0 10px 10px 10px;
	background: transparent url(images/archivebg.png) no-repeat 0 0;
	display: block;
	position: relative;
	float: left;
}

.wrapper-archive .post-title {
	max-width: 220px;
	font-size: 1.4em;
}

.post-title{
	max-width: 870px;
	position: absolute;
	top: -50px;
	left: 30px;
	z-index: 100;
	font-size: 16px;
	color: #7a7a7a;
	text-shadow: 1px 1px 0 #e4e4e4;
}

.post-title h3{
	font-size: 24px;
	color: #111111;
	font-weight: lighter;
	display: inline;
}

.post-title a, .post-title-single a, .entry a {
	color: #111;
	text-decoration: none;
}

.post-title-single {
	top: 30px;
}

.entry {
	width: 880px;
	position: absolute;
	top: 420px;
	right: 10px;
	z-index: 100;
	font-size: 13px;
	line-height: 18pt;
	color: #676767;
	text-shadow: 1px 1px 0 #e4e4e4;
	font-weight: lighter;
}

.entry span{
	color: #252525;
	line-height: 25pt;
}

.entry .about{
	width: 425px;
	float: left;
}

.entry .else{
	width: 410px;
	float: right;
}

.entry .used{
	padding: 0 50px 0 0;
	float: left;
	vertical-align: top;
	height: 210px;
}

.entry .used a{
	color: #676767;
	text-decoration: none;
}

.entry .did{
}

#content {
	width: 900px;
	margin: 0px auto;
	font-size: 1.2em;
}



/* Coda Slider
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 600px; overflow: hidden}
.csw .loading {margin: 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	clear: both;
	width: 900px;
	margin: 0px auto;
	height: 720px;
	
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	
	position: relative;
	width: 900px; /* Also specified in  .stripViewer  above */
}

.stripNavL, .stripNavR {
	position: relative;
	top: -500px;
	z-index: 200;
}

.stripNavL { float: left; }

.stripNavR { float: right; }