/*  
Theme Name: Randomville
Theme URI: Adapted from Pearly Grey by Ash Haque
Author: Ash Haque
Author URI: http://www.ashhaque.com
*/


/* Universal Selectors
----------------------------------------------------------------------------- */

*  {
	margin: 0;
	padding: 0;
	/* Resets all margins and paddings on the page */
	}
	
ul {
	list-style-type: none;
	}

* a:link, * a:visited, * a:hover, * a:active {
	text-decoration: none;
	color: #0499b8;
	}

* a:hover {
	cursor: pointer;
	/* works well for onclick anchors */
	}

* a:active {
	outline: none;
	}
	
/* :focus {
	-moz-outline-style: none;
	}
	*/

:link img {
	border: none;
	}

* img {
	border: none;
	}

a img {
	border: none;
	}

:link img, :active img {
	border: none;
	}

/* Structure
----------------------------------------------------------------------------- */

html { 
	background: #231f20;
	}

body {
	font-size: 62.5%; /* Sets the page font to 10px */
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	text-align: center;
	color: #000;
	padding: 0;
	}
	
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	font-size: 1.1em;
	background: #6e6f70;
	position: relative;
	}
	
#banner {
	position: relative;
	width: 970px;
	margin: 0 auto;	
	background: #565657;
	height: 35px;
	/*
	height: 70px;
	*/
	}		
	
#header {
	background: #231f20;
	height: 150px;	
	}

#main {
	overflow: auto;
	height: 1%;
	padding: 0;
	background: #fff url(images/mainbg.gif) top center repeat-y;
	margin-top: 10px;
	}

#content {
	float:left;
	width: 708px;
	padding-top: 25px;
	background: #fff url(images/citybg1.gif) top center no-repeat;
	}
	
.content {
	padding: 0 25px 30px 20px;
	}
	
#sidebar {
	float: right;
	width: 230px;
	background: #e1e1e1 url(images/citybg2.gif) top center no-repeat;
	}
	
#footer {
	/* IE6 and IE7 hack */
	clear: both;
	font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
	background: #231f20;
	position: relative;
	margin-top: 10px;	
	height: 80px;
	color: #fff;
	}

/* Header
----------------------------------------------------------------------------- */

#mp3  {
	/*
	position: absolute;
	top: 20px;
	left: 90px;
	*/
	display: none;
	}

#banner #header-search  {
	position: absolute;
	top: 5px;
	left: 360px;
	}

#banner #header-search input#s {
	border: 0;
	height: 25px;
	width: 200px;
	background: #e1e1e1;
	padding: 0 5px 0 5px;
	}

#banner #header-search input#searchsubmit {
	border: 0;
	background: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	}

#banner #social-links  {
	position: absolute;
	top: 6px;
	left: 880px;
	}

#header-navigation {
	background: #6e6f70;
	height: 25px;	
	}
	
#header .widget_openxwpwidget  {
	/*
	position: absolute;
	top: -65px;
	left: 420px;
	*/
	display: none;
	}		

#logo  {
	position: absolute;
	top: 10px;
	left: 25px;
	}
	
#header li {
	list-style-type: none;
	}
	
/* #reviews {
	position: absolute;
	top: 10px;
	left: 355px;
	width: 280px;
	height: 108px;
	padding: 0 0 0 25px;	
	background: #000 url(images/reviews.gif) 3px center no-repeat;
	} */

#features {
	position: absolute;
	top: 10px;
	left: 355px;
	width: 575px;
	height: 150px;
	padding: 0 0 0 30px;
	background: #000 url(images/features.gif) 10px center no-repeat;
	}
	
#features #featured-rotate  {
	float: left;
	width: 150px;
	margin-left: 10px;
	}

#features #featured-rotate h3,
#features #featured-rotate p, #features #featured-rotate a.carouselBtn  {
	display: none;
	}

#features ul  {
	margin-top: 5px;
	float: right;
	width: 405px;
	}

#features li a {
	display: block;
	margin-left: 2px;
	padding: 0;
	height: 28px;
	line-height: 28px;
	color: #b6b7b8;	
	}

#features li a:hover  {
	display: block;
	margin-left: 2px;
	padding: 0;
	height: 28px;
	line-height: 28px;
	color: #000;		
	background: #90dcff;
	}
	
#reviews img, #features img {
	float: left;
	width: 100px;
	margin: 4px 3px 0 0;
	}

/* Header menu */

#menu-header  {
	position: absolute;
	top: 170px;
	left: 355px;		
	}

#menu-header, div.menu {
	/* font-size: 13px;
	margin-left: .5em; */
	}

#header-navigation ul, div.menu ul {
	list-style: none;
	margin: 0;
	}

#header-navigation li, div.menu li {
	float: left;
	position: relative;
	}
	
#header-navigation ul li a {	
	margin: 0 1em 0 1em;
	}

#header-navigation li a, #header-navigation li a:active, #header-navigation li a:link, #header-navigation li a:visited {
	color: #fff;
	text-transform: uppercase;
	}

