/*
Theme Name: Jake Meyer
Theme URI: http://www.eddowding.com
Version: 1.0
Author: Ed Dowding
Author URI: http://www.eddowding.com
*/


/* standard elements */
html {min-height: 100%; min-width: 900px;}

* {
	margin: 0;
	padding: 0;
}

#newheader { 
margin-left: auto;
margin-right: auto;
}

a {color: #C00; border: none;}
a:hover {color: #f00; border: none;}

body {
	background: #4B81BF;
	background-image: url('img/bg.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #333333;
	font: normal 62.5% Tahoma, sans-serif;
}

p {padding-bottom: 1em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1.1em sans-serif;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	padding-left: 26px
}

big {font-size: 1.1em;}

h1, h2, h3 {padding-top: 6px;}

label {
	display: block;
	font-size: 0.9em;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background:#eee;
	border-bottom:4px solid #E5F6E1;
	font-size:1.2em;
	margin:12px auto 0pt;
	padding:12px 25px 0px;
	width:815px;
}

/* header */
.top {
	padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:0
}

/* title */

#header
{
  position: relative;
}

#header h1
{
  color: #FFF;
  font-size: 2.5em;
  font-weight: bold;
  text-indent: -9999em;
}

#header h2 {
	color:#444444;
	position: absolute;
	top: 10px;
	right: 0;
	font-size:2em;
}

#signature { 
	position: absolute;
	display: block; 
	padding: 0;
	margin: 0;
	z-index: 1000;
	left: -25px;
	top:-10px;
}

#signature a {
	display: block;
	border: 0;
}

#signature  img {
	visibility: visible;
	behavior: url("/iepngfix/iepngfix.htc");
	left:18px;
	position:relative;
	top:5px;
	width:177px;
}

