/*
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

*/



body { background-color:#eee; font-family:Arial, Helvetica, sans-serif; }

p { line-height:130%; }

a { color:#1e345c; }

#page { margin:0 auto; width:1000px; background-image:url(images/pagebg.jpg); background-repeat:repeat-y; border-bottom:1px solid #ccc; }

.wrap { margin:0 auto; width:960px; padding:15px 0 0 0; }

#header { background-image:url(images/headerbg.jpg); background-repeat:repeat-x; height:140px;  }
#headerimg { position:relative; margin:0 auto; width:960px; }
#headerimg img { padding:15px 0; }
.logo { float:left; padding:15px 0; }
.icon { position:absolute; right:0; bottom:9px; width:350px; height:122px; background-image:url(images/flashpaqheader.png); background-repeat:no-repeat; }

#navbar { height:26px; width:100%; background-color:#222; }
.mid { margin:0 auto; width:728px; padding:5px; }

.alignright { float:right; }
.alignleft { float:left; }

#content { float:right; width:740px; }
#content h2 { font-size:22px; }
#content p { margin-bottom:10px; }
#content ul { padding:0 35px; }
#content ul li { line-height:130%; list-style-type:disc; list-style-position:inside; }

#sidebar { float:left; width:200px; }
#sidebar ul { }
#sidebar ul li { margin-bottom:15px; border:1px solid #ccc; background-color:#eee; padding:10px; }
#sidebar ul li ul { padding:0; }
#sidebar ul li ul li { padding:5px; border:0; border-bottom:1px solid #ccc; margin-bottom:0; }
#sidebar ul li ul li a { color: #1e345c; text-decoration:none; }

#footer { clear:both; padding:10px; }
#footer p { text-align:center; }

.clear { clear:both; }