/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/


/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin:0; padding:0;}
/* ------------------------------ */

/* Links */
a img{border: 1px solid #CCC;padding:2px;margin:3px;}
a:hover img{border: 2px solid #333;padding:1px;}
a:hover{color: #333;border: 2px ;} /* Dummy definition to overcome IE bug */

a:link { color:#FFF;}
a:visited { color:#FFF;}
a:hover { color:#ccffff}
a:active { color:#FFF;}

/* Typography */
body {
	font-family:"Lucida Sans Unicode","Trebuchet MS", Verdana, Arial, Helvectica;
	font-size: 62.5%;
	background-image: url(/gfx/bg-pattern.png);
} /* 1em = 12 pixels */

#wrapper {font-size: 1.2em;}
h1, h2, h3, h4, h5, h6 {font-family: "Georgia", "Times New Roman", Times, serif}

#content h1 {margin-bottom:5px;padding-bottom:5px;}
#content h2 {font-size:1.4em}

/* ------------------------------ */


/* Layout */
body{background-color:#000;
color:#FFF;
text-align:center;
margin:0}

#wrapper{
width:920px;
margin-left:auto;
margin-right:auto;
border-left:5px#000 solid;
border-right:5px #000 solid;
text-align:left;
background-color:#222;
}

#header {
height:295px;
background-color:#000;
background-image: url(/gfx/header-bg.jpg);
background-repeat: no-repeat;
background-position: right top;
border-bottom:4px #313131 solid;
}

#subHeader {
padding:15px;
}

/* Header + top nav*/
#header h1 {margin:8px 10px;width:572px}
#header h1 a {
 display: block;
 background-image: url(/gfx/title.png);
 background-repeat: no-repeat;
 padding-top: 43px; height: 0 !important;
 height /**/: 43px; overflow: hidden;
}

#header a {text-decoration:none}

#nav h2, div.footerNav h5 {color:#cff;font-size:12pt}

#nav p strong {color:#cff;}

#content {padding:25px;width:525px;float:left;}

#sidebar {padding:25px;width:250px;float:right;}

p {
margin:5px 0 5px 0;
padding: 5px 0 5px 0;
font-size:1.1em;
line-height:150%;
}

#footer {clear:both;padding:30px;
margin-top:10px;
background-color:#000;
border-top:4px #313131 solid;}

#header blockquote {
font-family:Georgia, "Times New Roman", Times, serif;
width:165px;
background-image: url(/gfx/swirl.png);
background-repeat: no-repeat;
background-position: center bottom;
padding-bottom:25px;
line-height:150%;
font-size:1.1em;
}

#header blockquote span {
color:#cff; font-style:italic;
}
/* ------------------------------ */

/* ----------- Album */
#album {width:510px;position:relative;top:23px;left:10px;}
#album img {border:0;float:left;}
#album blockquote {float:right;position:relative;top:10px}
#album h3 {font-size:1.6em;margin-bottom:8px}
#album h3 span {color:#cff}
#album a img{border: 0;padding:0;margin:0;}
#album a:hover img{border: 0;padding:0;}
#album a:hover{border:0;} /* Dummy definition to overcome IE bug */

/* ------------------------------ */

/* ----------- NAV */

#nav h2,
div.footerNav h5 {display:inline}
div.footerNav {display:inline;padding-right:25px}
ul.nav {display: inline;list-style: none;margin:0px;}
ul.nav li {
display:inline;
margin:0px;
padding:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}

.nav a {padding:2px 8px 2px 10px;text-decoration:none;position:relative;border-right:1px #CCC solid;}
.nav a.last {border-right:none;}
#nav1 {float:left;width:350px;border-bottom:1px #666 solid;padding-bottom:20px}
#nav2 {float:left;width:300px;border-bottom:1px #666 solid;padding-bottom:20px}

#mainFooterNav {font-family:Georgia, "Times New Roman", Times, serif}
#mainFooterNav a {text-decoration:none;font-weight:bold}

/*
.nav a:link {color:#FFF;}
.nav a:visited {color:#333;}
.nav a:hover {color:#CCC;background-color:#333}
.nav a:active {color:#CCC;}
*/

/* ------------------------------------------------ */



/* Events */
#events {
padding: 0 0 5px 0;
margin: 0 0 5px 0;
border-bottom:1px #666 dashed
}

li.ec3_list_day {font-weight:bold}
li.ec3_list_day li {font-weight:normal}


/* --- POSTS */

div.post {background-color:#000;padding:20px;margin-bottom:10px;border-bottom:1px #666 dashed}
div.post h2 a {text-decoration:none}

h2 span, h3 span {color:#ccffff}

.postmetadata {border-top:1px #666 solid;padding-top:5px;margin-top:5px}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.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 {
	list-style-type: none;
	list-style-image: none;
	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;
	}
	
	*/
	
#sidebar ul {list-style:none;margin: 5px 0 5px 0}
#sidebar li {margin-bottom:8px}

#sidenav {padding-bottom:5px;margin-bottom:5px;border-bottom:1px #666 dashed}
#sidenav a {text-decoration:none;}
#sidenav ul {list-style:circle;padding-left:10px}
#sidenav li {font-family:Georgia, "Times New Roman", Times, serif;font-size:1.2em}
#sidenav li {margin-bottom:4px}
/* End Entry Lists */

/* 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 */
	background-color: #fff; }
/* End Calendar */

/* ----------- Extras */

blockquote {font-family:Georgia, "Times New Roman", Times, serif;font-size:16pt;padding:0 15px 0 15px;}
#content blockquote {border-bottom:1px #666 dashed}

.left {float:left}
.right {float:right}
.clear {clear:both}

img.alignright {float:right;margin:5px 0px 5px 10px}
img.alignleft {float:left;margin:5px 10px 5px 0}