/*
Theme Name: GeekInMe 1.0
Theme URI: http://www.geekinme.com/
Description: 
Version: 1.0
Author: J. Frye
Author URI: http://www.geekinme.com/
Tags: 
*/

/* Reset Browser Defaults */
/* @import url( 'reset.css' );*/


/* Generic Styles */
body
{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	color:#000;
	background-color:#444;
	background-image:url('images/bg1.jpg');
	background-attachment:fixed;
	line-height: 1.7em;
}

hr
{
	clear:both;
	border:0px;
	border-top:1px solid #BFA7B2;
}
a img 
{
	border: none;
}
acronym, abbr 
{
	border-bottom: 1px dotted #0c6bf0;
}
acronym, abbr, span.caps 
{
	cursor: help;
	letter-spacing: .07em;
}
code 
{
	
	font-style: italic;
}
blockquote 
{
	margin: 15px 30px 0 45px;
	padding: 0 0 0 45px;
	background: url(img/blockquote.gif) no-repeat left top;
	font-style:italic;
}

cite 
{
	
	font-style: normal;
}
h3 
{
	margin: 0;
	padding: 0;
	
}
p 
{
	margin:0px 0px 16px 0px;
	line-height: 1.7em;
}
ul, li
{
	line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	clear:both;
	margin-top:25px;
	
}

h1, h3, h5
{
	color:#E30163;
}

h2, h4, h6
{
	color:#548B48;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color:#E30163;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	color:#7DC5A0;
}

a
{
	color:#3A8763;
}



a:hover
{
	color:#7DC5A0;
}

a:active
{
	color:#4A5861;
}

a:visited
{

}

img
{

}

textarea
{

}

select
{

}

input
{

}


ul
{
	list-style-image:url("images/bullets/spade_black.png"); 
}

ul ul
{
	list-style-image:url("images/bullets/heart_red.png"); 
}

ul ul ul
{
	list-style-image:url("images/bullets/club_black.png"); 
}

ul ul ul ul 
{
	list-style-image:url("images/bullets/dio_red.png"); 
}
br.clear, .dot
{
	margin:0px;
	padding:0px;
	clear:both;
	height:1px;
	font-size:1px;
}
.small
{
	font-size:9px;
}
.nobullets
{
	list-style-type:none;
	list-style-image:none;
}

.nobullets h1, .nobullets h2, .nobullets h3, .nobullets h4, .nobullets h5, .nobullets h6
{
	margin-bottom:0px;
	padding-bottom:0px;
}

#page
{
	margin:0px auto;
	padding:0px 15px;
	width:800px;
	background-image: url("images/bg2.png");

}


.narrowcolumn
{

}

.entry
{
	font-family:sans-serif;
	
}

.entrynav
{
	border-bottom:1px dotted #e62774;
	padding:5px;
	margin:5px;
	font-size:10px;
}

.entrynavbottom
{
	border-top:1px dotted #e62774;
	padding:5px;
	margin:5px;
	font-size:10px;
}

.entrynav a, .entrynavbottom a
{
	color:#000;
}

.aligncenter, div.aligncenter, .center 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.alignleft 
{
	float: left;
	margin-right:5px;
}

.alignright 
{
	float: right;
	margin-left:5px;
}

.center
{

}

.clear
{
	clear:both;
}

.strike
{
	text-decoration:line-through;
}

/* Header Styles */
#header, #headerimg
{
	margin:0px;
	padding:0px;
	background-color:#141414;
	border:0px;
}
#mainnav
{
	background-color:#EDE5DA;
/*	padding:5px 5px 0px 5px; */
	padding:0px;
	margin:0px;
	border-bottom:1px dotted #555;
	border-top:1px dotted #555;
}
/*
#mainnav
{


}

#mainnav, #mainnav ul
{
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
	clear:both;
	background-color:#547765;
}



#mainnav a
{
	display:block;
	background-color:#547765;
	margin:0px;
	padding:10px 5px;
	width:67px;
	text-align:center;
	color:#000;
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	text-decoration:none;
}
#mainnav .last a
{
	width:66px;
	border-right:1px dotted #000;
}

#mainnav a:hover
{
	background-color:#69002d;
}
*/

