/*
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 */
body {
	font-family: Georgia, serif	;
	background: #ffffff;
	color: #333333;
    font-size: 12pt;
}

a:link {color: #333333; text-decoration: none; }
a:active {color: #333333; text-decoration: none; }
a:visited {color: #333333; text-decoration: none; }
a:hover {color: #0884E7; text-decoration: none;}

img {
    border: 0;
}

#page {
    position: relative;
    width: 730px;
    margin: 0 auto;
}

#header {
    text-align: center;
    margin-bottom: -51px;
}

h2 {
    clear: both;
    font-size: 18pt;
    margin-bottom: 0px;
    text-align: left;
    padding: 0px 20px;
}

hr {
    display: none;
}

small{
    color: #777777;
    font-size: 11pt;
    text-align: left;
    padding: 0px 20px;
    text-align: left;
}

.entry {
    margin: 10px 0 0 0;
    clear: both;
    padding: 20px 20px;

}

p {
    text-align: justify;
}

.entry a{
	color: #0884E7;
}

.entry a:hover{
	color: #333333;
}

.news_back{
    position: absolute;
    width: 75px;
    height: 36px;
	top: 30px;
	left: 580px;
}

.news_back a {
    background: url(../../../../img/main/back.gif) no-repeat top;
    display:block;
    width: 75px;
    height: 36px;
}

.news_back span{
    display: none;
}

.news_back a:hover {
    background-position: bottom;
}


/* Crazy stuff that makes wordpress behave! */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	text-align: center;
	font-size: 10pt;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End crazy stuff :) */