/*
Theme Name: Tiny
Theme URI: http://wp.berkano.net/
Description: Tiny is a WordPress theme for minimalists.
Author: Ben de Groot
Author URI: http://berkano.net/
Version: 0.8
.
Copyright (C) 2006 Ben de Groot
You can redistribute this theme and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.
.
*/


* {
	margin: 0;
	padding: 0;
	font: Helvetica Neue, Helvetica, sans-serif;
	}

html, body {
	background-color: #000000;
	color: #000;
	background-attachment:fixed;
	background-position:top center;
	background-repeat:repeat-y;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:none;
	border-style:solid;
	padding-left:0px;
	padding-right:0px;
 }
	}
body {
	text-align: center; /* IE quirks auto margins workaround */
	font: 'Helvetica Neue', Helvetica, sans-serif;
	font-size:10px
	padding: 10px;
	}
html>body { font-size: 13px;
font: 'Helvetica Neue', Helvetica, sans-serif; } /* for modern browsers that can resize px */

#wrap {
	width: 600px;
	margin: 20px auto; /* auto centers the div */
	text-align: left; /* after centering #wrap above for IE we return to normal alignment */
	background: #fff;
	border: 1px solid;
	border-color: black;
	}

#header {
	height: 155px;
	margin: 20px;
	overflow: hidden;
	background: transparent url(geminilogonew.jpg) no-repeat;
	}

#menu {
	background: #FFFFFF;
	color: #ffffff;
	text-align: center;
	margin: 20px;
	padding: 0px;
	}

#menu ul.pagelinks {
	list-style-type: none;
	margin: 8pxl;	
	border-style: solid;
    border-width: thin;       
    border-color: grey;
}

#menu ul.pagelinks li{
	float: left;
	padding-left: 4px;
	
	}

#navcontainer
{
font-family: Helvetica Neue, Helvetica, sans-serif;
margin: auto;
width: 557px;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
margin-left: auto;
margin-right: auto;
text-align: left
list-style-type:none;
}

#navlist
{
width: 557px;
text-align: center;	
margin-left: auto;
margin-right: auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 20px;
text-indent: 0;
display: inline;
list-style-type:none;
}

#navlist li a
{
letter-spacing: -0.1px;
text-decoration: none;
color: #000;
font-size: 1em;
padding: 0 2px;
list-style-type:none;
}


#content {
	text-align: left;
	margin: 20px;
	}

#footer {
	border-top: 1px solid #ccc;
	color: #888;
	text-align: center;
	margin: 20px;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 3.5em;
	line-height: 1em;
	margin: 0;
	}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 558px;
	height: 200px;
	border: none;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	}

#smlink {
	float: left;
	width: 30%;
	text-align: left;
	margin: 0;
	}

#searchform, #searchform p {
	font-size: 1em;
	margin: 0;
	}
#searchform input {
	width: 110px;
	font-size: 1em;
	background: #fff;
	color: #333;
	margin: 0;
	border: 1px solid #888;
	}
#searchform input:focus {
	border-color: #36d;
	}

/*	Giving block elements a default margin.	 */

h2, h3, h4, h5, h6, p, ul, ol, dl, pre, fieldset, address, table {
	margin: 1em 0;
	font: 13px Helvetica Neue, Helvetica, sans-serif;
	
	}

/* 	General styling		*/

h2 {
	font: normal 1.7em/100% Helvetica Neue, Helvetica, sans-seriff;
	margin-bottom: .2em;
	text-transform: uppercase;
	text-align:left
	}

h3 {
	font: normal 1.5em/120%;
	margin-bottom: .3em;
	}

h4 {
	font-size: 10px;
	margin-bottom: .3em;
	}

h5 {
	margin-bottom: .3em;
	}
	
h6 { 
	font: Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	}
	
address {
	font-style: italic;
	}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 1.2em;
	border-left: 4px solid #ddd;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-family: 'verdana';
	font-size: 1em;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}

#content p {
	text-align: left;
	}

#content form p {
	text-align: left;
	}

ol {
	margin-left: 3em;
	}

textarea {
	width: 400px;
	}

ul {
	margin-left: 1.5em;
	}

a:link {
	color: #36d;
	text-decoration: none;
	}
a:visited {
	color: #96c;
	text-decoration: none;
	}
a:hover, a:active {
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #444;
	text-decoration: none;
	text-align: left
	}


.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	}

.commentlist li {
	color: #444;
	font-style: normal;
	padding: 1em;
	}

.commentlist .alt {
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.commentlist p {
	margin: .6em 0 0 0;
	}

.hilite {
	background: #f93;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #888;
	margin-top: .3em;
	font: Helvetica Neue, Helvetica, sans-serif;
	font-size: 9px;
	}

.posted cite {
	font-weight: bold;
	font-style: normal;
	}

#postcomment {
	text-align: left;
	}

input#submitComment {
	padding: 2px 4px;
	}

input#submitComment:hover {
	cursor: pointer;
	}


/*	Navigation links		*/

.prev {
	display: block;
	float: left;
	text-align: left;
	width: 48%;
	}

.next {
	display: block;
	float: right;
	text-align: right;
	width: 48%;
	}

.nav:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
* html .nav { height: 1%; }
