/*
Theme Name: Law School Tricks
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 */

#content { 	font-family: Georgia, "Times New Roman", Times, serif;}
#content td { 	font-family: Georgia, "Times New Roman", Times, serif;}

h1, h2, h3, h4, h5, h6 {
	line-height: 0.95em;
	padding: 0 0 4px 0;
}

hr {
	height: 1px;
	background-color: #999;
	color: #999;
	border: none;
	padding: 0;
	margin: 1em 0;
}

#post { width: 50%; };


/* Contents */

.post a {
	color: #414141;
}

.post a:hover {
	color: #99372E;
}

#content { 	font-family: Georgia, "Times New Roman", Times, serif; }
#content td { 	font-family: Georgia, "Times New Roman", Times, serif;}
#content .row2 .center .col1 .cont { padding: 0px; }

#content .navigation {
	padding: 0 0 20px 0;
}

#content h1 {
	font-size: 1.8em;
}

h2 {
	margin-bottom: 0px;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #414141;
	font-weight: normal;
}


#content h2 {
	font-size: 1.6em;
}



h3#comments, h3#respond {
	background: url('images/dots.png') repeat-x bottom;	
}

h4 {
	font-size: 1.4em;
}

#content h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

#content h5 {
	font-size: 1.2em;
}

h2 a, h3 a {
	color: #414141;
}

h2 a:hover, h3 a:hover {
	text-decoration: none;
}

.navigation {
	margin: 0 0 20px 0;
}

.navigation .previous {
	width: 50%;
	float: left;
}

.navigation .next {
	width: 50%;
	float: left;
	text-align: right;
}

.post{
	font-size:11px;
	color:#000;
	text-align:left;
	margin-top: 10px;		
	margin-bottom: 40px;
}
.post h3{
	color:#000;
}
.post small{
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, serif;
	font-size: 10pt;
	letter-spacing: .2px;
}
.post small a:hover, .postmetadata a:hover{
	text-decoration:underline;
}

.postmetadata{
	
	padding-top:5px;	
	background-repeat:repeat-x;
	background-position:bottom;
}
.postmetadata p{
	padding-top:3px;
	padding-bottom: 0px;
}

.postmetadata a { color:#872921; }
.postmetadata a:hover { text-decoration: none;}

.entry {
	line-height: 1.6em;
	margin: 10px 0 10px 0;
}

.entry p, .comment p {
	margin: 0 0 1.2em 0;
}

.entry ul, .entry ol {
	margin: 0 0 1.0em 2.0em;
}

.entry ol li {
	list-style: decimal outside;
}

.entry ul li {
	list-style: disc outside;
}

.entry h1, .entry h2 {
	background: none;
}

.entry blockquote {
	padding: 0 0 0 3.0em;
	font-style: italic;
	background: url('images/quote.png') no-repeat top left;
}



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {

	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	margin-top: 10px;
	float: right;
	border: 1px solid #000;
	background: #dedfdd;
	}
	
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/


/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

