/*
THEME NAME: 1mih_Sandbox for WordPress 2.7+
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Adapted for Make It Happen. Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists. Just for WordPress 2.7.
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a> Edit by <a href="http://dreamcolor.net/">Dreamcolor</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* ------------------------RESET CSS-------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1.5;
}
/*
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;
}
/* -------------------------END OF RESET CSS--------------------------- */

/* ************ Begin Typography & Colors ************* */
body {
	color:#333;
	font-family: Verdana,"Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
	font-size: 0.875em; /*16x0.875=14px*/
	background: #fff;
	border-top: 10px solid #33aa33;
	border-bottom: 10px solid #006600;
}

a {
	color:#009900;
	text-decoration: none;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #e56b0b; /*orange*/
	text-decoration: underline;
}

p,.p {
	margin-bottom: 0.95em;
}

/* HEADERS */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: normal;
	margin:0 0 0.3em 0;
	padding: 0; 
	line-height: 1.1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #009900;
}

h1 {font-size: 2.25em; /*16x2.25=36px*/}
h2 {font-size: 2.25em; /*16x2.25=36px*/}
h3 {font-size: 1.75em; /*16x1.75=28px*/}
h4 {font-size: 1.5em; /*16x1.5=24px*/}
h5 {font-size: 1.25em; /*16x1.25=20px*/}
h6 {
	font-size: 1em; /*=16px*/
	/*color: #2c11a6;*/ /*#1f1259;*/
	font-weight: bold;
	}

div.sidebar h3 {
	font-size:1.2em;
}

.entry-meta, .comment-meta {
	font-size: 0.875em;
}

.meta-sep {
	color: #e56b0b; /*orange*/
	}
	
/* --- End of typography & colours --- */

/* --------------- Begin MY LAYOUT structure ------------------ */

#wrapper {
	width: 900px;
	margin: 0px auto;
	position: relative;
	background:#fff;
}

#header {
	height: 200px;
	background: #fff url(images/mihLogoWP_header6.png) no-repeat;
	text-indent: -1000px;
}

#blog-description {
	color: #888; /*#009900;*/ /*#e56b0b;*/ /*orange*/
	font-weight: bold;
	text-indent: -1000px; /*0px;*/
	/*padding: 120px 0 20px 20px;*/
}

#headerfeed {
	font-size: 0.875em;
	line-height: 1;
	text-align: center;
	position:absolute;
	top: 11em;
	right: 0em;
}

#headerfeed a:hover{text-decoration: none;}

div#container {
	float:left;
	margin: 0 -250px 0 0;
	width:100%;
	background:#fff;
}

div.sidebar {
	float:right;
	overflow:hidden;
	width:230px;
}

/*div#container,*/ div#primary { 
	margin-top:2.3em;
}

div#secondary {
	clear:right;
}

div#footer {
	clear:both;
	width:100%;
}

/* ----- content ----- */
div#content {
	background: #fff;
	margin:0 250px 0 0;
	padding: 0px 25px 15px 0px; /*25px 25px 15px 25px;*/
	clear: both;
	overflow: hidden;
}

.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 2px dotted #e56b0b; /*orange*/
}

.entry-title {
	clear:both;
	margin-bottom: 0.75em;
}

.entry-meta {
	clear:both;
	margin-top: 0.75em;
}

#content ol {
	margin: 0 0 0 1.125em; /*0px 0px 0px 20px;*/
	padding: 0 0 0.6em 0; /*0px 0px 10px 0px;*/
	}
	
#content ol li {
	margin: 0 0 0 1.125em; /*0px 0px 0px 20px;*/
	padding: 0 0 0.3em 0; /*0px 0px 5px 0px;*/
	}
	
#content ul {
	/*list-style-type: square;*/
	margin: 0 0 0 1.125em; /*0px 0px 0px 20px;*/
	padding: 0 0 0.6em 0; /*0px 0px 10px 0px;*/
	}
	
#content ul li {
	/*list-style-type: square;*/
	margin: 0 0 0 1.125em; /*0px 0px 0px 20px;*/
	padding: 0 0 0.3em 0; /*0px 0px 5px 0px;*/
	}

blockquote{
	font-style: italic;
	margin: 0 1.5em 0.9em 1.5em; /*0px 25px 15px 25px;*/
	padding: 0 5em 0 1.5em; /*0px 25px 0px 10px;*/
	border-left: 2px solid #e56b0b; /*orange*/
	}
	
#content blockquote p{
	margin: 0; /*0px 0px 0px 0px;*/
	padding: 0.6em 0; /*10px 0px 10px 0px;*/
	}
	
/* ---- end of LAYOUT & content --------------- */

/* -------------------- MENU & NAVIGATION ------------------------- */

div.skip-link {
position:absolute;
right:0em;
top:0.3em;
font-size: 0.875em;
}

div#menu {
	position:absolute;
	left:0;
	top:0px;
	margin: 0;
	padding: 0px;
	overflow: hidden;
	list-style: none;
	}
	
div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

div#menu a {
    background: #DDDDDD url(images/navbar.gif) repeat-x;
	color: #009900;
	display: block;
    font-weight: bold;
    margin: 0 0.2em 0 0;
   	padding: 0.2em 0.625em 0.2em 0.625em;
	text-decoration: none;
	}
	
div#menu a:hover, {
	background: #33AA33; /*#444444;*/
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0 0.2em 0 0; /*0px 15px 0px 0px;*/
	padding: 0.2em 0.625em 0.2em 0.625em; /*8px 10px 8px 10px;*/
	}

/* current page in menu */
div#menu li.current_page_item a {
	color: #FFFFFF;
	background: #33AA33;
	}

div#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
div#menu li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 120px;
	}
	
div#menu li li a, div#menu li li a:link, div#menu li li a:active, div#menu li li a:visited {
	background: #e56b0b; /*orange*/
	color: #FFFFFF;
	width: 120px;
    font-weight: normal;
	float: none;
	margin: 0px;
	padding: 0.25em 0.625em 0.25em 0.625em; /*8px 10px 8px 10px;*/
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	}
	
div#menu li li a:hover {
	background: #444444;
	color: #FFFFFF;
	padding: 0.25em 0.625em 0.25em 0.625em; /*8px 10px 8px 10px;*/
	}

div#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

div#menu li:hover ul {
	left: auto;
	display: block;
	}
	
div#menu li:hover ul, #nav li.sfhover ul {
	left: auto;
	}


/* for Breadcrumb NavXT plugin: */
.breadcrumb
{
	font-size: 0.875em;
	color: #e56b0b; /*orange*/
	position:absolute;
	left:0em;
	top: 14.25em; /*0.3em;*/
	/*
margin: -200px 0 0 0; 
	position: relative;
	float: left;
*/
}

/* -------------- other NAVIGATION --------------- */

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

/* ---------------------- SIDEBARS --------------------------- */

div.sidebar h3 {
	border-bottom: 2px dotted #e56b0b; /*orange*/
	line-height: 1.3;
}

div.sidebar input#s {
width:14em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

/* --------------------- COMMENTS -------------------------- */

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

/* -------------------------- FOOTER ---------------------------- */

div#footer {
text-align:center;
padding: 0.5em 0 0.5em 0;
border-top: 2px dotted #e56b0b; /*orange*/
}

/* ---------------- IMAGES & GALLERY -------------------- */

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

/* ---------------- OTHER STUFF -------------------- */

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

div.flash_holder {
border-bottom: 2px dotted #cccccc; /*#e56b0b;*/ /*orange*/
}