/*
Theme Name: Medium Theme
Theme URI: medium.com.au
Description: The theme used for the Medium Blog. Loosely based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Additional sidey's and header redesign.
Version: 1
Author: Sean Batchelor for Medium
Author URI: http://medium.com.ay
Tags: medium, 3 colum, centred, minimalist, widget ready

	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:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	background:url(http://www.seanbatchelor.com/blog/wp-content/themes/one_theme/images/br.gif) no-repeat fixed bottom left;
	color:#24408F;
}

	
h2, h3 {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:15px;
line-height:25px;
}

a:link {
	border-bottom:1px dashed red;
	color:#24408F;
	text-decoration:none;
	}
	
a:visited {
	border-bottom:1px dashed red;
	color:#24408F;
	text-decoration:none;
	}

a:hover {
	border-bottom:1px dashed #24408F;
	color:#24408F;
	text-decoration:none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
small {
color:#24408F;
	font-size: 11px;
	line-height:20px;
	}
/* End Typography & Colors */



/* Begin Structure */

#wrapper {
width:960px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0px auto -30px;
}

#header {
	height:88px;
	padding: 40px 0 20px 0;
	}
	
#logo {
	margin: 0 292px 0 0px;
	width:127px;
	float: left;
}
	
#address {
	float:right;
	margin:0 15px 0 0;
	width:200px;
}

#content{
	margin:0 0 20px 0;
	clear: both
	}
	
#low_nav {
	width: 518px;
	clear: both;
	padding: 5px
	}
	
#blog_home {
}
#left_column{
	float:left;
	margin:0 15px 0 0;
	width:518px;
	}
	
#left_column p .postmetadata alt{
	font-style: italic;
	}
	
.postmetadata{
	margin-bottom:20px;
	}
	
#left_column p{
	width:412px;
	}
	
.left_column {
	float:left;
	margin:0 15px 0 0;
	width:200px;
}

#sidebar{
	width:415px;
	float: left;
	margin:0 0 20px 0;
}

#right_sidebar{
	float: left;
	width: 200px;
	margin: 0;
	min-height: 460px;
	}
	
#left_sidebar{
	float: left;
	width:200px;
	margin: 0px 15px 0px 0px;
	}

#footer{
	width:945px;
	height:30px;
	clear:both;
	padding-top: 10px;
}
	
.footer_middle {
float:left;
padding:0px;
	}
	
#post_total {
	}
	
.clear {
	clear:both;
	}

/* End Structure */


/* 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;
	margin:0 10px 0 0;
	}
/* End Images */



/* Begin Lists

	/* individual widgets */
#sidebar #left_sidebar ul, #sidebar #right_sidebar ul{
	list-style: none;
	padding:0 0 15px 0;
}

#sidebar #left_sidebar ul li, #sidebar #right_sidebar ul li{
	list-style: none;
	padding:0 0 15px 0;
}
	/* individual widget items */
#sidebar #left_sidebar ul li div ul li {
	list-style::square;
	border-bottom:none;
	margin:0;
	padding:2px 0;
}

#sidebar #right_sidebar ul li div ul li {
	list-style:circle;
	border-bottom:none;
	margin:0 0 0 10px;
	padding:2px 0;
}


#sidebar #right_sidebar ul li div ul.twitter li {
	list-style:none;
	margin:0;
	}
	


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	
	}

.widget_text {
	
	}
	

.pages {
	height:120px;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
border:1px dashed red;
color:#CC0000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:13px;
padding:0;
width: 180px;
}

option {
margin: 5px 0;
color:#24408F;
}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* End Form Elements */



/* Begin Comments*/

#comments_total {
	clear:both;
	margin: 20px 0 0 0;
	}

#comment_box {
	float:left;
	width: 412px
	}
	
#comments_intro {
	float:left;
	margin-right:15px;
	width:194px; 
	}
	
#comments_intro p {
	width:194px;
	}

.alt {
	font-size: 11px;
	font-style: italic;
	color:#24408F;
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	border-bottom:1px dotted grey;
	list-style:none;
	margin:0 0 25px;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	width: 412px !important;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: .9em;
	font-style: italic;
	}
	
#commentform input {
	width: 190px;
	margin: 0;
	padding: 2px;
	}

#commentform {
padding-top:3px;
	}
	
#commentform textarea {
	width: 194px;
	margin: 0;
	padding: 2px;
	}
	
#comment_box .avatar {
	width: 32px;
	float: right;
	}

#commentform #submit {
	margin: 10px 0;
	}

#comment-list-wrapper {
	background:#EEE;
	padding: 3px 3px 5px;
	}
	
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	color:#66CCFF;
	display:block;
	margin-bottom:15px; 
	}

blockquote {
	border-left:1px dotted #FF0000;
	margin:15px 30px 0 0;
	padding-left:20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

#flickr_badge_uber_wrapper a:link {
	border: none;
	}

#flickr_badge_uber_wrapper a:visited {
	border:none;
	}

.navigation {
	display:block;
	height:150px;
	margin-top:10px;
	text-align:center;
	}
	
#left_column p.attachment {
	width:500px
	}	
	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
margin-top:10px;
padding-top:4px;
text-align:left;
}

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

.wp-caption p.wp-caption-text {
	font-size: .9em;
	padding: 2px 0 5px;
	text-align:left;
	margin: 0;
	font-style:italic;
}
/* End captions */



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
