/*
Theme Name: Muse
Theme URI: http://www.working-title.org/
Description: Designed for MetaMusing Productions
Version: 1.0
Author: Kat, the Twat

Major overhaul based on the WordPress Classic theme.
Borrowd basic page structure from repository at http://bluerobot.com/.
Piked headerbar from jillij http://jillij.free.fr/wordpress/

basic colour scheme:
headers and links: #525d5a
hover: #938ded
menu headers: #776eef
dashed lines: #ccc
very light lines/backgrounds: #f8f0fb
regular text #313031

*/

/*main page structure*/

body {
	width:98%;
	margin:10px 20px auto 20px;
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size:62.5%; /* Resets 1em to 10px */
	line-height:1.6em;
	background-color:#FFF;
	color:#313031;
	}

#header {
	border-bottom:2px dashed #ccc;
	margin-bottom:0px;
	margin-right: 20px;
	clear: both;
	cursor: default;
	}

.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:40px 200px 20px 160px;
	padding:0px 10px 0px 25px;
	background-color:white;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:160px;
	top:168px;
	left:20px;
	border-right:2px dashed #ccc;
	padding: 0px 15px 15px 0px;
	margin: 0px 0px 0px 0px;
	z-index:2;

/* Here is the ugly brilliant hack by Tantek Celik that protects IE5/Win
from its own stupidity. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:140px;
	}
/* ALWAYS include a be nice to Opera 5 rule every time you use the
Tantek Celik hack. "*/

body>#navAlpha {width:140px;}

#navBeta {
	position:absolute;
	width:190px;
	top:165px;
	right:20px;
	padding: 0px;
	margin:0px 0px 15px 15px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
	}
/* Again, be nice to Opera 5. */
body>#navBeta {width:170px;}

/* titles */

h1 {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 1.5em;
	font-weight: strong;
	color: #525d5a;
	margin-bottom: 5px;
	background-color: #FFF;
	}
h2, h3 {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size:1.3em;
	padding: 1px;
	font-weight: bold;
	text-align: left;
	}

/* hyperlinks */

a, a:visited {
	color: #525d5a;
	text-decoration: none;
	}

a:hover {
	color: #938ded;
	text-decoration: none;
	}

/* main content style */

.content h2{	
	line-height: 2.4em;
	border-bottom: 2px solid #f8f0fb;
	font-size: 1.8em;
	}

/*around each post (title,article,metadata)*/

.post {
	margin: 0px 10px 55px 0px;
	text-align: justify;
	}

.content p {
	padding-bottom: 10px;
	}

/* submit button for comments */

.content input {	
	background-color: #FFF;
	color: #999999;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 3px;
	}
		
.content input:hover {
	border:1px solid #938ded;
	background-color: #f4f4f7;
	color:#666;
	}

.content input:focus {
	border:1px solid #938ded;
	color:#333;
	}

/* For password-protected posts */
.entry input {
	margin: 2px auto;
	font-size: 9px;
	padding: 0px;
	background-color: #FFFFFF;
	border:1px solid #dbdbdb;
	}	
.entry input[value="Submit"] {
	font-size: 9px;
	cursor: pointer;
	}
.entry input[value="Submit"]:hover{
	background-color: #f8f0fb;
	}

.entry img.r {
	float:right;
	padding:5px;
	border:1px solid #ccc;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:15px;
	}

.entry img.l {
	float:left;
	padding:5px;
	border:1px solid #a3bccc;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:15px;
	}

.entry img.c {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	border:1px solid #a3bccc;
	margin-bottom:15px;
	}

.entry a img:hover {				/*A nice hover effect when your post-images are linking somewhere*/
	border: 1px solid #525d5a;
	background-color: #f8f0fb;
	}

.entry {
	font-size: 1.1em;
	line-height: 1.4em;
	}
.entry a {  
	font-weight: bold;
	}
.entry ol li {
	list-style: decimal outside;
	}
.entry ul li {	
	list-style-type: square;
	}
.entry form { 
	text-align: left;
	}


.postmetadata {
	width: 95%;
	margin: 15px 0 0 0;
	padding: 3px;
	color: #525d5a;
	text-align: left;
	font:1em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	line-height: 17px;
	font-size: 9px;
	}
p.postmetadata {
	border-top: 1px solid #f8f0fb;
}

.note {
	color: #a3bccc;
	text-align: left;
	font:.9em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	margin-top:-15px;
}

/* leftmenu style */

#navAlpha {
	font-size: 10px;
	}
#navAlpha h2 {
 	font:1.4em;
 	text-transform:uppercase;
 	letter-spacing:.2em;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	line-height: 12px;
	color: #776eef;
	margin-top:20px;
	margin-bottom:7px;
	}
#navAlpha p {
	line-height: 1.3em;
	}

#navAlpha ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
#navAlpha ul li {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;	
	}
#navAlpha ul li ul {
	margin: 0px 0px 0px 10px;
	padding-left: 5px;
	}
#navAlpha  ul li ul li {	
	margin: 0px 0px 0px 4px;
	list-style-type: none;
	list-style-image: none;
	}