#slideshow {
	z-index: 500;
	border: 8px solid #000;
	width: 799px;
	text-align: center;
	background: #000;
	background-image: url('rotate/bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

/* navigation */
.navigation {	 
	background:none repeat scroll 0 0 #000000;
	border:medium none;
	color:#FF9900;
	margin:0;
	padding:0.1em 0.3em !important;
	position:relative;
	top:0;
}

.navigation ul { list-style-type: none; list-style-image: none; float: left; 
padding: 0; margin:0 ;}

.navigation li { float: left; }

.navigation li a:link, 
.navigation li a:visited,
.navigation li a:active {
	color: #ccc;
	display: block;
	text-align: center;
	float: left;
	text-decoration: none;
	font: normal 1em sans-serif;
	line-height: 40px;
	padding: 0 10px; 
}


.navigation li a:hover {
background: #202020;
color: #f90 !important; 
}

.current_page_item a {
background: #202020;
color: #f90 !important; 
font-weight: bold;
}




/* main */
.main {
	margin-top: 12px;
	background: white;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 170px;
	margin-right: 2em;
}
.sidenav h2 {
	color:#2D70CB;
	display:block;
	font-family:arial;
	font-size:1.7em;
	letter-spacing:0.04em;
	line-height:normal;
	border-top: 2px solid #000;
	border-bottom: 1px solid #ccc;
	padding: 0.4em 0.2em;
	margin:0.8em 0pt 0.2em;
}
.sidenav ul {
	padding: 0; 
} 

.sidenav li a {
	font-size: 1.1em;
	color: #3F614C;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #EEF9EB;
	color: #9ABC92;	
}

/* content */
.content {
	float: left;
	margin: 0px 0;
	padding: 0 16px 0 0;
	width: 541px;
}

.content h2 {
	font-weight: bold;
	color: #c00;
	margin-top: 2em;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
	line-height: 1.5;
	}

/* footer */
.footer {
	background: #333;
	color: #FFF;
	font: bold 1em sans-serif;
	padding: 10px 5px;	
	margin: 5px 0;
}
.footer a, .footer a:hover {color: #FFF;}

.footer p {
	margin: 1em 0;
	padding: 0;
	text-align: center;
}

/* posts */
.post h1 a {text-decoration:none; padding: 0.1em;}
.post h1 a:hover {text-decoration: none; background: #c00; color: #fff; }

.post {margin: 6px 0 2px; padding-left: 10px;  padding-right: 10px; background-color: #FFFFFF;}

.post img {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 10px;
}

.post li { 
	list-style: disc; 
	margin:0pt 3em;
	padding-bottom:0.7em;
}

img.sponsor {
	padding: 0;
	margin: 0.5em 0 0.5em 0;
}

.info{
	padding: 10px 10px;
	color: #555;
	margin: 10px 0 4px;
	height: 14px;
	width: 507px;
	display: block;
}
.post a img {border: none}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}


a img {border:none;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.sidenav table caption {border-bottom-color:#000;}

.sidenav table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.sidenav table th {border-bottom-color:#000;}

.sidenav table td#today {
  border-color:#000;
  color:#A53512;
}

.sidenav table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.sidenav table tfoot {border-top-color:#000;}

.sidenav table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.sidenav table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.sidenav table thead tr {border-bottom:1px solid;}

.sidenav table th {border-bottom:1px solid;}

.sidenav table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.sidenav table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.sidenav table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.sidenav table tfoot {border-top:1px solid;}
.sidenav table tfoot a {
  border: none;
  font-weight: bold;
}
.sidenav table tfoot #prev a {text-align:left;}
.sidenav table tfoot #next a {text-align:center;}

#searchform {padding:10px;}

p#player1 {margin:0; padding: 0 !important;}


#map1 {border: 1px solid #ccc; padding: 5px; margin: 20px 0;}

#locationmap {
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
}

.post h1 {
	font-family: Arial;
	font-size: 3em;
	padding: 0.5em 0 0.1em 0;
	color: #c00;
	font-weight: bold;
}

.footercolumn {
	border-right:1px solid #CCCCCC;
	float:left;
	margin:2em 12px 1em;
	width:226px;
}

.fourth {
	border: 0;
}

.second,
.third {
	width: 105px;
}





/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
	padding:2em 0 0 0;
}
#ancillary .block{
	float:left;
	width: 30%;
	margin:0 0 0 5%;
}
* html #ancillary .block{
	margin-left:3.9%;
}
#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
}
#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

#ancillary .block h2, #ancillary .block h3{
	margin:0 0 1em 0;
	font-size: 1.3em;
}

#ancillary .block p {
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #3D3D3D;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li,
#ancillary ul ul li
{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #3D3D3D;
}

#ancillary ul ul {
	margin-bottom: 3em;
}

.textwidget {
	font-weight: normal;
	line-height: 1.4;
	padding: 0 5px;
	color: #eee;
}

ul.dates .date{
	color:#858585;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#858585;
}

#ancillary ul a,
ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#BFBFBF; 
	text-decoration:none;
}


#ancillary ul a:hover,
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	color:#FFF;
}

ul.pages {
	color:#555;
}

ul.pages a{
	color:#BFBFBF;
}

ul.pages a:hover{
	color:#fff;
}


ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}



.clearfix {
	clear: both;
}






/** COMMENTS **/

#comments, #respond {
	color: #600;
	margin-top: 2em;
}

#comment {
	border:1px solid #CCCCCC;
	color:#333333;
	padding:5px;
	width: 650px;
	font-family: Arial;
	font-size: 1em;
}

#commentform input {
	border:1px solid #CCCCCC;
	color:#333333;
	padding:1px;
}

.content ol.commentlist li {
	margin:0;
	list-style: none;
}

.content .commentlist li {
	border-bottom: 1px solid #600;
	padding-top: 2em;
	font-size: 1em;
}


.comment_author {
	float:left;
	margin:20px 20px 20px 0px;
	padding:0px;
	width:150px;
}

.author_comment {
	float:left;
	margin:10px 0px;
	padding:0px;
	width:469px;
}



.flickr-gallery img {
	padding: 0;
}

div.flickr-thumb {
	border: 0 !important;
	}
