/*
Theme Name: Viewport-CodaOld
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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #8F8249;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6 {
	color: #BDB388;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #BDB388;
}
h1 {
font-size: 18px;}

h2 {
font-size: 14px;}

h3 {
font-size: 12px;}

h4 {
font-size: 10px;
line-height: 1.25em;}
h5 {
	font-size: 9px;
	line-height: 1.25em;
	font-weight: lighter;
}
h6 {
font-size: 8px;
line-height: 1.25em;
font-weight: lighter;}

a:link, a:visited {
	color: #8F8249;
	text-decoration: none;
}

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

ul {
	list-style-type: disc;
}
li {
	list-style-type: none;
}

img {
	border: none;
	margin: 3px;
}



.size-full {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}

label {
	margin-left: 10px;
}

blockquote {
	font-style: normal;
	font-size: .9em;
	font-weight: lighter;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 35px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

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: 10px;
   line-height: 17px;
   padding: 4px 5px 0 5px;
   margin: 0;
}

#page {
	width: 1050px;
	margin: 0px auto;
	position: relative;
}

#header {
	width: 100%;
	height: 15px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#header .title a {
	text-shadow: 2px 2px 2px #D6D3C2;
	margin-left: 80px;
	float: left;
	width: 200px;
	color: #BDB388;
	font-size: medium;
	font-variant: small-caps;
	text-decoration: none;
}

#nav {
	display: block;
	width: auto;
	float: right;
	font-size: 1em;
	text-align: right;
	margin-right: 80px;
	margin-top: 5px;
	list-style-type: none;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
}

#nav .subscribe {
	padding-right: 0px;
	visibility: hidden;
}

#nav li.left {
	text-align: left;
}

#nav li.right {
	text-align: right;

}
#nav li.middle {
	border-left-width: thin;
	border-left-style: solid;
	border: thin solid #D6D3C2;

}

#searchbox {
	visibility: hidden;
}

#searchbox li {
	width: 1px;
	list-style: none;
}

#searchbox input {
}

#mid {
	width: 100%;
	height: 550px;
	display: block;
	margin-bottom: 10px;
}

#mid.index {
	background: none;
}

#mid.single {
	background: none;
}

#mid.archive {
	background: none;
}

.panel, .panel-single {

	color: #333333;
	position: absolute;
	display: block;

}

.panel-single {
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.wrapper-floater {
}
.wrapper-content {
	width: 900px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 550px;
}

.wrapper-archive {
	display: block;
	position: relative;
	float: left;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	}

.archive-content{
	display: table-cell;
	vertical-align: middle;
	border: thin solid #D6D3C2;
	background: white;
}
	
.postthumb {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 135px;
	width: 133px;
	}
.archive-catlist {
	width: 115px;
	height: 170px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
.archive-catlist li{
	list-style-type: none;
	}
	
.thumbtitle{
	width: 125px;
	height: 40px;
	font-size: 1em;
	background: none;
	text-align: center;	
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	margin-top: -7px;
	}
	
.wrapper-bottom{
	height: 182px;
	width:153px;
	background-image: url(images/Archive-BG.png);
	background-repeat: no-repeat;
	visibility: visible;
	overflow: visible;
	margin-top: -176px;
	margin-left: -7px;
	
}

.post-title {
	height:30px;
	width: 90px;
	font-size: 1em;
	text-align: center;	
	position: relative;
}

.post-title, .post-title-single {
	max-width: 1050px;
	padding: 15px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 2em;
	font-weight: normal;
}

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

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

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

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

.entry .rss-big {
	padding-right: 24px;
	background: transparent url(images/rss.png) no-repeat 100% 60%;
}


.content-mid {
	border: thin solid #D6D3C2;
	background: white;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	min-height: 95px;
}

.content-mid .small {
	font-size: .8em;
	line-height: 1.25em;
}

.content-bottom {
	height: 50px;
	width: 500px;
	background: transparent url(images/center.png) no-repeat 0 0;
	visibility: visible;
	overflow: visible;
	margin-top: -41px;
	margin-left: -10px;
	margin-bottom: -10px;
	}


.postmetadata {
	margin-bottom: 10px;
}

.postmetadata-archive {
	width: 100%;
	height: 15px;
	padding-top: 10px;
	color: #272727;
	line-height: 1.5em;
}

#thepost {
	width: 900px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 550px;
}

#thepage {
	width: 900px;
	display: table-cell;
	vertical-align: middle;
	min-height: 300px;
}

.pageframe {
	width: 800px;
	background: white;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 35px;
	padding-bottom: 50px;
	margin-left: -1px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
	border: thin solid #D6D3C2;
}
.pageframe-bottom {
	height: 118px;
	width: 910px;
	background-image: url(images/page-bottom.png);
	background-repeat: no-repeat;
	visibility: visible;
	overflow: visible;
	margin-top: -114px;
	margin-left: -5px;
}

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

#content-column {
	width: 480px;
	float: left;
	display:  block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 1em;

}

#content-column p, #content-column h3 {
}

#content-column .submit {
	width: 100px;}

#content-column p a {
	font-weight: bold;
	color: #968256;
}

#content-column ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 10px;
}

#content-column input, #content-column textarea {
	width: 350px;
	border: thin solid #D6D3C2;
	margin-bottom: 3px;
}

#content-column #submit {
	display: inline;
	color:#D6D3C2;
	height: 35px;
	width: 100px;
	border: thin solid #D6D3C2;
	font-size: small;
	float: right;
	background: #ffffff;
}

#content-column #submit:hover {
	background-color: #999999;
	color: #ffffff;
}

#content-column textarea {
	display: inline;
	width: 350px;
	height: 33px;
	background-color: #Ffffff;	
}

#content-column textarea:hover {
	background-color: #F0EDD5;	
}

.commentlist {
	list-style: none;
	background-color: #FBFAF9;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}

.commentlist span.left a {
	font-weight: bold;
}

.commentlist span.right a {
	font-size: 0.6em;
	color: #9e9e9e;
}


.comment-mid {
	margin: 10px;
	padding: 5px;

}

.commentmetadata {
	font-size: 0.6em;
}

#sidebar {
	width: 200px;
	line-height: 1.5em;
	float: left;
	display:  block;
	margin-top: 10px;
	
}

.sidebar-mid {
	border: thin solid #D6D3C2;
	min-height: 217px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: white;
	
}
.sidebar-bottom {
	height: 252px;
	width: 220px;
	background: transparent url(images/sidebar-bottoms.png) no-repeat 0 0;
	visibility: visible;
	overflow: visible;
	margin-top: -242px;
	margin-left: -10px;
}

#sidebar li {
	list-style: none;
}

#sidebar h2 {
	margin: 5px 0;
}

#footer {
	display: block;
	margin: 0px auto;
	text-align: center;
	font-size: 7px;
	padding: 2px;
}

#footer a {
}

#footer a.valid {
}

#footer a.valid:hover {
}

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

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

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

.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;
	margin: auto auto;
	width: 900px;
	/* -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: 550px;
	position: relative;
	width: 900px; /* Also specified in  .stripViewer  above */
}

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

