/*   
	Kubrick v1.2.6  for  Drupal 4.5
	
	Original Kubrick theme for WordPress can be found at
	 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-size: 75%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #474747;
	color: #333;
	text-align: center;
}

.blockContent{display:block;}
.header2
{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 13px;
  padding: 0px 0px 3px 0px;
  margin: 0px 0px 0px 0px;
  border: 0px;
  font-weight: bold;
  color: #000000;
}
.blogBy
{
  padding: 0px 0px 8px 0px;
}
.filterBox
{
  padding: 3px 0px 8px 0px;
  text-align: center;
}
.header3
{
  color:#ffce0b;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:14px;
  margin-left:4px;
}

#page 
{
  background-color: #666666;
  text-align: left;
}
#wrapper2 {overflow: hidden;}
.float_left{float:left}
.float_right{float:right}
#header 
{
  background-color: #FFF;
}
#sidebar 
{
  background-color: #666666; 
  color:#FFCC00; 
}
#content 
{
    background-color: #FFF;	
}
.narrowcolumn .entry 
{
	line-height: 1.4em;
}
.narrowcolumn .postmetadata 
{
	text-align: right;
}

.graybox 
{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}

#footer 
{
  font-size:85%;
  background-color: #333;
  padding: 20px 0px 20px 0px;
  text-align: center;
  width:800px;
  color:#999999;
  margin: 4px 0px 8px 0px;
}

a {	color: #000; border: none;  }
A:link { text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1 
{
	font-size: 1.8em;
	text-align: center;
}
h2 
{
	font-size: 1.6em;
}
.box h2 
{
	font-size: 1.4em;
}

h2.pagetitle 
{
	font-size: 1.6em;
}

#sidebar h2 
{
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	color:#FFCC00;
}

#sidebar a 
{
  font-size:80%;
  color: #ffce0b;
}
#footer a 
{
  color: #FFFFFF;
}
h3 
{
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .slogan
{
	text-decoration: none;
	color: white;
}
.slogan 
{
	text-align: center;
	font-size: 1.2em;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited 
{
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite 
{
	text-decoration: none;
}

.entry p a:visited 
{
	/*color: #b85b5a;*/
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike 
{
	color: #777;
}
	
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 
{
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
.calendar table 
{
	font-size: small;
}
.calendar a 
{
	text-decoration: none;
}

.calendar caption 
{
	font: bold small 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
.calendar caption a 
{
	display: inline;
}
.calendar th 
{
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */
body 
{
	margin: 0;
	padding: 0; 
}
#page 
{
	margin: 0px auto;
	padding: 0;
	width: 800px;
	border: 0px solid #959596;
}
#header 
{
	padding: 0;
	width: 800px;
}
.narrowcolumn 
{
	float: left;
	padding: 0 8px 8px 8px;
	margin: 0px 0 0;
	width: 784px;	
}
.node 
{
	margin: 0 0 10px 0px;
	text-align: justify;
}
#footer 
{
	margin: 0 auto;
	width: 800px;
	clear: both;
}
#footer p 
{
	margin: 0;
	padding: 0;
	text-align: center;
}
/* End Structure */

/*	Begin Headers */
h1 
{
	padding-top: 70px;
	margin: 0;
}

h2 
{
	margin: 0;
}
h2.page-title 
{
	margin-top: 20px;
	text-align: center;
}
#sidebar h2 
{
	margin: 5px 0 0;
	padding: 0;
}
h3 
{
	padding: 0;
	margin: 30px 0 0;
}
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

	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 .block ul li:before 
{
	content: "\00BB \0020";
}
.entry ol 
{
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li 
{
	margin: 0;
	padding: 0;
}
dl dt 
{
	font-weight: bolder;
}
.postmetadata ul, .postmetadata li 
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol 
{
	margin: 0;
	padding: 0;
}
#sidebar .item-list ul li 
{
	list-style: none;
}
#sidebar .block 
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar .block p 
{
	margin: 5px 0 8px;
}
#sidebar .block ul, #sidebar .block ol 
{
	margin: 5px 0 0 10px;
}
#sidebar .block ul ul, #sidebar .block ol 
{
	margin: 0 0 0 10px;
}
ol li, #sidebar .block ol li 
{
	list-style: decimal outside;
}
#sidebar .block ul li, #sidebar .block ol li 
{
	margin: 3px 0 0;
	padding: 0;
}
.entry img
{  
  padding: 4px;
}
/* End Entry Lists */

.roundedboxtop{background:url(../../images/boxtop.png) no-repeat left top;width:233px;height:27px;color:#FFF;font-size:15px;font-weight:bold;padding:10px;}
.roundedboxtop a{color:#FFF;text-decoration:none;}
.roundedboxmid{background:url(../../images/boxmid.png) repeat-y left top;padding:0 13px;}
.roundedboxmid p{margin:0;}
.roundedboxbtm{background:url(../../images/boxbtm.png) no-repeat left top;width:253px;height:20px;color:#FFF;font-size:15px;font-weight:bold;}

#sidebar .block-user .menu ul li:before 
{
	content: "";
}

/* Begin Form Elements */

.form-item input.form-text,
.form-item textarea.textarea 
{
	width: 100%;
	padding: 0;
}
.form-item select 
{
	width: auto;
}
.box .form-item select 
{
	font-size: 0.8em;
}
.user-login-block .form-item input 
{
	width: auto;
}
#searchform 
{
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}
#searchform #s 
{
	width: 100px;
	padding: 2px;
	margin: 0;
}
#searchform #searchsubmit 
{
	padding: 1px;
	margin: 0;
}
/* End Form Elements */

/* Begin Comments*/
.comment 
{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	padding: 10px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.comment cite 
{
	font-style: normal;
	font-weight: bolder;
}
.comment cite a 
{
	font-size: 1.1em;
}
/* End Comments */

/* Begin Sidebar */
#sidebar_old
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}
#sidebar
{
    float:right;
	padding: 0px;
	width: 190px;
}
#sidebar form 
{
	margin: 0;
}
/* End Sidebar */

/* Begin Calendar */
.calendar table 
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
.calendar a 
{
	display: block;
}
.calendar caption 
{
	text-align: center;
	width: 100%;
	margin-top: 1em;
}
.calendar td, .calendar th 
{
	padding: 3px 0;
	text-align: center;
	border: none;
}
.calendar td.pad:hover 
{ /* Doesn't work in IE */
	background-color: #fff; 
}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps 
{
	cursor: help;
}
acronym, abbr 
{
	border-bottom: 1px dashed #999;
}
blockquote 
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite 
{
	margin: 5px 0 0;
	display: block;
}
.center 
{
	text-align: center;
}
hr 
{
	/*display: none;*/
}
a img 
{
	border: none;
}
.navigation 
{
	float: right;
	margin-top: 2em;
}
/* End Various Tags & Classes*/

/* Drupal Elements */
.messages, #mission 
{
	margin: 3em 0 3em 0;
}
table 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -0.1em;
}
th { letter-spacing: normal ! important; }
table strong { letter-spacing: normal ! important; }
.node table { letter-spacing: normal; }

.attachments
{
display:none;
}
	