/*  
Theme Name: AsniTech
Theme URI: http://www.asnitech.co.uk
Description: AsniTech Custom Theme - Copyright 2010 Asnivor
Version: 1.0
Author: Asnivor
Author URI: http://www.asnitech.co.uk

*/

/* Main Body CSS */
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

body{
	margin: 0;
	font-family: trebuchet ms, Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #000000;
	background-image:url(images/asnitech_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color: #cccccc;	
}

img{ 
border:double; 
border-color:#00CC00;
}

/* Main H tags and links*/

h1{
font-family: "Courier New", Courier, monospace Georgia, Sans-serif;
font-size: 35px;
font-weight:bold;
padding: 0 0 30px 0;
}

h2{
padding: 0px 0 15px 0;
font-size: 29px;
}

h3{
font-family: monospace Georgia, Sans-serif;
font-size: 17px;
font-weight:bold;
padding: 0 0 20px 0;
}

a:link, a:visited{
	text-decoration: underline;
	color: #00CC00;
}
a:hover{
	text-decoration: none;
	color: #00FF00;
}

/* Main structure */

#wrapper{
margin: 0 auto 0 auto;
width: 900px;
text-align: left; 
}

#header{
float: left;
width: 900px;
margin: 1px 0 0 0;
}
#header img{ 
border:none; 
}

#container{
float: left;
width: 700px;
}

#topnav ul {
margin: 0; 
list-style-type: none;
padding: 10px;
text-align: center;
background-color: #330000;
}

#topnav ul li {
display: inline; 
}

#topnav ul li a { 
padding: .2em 1em;
color: #00CC00; 
text-decoration:none;
background-color: #333333;
}

#topnav ul li a:hover { 
color: #CCCCCC; 
background-color: #990000;
}

.post{
padding: 10px 0 10px 0;
}

.post h2{
font-family: trebuchet ms, "Courier New", Courier, monospace Georgia, Sans-serif;
font-size: 22px;
text-shadow:#FFFFFF;
}

.entry{
line-height: 18px;
}

p.postmetadata{
border-top: 1px dashed #ccc;
margin: 10px 0 0 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

.sidebar{
float: left;
width: 190px;
margin: 0 0 0 10px;
display: inline; 
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 10px 10px 10px 10px;
...; border: dotted 2px #666666;
}

.sidebar ul li{
padding: 5px 0 5px 0;
}

.sidebar ul li h2{
font-family: "Courier New", Courier, monospace Georgia, Sans-serif;
font-size: 14px;
}

.sidebar ul ul li{
padding: 0;
line-height: 15px;
}

table#wp-calendar{
width: 95%;
}

#topper{
clear: both;
float: left;
width: 100%;
padding: 10px 0 0 0; 
background-color: #330000;
}

#footer{
clear: both;
float: left;
width: 100%;
padding: 10px 0 0 0; 
background-color: #330000;
}

.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: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

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

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer p{
line-height: 18px;
}

#footer img{ 
border: none; 
}

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }
  
  code {
  color: #999999;
  font-style: italic;
  margin: 25px 10px 5px 15px;
  }



