/*  
Theme Name: Neonglow
Theme URI: http://www.lunamedia.co.uk
Version: 1.2
Description: A dark, well balanced 2 column liquid theme for Wordpress. Validated XHTML/CSS supports Firefox/Safari/IE7. Fixed version stylesheet for IE6 included.
Author: Lunamedia
Author URI: http://www.sandwichescorner.com
Tags: 2 column, liquid, valid XHTML, valid CSS, dark, black, simple


*/


/* Global */


html{
background: #000 url(http://thelan.info/wp-content/themes/neonglow/images/background.jpg) no-repeat 100% 0;
}

body{
margin: 0;
font: normal 62.5% Georgia, serif;
text-align: center;
vertical-align: 0;
color: #ccc;
}

h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
font-weight: normal;
}

/* This is the Blog Title */
#header h1{
padding: 2% 0 0 0;
font: normal 1.8em Georgia, "Times New Roman", Times, serif;
}

#header h1 a{
text-decoration: none;
color: #69851d;
}

/* */

h2{
font-size: 1.8em;
}

h3{
font-size: 1.6em;
padding: 50px 0 10px;
} 

a:link, a:visited{
text-decoration: none;
color: #aaa;
text-decoration: underline;
}

a:hover{
color: #fff;
text-decoration: underline;
}

a img{
border: none;
}

p{
padding: 10px 0;line-height: 2.5em;
}

img{
padding: 3px;
background: #eee;
}

img.alignleft{
float: left;
margin: 10px 10px 10px 0;
}

img.alignright{
float: right;
margin: 10px 0 10px 10px;
}

img.aligncenter{
   display: block;
   margin: 10px auto;
}




/* Layout */


#wrapper{
width: 100%;
margin: 0 auto 0 auto;
text-align: left;
font: normal 1.2em Georgia, serif;
}

#header{
float: left;
margin: 1em 2% 0 2%;
padding: 0 0 0 5% ;
width: 91%;
height: 120px;
text-align: left;
text-decoration: none;
background: url(http://thelan.info/wp-content/themes/neonglow/images/bluebg.png);
color: #fff;
border-bottom: 3px solid #73bfd7;
}

#content{
float: left;
width: 55%;
margin: 1% 0 0 18%;
padding: 0 3% 0 1%;
background:transparent url(images/greybg.png);
}

.sidebar{
float: left;
width: 19%;
margin: 1% 1% 0 1%;
background:transparent url(http://thelan.info/wp-content/themes/neonglow/images/blackbg.png);
/* fix IE margin bug */
display: inline;
}

#footer{
clear: both;
float: left;
width: 98%;
margin: 1%;
padding: 10px 0;
border-top: 1px solid #fff;
}



/* Posts */


.post{
padding: 1em 0;
}

.post h2{
padding: 1em 0 0 0;
font: normal 1.4em Georgia, "Times New Roman", Times, serif;
}

.post h2 a{
color: #6bb5d0;
text-decoration: none;
}

.post h2 a:hover{
color: #fff;
text-decoration: underline;
}

.entry{
line-height: 1.8em;
font-family: Helvetica, Arial, Verdana, sans-serif;
}

p.postmetadata{
clear: both;
margin: 10px 0 0 0;
padding: 0 0 0 24px;
font-family: Georgia, serif;
background: #121518 url(http://thelan.info/wp-content/themes/neonglow/images/comment.png) no-repeat 0 90%;
border-top: 1px solid #333;
}

.navigation{
padding: 10px 0 0 0;
font-size: 1.2em;
}

.posttime{ 
margin: 0;
font-size: 0.7em;
font-style: italic;
color: #555;
}




/* Comments */


.comments-template{
margin: 10px 0 0;
border-top: 1px solid #ccc;
padding: 10px 0 0;
}

.comments-template ol{
margin: 0;
padding: 0 0 15px;
list-style: none;
}

.comments-template ol li{
margin: 0;
padding: 2% ;
line-height: 1.8em;
font-family: Helvetica, Arial, Verdana, sans-serif;
border-bottom: 1px solid #ccc;
}

.comments-template h2{
font-size: 1.6em;
color: #fff;
}

.comments-template h3{
padding: 10px;
font-size: 1.2em;
color: #fff;
}

.commentmetadata{ 
font-size: 1em;
font-family: Georgia, "Times New Roman", Times, serif;
color: #fff;
}

.commentmetadata a{
color: #3289a0;
}

.comments-template p.nocomments{
padding: 0;
}

.comments-template textarea{
font-size: 1.2em;
}

.alt{
color: #ddd;
background: #162027 url(images/altcomment.gif) repeat-x top left;
}


.gravatarstyle { 
float:left; padding-right:10px; 
}



/* Sidebar */


.sidebar ul{
list-style-type: none;
margin: 0;
padding: 10px ;
}

.sidebar ul li h2{
padding-top: 0.5em;
font-size: 1.2em;
color: #69851d;
border-top: 1px solid #162027;
}

.sidebar ul ul li{
margin: 0;
padding: 0;
line-height: 1.8em;
}

.sidebar a{
text-decoration: none;
}

.sidebar a:hover{
text-decoration: underline;
}

form#searchform{
margin-bottom: 20px;
}

li#calendar{
font-family: Helvetica, Arial, Verdana, sans-serif;
}



/* Footer */


#footer p{
padding: 0 0 0 50px;
line-height: 1.8em;
}



/* Widgets */

.textwidget{
line-height: 1.8em;
margin: 15px 0;
}

#tag_cloud{
margin: 0 0 20px 0;
}