/*
Theme Name: Minnesotans for Impartial Courts Theme
Theme URI: http://entropypub.com
Description: The default theme for ImpartialCourts.org
Version: 1.0
Author: Entropy Publishing

*/


/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #333333;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}




/* Site Structure */
#wrapper {width:800px; margin:10px auto; border:0px solid #333333;}
#header {width:800px; height:120px; margin: 20px 0 20px 0; border:0px solid #333333; background:url('images/mic_logo.png') no-repeat top left;}
#main {width:800px; margin: 0 0 10px 0; border:0px solid #333333;}
	#content {width:510px; float:left; border:0px solid #333333; margin: 0 0 10px 0; }
	#sidebar {width:250px; border:0px solid #333333; margin: 0 0 10px 550px;}
		#sidebarBlockA {padding:5px 10px;}
		#sidebarBlockB {padding:5px 10px;}
#footer {width:800px; border:0px solid #333333; clear:both;}




/* General Colors and Formatting */
body {background:#EDDCA2;}
.content {
	background:#F4E9C5; 
	padding:10px 10px 10px 10px;
	margin:15px 0;
	line-height:150%;
}





/* Text Formatting */
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, Times, 'Times New Roman', serif;
	color:#990000;
}

h2 {
	font-size:17px;
}

h2.search {
	margin-bottom:10px;
}

h3 a, h3 a:visited {
	text-decoration:underline;
	color:#333;
}

h3 a:hover {
	text-decoration:none;
}

h3 {
	font-size:15px;
}

h4 {
	font-size:13px;
}

a, a:visited {
	color:#003366;
}

a:hover {
	text-decoration:none;
}

.title {
	font-family:Georgia, Times, 'Times New Roman', serif;
	color:#990000;
	font-size:17px;
	font-weight:bold;

}

#header h1 a span {
	display:none;
}

div#header h1 a {
	width:255px;
	height:115px;
	display:block;
	border:0px solid #000;
}

.divider {
	margin:20px 0px;
}

.post-divider {
	margin:20px 0px;
	border-bottom:1px dashed #666666;
}

.navigation {
	float:right;
	margin:40px 10px 0 0;
	color:#860F0F;
}

div.navigation a {
	color:#4d4339;
	font-size: 11px;
	font-family: Arial, Tahoma, sans-serif;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

div.navigation a:hover {
	color:#860F0F;
	text-decoration:underline;
}

p {
	font-size:12px;
	line-height:165%;
	padding:5px 0;
	margin-bottom:10px;
}

div#content ul {
	list-style:disk outside;
}

small {
	font-size:11px;
}

li {
	font-size:12px;
	line-height:120%;
	padding: 5px 0px;
}

.post-navigation, .post-navigation a {
	font-size:12px;
}

.entry {
	margin-left:15px;
	font-size:12px;
}


div#sidebar div.sidebarBlockA {
	margin-bottom:10px;
}
div#sidebar div.sidebarBlockA h2 {
	color:#ffffff;
	background:#860F0F;
	padding:5px 10px;
	font-family: Arial, Tahoma, sans-serif;
}
div#sidebar div.sidebarBlockA ul {
	border: 2px solid #860F0F;
}
div#sidebar div.sidebarBlockA ul li {
	color:#333333;
	background:#F4E9C5;
	padding:10px 10px;
}

div#sidebar div.sidebarBlockB {
	margin-bottom:10px;
}
div#sidebar div.sidebarBlockB h2 {
	color:#ffffff;
	background:#006699;
	padding:5px 10px;
	font-family: Arial, Tahoma, sans-serif;
}
div#sidebar div.sidebarBlockB ul {
	border: 2px solid #006699;
}
div#sidebar div.sidebarBlockB ul li {
	color:#333333;
	background:#F4E9C5;
	padding:10px 10px;
}

img.icon {
	vertical-align:text-bottom;
}


#footer span {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #333333;
	font-size:10px;
}


