/* 
	Theme Name: Tiny Wordpress
	Theme URL: http://www.geckoandfly.com/wordpress-themes
	Description: Tiny Wordpress theme
	Author:  GeckoandFly
	Author URI: http://www.geckoandfly.com
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


* {
	margin: 0;
	padding: 0;
	}

html, body {
	background-color: #fff;
	color: #ccc;
overflow-x:hidden;
	}
body {
	text-align: left; /* IE quirks auto margins workaround */
	font: 70%/160%;
font-family: helvetica;
color:#999;
	
	}
html>body { font-size: 11px; } /* for modern browsers that can resize px */

#wrap {
	width: 400px;
	margin: 0px; /* auto centers the div */
	text-align: left; /* after centering #wrap above for IE we return to normal alignment */
	background: #ffffff;
	}

#header {
	height: 5px;
	margin: 0px;
	overflow: hidden;
	background: #666

	}

#menu {
	background: #ffffff;
	text-align: right;
	margin: 0px;
	padding: 10px 10px ;
	}

#content {
	text-align: left;
	margin-left: 10px;
margin-right: 20px;
	}

#footer {
        font-size: 9px;
        width: 400px;
	padding: 20px 0px 20px 0px;
	color: #666;
        background-color: #fff;
	border-top-width: 5px;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	text-align: center;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 3.5em;
	line-height: 1em;
	margin: 0;
	}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 390px;
	height: 200px;

	}

h1 a:link, h1 a:visited, h1 a:active {
font-family: helvetica;
color: #333;
	
	}

h1 a:hover{
	color: #000;
	
}

#smlink {
	float: left;
	width: 30%;
	text-align: left;
	margin: 0;
	}

#searchform, #searchform p {
	font-size: 1em;
	margin: 0;
       font-family: helvetica;
margin-right: 7px;
	}
#searchform input {
	width: 70px;
	font-size: 1em;
	background: #fff;
	color: #333;
	margin: 0;
	border: 1px solid #333;
font-family: helvetica;
	}
#searchform input:focus {
	border-color: #333;
	}

/*	Giving block elements a default margin.	 */

h2, h3, h4, h5, h6, p, ul, ol, dl, pre, fieldset, address, table {
	margin: 1em 0;
	}

/* 	General styling		*/

h2 {
        font-family: helvetica;
        color: #333;
	font: normal 2em/120%;
	margin-bottom: .2em;
border-top-width: thin;
	border-bottom-width: thin;
	
	border-bottom-style: dotted;
	
	border-bottom-color: #666;
	
}

h3 {
font-family: helvetica;
color: #000;
	font: normal 1.5em/120% 'helvetica;
	margin-bottom: .3em;
	}

h4 {
font-family: helvetica;
	font-size: 1.1em;
	}

h5 {
	font-size: 1em;
	}

address {
font-family: helvetica;
	font-style: italic;
	}

blockquote {
       
        color: #666;
	margin: 1em 0;
	padding: 0 0 0 35px;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font: helvetica;
	font-size: 1em;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}
#content img { 
        max-width:340px;
text-decoration: none;
        }

#content p {
color:#333;
	text-align: left;
	}

#content form p {
font-family: helvetica;
color:#000;
	text-align: left;
width: 390px
	}


ol {
font: helvetica;
	margin-left: 3em;
	}

textarea {
font-family: helvetica;
	width: 320px;
	}

ul {
font-family: helvetica;
	list-style: square;
	margin-left: 1.5em;
	}

a:link {
font-family: helvetica;
	color: #333;
	text-decoration: none;
	}
a:visited {
	color: #333;
text-decoration: none;
	}

a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #CCC;
	
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
font-family: helvetica;
	color: #333;
	
	}


.commentlink {
	text-align: left;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	}

.commentlist li {
	color: #333;
	font-style: normal;
	margin: 10px;
	}

.commentlist .alt {
        background: #999;

	}

.commentlist p {
font-family: helvetica;
	margin: 0 0 0 0;
text-align:left;
	}

.hilite {
	background: #333;
	}

#content .more {
	margin-top: -10px;
	text-align: left;
	}

.posted {
font-size: 10px;
	color: #ffffff;
	margin-top: 10px;
	}

.posted cite {
	font-weight: bold;
	font-style: normal;
	}

#postcomment {
	text-align: left;
	}

input#submitComment {
	margin: 2px 2px;
	}

input#submitComment:hover {
	cursor: pointer;
	}


/*	Navigation links		*/

#navigation {
        width:370px;







	}
.prev {
	display: block;
	float: left;
	text-align: left;
	
font-weight: bold;
background: #ccc

	}

.next {
	display: block;
	float: right;
	text-align: right;
	
font-weight: bold;
background: #ccc

	}

.nav:after {
    content: ".";

    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;


}

* html .nav { height: 1%; }

