/*
Theme Name: WordPress Matadoors Theme
Theme URI: http://netro42.com/
Description: Custom Matadoors Theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1 
Author: Chris Ostrowski - Netro42 Ltd.
Author URI: http://netro42.com/

	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

*/


/* Most of the styling is in /css/main.css */
#sidebar { margin:0 0 0 2px;border:1px solid #ff6000;width:228px;background:#ffffff; }
#sidebar a { text-decoration:underline; }
#sidebar ul { list-style-type:none; }
#sidebar ul li {  }
#sidebar ul li ul li { border:0;list-style-image:url('images/li.gif');padding:0;margin:0 0 0 32px;line-height:20px; }
#sidebar ul.children li { margin:0 0 0 20px; }

#sidebar li.current-cat a { color:#193338; }
#sidebar li.current-cat ul li a { color:#3593a6; }
#sidebar h2 { background:#ff6000 url('images/sidebar-dot.gif') no-repeat top left;color:#ffffff;padding:7px 0 8px 33px; }
#sidebar .text { margin:14px 5px 14px 14px; }
#sidebar .categories ul, #sidebar .pagenav ul, #sidebar .linkcat ul { margin:14px 0; }
#sidebar .categories ul ul, #sidebar .pagenav ul ul, #sidebar .linkcat ul ul { margin:0; }

#content h1 { line-height:24px;margin:0 0 15px 0; }
#content h2 { border-top:1px solid #cecece;padding:15px 0 0 0;width:447px;margin:0 0 15px 0;}
#content h2 a { color:#193338;font-size:16px;font-weight:bold; }
#content small { font-size:12px;color:#000000;line-height:22px; }
#content .entry, #content .postmetadata { margin:10px 0; }
.commentlist .avatar { float:left;margin:0px 12px 5px 0px; }
.commentlist .comment-body { padding:18px 0 0 0;border-bottom:1px solid #cecece; }
ol.commentlist  li { list-style-type:none; }
#commentform input#author, #commentform input#email, #commentform input#url, #commentform textarea#comment { border:1px solid #3593a6; }
#commentform textarea#comment { width:443px; }

#searchform { margin:13px 0 13px 10px; }
#searchform #s { width:160px;border:1px solid #3593a6;padding:2;vertical-align:middle; }
#searchform #searchsubmit { vertical-align:middle; }

.entry .wp-caption { background:#f3f3f3;border:1px solid #dddddd;padding:4px 5px;text-align:center;margin:0 0 18px 0; }
.entry .wp-caption img { border:0; }
#content .entry .wp-caption p.wp-caption-text { margin:3px 0;padding:0; }

/* 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 */