/*  
Theme Name: Jentulman
Theme URI: http://wordpress.org/
Description: jentulman theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Phil Rennie
Author URI: http://www.jentulman.co.uk/

	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 */
body {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #ffffff;
	margin:0px;
	padding:0px;
	background-image:url(images/backgrid.jpg);
	background-repeat:repeat;
	height:100%;
}

a:link, a:hover, a:visited, a:active {
	color:#fdcc10;
	text-decoration:none;
	outline: none;
}

a:focus {
	color:#ff6400;
	text-decoration:none;
	outline:none;
}

.container {
	position:absolute;
	width: 800px;
	min-height:100%;
	left: 180px;
	border-top: 2px none #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px none #000000;
	border-left: 2px solid #000000;
	background-image: url(images/pageback.jpg);
	background-repeat: repeat-y;
}

<!--[if IE]>
.container {
	height: 100%;
}
<![endif]-->

.header {
	position:relative;
	width:100%;
	background-color: #587049;
	text-transform:uppercase;
}

.navbar {
	position:relative;
	width:100%;
	background-image: url(images/navback.jpg);
	background-repeat: repeat-x;
	vertical-align:top;
}

.navmenu {
	height:204px;
	vertical-align:top;
	background-image: url(images/hillside.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align:right;
}

.navmenu ul {
	display:inline;
}

.navmenu ul li{
	display:inline;
	color:#ffffff;
	font-family: "arial black", arial;
	font-size:16px;
}

.navmenu ul li a:link, .navmenu ul li a:hover, .navmenu ul li a:visited, .navmenu ul li a:active {
	color:#ffffff;
	font-family: "arial black", arial;
	font-size:16px;
	padding: 5px 10px;
	text-decoration:none;
}

.navmenu ul li a:hover, .navmenu ul li a:focus {
	color:#375a56;
	font-family: "arial black", arial;
	font-size:16px;
	padding: 5px 10px;
	text-decoration:none;
}

.navmenu ul li a.current {
	color:#fdcc10;
	font-family: "arial black", arial;
	font-size:16px;
	padding: 5px 10px;
	text-decoration:none;
}


.leftcol {
	float:left;
	width:550px;
}

.rightcol {
	float:right;
	width:250px;
}


/* Content Item styling */

.contentblock {
	position: relative;
	padding: 4px;
	margin: 0px 20px;
}

.title {
	font-size:1.25em;
	padding: 0px;
	margin: 0px;
	position:absolute;
	left:40px;
	top:25px;
}

.dateline {
	color:#375658;
	position:relative;
	font-size:2em;
}

div.entry p:first-letter {
	font-size: 1.5em;
	float: left;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}


.g2image_float_left{
	float: left;
	display: inline;
	margin: 4px;
}

.g2image_float_right {
	float: right;
	display: inline;
	margin: 4px;
}

.pagetitle {
	padding-left: 20px;
}

.footer {
	clear:both;
	text-align:center;
}

#comment {
 width: 500px;
}