.blogLink, .mineLink, .homeLink, .domainLink, .affLink, .joinedLink, .contactLink, .proLink
{
	display:block;
	width:150px;
	height:28px;
	margin:0px;
	padding:0px;
}
.proLink
{
	background-image:url('images/pro.png');
}
.blogLink
{
	background-image:url('images/blog.png');
}
.mineLink
{
	background-image:url('images/mine.png');
}
.homeLink
{
	background-image:url('images/home.png');
}
.domainLink
{
	background-image:url('images/domain.png');
}
.affLink
{
	background-image:url('images/affiliates.png');
}
.joinedLink
{
	background-image:url('images/joined.png');
}
.contactLink
{
	background-image:url('images/contact.png');
}
.proLink:hover
{
	background-image:url('images/pro2.png');
}
.blogLink:hover
{
	background-image:url('images/blog2.png');
}
.mineLink:hover
{
	background-image:url('images/mine2.png');
}
.homeLink:hover
{
	background-image:url('images/home2.png');
}
.domainLink:hover
{
	background-image:url('images/domain2.png');
}
.affLink:hover
{
	background-image:url('images/affiliates2.png');
}
.joinedLink:hover
{
	background-image:url('images/joined2.png');
}
.contactLink:hover
{
	background-image:url('images/contact2.png');
}

#searchform 
{
	float:right;
	margin:0px;
	padding:5px 0px;
	margin-right:15px;
}

#searchbox
{

	width:100px;
}

#searchsubmit
{

}

#searchform .search
{
	padding:8px 5px 5px 5px;
	width:173px;
}

#searchform input
{
	color:#7DC5A0;
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	background-color:#141414;	
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	font-size:11px;
}

#searchform .searchbox
{
	width:100px;
}