#header-navigation li a:hover {
	color: #00c1e9;
	}

#header-navigation ul ul {
	display: none;
	position: absolute;
	top: 12px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999; 
	padding-top: 10px;
	}

#header-navigation ul ul li {
	min-width: 180px;
	}
	
#header-navigation ul ul ul {
	left: 100%;
	top: 0;
	}
	
#header-navigation ul ul a {
	background: #6e6f70;
	line-height: 1em;
	padding: 10px 10px 10px 10px;
	width: 160px;
	height: auto;
	}
	
#header-navigation li:hover > a, #header-navigation ul ul :hover > a {	
	}
	
#header-navigation ul li:hover > ul {
	display: block;
	}
	
#header-navigation ul li.current_page_item > a, #header-navigation ul li.current-menu-ancestor > a, #header-navigation ul li.current-menu-item > a, #header-navigation ul li.current-menu-parent > a {
	}
	
* html #header-navigation ul li.current_page_item a, * html #header-navigation ul li.current-menu-ancestor a, * html #header-navigation ul li.current-menu-item a, * html #header-navigation ul li.current-menu-parent a, * html #header-navigation ul li a:hover {
	}

#header-navigation a {
	display: block;
	text-decoration: none;
	}
	
ul.mainmenu {
	display: block;
	overflow: auto;
	height: 1%;
	padding: 20px 1px 1px 0;
	}

.homepage ul.mainmenu {
	padding: 20px 1px 1px 155px;
	}

.mainmenu li {
	float: left;
	position: relative;
	}
	
.mainmenu li a {
	width: 1%;
	/* Or else IE6 does a bad job of displaying the menu */
	height: 15px;
	display: block;
	padding: 15px;
	text-transform: uppercase;
	font: bold 1em arial, helvetica, verdana, sans-serif;
	color: #888;
	}

.mainmenu li.home a {
	padding-left: 0;
	}

.homepage .mainmenu li.home a {
	padding-left: 15px;
	}

.mainmenu li a:hover {
	color: #999;
	text-decoration: underline;
	}
		
/* Content
----------------------------------------------------------------------------- */

#content h2 a {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #00c1e9;
	}

#content p a, #content .metadata a {
	color: #0499b8;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
	}

#content p a:hover, #content .metadata a:hover {
	border-bottom: 1px solid #666;
	}
	
#content p a:visited, #content .metadata a:visited {
	color: #0499b8;
	}

#content p {
	font: 1em/2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: .5em 0;
	color: #000;
	text-align: justify;
	}

#content .post h3 {
	border-bottom: 1px solid #ccc;
	font: 1.2em "Lucida Grande", sans-serif;
	padding-top: 20px;
	text-transform: uppercase;
	}
				
#content .post-contain {
	overflow: auto;
	height: 1%;
	clear: both;
	padding: 0 0 20px 0;
	}
	
#content .postright {
	float: right;
	width: 500px;
	padding: 10px;
	border-top: 3px solid #88d9ff;
	background: #fff;
	}
		
#content .post  {
	padding: 10px;
	border-top: 3px solid #88d9ff;
	background: #fff;
	}
		
#content ul.metadatafront {
	float: left;
	width: 135px;
	}

#content ul.metadatafront li {
	padding: 5px 0;
	background: none;
	}
	
#content ul.metadatafront li.category ul li {
	padding-left: 25px;
	background: url(images/icon_folder.gif) center left no-repeat;
	}

#content ul.metadatafront li.category ul {
	margin: 0;
	padding: 0;
	}
	
#content ul.metadatafront li.date {
	padding-left: 25px;
	background: url(images/icon_date.gif) center left no-repeat;
	}
	
#content ul.metadatafront li.leave_comment {
	padding-left: 25px;
	background: url(images/icon_comments.gif) center left no-repeat;
	}
	
#content .metadata {
	display: block;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #ddd;
	margin: 5px 0 5px;
	}

/* Entries
----------------------------------------------------------------------------- */

.entry div, .entry p {
	line-height: 1.7;
	}

.entry div  {
	margin: .5em 0 1em 0;
	}

/* Comments
----------------------------------------------------------------------------- */

#comments {
	overflow: auto;
	height: 1%;
	}

.commentlist {
	width: 360px;
	float: left;
	}
	
#respond {
	width: 300px;
	float: right;
	}
		
.respond {
	padding: 25px 0 0 25px;
	}
			
.commentlist li {
	background: url(images/dot.gif) bottom left repeat-x;
	/* This fixes a Firefox / Safari bug where the bottom border sometimes shwoed up and sometimes don't */
	margin: 5px 0;
	padding: 10px 0 5px 0;
	list-style-type: none;
	width: 100%;
	overflow: auto;
	height: 1%;
	}
	
.comment_number a {
	font: 3.2em Georgia, serif;
	float: right;
	padding-right: 10px;
	margin-top: -0.8em;
	color: #d6d6d6;
	}
	
