/*
Theme Name: Lynx on WordpressZen
Theme URI: http://squarecandydesign.com/
Description: Inspired by the Zen theme for Drupal (a "blank" theme to build your own custom theme on).  Basec on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Peter Wise
Author URI: http://squarecandydesign.com/
Tags: zen, blank, custom, customize, widget

	This theme derives its lineage from:
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
font-family:Arial, Helvetica, sans-serif; color:#FFFFFF;
background:#010101;
	}

a, a:active, a:visited {color:#000066; outline:0; text-decoration:none; }
a:hover {color:#000099;}

#page {
	text-align: left;
	}

#header {
	}

#content {
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {}

.thread-even {}

.depth-1 {}

.even, .alt {}

#footer {
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

.entry p a:visited {}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 1em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	}

a:hover {
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em;
	text-align: center;
	}

#wp-calendar th {
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 800px;
	}

#header {
	width: 800px;
	}

#homebody #header {width:200px;}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 600px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 500px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1, h2, h3, h4, h5, h6 {font-family:"Arial Narrow", Arial, Helvetica, sans-serif;  font-weight:normal; color:#000066; margin:7px 0;}

p {margin:7px 0;}

#homebody h2 {color:#90bbe6;}

h1 {font-size:2.2em;}

h2 {font-size:2em; margin: 20px 0 7px 0;}
h3 {font-size:1.5em; color:#001177;}
h5, h6 {font-size:1.1em;}
h4 {color:#003399; margin: 7px 0 4px 0; text-transform:uppercase; font-weight:bold; font-size:1.1em;}

h2.page-title {border-bottom:1px solid #000066; margin-top:0; font-size:2em; letter-spacing:-.03em;}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

html>body .entry ul {}

html>body .entry li {}

.entry ul li:before, #sidebar ul ul li:before {}

.entry ol {}

.entry ol li {}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Form Elements */

#searchform {

	}

#sidebar #searchform #s {
	width: 135px;
	padding: 2px;
	color:#666666;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 120px 10px 10px 10px;
	margin-left: 690px;
	width: 190px;
	}
#sidebar form {
	margin: 0;
	}
#sidebar ul li {list-style:none;}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	 }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

body#homebody {background: url(homepage-bg-repeat.jpg) center 0  repeat;}

#homebody #page {background:url(homepage-bg.jpg) center 0 no-repeat; min-height:800px; position:relative;
}
* html #homebody #page {height:800px;}
#homebody #header {position:absolute; top: 220px; left:290px;}
#homebody #header h1 {display:none;}

#headermenu a {color:#FFFFFF;}
#innerbody #headermenu ul {width:500px;}
#homebody #headermenu ul {width:200px;}
#headermenu ul, #headermenu ul li {list-style:none; margin:0; padding:0;}
#headermenu ul li {float:left; clear:both; padding: 0 0 5px 0;}
#headermenu ul li a {float:left; clear:none; font-family:"Arial Narrow", Arial, Helvetica, sans-serif; font-weight:bold;}
#headermenu ul ul li {clear:none; font-size:.8em; padding:3px 0 0 20px;}
#headermenu ul ul li a {color:#FFFF99; font-weight:normal;}
#headermenu ul ul li a:hover {color:#FFFF66;}
#headermenu ul ul { display:inline;}
#homebody #headermenu ul ul li {display:none;}

#homebody #content {position:absolute; top:200px; left:400px; padding:10px; margin:0; font-size:.7em; width:380px;}
#homebody #content h2 {margin: 0 0 10px 0; border:0;}
#homebody #content a {color:#CCCCCC;}
#homebody #content a:hover {color:#0066FF;}

#footer {font-size:.7em; color:#999999;}
#footer a {color:#cccccc;}
#footer a:hover {color:#0066FF;}

#sidebar {font-size:.9em;}

#searchpage .post {margin:0; padding:0; background:none;}

#homebody #footer {position:absolute; top:600px; left:10px; font-size:.7em; width:180px;}
#homebody #footer p {text-align:left;}

.homeslides {position:absolute; width:200px; height:200px; overflow:hidden; z-index:3;}
#slideshow1 {top:0; left:0px; background:url(homeslides/1/rotator.php) 0 0 no-repeat;}
#slideshow2 {top:400px; left:200px; background:url(homeslides/2/rotator.php) 0 0 no-repeat;}
#slideshow3 {top:399px; left:600px; background:url(homeslides/3/rotator.php) 0 0 no-repeat;}
#slideshow4 {top:599px; left:400px; height:201px; background:url(homeslides/4/rotator.php) 0 0 no-repeat;}


#header h1 {margin:0; padding:0;}
#header h1 a {display:block; position:absolute; left:105px; width:250px; height:195px; text-indent:-100000px; }

#innerbody #page {width:950px; position:relative;}
#innerbody {background: #010101 url(inner-squares-bg.jpg) center 200px  repeat-x;}
#innerbody #header { background: url(inner-header.jpg) 0 0; height:200px; width:950px;  }
#innerbody #headermenu {position:absolute; left:380px; top:20px;}
#innerbody #content {padding:120px 0 0 50px;}

#innerbody #squares {
display: none; /* temp solution for eye issue */
position: absolute; width: 800px; height:100px; background:url(inner-squares.jpg); left:75px; top:200px;}

.post {background:#f4f0e4 url(inner-content-bg.jpg) 0 0 no-repeat; font-size:.9em; padding:20px; color:#333333;}

#name, #jddhdl-jddhdl {color:#666666; width:135px; margin: 3px 0;}


#listsubmit, #searchsubmit {padding:2px; background:#273742; border:2px solid #334958; color:#FFFFFF;}

#historylist ul li {list-style: square; font-size:1.5em;}