/*
Theme Name: Innovative Eyes
Theme URI: http://innovativeeyes.com
Description: A clean, image based layout
Version: 1.0
Author: Nate Shiflett
Author URI: http://webdesignpalmcoast.com
Tags: pictures, images, simple, clean, viewport
*/

* {margin:0; padding:0;}

body {
	background: url(/cms/backgrounds/g.jpg) repeat scroll 0 0;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS";
	font-size: 62.5%;
	color: #272727;
}

a:link, a:visited {
	color: #272727;
	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: 940px;
	height: 100px;
	margin: 0px auto;
	padding-bottom: 10px;
}

#header h1 {
	padding: 0 0 0 0;
	font-family: Georgia;
	font-size: 3.2em;
        text-align:center;
}

#nav {
	width: 960px;
	float: left;
	font-size: 1.2em;
	text-transform: lowercase;
        color:#666;
        display: block;
}
#nav li {
	display: inline;
	float: left;
	padding: 10px 6px;
	list-style: none;
}
#nav li a{
        border-bottom:1px dotted #CCCCCC;
color:#CCCCCC;
padding-bottom:1px;
text-decoration:none;
}
#nav li a:hover{
        border-bottom:4px solid #ccc;
color:#ccc;
padding-bottom:1px;
text-decoration:none;
}
#nav .subscribe {
	padding-right: 20px;
	
}

#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: 0px;
	margin-top: 10px;
}

#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: 600px;
}

.panel-single {
	height: 300px;
	margin: 0px auto;
	padding-top: 0px;
}

.wrapper-archive {
	width: 270px;
	height: 280px;
	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 {
	color:#ccc;
	font-size: 1.4em;
}

.post-title, .post-title-single {
	max-width: 870px;
	padding: 8px;
	
	top: 20px;
	left: 20px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 4em;
	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: 1.2em;
	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%;
}

.content-top {
	height: 0px;
	width: 700px;
	padding: 0 20px;
        background: #fff;
}

.content-mid {
	width: 700px;
	padding-left: 20px;
	padding-right: 20px;
        background: #fff;
}

.content-bottom {
	height: 15px;
	width: 700px;
	background: #fff;
        padding: 0 20px;
}

.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: #ccc;
	line-height: 1.5em;
}
.postmetadata-archive a{
	width: 100%;
	height: 58px;
	padding-top: 10px;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS";
	color: #aaa;
	line-height: 1.5em;
}

#thepost {
	margin-bottom: 0px;
margin-top:15px;
}

#content {
	width: 940px;
	margin: 0px auto;
	font-size: 1.2em;
        background: #fff;
}

#narrow-column {
	width: 740px;
	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: 670px;
}

.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: 200px;
	line-height: 1.5em;
	float: right;
        background: transparent url(images/lower-back-invert.gif) repeat-y scroll 0 0;
        border-bottom:1px solid #ccc;
}

.sidebar-top {
	height: 15px;
	width: 200px;
	
}

.sidebar-mid {
	width: 160px;
	padding: 0 20px;
	
}

.sidebar-bottom {
	height: 15px;
	width: 200px;
	
}

#sidebar li {
	list-style: none;
}

#sidebar h2 {
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px solid #c6c6c6;
        font-family:georgia;
font-weight:normal;
}

#footer {
	width: 940px;
	margin: 0px auto;
	padding-bottom: 10px;
	text-align: right;
	font-size: 0.9em;
	color: #9e9e9e;
        padding-top: 10px;
}

#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: 600px; overflow: hidden}
.csw .loading {margin: 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	clear: both;
	width: 940px;
	height: 600px;
	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;
	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: 600px;
	position: relative;
	width: 940px; /* Also specified in  .stripViewer  above */
}

.stripNavL, .stripNavR {
	position: relative;
	top: -360px;
	z-index: 200;
}

.stripNavL { float: left; }

.stripNavR { float: right; }

