/* 
Theme Name: Gemini-Plus
Colour specific stylesheet - must be used in conjunction with styles.css
*/

/* ---------------------------------------------------------------------------------------
Layout - Two column fixed width centered
----------------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.5 hack */
	background: #eee;
	color: #333;
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	font: 12px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

#farouter {
	background: #ffffff;
	width: 780px; 
	border: 1px solid #333;
	margin: 20px auto 20px auto;
	text-align: left;  /* IE 5.5 hack part II */
	}
	
#outer {
	}
	
#rap {
	background: #fff;
	}
	
#masthead {
	background-image: url(images-black/header.jpg);
	margin: 10px 10px 0 10px;
	padding: 0 0px 0px 0px; 
	height: 190px;
	width: 760px;
	background-position: left;
	border: 1px solid #333;
	font: normal 120% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

#main {
	padding-left:35px;
	}

#content {
	float: left;
	width: 520px; 
	overflow: hidden;
	padding-top: 10px;
	}

#menu {
	float: right;
	width: 200px; 
	overflow: hidden;
	margin-right: 10px; 
	border-left: 1px dotted #999;
	}
	
#nav {
	padding-left: 10px;
	}
	
#logo {
	padding-top: 25px; 
	padding-left: 12px;
	}
	
#hmenu {
	margin: 8px; 
	height: 24px;
	background: #999;
}
	
#hnav {
	margin: 0;
	padding: 0;
	background: #999;
	}
	
#clearer { 
	clear: both; 
	margin: 0; padding: 0;
	}
	
#footer { 
	margin: 8px 8px 8px 8px; 
	background: #fff;
	}


/* ---------------------------------------------------------------------------------------
Typographical
----------------------------------------------------------------------------------------*/

/* --- Linkage ---*/
	
a {
	color: #999; 
	text-decoration: none; 
	}

a:visited { 
	color: #999; 
	text-decoration: none; 
	}

a:active { 
	color: #999; 
	text-decoration: none; 
	}
	
a:hover { 
	color: #999; 
	text-decoration: none;
	background-color: #efefef;
}



	
/* --- Special Text used by Wordpress --- */

acronym, abbr, span.caps { 
	border-bottom: 1px solid #333; 
	cursor: help; 
	font-size: 90%; 
	letter-spacing: .07em;
	}

blockquote {
	border-left: 1px solid #999;
	margin-left: 1.5em; 
	padding: 5px;
	}
	
cite { 
	font-size: 90%; 
	font-style: normal; 
	}
	
/* --- Heading Fonts --- */

#header a { 
	color: #fff; 
	text-decoration: none; 

	}
	
#header a:hover { 
	text-decoration: none; 
	}
	
h1 { 
	margin: 0; 
	padding: 20px; 
	text-align: right; 
	}
	
h2 {
	color: #555;
	letter-spacing: 0.2em;
	margin: 0 10px 10px 0;
	padding: 10px 0 0 0;
	font: bold 100% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}


	
h2#tagline {
	margin:0px; 
	margin-right: 25px; 
	padding:0px;
	margin-left: 10px;
	padding-left: 10px;
	text-align: right;
	color: #fff;
	border: 0;
	}


h3 a {
	color: #555; 
	}
	
h3 a:hover {
	color: #555;
	}
	
h3 a:visited {
	color: #555;
	}

h3 {
	margin-left: 0; 
	margin-top: 30px;
	color: #555;
	font: bold 18px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
	
h3#comments { 
	margin-left: 20px;
	}
	
h3#respond { 
	margin-left: 20px; 
	}
	
h4 {
	color: #333;
	font: normal 20px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
	
/* --- Meta --- */	
.meta { 
	color: #cfcfcf;
	font-size: .95em;
	font-weight: normal;
	margin-bottom: 25px;
	border-bottom: 1px solid #999;
	padding: 5px 0px 3px 0px;
	}
	
.meta a {
	color: #555;
	}
	
.meta li, ul.post-meta li {
	display: inline;
	}
	
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.post-meta {
	list-style: none;
	}

ul.post-meta span.post-meta-key {
	font-weight: bold;
	}
		
/* --- Feedback --- */
.feedback {
	margin-left: 15px; 
	margin-top: 30px;
	color: #efefef;
	font: normal 24px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

.feedback a, .feedback a:visited, .feedback a:active {
	color: #efefef;	
	}
	
.feedback a:hover {
	color: #555;	
	}

#hidden {
	display:none;
	}
	
	
img { 
 	border: 1px solid #999; 
 	padding: 4px;
	margin-right: 8px;
 	margin-left: 4px;
 }




/* --- credits --- */

.credit {
	color: #fff;
	font-size: 90%;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
	}

.credit a, .credit a:hover {
	color: #fff;
	text-decoration: none;
	}
	

/* ---------------------------------------------------------------------------------------
Posts
----------------------------------------------------------------------------------------*/


	
.post { 
	margin: 10px 35px 40px 10px; 
	}
	
.entrytext {
	margin-left: 30px;
	}
	
.storytitle { 
	margin-top: 10px; 
	margin-bottom: 2px; 
	}
	
.storytitle a { 
	text-decoration: none; 
	}
	
.storycontent{
	margin-bottom: 25px; 
	}
	
	
.post ul li {
	padding: 0px;
	font-weight: normal;
	list-style: url(images-black/icon.png);
	line-height: 1.5em;
}

.post ul li:hover {
	padding: 0px;
	font-weight: normal;
	list-style: url(images-black/icon2.png);
	line-height: 1.5em;
}



/* ---------------------------------------------------------------------------------------
Menu
----------------------------------------------------------------------------------------*/
#mnav {
		padding-left: 10px;
}

#mnav a {
	color: #333;
}

#mnav a:hover { 
	color: #999;
	text-decoration: none;
	}
	
.mnav ul {
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
	font: 100% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

.mnav li {
	display: block;
	padding: 3px;
	padding-left: 3px;
	margin-left: -40px;
	background-color: #FFF;
	
	background-repeat: no-repeat;
	background-position: 0 55%;
	border-bottom: 1px dotted #555;
	color: #333;
	}
	
.mnav li:hover {
	  
	background-repeat: no-repeat;
	background-position: 0 55%;
	color: #999;
	text-decoration: none;
	}

#nav form {
	margin: 0 0 0 13px;
	}

#nav input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
	}


#nav ul ul ul.children {
	font-size: 100%;
	padding-left: 15px;
	}


#nav { 
	width: 95%; 
	}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 20px;
	font: 100% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

#nav a {
	display: block;
	padding: 3px;
	padding-left: 3px;
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px dotted #555;
	color: #333;
	}

#nav a:link, #navlist a:visited, #navlist a:active {
	text-decoration: none;
	}

#nav a:hover {
	
	color: #999;
	text-decoration: none;
	}


/* ---------------------------------------------------------------------------------------
hnav
----------------------------------------------------------------------------------------*/

#hnav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	color: #333;
	width: 100%;
	font: normal 100%/16px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

#hnav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

#hnav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #fff;
	}

#hnav ul li a:hover {
	background: #fff;
	color: #999;
	}

#hnav #active { 
	border-left: 1px solid #fff; 
	}

/* ---------------------------------------------------------------------------------------
Classes for Plugins
----------------------------------------------------------------------------------------*/


.gravatar {
	float:left;
	padding: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #333;
}	