#searchform #searchsubmit
{
	color:#E30163;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}


/* Footer Styles */
#footer
{
	background-color:#EDE5DA;
	clear:both;
	text-align:center;
	margin:0px;
	padding:15px 0px 0px 0px;
	border-top:1px dotted #000;
	
}

#footnav
{
	margin:0px;
	padding:0px;
}

#footnav li
{
	display:inline;
	list-style-type:none;
	list-style-image:none;
	font-style:italic;
}


/* Sidebar Styles */
#sidebar
{
	width:177px;
	float:left;
	clear:right;
	margin:0px;
	padding:0px 5px 0px 0px;
	background-color:#F8F5F0;
	border-left:1px dotted #000;
	line-height: 1.4em;
	font-size:10px;
	
}

#sidebar ul
{
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
	margin-left:10px;
	
	
}
#sidebar h2, #sidebar h2 a, #sidebar a
{
	color:#ac6b25;
}
#sidebar h2
{
	margin-bottom:5px;
	margin-top:25px;
	
}

#sidebar a
{
	color:#444;
}

#sidebar ul ul
{
	margin:0px 10px;
}

.aboutimg
{
	float:left;
	display:block;
	margin-right:5px;
	margin-top:5px;
}



/* Widget Specific Styles */
#wp-calendar
{
	margin:auto;
	text-align:center;
}

#wp-calendar #today
{
	font-weight:bold;
}


/* Post Styles */
#content
{
	width:585px;
	padding:0px 15px;
	float:left;
	background-color:#F8F5F0;
}

.posthead
{
	border-bottom:1px dotted #BFA7B2;
	border-left:1px dotted #BFA7B2;
	padding:0px;
	margin:15px 0px;
	clear:both;
	background-color:#EFD1DE;
}
.postdate
{
	float:left;
	width:99px;
	text-align:center;
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color:#ac6b25;
	padding-top:15px;
	font-variant:small-caps;	
	border-top:1px dotted #BFA7B2;
}
.postdate hr
{
	width:75%;
	border:0px;
	border-top:1px solid #BFA7B2;
}
.postetc
{
	float:left;
	width:464px;
	border-left:1px dotted #BFA7B2;

	padding:0px 10px 10px 10px;
	font-size:10px;
	background-color:#F8F5F0;
}

h2.posttitle
{
	margin-bottom:0px;
	margin:0px;
	padding:0px;
	font-size:18px;
}

.postetc, .post-meta
{
	
	/*margin-top:2px;*/
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
}

.postetc ul
{
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}

.postetc img
{
	width:10px;
	height:10px;
}

.postetc .post-meta-key
{
	font-weight:strong;
}

.post
{

}

.entry
{
	padding-left:9px;
	margin-top:10px;
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	clear:both;
	margin-left:5px;
	margin-right:5px;

}

.postFoot
{
	margin-bottom:50px;
	text-align:right;
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	/* background-color:#C2EFD5; */
	border-top:1px dotted #BFA7B2;
	font-size:10px;
	padding:2px;
	height:16px;

}

.postmetadata
{
	float:right;
	padding-top:2px;
}

.singlefoot
{
	margin:25px 50px;
	font-style:italic;
}

.postmetadata a
{
	color:#ac6b25;
}

.sociable
{
	
	color:#555;
	float:left;
	margin:0px;
	padding:0px;

}

.post-ratings
{
	display:inline;
}

/* Meme Styles */
.meme
{

}

.memetopic
{
	clear:both;
}

.meme blockquote, .memeresponse blockquote, .memeresponse, .memeresponsealt
{
	margin:0px;
	padding:5px;
	background-color:#eee;
	clear:both;
	border:1px dotted #BFA7B2;
}

.memeresponse
{
	background-color:#EFD1DE;
}

.memeresponsealt
{
	background-color:#F8F5F0;
	border:0px;
}

.meme .book, .memeresponse .book
{
	display:block;
	float:right;
	margin-left:10px;
	border:1px solid #BFA7B2;
	background-color:#EFD1DE;
	padding:5px;
	
}



/* Page Styles */
.pagetitle
{
	margin:25px 0px;
	font-variant:small-caps;
	text-align:right;
}

/* Comment Styles */
#commentblock
{
	clear:both;
	margin-top:25px;
}

#comments
{
	clear:both;
}

.commentlist, .commentlist ul
{
	list-style-type:none;
	list-style-image:none;
}
.comment
{
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	margin-bottom:25px;
}
.comment-body
{
	color:#555;
	background-color:#f0f;
}
.comment-author
{
	color:#555;
	background-color:#C2EFD5;
}
.avatar
{
	float:left;
	margin-right:10px;
}
.fn
{
	background-color:#C2EFD5;
	margin-right:2px;
}
.comment-meta
{
	font-size:10px;
	background-color:#C2EFD5;
	color:#555;
}


/* Review Styles */
.bookDetails
{
	clear:both;
}
.bookImage, .bookInfo
{
	float:left;
}

.bookInfo
{

}
.bookReview
{
	clear:both;
}

#viralogy
{
	display:none;
	margin:0px;
	padding:0px;
}
.haveread, .plannedread, .currentlyreading
{
	clear:both;
}
.haveread li, .plannedread li, .currentlyreading li
{
	list-style-type:none;
	list-style-image:none;
	float:left;
	margin:0px;
	padding:0px;
	margin-right:2px;
}
.inthemailblock
{
	margin-bottom:25px;
	padding:5px;
	background-color:#eee;

	border:1px dotted #BFA7B2;
}

.inthemailimage
{
	border:1px solid #BFA7B2;
	background-color:#EFD1DE;
	padding:5px;
}

.booklist
{
	width:100%;
}

.booklist .finished
{
	text-decoration:line-through;
	color:#555;
}

.booklist .title
{
	font-style:italic;
	color:#000;
}

.booklist .title a
{
	text-decoration:none;
}

.booklist .author
{
	color:#000;
}

/*
.page_item .page_item
{
	display:none;
	float:none;
}

.page_item:hover .page_item
{
	display:block;
	float:none;
} */
ul.cssMenu ul{display:none}
ul.cssMenu li:hover>ul{display:block}
ul.cssMenu ul{position: absolute;left:0px;top:100%;}
ul.cssMenu ul ul{position: absolute;left:98%;top:0px;}
ul.cssMenu,ul.cssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 2px 0px 0px;
	background-color:#EDE5DA;
	background-repeat:repeat;
}
ul.cssMenu table {border-collapse:collapse}
ul.cssMenu {
	display:block;
	zoom:1;
	float: left;
	background-color:#EDE5DA;
	text-align:center;
}

