/*
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:155px;
margin: 0 auto 20px auto;
border:0px solid #333333;
background:url('images/mic_logo.jpg') no-repeat top left;
}

#headerBG {
background:url('images/header_bg.png') repeat-x top left;
width:100%;
height:155px;
text-align: center;
}

#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;}

#sidebar2 {width:500px; border:0px solid #333333; margin: 0 0 10px 550px;}

#footer {
width:100%; 
height: 120px;
border:0px solid #333333; 
clear:both;
background:url('images/header_bg.png') repeat-x top left;
}




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





/* 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: 1em;
	padding: 0;
	margin: 0;
}



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;
	position:relative;
	z-index:100;
}
.logo{
	width:255px;
	float:left;
}
.shailan-dropdown-menu{
	float:right;
}
#shailan-dropdown-wrapper-4{
	float:left;
}
.dropdown-horizontal-container{
	float:left;
}
.divider {
	margin:20px 0px;
}

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



/* NEW NAVIGATION */
/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	margin:40px 0 0 0;
	/* Clear floats */
	float:right;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	right: 0;
	z-index:5;
	*/
	display: inline;
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	padding:5px;
}
#nav a{
	/*display:block;*/
	padding:5px;
	color:#4d4339;
	font-size: 11px;
	font-family: Arial, Tahoma, sans-serif;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
#nav a:hover{
	color:#860F0F;
	background: #F4E9C5;
}

/*--- DROPDOWN ---*/
#nav ul{
	background: transparent;
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	text-align:center;
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	color:#4d4339;
	font-size: 11px;
	font-family: Arial, Tahoma, sans-serif;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	padding: 10px 0 0 10px;
	background: #F4E9C5;
	top:100%;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	color:#4d4339;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	padding: 0;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color:#860F0F;
	text-decoration:underline;
}



.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;
}


.wpcf7-list-item {
float: left;
clear: both;
}
.content.widget_text{
	width:250px;
	padding:0;
}
.fb_iframe_widget {
	margin:0 0 10px;
}