.comment_author {
	font-size: 1.4em;
	}
	
h3#comments {
	display: block;
	text-transform: uppercase;
	font-size: 1.5em;
	}

#commentform input, #commentform textarea {
	width: 95%;
	}

#commentform textarea {
	padding-right: 1px;
	}

#commentform p {
	padding: 5px 0;
	margin: 0;
	}

#commentform label {
	text-transform: uppercase;
	font: 1.1em arial, helvetica, verdana, sans-serif;
	}

#commentform #submit {
	width: auto;
	background: #f8f8f8;
	border: 1px solid #ccc;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 5px 10px 3px 10px;
	}

/* Sidebar
----------------------------------------------------------------------------- */

#sidebar h2 {
	text-transform: uppercase;
	font: 1.3em 'Trebuchet MS', Tahoma, Arial, Helvetica, Verdana, sans-serif;
	margin-bottom: 10px;
	display: block;
	color: #000;
	border-bottom: 1px solid #ccc;
	}

#sidebar ul.sidebar {
	padding: 10px;
	}

#sidebar ul li.side {
	padding-bottom: 25px;
	}
	
#sidebar div {
	line-height: 1.7em;
	}
	
#sidebar h2 {
	display: block;
	padding: 0 0 10px;
	}

#sidebar ul li a {
	line-height: 1.9em;
	}
	
#sidebar ul li ul li ul {
	padding-left: 15px;
	}
	
#sidebar ul li ul li ul li ul {
	padding-left: 30px;
	}
	
#textwidget-1  {
	margin-top: 10px;
	padding-top: 45px;
	background: url(images/whatis.gif) top center no-repeat;
	}

.quotescollection_widget h2, .ComicShopFinderprint_widget h2, widget_best h2  {
	height: 1px;
	visibility:hidden;
	}

.quotescollection_widget  {
	width: 90%;
	text-align: center;
	padding-top: 10px;
	background: url(images/quotes.gif) top center no-repeat;
	font-style: italic;
	}

.ComicShopFinderprint_widget  {
	padding-top: 10px;
	background: url(images/comicsfinder.gif) top center no-repeat;
	text-align: center;
	}

.DaikosYouTube {
	padding-top: 30px;
	background: url(images/videos.gif) top center no-repeat;
	text-align: center;
	}


/* Footer
----------------------------------------------------------------------------- */

#footer #search  {
	position: absolute;
	top: 25px; 
	left: 25px;
	width: 200px;
	background: url(images/search.gif) top left no-repeat;
	padding-left: 30px;
	text-align: right;
	}

#footer #contact  {
	position: absolute;
	top: 25px; 
	left: 380px;
	width: 200px;
	}
	
#footer p {
	position: absolute;
	top: 10px; 
	left: 720px;
	line-height: 1.2em;
	text-align: center;
	}	

/* Lists
----------------------------------------------------------------------------- */

#content ul, #content ol {
	line-height: 2em;
	padding: 15px 0 15px;
	}

#content ul li a, #content ol li a {
	line-height: 2.5em;
	}

#content .postright ol, #content .post ol, #content .post-page ol {
	padding-left: 25px;
	}

#content ul li {
	padding-left: 15px;
	background: url(images/bullet.gif) center left no-repeat;
	}

#content ul li a {
	padding: 0 !important;
	margin: 0 !important;
	}

/* Headings
----------------------------------------------------------------------------- */

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #00c1e9;
	font-weight: normal;
	font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
	}

h1 {
	font-size: 2.2em;
	}

h2 {
	font-size: 2.0em;
	}

h3 {
	font-size: 1.8em;
	}

h4 {
	font-size: 1.6em;
	}	
		
/* Images
----------------------------------------------------------------------------- */

#content img {
	padding: 10px;
	border: 1px solid #ccc;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	}

#content img.none {
	border: 0;
	max-width: 90%;
	margin: 0 auto;
	}
	
#content img.wp-smiley {
	border: 0;
	padding: 0;
	margin: 0;
	display: inline;
	/* For whenever one uses smileys in posts */
	}

/* Forms
----------------------------------------------------------------------------- */

.searchform {
	width: 250px;
	float: right;
	text-align: right;
	}
	
/* Page Specific
----------------------------------------------------------------------------- */

.last_20 li {
	line-height: 2em;
	}

.archive_date {
	width: 100px;
	float: left;
	}
	
/* This is if you use the current page-archives.php for your archives */
	
h2.pagetitle {
	display: block;
	text-align: center;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #0499b8;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 10px;
	color: #000;
	}
	
#popup  {
	color: #fff; 
	padding: 35px 25px 25px 25px;
	}
	
#popup img {
	display: none;
	}	
	
/* Extras
----------------------------------------------------------------------------- */

blockquote {
	margin: 0;
	padding: 0 0 0 25px;
	background: url(images/quote.gif) top left no-repeat;
	}

html>body blockquote {
	background-position: 0 0;
	}
	
.center {
	text-align: center;
	}

hr {
	display: none;
	}
