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

*/



/* Begin Typography & Colors */

html {
padding:0;
margin:0;

}
body {
padding:0;
margin:0;

	font-size: 9px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #000000 url('images/whitebearbg.jpg//');
	color: #ffffff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	}

#page {
width:1000px;
border:0px solid yellow;
margin: 0 auto;
height:600px;


	}

.leftsidebar {
border:0px solid red;
float:left;
width:250px;
height:500px;
text-align:center;
padding:20px 0 0 0;
}

.leftsidebar img, .rightsidebar img {
margin: 0 0 10px 0;
}

.rightsidebar {
border:0px solid red;
float:right;
width:210px;
height:500px;
text-align:center;
padding:20px 0 0 0;
}
.center {

padding: 0 20px 0 50px;
border:0px solid blue;
float:left;
width:410px;
text-align:left;

}

.logo {
float:left;
text-align: center;
}
.menu {
float:left;
}


.menuitem {
float:left;
}
.content {

padding:10px 0 0 0 ;

}
.pagetitlecontainer {
float: left;
text-align: left;
width:440px;
padding:0 0 20px 0;
}
.pagetitle {
float: left;
text-align: left;
width:158px;
}

.pagetitleline {
border-bottom: 1px solid #98085f;
float:left;
width:120px;height:20px;
}



p {text-align:left;


}


p strong{text-align:left;
color:  #cf10bf;
font-size:13px;
font-weight:bold;
font-family: helvetica, sans;
padding-top:10px;
margin-top:15px;

}


a.rollover:hover img {
filter:alpha(opacity=70);   
-moz-opacity: 0.7;   
opacity: 0.7;
}

.tint {color:#cf10bf;}

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: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}

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;
	}


a, h2 a:hover, h3 a:hover {
	color: #cf10bf;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
a img {
border:0

}
/* End Typography & Colors */

.aktt_tweets {
text-align:left;

}

.aktt_tweets ul {
margin:0;
padding:0 0 0 10px;
}

/* Begin Structure */

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

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

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

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



.bodytext2 {
display:none;
}
