/*
Theme Name: A Viewport Mod
Description: Modification of the original by Paul Bennett's excellent WP theme found at paulicio.us
Version: 0.2
Author: Fred Maya
Author URI: http://fredmaya.com
*/

* {margin:0; padding:0;}

body {
	background: #040C0E url(images/starry_light_rgbfoto_bg.jpg) center top no-repeat;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS";
	font-size: 62.5%;
	color: #d1d1d1;
	background-repeat: no-repeat !important;
	}
a:link, a:visited {
	color: #D6D58F;
	text-decoration: none;
	}
a:hover, a:active {
	color: #D6D58F;
	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 {
	width: 100%;
	min-width: 900px;
	max-width: 1100px;
	margin: 0px auto;
	position: relative;
	}
#header {
	width: 900px;
	height: 84px;
	margin: 0 auto;
	padding: 0 0 1px 0;
	position: relative;
	}
	#header h1 {
		font-family: Georgia;
		font-size: 2.4em;
		font-style: italic;
		letter-spacing: -.02em;
		position: absolute;
		bottom: 10px;
		margin:0;
		}
	#header h1 a:link,
	#header h1 a:visited {
		color: #AAB5B9;
		font-weight: normal;
		display: block;
		padding: 0 0 0 194px;
		background: transparent url(images/photologue_title.png) left top no-repeat;
		line-height: 50px;
		height: 50px;
		}
	#header h1 a:hover {color: #0A5B73;}
	#header h1 span {display: block; color: #808080; font-size: 13px; letter-spacing: normal; font-weight: normal;}
#nav {
	width: 500px;
	float: left;
	font-size: 1.2em;
	text-transform: lowercase;
	}
#nav li {
	display: inline;
	float: left;
	padding: 10px 6px;
	list-style: none;
	background: transparent url(images/navbar/mid.png) repeat-x 0 0;
	}
#nav .subscribe {
	padding-right: 20px;
	background: transparent url(images/rss.png) no-repeat 100% 50%;
	}
#nav li.left {
	height: 36px;
	width: 15px;
	padding: 0;
	background: transparent url(images/navbar/left.png) no-repeat 0 0;
	}
#nav li.right {
	height: 36px;
	width: 15px;
	padding: 0;
	background: transparent url(images/navbar/right.png) no-repeat 0 0;
	}
#searchbox {
	width: 306px;
	margin: 0;
	padding: 0;
	bottom: 10px;
	right: 0;
	position: absolute;
	}
#searchbox li {
	width: 306px;
	height: 50px;
	
	list-style: none;
	padding: 0;
	margin: 0;
	}
#searchbox input {
	width: 292px;
	background: none;
	background: transparent url(images/alpha50_bg.png) repeat 0 0;
	padding: 15px 2px 16px 12px;
	color: #808080;
	font-size: 1.3em;
	border: 1px solid #040C0E;
	margin: 0;
	}
	#searchbox input:hover {border: 1px solid #0f6d84;}
#mid {
	width: 100%;
	padding-bottom: 20px;
	margin-top: 22px;
	}
#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.single .editlink {position: absolute; bottom: 18px; left: 18px; font-size: 16px; }
#mid.archive {
	background: none;
	}
.panel, .panel-single {
	font-family: Georgia;
	color: #efefef;
	position: relative; 
	display: block; 
	width: 880px;
	height: 562px;
	}
.panel-single {
	height: 562px;
	margin: 0px auto;
	}
.wrapper-archive {
	width: 270px;
	height: 240px;
	padding: 10px;
	margin: 0 2px 20px 0;
	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, .post-title-single {
	max-width: 870px;
	padding: 15px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 30px;
	font-weight: normal;
	}
.post-title a, .post-title-single a, .entry a {
	color: #f5f5f5;
	text-decoration: none;
	}
.post-title-single {
	top: 20px;
	}
.entry {
	max-width: 320px;
	padding: 12px;
	position: absolute;
	bottom: 20px;
	right: 24px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 1.3em;
	line-height: 1.5em;
	}
.entry ul {
	margin: 5px 0 10px 0;
	}
.entry li {
	padding: 5px 0 7px 0;
	border-bottom: 1px solid #3b3b3b;
	list-style: none;
	}

.entry a:hover {
	color: #c6c6c6;
}

.entry .big {
	font-size: 2em;
	}
.entry .rss-big {
	padding-right: 24px;
	background: transparent url(images/rss.png) no-repeat 100% 60%;
	}
.postmetadata {
	margin: 24px 20px 20px 20px;
	padding: 0;
	color: #838484;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	}
	.hr {background: url(images/hr_bg.gif) left 50% repeat-x; clear: both; padding: 12px 0;}
.postmetatags {margin-top: -6px; padding: 5px 10px 7px 10px !important; background: #000; float: left;}
.postmetadata-archive {
	height: 58px;
	padding: 12px 12px 0;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS";
	color: #ddd;
	line-height: 1.5em;
	}
#thepost {
	margin-bottom: 15px;
	}
#content {
	width: 900px;
	margin: 0px auto;
	font-size: 1.2em;
	color: #272727;
	}
	#content a:link,
	#content a:visited {
		color: #272727;
		}
	#content a:hover { color: #272727; }
