/*  
Theme Name: Micfo BlueBorders
Theme URI: http://rockinthemes.com/
Description: A surprisingly diverse theme. 2 Column, widget ready, and features a dynamic menu which highlights depending on the page you're on. Very cool.
Version: 1.0
Author: Cory Miller & Ryan Imel
Author URI: http://corymiller.com
*/





/* Zeroes Out All Padding and Margins (Easier to fine tune from this point) */

* {
	margin: 0;
	padding: 0;
}

/* Link Styling (Universal - Fine tune on your own) */

a, a:visited {
text-decoration: none;
color: #ff6633;
}

a:hover {
text-decoration: underline;
color: #000;
	}

a img {
	border: none;
	}



/* Body and Containers */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Great starting fonts. Exchange with whatever you desire. */
	background: #fff;
	color: #000;
	text-align: center; /* Fixes centering of main body in IE. */
}

#page {
	text-align: left; /* In order to correctly align text after above IE fix in Body. */
margin: 0 auto 0 auto; /* Centers page in standards browsers. */
width: 76em; /* Sets width to 760 px. */
	}

#headerout {
width: 100%;
background: #4096ee url('casino-play-for-fun.jpg') bottom repeat-x;
}

#header {
width: 76em;
margin: 0 auto 0 auto;
overflow: auto;
padding: 0em 0 1.5em 0;
	}

#headerimg 	{ 
	} 

#header img {
float: right;
margin-right: 3em;\
}

#headerimg img {
float: left;
margin:0px;
padding:0px;
}







/* Menu */
#header ul { /* Main definitions for entire menu. */
list-style-type: none;
float: left;
margin-top: 1em;
font-size: 1.5em;
text-transform: lowercase;
clear: left;
width: 40em;
}
#header ul li a { /* Each link will be displayed as a block, default properties here. */
padding: .2em .7em .6em .7em;
font-weight: 900;
display: block;
float: left;
}
li.page_item a { 
color: white;
}
li.current_page_item a { /* Properties for the page item which the user is currently on. */
color: #ff9933;
background: white;
}

#header ul li { 
float: left;
margin-right: 2em;
color: white;
}
li.page_item a:hover { /* This is the key to changing the look when rolling over tabs. */
background: #fff;
color: black;
text-decoration: none;
}
#header ul + br { /* Clears the header. */
clear: both;
height: 1em;
}
#header ul li ul { /* Removes all child pages from menu display. */
display: none;
} 
.topimage {
margin: 0 0 0 -3em;;
	}







/* Content */
#content {
margin: 2em 0 3em 1em;
width: 47em;
float: left;
}





/* Sidebar */

#sidebar {
width: 23em;
float: right;
padding: 0 1em 1em 1em;
text-align: left;
margin-bottom: 3em;
	}
#sidebar ul	{
	list-style-type: none;
color: #ccc;
background: none;
	}
	
#sidebar li {
	list-style-type: none;
	}

#sidebar li h2 {
color: #cc3333;
font-weight: 900;
font-size: 1.5em;
padding-left: 1.2em;
background: #fff url('free-downloadable-casino.jpg') left center no-repeat;
margin-bottom: .8em;
margin-top: 1.5em;
}
	
#sidebar ul li {
	list-style: none;
font-size: 1.3em;
line-height: 1.8em;
background: none;
font-weight: 900;
	}

#sidebar ul li a {
color: #999;
}
#sidebar ul li a:hover {
color: #000;
}

#sidebar ul, #sidebar ul li, #sidebar ul li ul {
list-style-type: none;
margin: 0;
padding-left: 0;
}

#sidebar ul li ul {
font-size: .9em;
line-height: 0;
}

#sidebar a {
text-decoration: none;
}

#sidebar a:active {
text-decoration: underline;
}

#sidebar ul li ul li ul li {
font-size: 1.1em;
list-style-type: square;
margin-left: 1.5em;
}



/* Footer */
#footer {
clear: both;
background-color: #ffffcc;
text-align: center;
width: 100%;
padding-top: 2em;
margin-bottom: -2em;
	}
#footer p {
font-size: 1em;
font-weight: 600;
padding-bottom: 1.5em;
}





/* Standard HTML Elements */

small {
	}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, 'lucida grande', arial, sans-serif;
	}

h2 {
font-size: 1.8em;
color: #999;
}
h3 {
font-size: 1.6em;
text-decoration: underline;
}
h4 {
font-size: 1.4em;
color: #999;
}
h5 {
font-size: 1.2em;
}
h6 {
font-size: 1.1em;
font-style: italic;
}

