/*
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;}

html, body {
	height: 100%;
}

.footer, .push {
	height: 256px; /* .push must be the same height as .footer */

}

.footer {
    width: 100%;
	position: relative;
	margin: 0 auto;
	background: transparent url(../../../../dom08/dom11_02.jpg) no-repeat left;
}


body {
	background: #C0C0C0 url(../../../../dom08/bgHead.jpg) repeat-x scroll center top;
	font: 100% "Tw Cen MT", Verdana, Arial, sans-serif;
	color: #272727;
}

a:link {
	color: #27615E;
	text-decoration: none;
}

a:visited {
	color: #419E9C;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

ul {
	list-style: circle;
}

p {
	padding-top: 8px;
	padding-bottom: 8px;
}
.pageh1 {
	color: #CCCCCC;
	background-color: #666666;
	padding: 5px;
	font-weight: bold;
}

img {
	border: none;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 18px;
}

#list ul {
	font-size: 110%;
	width: 250px;
	list-style-type: none;
}

#list li a:link{
	display: block;
	color: #333333;
	background-color: #E0E0E0;
	list-style-type: none;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#list li a:visited {
	display: block;
	color: #333333;
	background-color: #BBB;
	list-style-type: none;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#list li a:hover {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E6E6E6;
	color: #419E9C;
}

#pixelpost {
	padding-top: 10px;
}

#pixelpost img {
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #FFFFFF;
}

#pixelpost img:hover {
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #003333;
}


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;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -256px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	width: 940px;
	height: 75px;
	margin: 0px auto;
	padding-bottom: 10px;
	text-align: left;
}

#header h1 {
	padding: 30px 0 16px 0;
	font-family: "Tw Cen MT", Verdana, Arial, sans-serif;
	font-size: 2.0em;
}

#logo {float: left;}

#nav {
	width: 300px;
	float: right;
	font-size: 1.0em;
	text-transform: uppercase;

}

#nav li {
	display: inline;
	float: left;
	padding: 65px 6px 10px;
	list-style: none;
}

#nav li a {
	color: #B7B7B7;
	font-weight: bold;
	text-transform: capitalize;
}

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

#nav .subscribe {
	padding-right: 20px;
		background: transparent url(images/rss.png) no-repeat 100% 50%;

}

#nav li.left {
	height: 36px;
	width: 15px;
	padding: 0;

}

#nav li.right {
	height: 36px;
	width: 15px;
	padding: 0;

}

#searchbox {
	width: 285px;
	margin-top: 4px;
	float: right;
}

#searchbox li {
	width: 285px;
	height: 26px;
	background: transparent url(images/search.png) no-repeat 0 0;
	list-style: none;
}

#searchbox input {
	width: 270px;
	background: none;
	border: none;
	padding: 6px 8px 6px 8px;
	color: #efefef;
	font-size: 1.2em;
}

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

#mid.index {

}

#mid.single {

}

#mid.archive {
	background: none;
}

.panel, .panel-single {
	font-family: "Tw Cen MT", Verdana, Arial, sans-serif;
	color: #efefef;
	position: relative; 
	display: block; 
	width: 940px;
	height: 450px;
}

.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.0em;
}

.post-title {
	max-width: 500px;
	padding: 0px;
	position: absolute;
	top: 10px;
	z-index: 100;
	background: transparent repeat 0 0;
	font-size: 18px;

}

.post-title-main {
	max-width: 500px;
	padding: 5px 5px 10px;
	position: absolute;
	top: 10px;
	z-index: 100;
	background: transparent url(images/titlebg.gif) repeat 0 0;
	font-size: 18px;
	margin: 0px;
	left: 10px;
}

.post-title-single {
	max-width: 870px;
	padding: 15px 15px 15px 15px;
	position: absolute;
	top: 10px;
	z-index: 100;
	background: transparent repeat 0 0;
	font-size: 18px;
	font-weight: bold;
}

.post-title a, .post-title-single a, .entry a {
	color: #D9F0EF;
	font-size: 20px;
	background-color: #202020;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #5C5C5C;
	border-right-color: #5C5C5C;
	border-bottom-color: #5C5C5C;
	border-left-color: #5C5C5C;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
}

.post-title a:hover, .post-title-single a:hover, .entry a:hover {
	color: #000000;
	font-size: 20px;
	background-color: #D9F0EF;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #5C5C5C;
	border-right-color: #5C5C5C;
	border-bottom-color: #5C5C5C;
	border-left-color: #5C5C5C;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	text-decoration: none;
}

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

.entry {
	max-width: 440px;
	padding: 55px 2px 15px 15px;
	position: absolute;
	right: 20px;
	z-index: 100;
	background: transparent url(images/titlebg.gif) repeat 0 0;
	font-size: 1em;
	bottom: 65px;
}

.entryhome{
	background: transparent url(images/titlebg.gif) repeat 0 0;
	position: absolute;
	right: 20px;
	z-index: 100;
	font-size: 1em;
	bottom: 65px;
	float: right;
	width: 200px;
	padding: 15px;
}

.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%;
}

.content-top {
	height: 15px;
	width: 600px;

}

.content-mid {
	width: 600px;
	padding: 0 20px;
	border-top-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
}

.content-bottom {
	height: 15px;
	width: 600px;

}

.postmetadata {
	padding-bottom: 10px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

.postmetadata-archive {
	width: 100%;
	height: 58px;
	padding-top: 10px;
	font: 100% "Tw Cen MT", Verdana, Arial, sans-serif;
	color: #CCCCCC;
	line-height: 1.5em;
}

#archivelink a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
}



#thepost {
	margin-bottom: 15px;
}

#content {
	width: 940px;
	margin: 0px auto;
	font-size: 1.0em;
	background-color: #C0C0C0;
}

#narrow-column {
	width: 600px;
	float: left;
}

#narrow-column p, #narrow-column h3 {
	padding-bottom: 0px;
}

#narrow-column p a {
	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: 390px;
}

.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: 540px;
	height: 25px;
	padding: 10px;
	padding-bottom: 0;
	background: #fff url(images/comments/head.png) no-repeat 0 0;
}

.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: 300px;
	line-height: 1.5em;
	float: right;
}

.sidebar-top {
	height: 15px;
	width: 300px;

}

.sidebar-mid {
	width: 260px;
	padding: 0 20px;

}

.sidebar-bottom {
	height: 15px;
	width: 300px;

}

#sidebar li {
	list-style: none;
}

#sidebar h2 {
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px solid #c6c6c6;
	font-size: 100%;
}

#footer {
	width: 940px;
	margin: 0px auto;
	padding-bottom: 0px;
	text-align: right;
	font-size: 0.9em;
	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: 450px; overflow: hidden}
.csw .loading {margin: 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	clear: both;
	width: 940px;
	height: 450px;
	margin: 0px auto;
	padding-top: 0px;
	
}

.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: 450px;
	position: relative;
	width: 940px; /* Also specified in  .stripViewer  above */
}

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

.stripNavL { float: left; }

.stripNavR { float: right; }