/*
Theme Name: HALCOM
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
Text Domain: kubrick

	HALCOM 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 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	background-image: url(images/head.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #870c05;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #870c05;
	text-decoration: none;
}
a:hover {
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 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 */

#page {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#header {
}
#header #headerimg h1 a {
	background-image: url(images/logo.png);
	display: block;
	float: left;
	height: 1px;
	width: 330px;
	padding-top: 114px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar {
	float: left;
	width: 210px;
}

#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 50px;
}
#footer .post {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#footer .entry {

}
#footer a {

}

hr {
	display: none;
}
.clear{
	clear:both;
}
.clearBoth{
	clear:both;
}
ul {
	padding-left: 25px;
}

#content {
	float: left;
	width: 540px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}
.contentBg {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	background-color: #000;
}
#content p{
	padding-bottom: 10px;
}
#content h2{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
}
#content .post{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
#content .postTop{
}
#content .entry{

}
#content .image-thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.main_title {
	font-size: 1.4em;
}
.main_title a {
}
#content .postmetadata{
	font-size: 0.9em;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#content .pagetitle {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #870C05;
	letter-spacing: 2px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#sidebar ul, #sidebar li , #sidebar .entry{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar .entry {
	padding-left: 20px;
}

#sidebar .widgettitle {
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-top: 20px;
	color: #870C05;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.searchForm {
	float: right;
	padding-top: 50px;
}

#searchform .screen-reader-text {
	display: none;
}
#searchform #s {
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1em;
	background-color: transparent;
	background-image: url(images/search_input.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	float: left;
}
#searchform #searchsubmit {
	color: #FFF;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1em;
	background-image: url(images/search_button.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 25px;
	width: 29px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	float: left;
}
.mainmenu {
	clear: both;
	height: 60px;
	padding-top: 5px;
}
.mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(images/menu_separator.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainmenu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(images/menu_separator.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
}
.mainmenu ul li a {
	font-size: 14px;
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-right: 1em;
	margin-left: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainmenu ul li a:hover {
	color: #870C05;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainmenu ul  li.current-cat a, .mainmenu ul  li.current-cat a:hover {
	background-image: url(images/menu_current.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