code {
	}

acronym, abbr, span.caps {
	cursor: help;
	}

blockquote {
background: #ffffcc;
margin-left: 3em;
border-left: #ff9933 thick solid;
padding: 1em;
	}

blockquote blockquote {
background: white;
border-left: #ff9933 thick solid;
}

blockquote p {
height: 1%; /* Hack for IE6 to prevent clipping after blockquotes. */
}

blockquote cite {
	}

hr {
	}
ol 	{
	}
ul	{
list-style-type: square;
	}
p {
font-size: 1.2em;
line-height: 1.8em;
margin: 1.8em 0;
}
address {
font-size: 1.2em;
line-height: 1.4em;
}
pre {
font-size: 1.4em;
margin: 1.8em 1em;
}





/* Layout Adjustments */

.widecolumn {
	}

.narrowcolumn {
	}

.navigation {
	padding-bottom: 4em;
font-family: helvetica;
font-weight: 200;
font-style: none;
width: 100%;
font-size: 120%; 
	}
.navigation .alignright, .navigation .alignleft, span.center {
background: #fff;
padding: .5em;
background: #ffffcc;
float: left;
margin-right: .5em;
}
.navigation .alignright {
	}
.navigation .alignleft {
	}
.navigation a:hover {
}
span.center {
display: block;
width: 4em;
}
.pagetitle {
color: #999;
font-size: 1.5em;
}






/* Posts */

.post {
clear: both;
margin-bottom: 3em;
	}
.posticon {
float: left;
}

.post h1 {
font-size: 2em;
color: #ff9900;
text-decoration: none;
float: left;
margin: .3em 0 0 .4em;
width: 20em;
}

.post h1 a {
color: #ff9900;
}

.clear {
clear: both;
display: block;
}

.post small {
font-size: 1.4em;
color: #ccc;
font-weight: 900;
margin-bottom: .5em;
text-transform: lowercase;
font-style: italic;
float: left;
clear: left;
width: 20em;
}

.postmetadata small {
clear: both;
width: 100%;
text-align: left;
font-size: .8em;
color: #000;
border-top: thin solid black;
padding-top: .5em;
text-transform: none;
display: block;
font-style: normal;
font-weight: 400;
}

.postmetadata {
padding-top: 2em;
clear: both;
}

.postmetadata span {
background-color: #ffffcc;
padding: .3em;
}

.post ol, .post ul { /* Sets properties for ordered and unordered lists in your posts. */
font-size: 1.2em;
line-height: 1.8em;
margin: 1.8em 0 1.8em 3em;
}

.narrowcolumn .post h1 {
margin-left: 0;
}




/* Entries - within posts, more specific */
.entry {
clear: left;
}




/* Comments */

#comments {
margin-bottom: 1em;
}

ol.commentlist {
list-style-type: none;
margin-left: 0;
width: 100%;
}

ol.commentlist li {
padding-bottom: 2.5em;
}

li.alt {
}
#commentform input {
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentlist cite {
font-style: normal;
color: #ff9933;
font-size: 1.4em;
text-transform: capitalize;
font-weight: 900;
	}
#respond {
margin-top: 1.5em;
}
#submit {
background: none;
border: thin solid white;
color: #ff9933;
font-weight: 900;
}
#submit:hover {
border: thin solid #ff9933;
}


.alt {
	}





/* Alignment */

/*	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
	}

.center {
	text-align: center;
width: 100%;
	}





/* Search Form */

#searchform {
margin: 0 auto 4em auto;
padding: 1em;
width: 54em;
	}

#searchform #s {
width: 20em;
float: left;
margin: 0 1em;
font-size: 1.8em;
	}

#searchsubmit, #searchform div span {
background: none;
border: 0;
text-transform: uppercase;
color: #ff6633;
font-size: 2.2em;
font-weight: 900;
font-family: helvetica, 'lucida grande', arial, sans-serif;
	}

#searchform div span {
font-size: 2.2em;
display: block;
float: left;
}

#searchsubmit {
float: left;
}

#searchsubmit:hover {\
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	}





/* Standard Wordpress Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 1em 0 0 0;
	width: 155px;
color: #000;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	width: 100%;
text-align: left;	
margin-top: 2em;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#calendar h2 {
display: none;
}



/* Widgets */
.textwidget {
color: #000;
font-size: .8em;
font-weight: normal;
}



/* IE FIXES */
/*
*html #header a {  /* Adjust IE6 for dynamic menu (IE6 can't do it). */
color: white;
}
*html #header .current_page_item a {
color: #ff9933;
}