ul.cssMenu li
{
	width:75px;
	margin:0px 2px;
	padding:3px 0px 0px 0px;
}

ul.cssMenu ul{
	width:160px;
	background-color:#69002D;
	border-top:0px;
}

ul.cssMenu ul li{
	display:block;
	margin:2px;
	font-size:0px;
	width:158px;
	padding:0px;	
}
ul.cssMenu a:active, ul.cssMenu a:focus {
outline-style:none;
}

ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#EDE5DA;
	border-width:0px;
	border-color:#000;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:4px;
	_padding-left:0;
	font:normal 11px Verdana;
	color: #444;
	text-decoration:none;
}



ul.cssMenu span{
	overflow:hidden;
}
ul.cssMenu li {
	float:left;
}
ul.cssMenu ul li {
	float:none;
}
ul.cssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.cssMenu li.sep{
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.cssMenu li.sep span{
	float:none;
	padding-right:0;
	width:5;
	height:16;
	display:inline-block;
	background-color:#aaa;	
	background-image:none;}
ul.cssMenu ul li.sep span{
	width:80%;
	height:3;
}
ul.cssMenu li:hover{
	position:relative;
}
ul.cssMenu li:hover>a{
	background-color:#69002D;
	border-color:#000;
	border-style:dotted;
	border-bottom:0px;
	font:normal 11px Verdana;
	color: #fff;
	text-decoration:none;
}
ul.cssMenu ul li a:hover{
	position:relative;
	background-color:#F8F5F0;
	border-color:#000;
	border-style:dotted;
	border-bottom:0px;
	font:normal 11px Verdana;
	color: #69002D;
	font-style:italic;
	text-decoration:none;
}
ul.cssMenu li.dis a {
	color: #aaa !important;
}
ul.cssMenu img {border: none;float:left;_float:none;margin-right:4px;width:16px;
height:16px;
}
ul.cssMenu ul img {width:16px;
height:16px;
}
ul.cssMenu img.over{display:none}
ul.cssMenu li.dis a:hover img.over{display:none !important}
ul.cssMenu li.dis a:hover img.def {display:inline !important}
ul.cssMenu li:hover > a img.def  {display:none}
ul.cssMenu li:hover > a img.over {display:inline}
ul.cssMenu a:hover img.over,ul.cssMenu a:hover ul img.def,ul.cssMenu a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover a:hover img.over{display:inline}
ul.cssMenu a:hover img.def,ul.cssMenu a:hover ul img.over,ul.cssMenu a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover a:hover img.def{display:none}
ul.cssMenu a:hover ul,ul.cssMenu a:hover a:hover ul,ul.cssMenu a:hover a:hover a:hover ul{display:block}
ul.cssMenu a:hover ul ul,ul.cssMenu a:hover a:hover ul ul{display:none}
ul.cssMenu span{
	display:block;
	background-image:url(./images/arrv_anim_1.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:11px;}

.nowreading
{
	clear:both;
	margin-top:5px;
}

.comicbook
{
	float:left;
	padding:5px;
	margin:0px 10px 0px 0px;
	border:1px solid #BFA7B2;
	background-color:#EFD1DE;
	padding:5px;
}

.comicbook img
{
	padding:5px;
	border:1px solid #BFA7B2;
	background-color:#eee;
}

/* INTERVIEW STYLES */

.interview dt
{
	color:#CD5F2E;
	font-weight:bold;
}

.interview dd
{
	margin:0px;
	padding:0px;
	margin-bottom:25px;

}

.interview em, .booktitle
{
	border-bottom:1px dotted #777;
}

.interview .interone, .interview .intertwo
{

}

.interview .interone
{
	color:#9F4C27;
	border-bottom:1px dotted #9F4C27;
}

.interview .intertwo
{
	color:#77102D;
	border-bottom:1px dotted #77102d;
}

.interview h3
{
	margin-top:25px;
	clear:both;
	color:#E30163;
}

.interview .reply ul
{
	margin:0px 5px;
	padding:0px;
	
}