/*
Theme Name: Mikey's Blog Design
Theme URI: http://www.creativeburn.com/
Description: Designed for Mikey's Blog.
Version: 1.1
Author: Mikey Greenland for CreativeBurn Studio
Author URI: http://mikey.creativeburn.com/
Tags:  moo-tools tabs, fixed-width, two-columns, 960gs, right-sidebar
*/

/* =================== MAIN STRUCTURE ======================= */

body{
	background: #f7f7f7 url(images/mikeybgtop.gif) repeat-x top;
	color:#666;
	font-weight: normal;
}

a{
	color:#0a8ed2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

small {
	font-size: 11px;
}

code {
	background: #fcfbf2;
}

#header{
	height:279px;
	background:url(images/mikeyheadertop.gif) no-repeat top center;
}

#header2{
	height:96px;
	background:url(images/mikeyheaderbottom_findme.gif) no-repeat top center;
	/*background:url(images/mikeyheaderbottom.gif) no-repeat top center;*/
}

/*#topmenu {
	font-size: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #fff;
	background: #333333;
	margin: 0;
	padding: 0;
	}



#topmenu{
	color:#fff;
}

#topmenu ul{
	font-size:1.1em;
	margin:9px 0 0 0;
}

#topmenu ul li  {
	float:left;
	display: inline;
	margin:0;
	padding:0;
	
}

#topmenu ul li.current_page_item a{
	background-color:#FF7900;
	color:#fff;
	margin:0;
	padding:11px;
}

#topmenu ul li a{
	color: #fff;
	text-decoration:none;
	margin:0;
	padding:11px;
}

#topmenu ul li a:hover{
	background-color:#0b0b0b;
	color:#ddd;
	margin:0;
}
 */
#nav {
	font-size: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #000;
	}
/* End Structure */

#nav ul {
	list-style: none;
	line-height: normal;
	margin:0 0 0 0;
}

#nav li {
	float:left;
	padding:0;
	margin:0;
}

#nav li a {
	color: #fff;
	display: block;
	margin:0;
	padding: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	border: none;
}

#nav .current_page_item a{
	background: #FF7900;
	color: #FFFFFF;
	display: block;
	margin:0;
	padding: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	border: none;
}

#nav a:hover {
	background:#000;
	color: #FFFFFF;
	text-decoration: none;
}

.print{
	display:none;
	visibility:hidden;
}

#logo {
	margin-top:61px;
	background:url(images/mikeyheader.gif) no-repeat top center;
}

#logo h1{
	font-size:30px;
	line-height:30px;
	margin:25px 0 0 0;
	color:#fff;
}

#searchform{
	float:right;
	margin:10px 10px 0 0;
}

#rssfeed{
	float:right;
	margin:3px 10px 0 0;
}

#rssfeed a.rss{
	background: transparent url(images/rss.gif) no-repeat left top;
	padding-left: 20px;
}

#rssfeed a {
	color: #fff;
	text-decoration:none;
}

#rssfeed a:hover{
	text-decoration: underline;
}

/* ===================== MAIN AREA =================== */
#content {
        background:url(images/mikeybgbody.gif) repeat-y center;
}


#main-area{
	/*background:url(images/mikeyheaderbottom.gif) no-repeat top center;*/
	padding: 0 30px 0 30px;
}

#main-bottom{
	background:url(images/mikeyfootertop.gif) no-repeat top center;
	height:71px;
}

.post{
	margin:0 15px 0 15px;
	padding-bottom:60px;
}

.post .post-title{
	font-size:2.2em;
	font-family:"Trebuchet MS", Arial, Georgia;
	margin:0;
	padding:0;
}

.post .post-title a {
	color:#000000;
}

.post .post-meta-top{
	font-size:1.1em;
	color:#888;
	font-style: italic;
	border-bottom:2px solid #efefef;
	margin-bottom:20px;
	padding-bottom:6px;
}



