/*
THEME NAME: Miller and Mike D
THEME URI: http://badgerlandweb.com
DESCRIPTION: A brand new template for MillerAndMike.com
VERSION: 0.3
AUTHOR: Ben Miller
AUTHOR URI: http://www.benandleanna.com
*/

@import "reset.css";

html {
	height: 100%;
}

body {
	background: #f7e43b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-align: center;	/* this is for IE 5.5 */
	height: 100%;
}

#outerwrapper {
	position: relative;
}



/********* Background Images **************/
#bg-banana {
	background: url(images/bg-banana.png) no-repeat;
	position: absolute;
	top: 176px;
	/* left: -110px; /* inside wrapper */
	left: 10px; /* outside wrapper */
	width: 126px;
	height: 212px;
	z-index: -10;
}

#bg-club {
	background: url(images/bg-club.png) no-repeat;
	position: absolute;
	top: 52px;
	/* right: -84px; /* inside wrapper */
	right: 0;  /* outside wrapper */
	width: 274px;
	height: 131px;
	z-index: -10;
}

#bg-ukulele {
	background: url(images/bg-ukulele.png) no-repeat;
	position: absolute;
	top: 425px;
	right: 0;
	width: 534px;
	height: 233px;
	z-index: -10;
}

#bg-ladder {
	background: url(images/bg-ladder.png) no-repeat;
	position: relative;
	margin-top: -244px;
	/* bottom: 10px; */
	left: -92px;
	width: 127px;
	height: 244px;
	z-index: -10;
}

#bg-yoyo {
	background: url(images/bg-yoyo.png) no-repeat;
	position: relative;
	margin-top: -195px;
	/* bottom: 0; */
	/* top: -50px; */
	left: 10%;
	width: 260px;
	height: 195px;
	z-index: -10;
}

#bg-bubble {
	background: url(images/bg-bubble.png) no-repeat;
	position: relative;
	margin-top: -100px;
	bottom: 440px;
	/* top: -50px; */
	left: 130px;
	width: 100px;
	height: 100px;
	z-index: -10;
}

#bg-double-bubble {
	background: url(images/bg-double-bubble.png) no-repeat;
	position: relative;
	margin-top: -100px;
	bottom: 440px;
	/* top: -50px; */
	left: 240px;
	width: 100px;
	height: 125px;
	z-index: -10;
}

#bg-jugglers {
	background: url(images/bg-jugglers.png) no-repeat;
	position: absolute;
	width: 255px;
	height: 228px;
	bottom: 0;
	right: 0;

/*
	background: url(images/bg-jugglers.png) no-repeat;
	position: relative;
	margin-top: -228px;
	margin-left: auto;
	margin-right: 0;
	/* float: right; */
	/* bottom: 0; */
	/* right: 0; */
/*	width: 255px;
	height: 228px;
	z-index: 10;
*/
}

* html #bg-ladder {
	margin-top: -244px;
}

* html #bg-yoyo {
	margin-top: -195px;
}

* html #bg-jugglers {
	margin-top: -228px;
}

/******************************************/



a {
	color: #ff2222;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}


/* wordpress standard styles */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
   color: #000000;
}
/* ---------------------------- */





/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('images/roundedcorners.png'); /* CHANGE: path and name of your image */
	height: 15px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 15px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 15px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -15px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -15px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -15px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 0; /*1px solid #C00000;*/ /* YCC: color & properties of the left-borderline */
	border-right: 0; /*1px solid #C00000;*/ /* YCC: color & properties of the right-borderline */
	background: #000000;            /* YCC: background-color of the inside */
	color: #ffffff;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */
.gap-saver {
	height: 1px;
	margin: 0 0 -1px 0;
	padding: 0;
	font-size: 1px; /* to correct IE */
	}

/*
implementation in the page:
	...
	<head>
	<link rel="stylesheet" type="text/css" href="liquidcorners.css">
	...
	</head>
	
	<body>
	...
	<div class="top-left"></div><div class="top-right"></div>
		<div class="inside">
		<p class="notopgap">Your text & other things inside</p>
		...
		<p class="nobottomgap">...</p>
		</div>
	<div class="bottom-left"></div><div class="bottom-right"></div>
	...
	</body>
*/






#wrapper {
	width: 790px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left; /* this negates the IE 5.5 fix in the body style */
	position: relative;
}

* html wrapper {
	height: 100%;
}


/* ---------- HEADER --------------------- */
#header {
	background: url(images/header.png) no-repeat;
	overflow: visible;
	width: 790px;
	height: 100px;
	display: block;
	/* border-bottom: 3px solid #EFEFEF;
	border-top: 1px solid #EFEFEF; */
	margin: 10px 0;
}

#header #title {
	display: block; float: left;
	width: 250px; height: 100px;
	margin: 0px; padding: 0px;
}
#header #title a {
	display: block;
	width: 250px; height: 100px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
}
/* ---------------------------------------- */


/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu {
	float: left;
	font-size: 16px;
	width: 540px; height: 24px;
	margin: 30px 0px 0px 0px; padding: 0px;
	letter-spacing: 1px;
	text-transform: lowercase;
	position: relative;
	z-index: 100;
}
/* This is the style for the first UL (the grey) */
#menu ul {
	float: right;
	background: transparent;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
}
/* This is the style for the top level list items */
#menu ul li {
	background: url(images/menu-sep.gif) left 50% no-repeat;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */
#menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
/* The hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
	color: #FF0;
	text-decoration: none;
}
/* This is the style for the top level links */
#menu ul li a {
	display: block;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px 10px;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
}
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 212px;  /*width: 132px;*/
	left: -999em;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	border-top: 1px solid #FFF;
	margin: 0px; padding: 0px;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: transparent;
	width: 210px;  /*width: 130px;*/
	display: block;
	padding: 0px; margin: 0px;
	height: 25px; line-height: 25px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #FFF;
	border-top: none;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	background: #ad0000;
	width: 200px;  /*width: 120px;*/
	display: block;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
	border: none;
	color: #FFF;
	font-weight: bold;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	color: #000;
	background: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
	font-weight: bold;
}
/* ----------------------------------------- */




/* FEATURED IMAGES ROTATOR  */

#rotator {
	width: 600px; height: 300x;
	margin: 0 0 20px 0; 
	padding: 0px;
	float: left;
}
#rotator img {
	width: 600px; height: 300px;
	margin: 0px; padding: 0px;
}


/* ------------------------------------------  */


#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

/*
#menu {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}
*/

#container {
	width: 790px;
	overflow: hidden;
	margin: 20px auto;
}

#content {
	float: left;
	width: 600px;
}

.left-column-slideshow {
	float: left;
	width: 600px;
	margin-bottom: 20px;
}

.post {
	margin-bottom: 50px;
}

.post-content h1 {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 15px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #666666;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 0; /* 1px solid #EFEFEF; */
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 0; /* 1px solid #EFEFEF; */
	margin: 0 25px 15px 0;
	padding: 4px;
	position: relative;
}

.post-content img.alignright {
	float: right;
	border: 0; /* 1px solid #EFEFEF; */
	margin: 0 0 15px 25px;
	padding: 4px;
	position: relative;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navigation {
	width: 550px;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 170px;
	/* background: #000; */
}

.sidewidget {
	margin-bottom: 20px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #666666;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	margin: 20px auto 0px auto;
	width: 790px;
	/* height: 20px;
	border-top: 1px solid #EAEAEA;
	padding: 20px; */
}

#footer-margin {
	width: 790px;
	height: 128px;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}