/*
Theme Name: Theme - onehumanbeing - 2009
Theme URI: http://mmj.onehumanbeing.com/inside/
Description: Special theme developed by Jon, onehumanbeing for onehumanbeing.com and other sites in his universe... 
Version: 1.0
Author: Jon, onehumanbeing
Author URI: http://www.onehumanbeing.com/blog/
Tags: clean, simple, 2 columns, liquid, custom design
*/


/* basic */
body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font:normal 9pt/150% Verdana, Arial, sans-serif;
	color:#45583e;
	background-image: url(images/black_box.gif);
	background-repeat: repeat-x;
	background-position: top;
}

   
a { color:#AA0000; text-decoration:none; outline:none; }
a:hover { color:#AA0000; text-decoration:underline; }
a img { border:0; }

blockquote { border-left:solid 5px #828f7e; padding:5px 5px 5px 8px; margin:8px; background-color:#fffff; font:normal 8pt Georgia, "Times New Roman", Times, serif; line-height:160%; display:inline-block; }

pre { border-left:solid 5px #738695; padding:5px 5px 5px 8px; margin:8px 8px 8px 8px; background-color:#ffffff; overflow:scroll; }


input, select, textarea { font:10pt Verdana, Arial, sans-serif; color:#AA0000; }
form { margin:0px; padding:0px; }

p {
	margin:11px 0px 11px 0px;
	color:#45583e;
}

h1, h2, h3, h4, h5, h6  {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:130%;
	font-style: normal;
	letter-spacing: 1px;
	color: #45583e;
}

h1 { font-size:30pt; }
h2 { font-size:24px; }
h3 { font-size:18pt; }
h4 { font-size:14pt; }
h5 { font-size:8pt; }
h6 { font-size:7pt; }

/* seperator image */

.sep {
	height: 10px;
	background: no-repeat center bottom;
	overflow: hidden;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #AA0000;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* wordpress defaults */
.aligncenter, div.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { float:left;}
.alignright { float:right;}
.wp-caption { text-align:center; padding-top:4px; margin:10px;
			  -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 { padding:5px 4px 5px; margin:0; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; line-height:150%; }





/* wrapper */
.wrap {
	width:960px;
	margin:0px auto;

}

/* HEADER */

#header {
	width: 960px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

/* top bar */

/* top - shuttle menu - spacer - search box */



.searchform {
	background-image: url(images/24.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 30px;
	font-size: 12px;
	color: #ffffff
}
 

/* search box */

#searchform #s {
	width:150px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	color: #AA0000;
	vertical-align: middle;
	margin-left: 10px;
	text-indent: 10px;
}


/* top menu 
#menu {
	width: 960px;
	background-color: #000000;
	font: normal 10pt/normal Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	list-style-type: none;
	float: left;
}
	#menu ul {
	list-style: none;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
		#menu li {
	float:left;
	margin-left: 10px;
}
		#menu li a { color:#ffffff; padding:0px 0px 0px 0px; margin:0px 0px 0px 10px; text-align:left; }
		#menu li a:hover { background-color:#AA0000; color:#ffffff; text-decoration:none; }
		#menu li.current_page_item a { background-color:#AA0000; color:#ffffff; text-decoration:none;  }
		#menu li.current_page_item a:hover { background-color:#AA0000; color:#ffffff; text-decoration:none; }
*/
		
/* THE MENU */

#menubar {
	width: 960px;
	height: 25px;
	margin: 0 auto;
	background: #000;
	}

#menunav {
	margin: 0;
	padding: 1px 0 0 0;
	float: right;
	font-size: 19px;
	}

	#menunav a  {
		margin: 0 1px 0 0;
		color: #000000;
		text-decoration: none;
		background: #222;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}

		#menunav a:hover {
			color: #AA0000;
			background: #ddd;
			} 
		
		.prev {
			padding: 0 2px 0 0;
			}
		
		.next {
			padding: 0 0 0 2px;
			}
  
#menu {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #000000;
	}

	#menu ul {
		margin: 0;		
		padding: 0;
		list-style: none;	
		}

	#menu li {
 		margin: 0;
 		padding: 0;
 		float: left;
		}

	#menu li a {
		height: 25px;
		padding: 0 5px 0 5px;
		display: block;
		float: left;
		color: #ffffff;
		line-height: 25px;
		text-decoration: none;
		}

	#menu li a:hover {
		color: #ffffff;
		background: #AA0000;
		}
		
	#menu li.current_page_item a { 
		background-color:#AA0000;
		color:#ffffff;
		text-decoration:none;
		}
		
	#menu li.current_page_item a:hover {
		background-color:#AA0000;
		color:#ffffff;
		text-decoration:none;
		}
		

