/*
Theme Name: Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme that graced version 1.5 to version 2.9, based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.7.2
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, silver, white, two-columns, fixed-width, right-sidebar, fixed-width, custom-header, threaded-comments, sticky-post, rtl-language-support, translation-ready
Text Domain: kubrick

	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

*/


/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: bold 42px Tahoma;
	color: #000;
	margin: 0 0 8px 0;
	line-height: 1.1em;
}

h1 a:link, h1 a:visited {
	color: #000;
}

/* Links */

a:link, a:visited, a:active {
	color: #e30387;
	text-decoration: none;
}

a:hover {
	color: #e30387;
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 0 0 2px 0;
	line-height: 1.2em;
}

/* Lists */

.content ul {
	margin: 0 0 15px 15px;
}

.content ul li {
	list-style: disc;
	margin: 0 0 2px 0;
}

.content ol {
	margin: 0 0 15px 30px;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 2px 0;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 13px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	position: relative;
}

.menu-bg {
	background: #e20386 url('/i/menu-bg.gif') repeat-x;
	position: absolute;
	top: 0;
	height: 65px;
	width: 50%;
	z-index: 10;
}

.all {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

/* Menu */

.menu {
	background: #e20386 url('/i/menu-bg.gif') repeat-x;
	height: 65px;
	overflow: hidden;
	margin: 0 0 22px 0px;
}

.menu ul {
	margin: 16px 0 0 351px;
}

.menu li {
	float: left;
	display: inline;
	font-size: 17px;
	margin: 0 11px 0 0;
text-transform: lowercase;
}

.menu a:link, .menu a:visited {
	color: #FFF;
	display: block;
	float: left;
	height: 26px;
	line-height: 22px;
	padding: 0 3px;
	text-decoration: none;
}

.menu li.marked a:link, .menu li.marked a:visited {
	color: #e20386;
	background: #FFF;
}

.menu a:hover {
	text-decoration: underline;
}

.logo {
	text-align: right;
}

/* Featured */

.featured {
	margin: -10px 0 52px 83px;
}

.featured li {
	float: left;
	display: inline;
	width: 170px;
	margin: 0 57px 30px 0;
}

.description {
	margin: 0 0 15px 0;
}

.more a:link, .more a:visited {
	display: block;
	background: url('/i/more-button.gif') no-repeat;
	width: 76px;
	height: 29px;
	font: 17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	line-height: 26px;
	padding: 0 0 0 8px;
}

.more a:hover {
	color: #dfebc6;
}

/* Pics */

.pics {
	border-top: 3px solid #696969;
	margin: 0 0 0 84px;
	padding: 23px 0 0 0;
}

.pics img {
	float: left;
	display: inline;
	margin: 0 6px 0 0;
}

/* Footer */

.footer {
	background: url('/i/dogs-and-cats.gif') no-repeat;
	width: 966px;
	height: 342px;
	position: relative;
}

/* Bottom menu */

.bottom-menu {
	position: absolute;
	top: 76px;
	right: 0;
}

.bottom-menu li {
	float: left;
	display: inline;
	font-size: 17px;
	margin: 0 0 0 10px;
}

.bottom-menu a:link, .bottom-menu a:visited {
	color: #e20386;
	display: block;
	float: left;
	height: 26px;
	line-height: 22px;
	padding: 0 3px;
	text-decoration: none;
}

.bottom-menu a:hover {
	text-decoration: underline;
}

.bottom-menu li.marked a:link, .bottom-menu li.marked a:visited {
	background: #e20386;
	color: #FFF;
}

/* Follow us */

.follow {
	position: absolute;
	bottom: 30px;
	left: 87px;
}

.follow li {
	float: left;
	display: inline;
	margin: 0 8px 0 0;
}

.follow li#facebook {
	margin-top: 13px;
}

/* Content */

.content {
	margin: 0 0 0 83px;
}

.post {
	border-bottom: 3px solid #696969;
	padding: 0 0 48px 0;
	margin: 0 0 20px 0;
}

.post-content {
	float: left;
	display: inline;
/*	width: 170px; */
}

.post-pic {
	float: right;
	display: inline;
	width: 650px;
	margin: 0 0 20px 75px;
}
.my-pet {
background: url('/i/my-pet.gif') no-repeat;
width: 124px;
height: 99px;
overflow: hidden;
position: absolute;
top: 55px;
left: 38px;
}

.my-pet a:link, .my-pet a:visited {
display: block;
margin: 39px 0 0 0;
border: 1px solid;
width: 124px;
height: 60px;
font: bold 14px Arial;
line-height: 60px;
text-transform: uppercase;
text-align: center;
color: #FFF;
text-decoration: none;
}

.post .post-pic img {
margin: 0 0 10px 0;
}

