
/*
 
 Theme Name: Your Theme
 
 Theme URI: http://www.andrewjames.com.au
 
 Description: My first attempt at a WP theme
 
 Author: Andrew James
 
 Author URI:http://www.andrewjames.com.au
 
 Version: 1.0
 
 Tags: crap, shit, bad design
 
 
 Your theme can be your copyrighted work.
 
 Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
 
 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 
 
 */
/* Reset default browser styles */@import url("styles/reset.css");
/* Rebuild default browser styles */
@import url("styles/rebuild.css");
/* Basic WordPress Styles */
@import url("styles/wp.css");
/* Import a basic layout */
@import url("styles/1c-b.css");
/* Andrew's Styles */
#wrapper {
    margin: 0 auto;
    width: 800px;
}

#access {
    margin: 0 0 1.5em 0;
    overflow: auto;
}

.skip-link {
    position: absolute;
    left: -9000px;
}

.menu ul {
    list-style: none;
    margin: 0;
}

.menu ul ul {
    display: none;
}

.menu li {
    display: inline;
}

.menu a {
    display: block;
    float: left;
}

h1 {
  
}

h2 {
   
}

#container {
}

#wrapper {
   
    background-color: #ffffff;
}

#content {
   
	padding-left:15px;
}

#primary, #secondary {
    
}

#secondary {
}

#footer {
}

#branding {
}

/*  Header Styles */
/*  Global */
body {
    color: #525252;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 100%;
    line-height: 1.6;
    background-color: #E5E5E5;
}

/*  Titles */
#masthead {
  
}
#branding{
	
	  
	   background-image:url(images/header.jpg);
height:210px;
background-repeat:no-repeat;
	
	
}

#blog-title {
    font-size: 5px;
	position:absolute;
	top:-200px;
}

#blog-description {
    font-size: 5px;
	position:absolute;
	top:-200px;
}

#access {
  
}

/*  Navigation */
#access {
    border-top: 1px dashed #C3C3C3;
    border-bottom: 1px dashed #C3C3C3;
}

.menu ul {
   
}

.menu li a {
    padding-right: 20px;
	 padding-left: 20px;
	 color:#525252;
	 text-decoration:none;
	  font-size: 16px;
	  letter-spacing:1px;
	 
}
.menu li a:hover { text-decoration:underline;}

/*  Posts */
#content a {
	color:red;
	text-decoration:none;
	}
#content a:hover{
	color:gray;
	
}
.entry-title {
	font-size:120%;
}

.entry-meta, .entry-content, .entry-utility {
    font-size: 80%;
}

.entry-meta {
}

.entry-content {
}

.entry-utility {
}

/*  Pages */
.page-title {
}

/*  Widgets */
.widget-area h3 {
font-size:120%;
font-weight:bold;
border-bottom:1px solid #AFAFAF;
}
.widget-area {

font-size:70%;
background-color:#E5E5E5;
color:#7F7777;
}
.widget-area a {
color:#DF3737;
text-decoration:none;
}
.widget-area a:hover {

text-decoration:underline;
}
.widget-area ul {
margin:0;
list-style:none;

}

.xoxo {
    padding: 0;
    list-style: none;
}

