/*
Theme Name: Geeklite
Theme URI: http://www.thomasthegeek.ca/themes/
Version: 1.0
Description: An ultra light one cloumn theme.
Author: <a href="http://www.thomasthegeek.ca">Thomas The Geek</a>
Tags: white, one-column, ultra light, simple
For the WordPress community (GPL), enjoy!
by Thomas The Geek @ www.ThomasTheGeek.ca

For WordPress 2.7+ :)
*/

body {
background:#DA70D6;
background-image: url(images/bg.jpg);
background-position: center 0%;
background-repeat: repeat-y;
color:#333333;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
margin: 0px 0px 0px 0px;
}
a {
color:#333333;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration:underline;
}
div#bg-head {
width:972px;
height:10px;
margin:0 auto;
background-image: url(images/bg-head.jpg);
background-repeat: repeat-y;
}
div#bg-gap {
width:972px;
height:15px;
margin:0 auto;
background-image: url(images/bg-gap.jpg);
background-repeat: repeat-y;
}
div#bg-foot {
width:972px;
height:10px;
margin:0 auto;
background-image: url(images/bg-foot.jpg);
background-repeat: repeat-y;
}
div#page {
width:972px;
margin:0 auto;
}
div#header {
text-align:center;
}
div#navbar1 {
width:972px;
font-size:14px;
font-family: Arial, Helvetica, Sans-Serif;
text-align:center;
padding:0px 0px 1px 0px;
margin:0 auto;
}
div#navbar2 {
color:#333333;
font-size:14px;
font-family: Arial, Helvetica, Sans-Serif;
text-align:center;
padding:0px 0px 1px 0px;
margin:0 auto;
}
div#pad {
padding: 0px 10px 0px 10px;
}


/* ################################################################ */


blockquote {
padding:0 0 0 20px;
color:#000000;
}

blockquote a{
color:#333333;
}

cite{
font-size:inherit;
font-style:normal;
}

code{
background:#efefef;
color:#000000;
}

ul{
list-style:square;
}

/* Headers */

h1{
font-size:43px;
color:#333333;
font-family:"Helvetica 65 Medium", Helvetica, sans-serif;
text-align:center;
text-transform:lowercase;
}

h1 a, h1 a:hover{
color:#333333;
text-decoration:none;
}


h2{
font-size:20px;
margin:5px 0 7px 0;
text-align:justify;
}

h2 a{
color:#333333;
text-decoration:none;
}

h2 a:hover{
color:#000000;
}

h3{
text-align:justify;
font-size:12px;
color:#333333;
}

h4{
text-align:center;
font-size:12px;
color:#333333;
}

/* Navigation */


#nav{
padding:3px;
}

ul.nav{
width:500px;
list-style:none;
margin:0;
}

ul.nav li {
display:inline;  
}

ul.nav li a {
display:inline;
padding:20px 4px 20px 4px; 
width:92px;
height:auto;
color:#333333; 
text-align:center; 
font-family:Helvetica;
font-size:12px;
text-transform:lowercase;
text-decoration:none;
}

ul.nav li a:hover {
color:#000000; 
text-decoration:none;
}

/* Posts */

#main{
float:left;
width:685px;
}

.post{
padding:5px;
text-align:justify;
}

.main{
text-align:justify;
border-bottom:1px solid #bbb;
}

.main p{
line-height:18px;
margin:0 0 15px 0;
}

.main ol{
line-height:18px;
margin:0 0 15px 30px;
}

.main ul{
line-height:18px;
margin:0 0 15px 30px;
}

.main li{
margin:0 0 5px 0;
}


.main img{
padding:5px;
border:1px solid #333333;
}

.main img:hover{
padding:5px;
border:1px solid #333333;
background:#666;
}

img.wp-smiley{
padding:0px;
border:0px;
}

img.wp-smiley:hover{
padding:0px;
border:0px;
}


.meta{
font-size:9px;
line-height:15px;
display:inline;
color:#333333;
padding:5px;
margin:0 0 30px 0;
}

.navigation{
font-size:11px;
}

/* Comments */

.gravatar{
float:left;
padding:2px;
border:1px solid #333333;
margin:5px;
}

.gravatar:hover{
padding:2px;
border:1px solid #000000;
}

.alt{
color:#333333;
}

ol#comments{
text-align:justify;
}

.gravatar{
float:right;
border:1px solid #333333;
}


/* Forms */

input, textarea, select, button{
background:#ffffff;
border:1px solid #333333;
color:#333333;
padding:2px;
margin:3px 0 5px 0;
font:10px "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

input:focus{
border:1px solid #000000;
}

/* Footer */

#footer{
font-size:10px;
text-align:center;
float:left;
margin:10px 0 0 0;
padding:10px 0 10px 0;
border-top:1px solid #333333;
width:100%
}

#footer a{
color:#333333;
}

#footer a:hover{
color:#000000;
}

/* Others */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #333333;
   text-align: center;
   background-color: #ffffff;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* ################################################################ */


h1#title {
font-size:48px;
text-align:center;
margin:0;
display:none;
}
h2#byline {
font-size:12px;
text-align:center;
margin:0;
display:none;
}
img.ico,img.ico:hover {
background-color:transparent;
padding: 0px 5px 0px 0px;
border:0px #ffffff solid;
}