/* middle - header image - sidebar box */

.header_image {
	height: 260px;
	width: 700px;
	background-image: url(images/header_logo_bkground.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.features_post {
	left: auto;
	top: 325px;
	position: absolute;
	right: auto;
}


.header_sidebar {
	height: 200px;


	width: 260px;
}

/* header bottom - content bar left -  - sidebar box */


.header_content_bar {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

.header_search_bar_right {
	background-color: #000000;
	width: 260px;
	margin: 0px;
	padding: 0px;

}


/* CONTENT */

#innerwrap {
	margin-top:0px;
	width: 960px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

/* columns */

#content_box {
	background-color: #ffffff;
	width: 700px;
	float: left;
}
#content_box_700 {
	background-color: #ffffff;
	width: 700px;
	float: left;
}
#content_box_wide {
	background-color: #ffffff;
	width: 960px;
	float: left;
}


#sidebar_box {
	background-color: #ffffff;
	width: 260px;
	float: right;
	height: 100%;
	margin-bottom: 0px;

	overflow:hidden;
	
}
#sidebar_box_left {
	background-color: #ffffff;
	width: 260px;
	float: left;
	height: 100%;
	margin-bottom: 0px;

	overflow:hidden;
	
}
#post_image_content {
	background-color: #ffffff;
	width:360px;
	height: 100%;
	margin-bottom: 0px;
	overflow:hidden;
}
.c5 {
	width:360px;
	margin:0px;
	overflow:hidden;
	float: left;
	background-color: #ffffff;
}

#post_image_box {
	background-color: #ffffff;
	width: 600px;
	float: right;
	height: 100%;
	margin-bottom: 0px;

	overflow:hidden;
	
}
.c4 {
	padding: 10px;
	margin: 0px;
	
}
#innerbar_box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
}

#innerbar_box h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #AA0000;	
	background-color: #ffffff;
}