.post .post-comments{
	float:right;
	background: url(images/comment1.gif) bottom left no-repeat;
	padding-left:30px;
}


.post .post-category a{
	font-weight: bold;
	color: #454545;
	text-decoration:none;
}

.post .post-category a:hover{
	background:#eaeaea;
	color:#333;
}	

.post .post-meta{
	background:url(images/tag.png) no-repeat;
	padding-left:18px;
	height:20px;
}

.post .post-meta-bottom{
	text-align:right;
	font-size:1.1em;
	color:#888;
	font-style: italic;
}

.post .entry{
	font-size:1.2em;
}

.navigation{
	margin:15px 15px 20px 15px;
}

.cat-header{
	text-align:center;
	padding:10px 15px 0 15px;
	font-family:"Trebuchet MS", Arial, Georgia;
	text-decoration:underline;
	color:#999;
}

.cat-header h2{
	font-size:19px;
	font-weight:normal;
}

blockquote {
	width: 80%;
	padding: 0 10%;
	margin: 13px auto;
	background:#f7f7f7;
	border:1px solid #dedede;
	color: #444;
	font-style: italic;
}

blockquote p {
	padding: 10px 0;
}


/* ============================== ARCHIVES PAGE ========================== */

.arch-head {
	padding:10px 15px 0 15px;
	font-family:"Trebuchet MS", Arial, Georgia;
	text-decoration:underline;
	color:#999;
	text-align:center;
	font-size:19px;
	font-weight:normal;
}

#arch ul{
	list-style:circle;
}

#arch ul li{
	padding:3px 0;
}

/* ========== IMAGES ============= */

.alignleft {
	float: left
}

.alignright {
	float: right;
}

/* ============================== PHOTO IMAGES ========================== */

.photo_lgCenter, .photo_smLeft, .photo_mdLeft, .photo_lgLeft,
 .photo_smRight, .photo_mdRight, .photo_lgRight {
 	font-size: .7em;
 	text-align: center;
 }
 
 .photo_lgCenter {
	margin:0;
	padding:8px 0 8px 0;
	
}

.photo_smLeft, .photo_mdLeft, .photo_lgLeft {
	float:left;
	margin:0;
	padding:8px 8px 8px 0;
	
}

.photo_smRight, .photo_mdRight, .photo_lgRight {
	float:right;
	margin:0;
	padding:8px 0 8px 8px;
	
}

 .photo_lgCenter img, .photo_smLeft img, .photo_mdLeft img, .photo_lgLeft img,
 .photo_smRight img, .photo_mdRight img, .photo_lgRight img {
	border:1px solid #000000;
	display: block;
    width: 100%;
}

.photo_lgCenter img, .photo_lgCenter p {
	width:840px;
}

.photo_smLeft img, .photo_smRight img, .photo_smLeft p, .photo_smRight p {
	width:253px;
}

.photo_mdLeft img, .photo_mdRight img, .photo_mdLeft p, .photo_mdRight p {
	width:411px;
}

.photo_lgLeft img, .photo_lgRight img, .photo_lgLeft p, .photo_lgRight p {
	width:569px;
}

.photo_lgCenter .clear:after, .photo_smLeft .clear:after, .photo_mdLeft .clear:after, .photo_lgLeft .clear:after,
 .photo_smRight .clear:after, .photo_mdRight .clear:after, .photo_lgRight .clear:after {
	clear: both;
}

/* ====================== COMMENTS ================= */
ol.commentlist{
	margin:35px 15px 0 0;
	list-style-image: none;
	list-style-type: none;
	padding:0;
}

ol.commentlist li{
	margin:0 0 0 15px;
	padding:0;
	border-bottom:1px solid #f2f2f2;
}

#comments, #respondh3{
	margin:30px 0 0 15px;
	font-size:17px;
}

#respondh3{
	padding:0 0 10px 0;
}

.cancel-comment-reply{
	margin:0 15px;
}

