/*
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: #000000;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS";
	font-size: 62.5%;
	color: #272727;
}



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: 940px;
	height: 150px;
	margin: 0px auto;
	display: block;
        background: url('http://alive315.com/wp-content/uploads/2009/09/header3.jpg');
background-repeat: no-repeat;
}






#navigation {

	width: 180px;
	float: left;
	font-size: 1.2em;
	text-transform: lowercase;
position: relative;
top: 66px;
left: 0px;
}


#navigation ul{
		
		height:89px;
		width:180px;
	}

#navigation ul li{
			display:block;
			float:left;
			width:45px;
			height:89px;
		}
			#navigation ul li a{
				display:block;
				position:relative;
				width:45px;
				height:89px;
				background-image:url('http://alive315.com/wp-content/uploads/2009/09/nav_links4.png');
				background-repeat:no-repeat;
			}
				#navigation ul li a strong{
					display:none;
				}
				#navigation ul li a span:hover{
					display:block;
					position:absolute;
					width:45px;
					height:89px;
					background-image:url('http://alive315.com/wp-content/uploads/2009/09/nav_links4.png');
					background-repeat:no-repeat;
				}
				#home a{
					background-position:0 0;
				}
					#home a:hover{
						background-position:0 -89px;
					}
				

#about a{
					background-position:-45px 0;

				}
					#about a:hover{
						background-position:-45px -89px;


					}

				#contact a{
					background-position:-90px 0;
				}
					#contact a:hover{
						background-position:-90px -89px;
					}
				
					
				#rss2 a{
					background-position:-135px 0;
				}
					#rss2 a:hover{
						background-position:-135px -89px;
					}




#mid {
	width: 100%;
	padding-bottom: -2px;
	
}

#mid.index {
	background: transparent url(images/indexbg.png) no-repeat 50% 0;
}

#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: 940px;
	height: 500px;
}

.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: 940px;
	font-size: 1.4em;
}


.content-top {
	height: 15px;
	width: 940px;
	background: transparent url('http://alive315.com/wp-content/uploads/2009/09/content-top.png') repeat-y 0 0;
}

.content-mid {
	width: 920px;
	padding: 0 20px;
	background: transparent url('http://alive315.com/wp-content/uploads/2009/09/content-mid.png') repeat-y 0 0;
min-height: 450px;
}

.content-bottom {
	height: 15px;
	width: 940px;
	background: transparent url('http://alive315.com/wp-content/uploads/2009/09/content-bottom.png') repeat-y 0 0;
}



.about-top {
	height: 15px;
	width: 940px;
	
}

.about-mid {
	width: 940px;
	height:920px;
	background: transparent url('http://www.alive315.com/wp-content/uploads/2009/10/experience3.png') repeat-y 0 0;
min-height: 450px;
}

.about-bottom {
	height: 15px;
	width: 940px;
	
}

.postmetadata {
	padding-bottom: 10px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

.postmetadata-archive {
	width: 100%;
	height: 58px;
	padding-top: 10px;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS";
	color: #272727;
	line-height: 1.5em;
}

#thepost {
	margin-bottom: 15px;
width: 940px;
}

#content {
	width: 940px;
	margin: 0px auto;
	font-size: 1.2em;
}

#narrow-column {
	width: 940px;
	float: left;
}

#narrow-column p, #narrow-column h3 {
	padding-bottom: 10px;
}

#narrow-column p a {
	font-weight: bold;
	color: #594e7a;
}

#narrow-column ul {
	margin: 0 0 10px 20px;
}

#narrow-column input, #narrow-column textarea, #narrow-column submit {
	padding: 6px;
	border: 1px solid #c6c6c6;
}

#narrow-column #submit:hover {
	background-color: #333;
	color: #efefef;
}

#narrow-column textarea {
	width: 545px;
}

.commentlist {
	list-style: none;
	margin-bottom: 10px;
}

.commentlist span.left a {
	font-weight: bold;
}

.commentlist span.right a {
	font-size: 0.8em;
	color: #9e9e9e;
}

.comment-top {
	width: 940px;
	height: 25px;
	padding: 10px;
	padding-bottom: 0;
	background: #fff url(images/comments/head.png) no-repeat 0 0;
}

.comment-mid {
	width: 100px;
	padding: 15px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c6c6c6;
}

.comment-bottom {
	width: 990px;
	height: 10px;
	background: #fff url(images/comments/bottom.png) no-repeat 0 0;
}

.commentmetadata {
	font-size: 0.8em;
}



#footer {
	width: 940px;
	margin: 0px auto;
	padding-bottom: 10px;
	text-align: right;
	font-size: 1.5em;
	color: #9e9e9e;
}

#footer a {
	color: #9e9e9e;
}

#footer a.valid {
	padding-left: 16px;
	background: transparent url(images/tick.png) no-repeat 0% 50%;
}

#footer a.valid:hover {
	background: transparent url(images/tick-hover.png) no-repeat 0% 50%;
}

/* Coda Slider
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 500px; overflow: hidden}
.csw .loading {margin: 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	clear: both;
	width: 940px;
	height: 500px;
	margin: 0px auto;
	padding-top: 5px;
	
}

.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;
	height: 500px;
	position: relative;
	width: 940px; /* Also specified in  .stripViewer  above */
}

.stripNavL, .stripNavR {
	position: relative;
	top: -300px;
	z-index: 200;
}

.stripNavL, .stripNavR a:hover, a:active {
	color: #000000;
	text-decoration: none;
background: none;
}

.stripNavL { float: left; }

.stripNavR { float: right; }