.c1_right {
width:180px;
	float:right;
	padding:5px;
	text-align:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	border: thin dashed #AA0000;
	
}
.c1_left {
width:180px;
	float:left;
	padding:5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #ffffff;
	border: thin dashed #AA0000;
	
}
.c1 {
width:180px;
	float:left;
	padding:0px;
	text-align:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	border: thin dashed #AA0000;
	
}
.c2 {
	width:700px;
	margin:0px;
margin-bottom: 20px;
	overflow:hidden;
	float: left;
	background-color: #ffffff;
}
.c3 { float:right; 	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	 overflow:hidden; 
	 padding: 5px;  
	 border: thin dashed #AA0000;}
.c3_left { float:left; margin-right:10px; overflow:hidden; padding-right: 0px; padding-left: 0px; }


/* contact + subscribe text + middle text */
.toptext {
	margin:0px;
	color:#FFFFFF;
	text-transform:lowercase;
	font:normal 14pt Georgia, "Times New Roman", Times, serif;
	padding-right: 15px;
	padding-left: 15px;
}
	.toptext a { color:#FFFFFF; }
	.toptext a:hover { color:#FFBE97; text-decoration:none; }
.midtext { margin:0px; padding:10px 15px 10px 15px; color:#777777; font:normal 10pt Georgia, "Times New Roman", Times, serif; }

/* widgets */
.widgettitle h2 {
	margin:0px;
	padding:5px 0px 2px 15px;
	color:#45583e;
	font:18px Georgia, "Times New Roman", Times, serif;
}


#widgets1 { list-style:none;
			padding: 5px;
			text-align: left;
			margin-top: 5px;
			margin-right: 0px;
			margin-bottom: 5px;
			margin-left: 0px;
						background-color: #f7f8f7; }
#widgets2 { list-style:none;
			padding: 5px;
			text-align: left;
			margin-top: 5px;
			margin-right: 5px;
			margin-bottom: 5px;
			margin-left: 5px;
						background-color: #f7f8f7; }
#widgets3 { list-style:none; margin:0px; padding:5px; color:#45583e; }
.widget { 	background-color: #f7f8f7;
			list-style:none; 
			 }
#widgets1 .widget { border-right:0px solid #AA0000; }
#widgets2 .widget { border-left:solid 0px #AA0000; }
.widget ul { margin:0px 0px 0px 5px; padding:0px; }
.widget ul li a { padding:1px 3px 1px 3px; }
.widget li a:hover { background-color:#AA0000; color:#FFFFFF; text-decoration:none; }
.widget h2 {
	margin:0px;
	padding:5px 5px 5px 5px;
	color:#45583e;
	font:21px Georgia, "Times New Roman", Times, serif;


}



/* list images for widgets */
#widgets1 .widget li { list-style:none; margin:0px 0px 0px 0px; padding:5px 5px 5px 25px; }
#widgets2 .widget li { list-style:none; margin:0px 0px 0px 0px; padding:0px 0px 3px 20px; }

#widgets1 .widget_recent_entries li { background:url('images/78.png') top left no-repeat; }
#widgets1 .widget_recent_comments li { background:url('images/78.png') top left no-repeat; }
#widgets1 .widget_pages li { background:url('images/78.png') top left no-repeat; }
#widgets1 .widget_categories li { background:url('images/78.png') top left no-repeat; }
#widgets1 .widget_archive li { background:url('images/78.png') top left no-repeat; }
#widgets1 .widget_links li, 
#widgets1 .widget_betterblogroll li, 
#widgets1 .widget_sclw li { background:url('images/78.png') top left no-repeat; }

#widgets2 .widget_recent_entries li { background:url('images/78.png') top left no-repeat; }
#widgets2 .widget_recent_comments li { background:url('images/78.png') top left no-repeat; }
#widgets2 .widget_pages li { background:url('images/78.png') top left no-repeat; }
#widgets2 .widget_categories li { background:url('images/78.png') top left no-repeat; }
#widgets2 .widget_archive li { background:url('images/78.png') top left no-repeat; }
#widgets2 .widget_links li, 
#widgets2 .widget_betterblogroll li, 
#widgets2 .widget_sclw li { background:url('images/78.png') top left no-repeat; }


/* blog posts */
.post {
	padding:10px 20px 10px 20px;
	overflow:hidden;
	line-height:160%;
	background-color: #ffffff;
margin-top: 10px;
	margin-right: 0px;

	margin-left: 0px;
}

	/* blog title */
	.post-title h1 {
	margin:0px;
	padding:5px 5px 5px 0px;
	font:normal 30px/130% Georgia, "Times New Roman", Times, serif;
	letter-spacing:0px;
	color: #AA0000;
}
	.post-title h1 a { color:#AA0000; }
	.post-title h1 a:hover { color:#AA0000; text-decoration:none; }

	/* bar with date, author and category */
	.post-sub { padding:5px 0px 0px 0px; overflow:hidden; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; }
		.post-sub a, 
		.post-foot a { color:#999999; border-bottom:dotted 1px #CCCCCC; }
		.post-sub a:hover, 
		.post-foot a:hover { background-color:#EBEBEB; color:#666666; border-bottom:dotted 1px #333333; text-decoration:none; }
		.post-date { float:left; overflow:hidden; margin-right:20px; }
		.post-author { float:left; overflow:hidden; margin-right:20px; }
		.post-cat { float:left; overflow:hidden; }

	/* blog text */
	.post-text { overflow:hidden; color:#333333; }
		.aligncenter { display:block; margin:auto; text-align:center; }
		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; }
		.youtube { text-align:center; margin:10px 0px 10px 0px; }

	/* blog footer with tags, edit and comments */
	.post-foot { overflow:hidden; margin:10px 0px 0px 0px; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; line-height:160%; }
		.post-edit { float:right; }
		.post-comments { float:right; }

/* comments */
.commentlist { list-style:none; padding:0px; margin:0px; border-top:solid 1px #97A8BD; overflow:hidden; }
.commentlist li { overflow:hidden; border-bottom:solid 1px #97A8BD; padding:8px; background-color:#FFFFFF; }
.commentlist li.alt { background-color:#F8F8F8; overflow:hidden; }
	.comment-avatar img { float:left; padding:0px; border:solid 1px #999999; margin:8px 8px 8px 0px; }
	.comment-bar { color:#999999; overflow:hidden; padding:0px 8px 0px 0px; font:normal 8pt Georgia, "Times New Roman", Times, serif; line-height:160%; }
		.comment-bar a { color:#999999; border-bottom:dotted 1px #CCCCCC; }
		.comment-bar a:hover { background-color:#EBEBEB; color:#666666; border-bottom:dotted 1px #333333; text-decoration:none; }

		.comment-author { color:#546a85; font-size:11pt; font-style:italic; }
		.comment-author a { color:#546a85; border-bottom:dotted 1px #666666; }
		.comment-author a:hover { text-decoration:none; }
	.comment-text { }

/* footer - basics*/
#footer {
	width: 100%;
	background-color: #f7f8f7;
	margin-top: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #AA0000;
	text-align: center;
	font-size: 12px;
	text-transform: none;
	clear: both;
}

#footer .widget { list-style:none; margin:0px; padding:10px; }.widget ul { margin:0px; padding:0px; }
#footer .widget ul li a { color:#45583e; padding:1px 3px 1px 3px; }
#footer .widget li a:hover { color:#ffffff; text-decoration:none; }

	#footer a { color:#45583e; text-decoration:none; }
	#footer a:hover { color:#ffffff; text-decoration:none; }

/* footer - sidebar-lower */

#sidebar-lower1 { margin:0px; overflow:hidden; padding: 0px;  border: thin dashed #AA0000;}
#sidebar-lower2 { margin:0px; overflow:hidden; padding: 0px;  border: thin dashed #AA0000;}


#sidebar5 { margin:0px;  overflow:hidden; padding-right: 0px; padding-left: 0px; }



/* footer - area box */

#footer_logo {
	padding-top: 45px;
	background-color: #f7f8f7;
}




#content_footer {
	background-color: #f7f8f7;
	height: 10px;
	border: 0px solid #45583e;
}


hidden { 
        display: none; 
      } 
.hackadelic-sliderPanel { 
        border: 1px solid #ccc; 
        padding: 5px; 
        -moz-border-radius: 1em; -webkit-border-radius: 1em; 
        background-color: #fcfcfc; 
      } 
a.hackadelic-sliderButton { 
        border: 1px solid lightgrey; 
        color: #B3960E; 
        padding: 0 3px; 
        -moz-border-radius: 1em; -webkit-border-radius: 1em; 


      } 
a.hackadelic-sliderButton:hover { 
        border: 1px solid #F0F0E0; 
      }  
	  
	  /* THE COMIC */

	

#comic {

	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	}
	.post-frontpage-comic {

	margin-bottom: 10px;

	}
	

	.comicdate {

	color: #000000;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	padding-top: 5px;

	padding-bottom: 5px;

		}

	
/* ARCHIVE */  



.comicarchiveframe {

	margin: 0px 0 0px 0;

	padding: 0px 0px 0px 0px;



	}

 

	.comicarchiveframe:hover {

		filter: alpha(opacity=50);

		-moz-opacity: 0.50;

		opacity: 0.50;

		}



.comicarchiveframe {

	margin: 0px 0 0px 0;

	padding: 0px 0px 0px 0px;

	border: 0px solid #000;

	}

 

	.comicarchiveframe h3 {

		margin: 0;

		}

		

	.comicarchiveframe small {

		display: block;

		}

		

	.comicarchiveframe:hover {

		filter: alpha(opacity=50);

		-moz-opacity: 0.50;

		opacity: 0.50;

		}



/* CALENDAR */



#wp-calendar {

	width: 210px;

	margin: 5px 5px 5px 5px;

	}



#wp-calendar th {

	color: #999;

	font-size: 10px;

	font-weight: normal;

	text-align: center;

	}



#wp-calendar caption {

	color: #aa0000;

	font-family: 'Georgia', sans-serif;

	font-size: 18px;


	}



#wp-calendar td {

	min-width: 20px;

	padding: 5;

	text-align: center;

	border: 1px solid #999;

	}



#wp-calendar a {

	color: #AA0000;

	display: block;

	text-decoration: none;

	background: #ddd;	

	}

	

	#wp-calendar a:hover {

		color: #AA0000;

		background: #bbb;

		}





/* My additions - Blog Title Header */

#blog_title_header {

	margin-bottom: 20px;

	border: thin dashed #AA0000;

	background-color: #FFFFFF;

	padding: 0px;

	}




/* THE BLOG HEADER */



#blogheader {

	color: #AA0000;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 18px;

	text-align: left;


	margin-top: 0;

	margin-right: 10px;

	margin-bottom: 20px;

	padding-left: 10px;

	}


.postmeta {
	margin: 0 0 20px 0;
	color: #AA0000; 	
 	font-family: Georgia, "Times New Roman", Times, serif;
 	text-align: right;

 	}

	.postmeta ul {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
 	
.postmeta-single {
	padding: 10px;
 	color: #777;
	font-size: 11px;
	text-align: left;
	background: #e3e6e2;
	border: 1px solid #AA0000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
	.postmeta-single a {
		color: #AA0000;
		}	
	
	.postmetatags {
		font-family: 'Georgia', serif;
		font-size: 12px;
		}

.postmeta a, .postmeta-single a {
	color: #AA0000;
	text-decoration: none;
	border-bottom: 1px dotted #777;
	}
	
	.postmeta a:hover, .postmeta-single a:hover {
		color: #AA0000;
		border-bottom: 1px solid #777;
		}

.postmeta-comments {
	font-size: 12px;
	}
	
	.balloon {
		color: #ccc;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		}