.commentlist .comment {
	display: block;
	padding: 15px 0;
}

ol.commentlist li div.vcard img.avatar { 
	margin:0;
	border:1px solid #777;
}

.commentlist .says{
	font-size:11px;
}

.commentlist .cite {
	font-size:14px;
	margin-top: 1px;
}

.commentlist .comment-meta {
	font-size: 11px;
	margin: 0 0 18px 0;
}

.commentlist .children li{
	list-style:none;
}

.commentlist .comment-meta a{
	color:#999;
}

.commentlist p {
	line-height: 20px;
	margin:0 0 15px 0;
}

.commentlist .reply {
	display: block;
}

.commentlist .reply a {
	line-height: 14px;
	text-decoration: none;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;	
}

#commentform input{
	width: 200px;
	border: 1px solid #dedede;
	padding: 5px 5px 5px 30px;
	margin-top: 3px;
}

#commentform{
	margin:0 0 0 15px;
}

#commentform textarea{
	border: 1px solid #dedede;
	padding:5px;
}

#commentform #author{
	background:url(images/user.png) no-repeat 3% center;
}

#commentform #email{
	background: url(images/email.png) no-repeat 3% center;
}

#commentform #url{
	background: url(images/world_link.png) no-repeat 3% center;
}

#commentform #submit{
	padding:2px 0;
	background:#fff;
	cursor:pointer;
	font-size:12px;
}

/*====================== SIDEBAR ================= */
#sidebar {
	/*background:#ffffff url(images/mikeybgbody.gif) repeat-y right;*/
}

.widget h2{
	
}

#tab_heading {
	text-align:center;
	height: 11px;
	background:url(images/tabtop.gif) no-repeat;
	display: block;
	padding: 11px 0px;
}

#tab_heading * {
	display: inline;
	padding: 6px;
	user-select: none;
	border-style: none;
	vertical-align: middle;
	cursor: pointer;
}

ul#buttons{
	margin:0;
}

ul#buttons li{
	padding:4px;
	border:1px solid #dedede;
	background:#fff;
	margin:0;
	margin-right:5px;
}



/* ====================== SIDEBAR WIDGETS ============== */

#sidebar .widget h2{
	font-size:14px;
	margin:0 0 20px 0px;
	background:url(images/sidebartop.gif) no-repeat;
	width:280px;
	padding:10px 0 0 10px;
}

#sidebar .widget a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#sidebar .widget {
	background:url(images/sidebarbck.gif) repeat-y;
	width:280px;
	margin-bottom:20px;
}

#sidebar .widget a:hover{
	color:#0a8ed2;
}

#sidebar .widget ul{
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
	background:url(images/sidebarbottom.gif) no-repeat bottom center;
}

#sidebar .widget ul li{
	font-size:12px;
	padding:0 0 3px 20px;
	margin:9px 10px 9px 10px;
	background:url(images/li.png) no-repeat;
	border-bottom:1px solid #efefef;
}

#wp-calendar {
	width: 280px;
	padding:0 0 10px 0;
	text-align:center;
	margin:0 ;
	background:url(images/sidebarbottom.gif) no-repeat bottom center;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

#wp-calendar caption {
	padding: 2px;
}

#wp-calendar th, #wp-calendar td {
	text-align: center;
	padding: 5px;
	background: #f2f2f2;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

.widget_tag_cloud a{
	margin-left:5px;
}

.textwidget{
	padding:0 10px 10px 10px;
	background:url(images/sidebarbottom.gif) no-repeat bottom center;
}

/* ========================= FOOTER ===================== */
#footer{
	background:#333333 url(images/mikeybgbottom.gif) repeat-x top;
	font-size:12px;
	padding:20px 20px 20px 20px;
	
}

#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}

#footer ul li{
	font-size:12px;
	padding:0;
	margin:0 8px 12px;
}


#copyright{
	clear:both;
	font-size:11px;
	text-align:center;
	color:#fff;
}