.stripNavL { float: left; }

.stripNavR { float: right; }


.postNavL, .postNavR {
	position: relative;
	margin-top: 243px;
	z-index: 200;
}

.postNavL { float: left; }

.postNavR { float: right; }

.previouspostbutton a, a .previouspostbutton  {
	width: 40px;
	height: 80px;
	display: block;
	background-color: transparent;
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.nextpostbutton a, a .nextpostbutton {
	width: 40px;
	height: 80px;
	display: block;
	background-color: transparent;
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}
.nextpostbutton a:hover, a .nextpostbutton:hover {
	width: 40px;
	height: 80px;
	display: block;
	background-color: transparent;
	background-image: url(images/right-hover.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

.archiveNavL, .archiveNavR {
	position: relative;
	margin-top: -240px;
	z-index: 200;
}

.archiveNavL { float: left; }

.archiveNavR { float: right; }

/***********************************/

.advanced-random-posts {

}

.random-posts-thumb {
	border: thick double #00FF00;
}

.widgettitle {
	font-size: .9em;
	text-align: center;
	width: 170px;

}

#box-work{
	margin-top: 5px;
	line-height: 1.1em;
	border-bottom: 1px solid #D6D3C2;
	padding-bottom: 5px;
}
#box-info{
	font-size: 8px;
	line-height: 1.25em;
	margin-top: 5px;
	border-bottom: 1px solid #D6D3C2;
	padding-bottom: 5px;
}
#box-share{
	font-size: 8px;
	line-height: 1.25em;
	margin-top: 5px;
	border-bottom: 1px solid #D6D3C2;
	padding-bottom: 5px;
}

.wp_cart_button, .wp_cart_button input, .wp_cart_button textarea, .wp_cart_button submit {
margin-top: 2px;
margin-bottom: 0px;
opacity:0.7;
}

.wp_cart_button:hover{
	opacity: 1.0;

}

.category {
	background: white;
	height: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-left: 2px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 6px;
	border: thin solid #D6D3C2;

}

.category-title {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 1px;
	margin-right: 2px;
	padding-bottom: 5px;
	margin-bottom: 3px;
	width: 200px;
	border-bottom: 1px solid #D6D3C2;
	width: auto;
}
.category-desc {

	}
.category-bottom {
	
	height: 118px;
	width: 900px;
	background-image: url(images/cat-bottom.png);
	background-repeat: no-repeat;
	visibility: visible;
	overflow: visible;
	margin-top: -118px;
	margin-left: -3px;
}
