/*
Theme Name: Devin's Page Heaven Theme
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Devin Ross
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,h1,h2,h3,p,a,a img{margin: 0px; padding: 0px; border: none; outline: none;}

body{
	background: url(/wp-content/themes/page/images/background.gif) black;
	margin-top: 60px;
	font-family: "Lucida Grande", Verdana,sans-serif;
	font-size: 11px;
	padding-bottom: 100px;
}
#footer{
	padding-top: 10px;
	text-align: center;
	text-shadow: #424242 0 1px 0;
}
#footer a{
	color: black;
}

a{
	color: #1780c0;
	text-decoration: none;
}
a:hover{
	color: #136ca3;
	text-decoration: underline;
}

#page{
	width: 756px;
	background: url(images/border.gif) black;
	margin: 0px auto;
	padding: 14px;
}

#paper{
	background:url(images/sidebar.gif) repeat-y left white;
	color: #666;
	line-height: 1.8em;
}


h1{
	background:url(images/logo.png);
	width:199px;
	height: 61px;
	text-indent: -3000em;
	z-index: 3;
	position: absolute;
	display: block;
	margin-left:-9px;
	margin-top: 34px;
}
h1 a{
	display: block;
	height: 58px;
}
#content{
	margin: 35px 24px 35px 0px;
	padding: 0px;
	width: 520px;
	float: right;
	clear: left;
	
}

#sidebar{
	padding-top: 120px;
	background: #e5e5e5;
	border-right: 1px solid #cccccc;
	width: 178px;
	margin: 0px;
}

#sidebar_content{
	padding: 0px 18px;
}
#sidebar_content div{
	margin-bottom: 30px;
}
#sidebar h3{
	margin-bottom: 4px;
}
#sidebar .ad{
	text-align: center;
	padding: 0px;
}
#sidebar .ad img{
	border: 3px solid #bebebe;
}

#sidebar #about{
	background: url(images/about.gif) no-repeat left top;
	
}
#sidebar #categories{
	background: url(images/categories.gif) no-repeat left center;
}
#sidebar h3{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #b7b7b7;
	text-shadow: #838383 0 -1px 0;
	padding-left: 35px;
	padding-top: 4px;
}
#sidebar ul{
	margin: 0px;
	padding: 0px 0px 0px 16px;
}
#sidebar .categories{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#twitter-3{
	list-style: none;
}
#twitter-3 ul{
	list-style: none;
	padding: 0px;
}
#twitter-3 h2 a{
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #b7b7b7;
	text-shadow: #838383 0 -1px 0;
	padding-left: 35px;
	padding-top: 4px;
	background: url(images/twitter.gif) left no-repeat;
}


/* === POST === */



.post{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
}

.post h2{
	margin-bottom: 20px;
	font-size: 16px;
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
}



.post p{
	margin-bottom: 20px;
}

.post .meta span{
	float: right;
}


.post .right,.post .alignright{
	float: right;
}

.entry h3{
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
	color: #2a2a2a;
}

.entry a img{
	border: 1px solid #e5e5e5;
	padding: 4px;
}

.entry a img:hover{
	border: 1px solid #cccccc;
}


.entry pre{
	font-family: Monaco,"Monaco",Courier, sans-serif;
	font-size: 11px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.entry pre{
	border-left: 4px solid #dddddd;
	background: #ececec;
	padding: 15px 20px;
	margin: 20px 0px;
}


textarea{
	max-width: 400px;
}


.navigation{
	height: 36px;
}

.navigation .alignleft a{
	display: block;
	background: url(images/previous.gif) top no-repeat;
	width: 110px;
	height: 36px;
	text-align: center;
	padding-top: 8px;
	padding-left: 10px;

	color: white;
	font-weight: bold;
	text-shadow: #57666f 0 -1px 0;
}
.navigation .alignright{
	float: right;
}

.navigation .alignright a{

	display: block;
	background: url(images/next.gif) top no-repeat;
	width: 110px;
	height: 36px;
	text-align: center;
	padding-top: 8px;
	padding-right: 10px;

	color: white;
	font-weight: bold;
	text-shadow: #57666f 0 -1px 0;
}