.lower-outer {
	background:url(images/lower.gif) repeat-x;
}
#lower {
	padding:15px 0 0;
	width:945px;
	margin:0 auto;
}
#lower .title {
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:3px 16px 8px;
	color:#fff;
}
#lower .module, #lower .module-mid, #lower .module-end {
	width:300px;
	background:url(images/lower-back.gif) repeat-y;
	border-bottom:1px solid #434340;
	overflow:hidden;
}
#lower .top {
	border-top:1px solid #434340;
	height:9px;
	line-height:0;
	font-size:0;
}
#lower .module, #lower .module-mid {
	margin-right:22px;
	float:left;
}
#lower .module-end {
	float:left;
}
#lower ul {
	width:270px;
	margin:5px auto 15px;
	padding:0;
}
#lower li {
	padding:0;
	margin:0;
	list-style:none;
	border-top:1px solid #434340;
}
#lower .listMeta {
	font-size:10px;
}
#lower a {
	display:block;
	width:240px;
	padding:5px 10px 5px 20px;
	text-decoration:none;
	color:#ccc;
	font-size:11px;
	line-height:16px;
	background:url(images/bullet.gif) no-repeat 6px 8px;
}

#lower a .listMeta {
	font-size:10px;
	color:#7f7b57;
}
#lower a:hover {
	background:url(images/bullet-on.gif) no-repeat 7px 8px #000;
}
#lower .widget {
	width:270px;
	float:left;
	margin-right:20px;
	overflow:hidden;
	border:1px solid #434340;
	padding:12px;
	background:url(images/pixel-grey.gif);
	color:#fff;
}
#lower .widget a { 
	display:inline;
}
.lifestream_label {
        font-size: 12px;
        color: #aaa;
}
.archive-excerpt {
border-top:1px dotted #AAAAAA;
color:#AAAAAA;
font-size:12px;
padding-top:4px;
}
#rss-cloud {
    background:transparent url(/cms/rss.png) repeat scroll 0 0;
height:24px;
margin:-10px 910px;
padding:0;
position:relative;
width:24px;}
  #rss-cloud li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  #rss-cloud li, #rss-cloud a {
    height: 24px; display: block;}
#panel {left: 0; width: 24px;}
#panel a:hover {
    background: transparent url(/cms/rss.png)
    0 -24px no-repeat;}

#date-recent {
font-size: 10px;
}
.kwicks {  
     list-style: none; 
     display: block; 
     position: relative;  
     margin-left: 10px;  
     padding: 0; 
height: 25px;
	 

 }  
 .kwicks li{  
    display: block;  
     
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 77px;
	height: 25px;
	margin-right: 0px;
	background-image:url(/cms/menu.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:25px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-125px 0px;
}
#kwick3 {
	background-position:-250px 0px;
}
#kwick4 { 
	background-position:-375px 0px;
}
#kwick5 {
	background-position:-500px 0px;
}
#kwick6 {
	background-position:-625px 0px;
}
#kwick7 {
	background-position:-750px 0px;
}
#kwick8 { 
	background-position:-875px 0px;
}
#kwick9 {
	background-position:-1000px 0px;
}
#kwick10 {
	background-position:-1125px 0px;
}
#kwick11 {
	background-position:-1250px 0px;
}
#kwick12 { 
	background-position:-1375px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -125px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -250px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -375px bottom; 
}
#kwick5.active, #kwick5:hover { 
	background-position: -500px bottom;
}
#kwick6.active, #kwick6:hover{
	background-position: -625px bottom;
}
#kwick7.active, #kwick7:hover {
	background-position: -750px bottom;
}
#kwick8.active, #kwick8:hover {
	background-position: -875px bottom; 
}
#kwick9.active, #kwick9:hover { 
	background-position: -1000px bottom;
}
#kwick10.active, #kwick10:hover{
	background-position: -1125px bottom;
}
#kwick11.active, #kwick11:hover {
	background-position: -1250px bottom;
}
#kwick12.active, #kwick12:hover {
	background-position: -1375px bottom; 
}

#kwick1 a{
	
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -40px;
}

#kwick12 a{
	
	background-repeat:no-repeat;
	background-position: right -20px;
}
#kwick12 a:hover{
	background-position: right -120px;
}
#idc-container {
letter-spacing:normal !important;
margin:1.5em 0;
max-width:700px;
min-width:180px;
padding:10px;
position:relative;
text-align:left;
width:100%;
}