#narrow-column {
	width: 574px;
	float: left;
	background: transparent url(images/content5_rpt_bg.png) left top repeat;
	border-top: 1px solid #333;
	border-bottom: 1px solid #000;
	}
#narrow-column p, #narrow-column h3 {
	padding-bottom: 10px;
	}
#content #narrow-column p a {
	font-weight: bold;
	color: #24bed6;
	}
#narrow-column ul {
	margin: 0 0 10px 20px;
	}
#narrow-column input, #narrow-column textarea, #narrow-column submit {
	padding: 6px;
	border: 1px solid #c6c6c6;
	background: #ddd;
	}
#narrow-column #submit:hover {
	background-color: #333;
	color: #efefef;
	cursor: pointer;
	border: #999;
	}
#narrow-column textarea {
	width: 500px;
	border: 1px solid #333;
	}
#narrow-column #postcontent {margin: 20px; padding: 0; color: #ccc; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 18px; line-height: 24px; color: #838484;}
	#postcontent a {font-weight: normal !important; color: #073D4B !important;}
	#postcontent a:hover {color: #fff !important;}
	#postcontent h4 {font-weight: normal; padding: 5px 10px 7px 10px; background: #000; }

#thecomments {
	margin: 20px;
	color: #ccc;
	}
.commentlist {
	list-style: none;
	margin-bottom: 12px;
	}
	.commentlist li.comment {margin-top: 12px;}
.commentlist .comment {
	color: #838484;
	position: relative;
	}
.commentlist .comment-author a:link,
.commentlist .comment-author a:visited {
	color: #838484 !important;
	font-weight: bold;
	}
.commentlist .comment .avatar {border: 3px solid #5a5c5c; width: 67px; height: 67px; position: absolute; right: 0; top: 0;}
.commentlist .comment-meta {position: absolute; right: 120px; width: 160px; top: 12px; text-align: right;}
.commentlist li.comment {background: transparent url(images/comment_tip_bg.png) 430px 12px no-repeat;}

.commentlist .comment-author,
.commentlist p {padding: 12px; margin: 0; background: #000; color: #666; width: 410px;}
	
	
	
	
.commentlist span.left a {
	font-weight: bold;
	}
.commentlist span.right a {
	font-size: 0.8em;
	color: #9e9e9e;
	}
.comment-top {
	height: 25px;
	padding: 10px;
	padding-bottom: 0;
	background: transparent url(images/comment_tip_bg.png) 100% 0 no-repeat;
	}
.comment-mid {
	width: 540px;
	padding: 15px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c6c6c6;
	}
.comment-bottom {
	width: 590px;
	height: 10px;
	background: #fff url(images/comments/bottom.png) no-repeat 0 0;
	}
.commentmetadata {
	font-size: 0.8em;
	}
#sidebar {
	width: 306px;
	line-height: 1.5em;
	float: right;
	
	border-top: 1px solid #333;
	border-bottom: 1px solid #000;
	}
#sidebar .asides {padding: 20px; margin: 0; color: #308e9c; background: transparent url(images/content5_rpt_bg.png) left top repeat;}
#sidebar .postnav {margin: 6px 0; padding: 20px; color: #308e9c; background: transparent url(images/content5_rpt_bg.png) left top repeat;}
#sidebar .postnav a:link,
#sidebar .postnav a:visited {display: block; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 16px; line-height: 36px; height: 40px; color: #787878;}
#sidebar .postnav a:hover {color: #308e9c;}
	.postnav .nextlink a:link,
	.postnav .nextlink a:visited {text-align: right; background: transparent url(images/postnav_right.png) right 50% no-repeat; padding-right: 26px;}
	.postnav .nextlink a:hover {background: transparent url(images/postnav_right_over.png) right 50% no-repeat;}
	.postnav .prevlink a:link,
	.postnav .prevlink a:visited {text-align: left; background: transparent url(images/postnav_left.png) left 50% no-repeat; padding-left: 26px;}
	.postnav .prevlink a:hover {background: transparent url(images/postnav_left_over.png) left 50% no-repeat;}
#sidebar #postcontent {margin: 0; padding: 20px 20px 32px 20px; color: #ccc; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 18px; background: transparent url(images/content5_rpt_bg.png) left top repeat; border-bottom: 2px dashed #333; line-height: 22px;}
#sidebar li {
	list-style: none;
	}
#sidebar h2 {
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px solid #c6c6c6;
	}

#footer {
	width: 900px;
	margin: 20px auto 6px auto;
	padding-bottom: 10px;
	text-align: left;
	font-size: 0.9em;
	color: #9e9e9e;
	}
#footer a {
	color: #9e9e9e;
	}


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

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

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	clear: both;
	width: 880px;
	height: 562px;
	margin: 0px auto;
	}
.stripNavL a, .stripNavR a {outline: none;}
.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%;
	}
.archive .panel {padding-top: 10px;}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 562px;
	position: relative;
	width: 880px; /* Also specified in  .stripViewer  above */
	}
.stripNavL, .stripNavR {
	position: relative;
	top: -360px;
	z-index: 200;
	}
.stripNavL { float: left; }
.stripNavR { float: right; }