/*
Theme Name: PT Health Blog
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 {margin: 0; font-family:Arial, Helvetica, sans-serif; font-size: small}
	p, h1, h2, h3, h4, h5 {margin-bottom:0}

img.alignleft {float: left; margin: 0 10px 10px 0}
img.alignright {float: right; margin: 0 0 10px 10px}
img {border:none}

div#header {background: url(images/elements_03.jpg) repeat-x; border-bottom: 1px solid #b3b3b3; height:126px; text-align:right}
	div#header img {float:left}
	div#header div {padding: 5px; text-align:right}
		div#header div p {margin-top: 28px; color:#FFFFFF; font-size:medium}

div#sidebar {float:right; width: 250px; border-left: 1px solid #DDDDDD; padding:15px}
	div#sidebar ul {list-style:none; margin:0; padding:0}
	div#sidebar h2 {color: #455294; text-transform:uppercase; font-size:medium; border-bottom: 1px solid #EEEEEE}
		li.widget {margin-bottom:20px}
		li.widget ul li {padding:  5px 0 0 5px}
		li.widget ul li a {text-decoration:none; color:#666666}
		li.widget ul li a:hover {text-decoration:underline}

div#content {margin: 20px 300px 20px 20px; min-height: 400px}
	div#social_share {padding:10px; border:#DDDDDD 1px solid; margin: 0 0 5px 10px; float:right; text-align:center}
	div#social_share h3 {margin:0 0 5px 0}
	div.post {padding: 20px 0; border-bottom: 1px solid #BBBBBB}
	div.post h2 { margin-top:0}
	div.post p { text-align:justify}
		
div#footer {background-color:#ebebeb; border-top: 1px solid #b3b3b3; clear:both; padding: 10px}