/* rightmenu style */

#navBeta {
	font-size: 10px;
	}
#navBeta h2 {
 	font:78%/1.4em;
 	text-transform:uppercase;
 	letter-spacing:.1em;
	font-weight: normal;
	color: #776eef;
	border-bottom: 2px solid #f8f0fb;
	text-align: right;
	font-size: 10px;
	padding: 0px 2px 0px 0px;
	line-height: 12px;
	margin-top:20px;
	}	
#navBeta ul {
	margin: 0px 2px 20px 18px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
#navBeta ul li {
	list-style-type: none;
	list-style-image: none;	
	}
#navBeta ul li ul {
	margin: 10px 0px 10px 10px;
	padding-left: 5px;
	}
#navBeta ul li ul li {	
	margin: 0px 0px 0px 4px;
	list-style-type: square;
	list-style-image: none;
	}


/* footer */

#footer {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-top: 20px;
	clear: both;
	text-align: center;
	padding: 0px 5px 0px 5px;
	font-size: 9px;
	}
		
#footer p {
	padding: 5px;
	}
hr {
	display: none;
	}

code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}


acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 2px dashed #dbdbdb;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

form {
	float:left;
	font-size: 9px;
	margin-bottom:20px;
	}
		
input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 3px;
	}

.button {
	padding: 2px;
	}


/* CALENDAR */


#wp-calendar a, #wp-calendar a:visited {
	font-weight: bold;
	color: #938ded;
}


/* QUOTES */

#wp_quotes {
	line-height: 1em;
	text-align: justify;
	margin: 5px;
	}

#wp_quotes div.wp_quotes_quote {
}
	
#wp_quotes div.wp_quotes_author
{
	text-align:right;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 10px;
}
	
div.wp_quotepage
{
	font-size: 14px;
	width: 80%;
/*	margin-left: 40px;*/
}
	
div.wp_quotepage_quote
{
}
	
div.wp_quotepage_author
{
	margin-left: 40px;
	font-style: italic;
}
	
hr.wp_quotepage_hr
{	display: none;
}
	
div.wpquotes_poweredby
{
	text-align: center;
	font-size: 0.8em;
	margin-top: 12px;
}


#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: .2em;
}

#commentform textarea {
	width: 50%;
}


#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

ol#comments li p {
	font-size: 100%;
}

.adbox {
	margin:0px 0px 0px 0px;
	width:146px;
	height:220px;
	border:2px solid #ccc;
	text-align:center;
	padding:10px;
}

.adbox h3 {
	text-transform:uppercase;
	letter-spacing:.1em;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	color: #776eef;
	margin-top:20px;
	margin-bottom:7px;
	}

/* Rolling Menu Styles */

#meniu {
	display: block;
	margin: 0px 20px 0px 0px;
	text-align: left;
	width: 98%;
	height: auto;
	border-bottom:dashed 2px #ccc;
}

.sidetable
{
	width:100%;
	background: #fff;
	border: 0px;
	margin: 0px 20px 0px 0px;
}

/* for "Hello login" */
#ConnectStatus {
	background-color: #333333;
	width: 200px;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
}

#sidemenu {
	display: block;
}

#sidemenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#sidemenu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#sidemenu a {
	display: block;
	height: 19px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	color: #525d5a;
	text-decoration:none;
}

#sidemenu h2 {
	color: #525d5a;
	font-size: 1.2em;
	weight:bold;
}

#sidemenu ul li ul a {
	width: 200px;
}

#sidemenu li li {
	width: 100%;
	float: none;
}

#sidemenu li li ul {
	top: 0px;
	left: 0;
}

#sidemenu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub sidemenus */
#sidemenu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#sidemenu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #sidemenu div - force containment of floated LIs inside of main UL */
#sidemenuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

#sidemenuList {
	display: inline-block;
}

/* define the consecutive colors */
#sidemenu ul li a{
	background: #fff;
}

#sidemenu ul li a:hover {
	background: #cccccc;
}

#sidemenu ul li ul li a{
	background: #999999;
	filter:alpha(opacity=90); /* for IE */
			-moz-opacity:0.9; /* for mozilla */
			opacity: 0.9; /* for safari */
			khtml-opacity: 0.9 /* for konquerer and older safari */

}

#sidemenu ul li ul li a:hover {
	background: #cccccc;
}

.searchtable
{
	background: #999999;
	filter:alpha(opacity=90); /* for IE */
			-moz-opacity:0.9; /* for mozilla */
			opacity: 0.9; /* for safari */
		khtml-opacity: 0.9 /* for konquerer and older safari */
}

#sidemenu ul li ul ul li a{
	background: #cccccc;
}

#sidemenu ul li ul ul li a:hover {
	background: #dbdbdb;
}

.searchtable
{
	border: 0px;
	margin: 0px;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}
#searchform #s {
	width: 115px;
	padding: 2px;
	}
	
#searchsubmit {
	padding: 1px;
	}
/* select {
	width: 130px;
	} */
