/*
 
 Theme Name: Your Theme
  Theme URI: http://www.andrewjames.com.au
  Description: Custom theme for Andrew James' website
  Author: Andrew James
  Author URI:http://www.andrewjames.com.au
  Version: 1.1
  Tags: minimalist, widgets, custom
 (c)2011 Andrew James
 
 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 {
   border-left:1px solid #BFBFBF;border-right:1px solid #BFBFBF;border-bottom:1px solid #BFBFBF;
    background-color: #ffffff;
}

#content {
   
	padding-left:15px;
}

#primary, #secondary {
    padding:0;
margin:0;
}

#secondary {
}
#footer {color:#848484;font-size:80%;
border-top:1px solid #ADADAD;
padding:0;
margin:0;}
#site-info p a{text-decoration:none;
font-size:100%;
color:#525252;
}


#site-info p a:hover{color:red;}
#site-info {padding:0;
margin:0;
border-bottom:1px solid #ADADAD;
}
#branding {
}

/*  Header Styles */
/*  Global */
body {
    color: #525252;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 100%;
    line-height: 1.6;
    background-color: #Efefef; background-image:url(images/pageBG.jpg);
}

/*  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:#4d4d4d;
	
}
.entry-title {
	font-size:110%;
width:400px;
line-height:100%;

}
.entry-meta,.entry-utility {color:#AFA4A4;font-size: 70%;
}

.entry-meta  a , .entry-utility a {color:#9F9595;
}

.entry-content {margin-top:15px;
margin-bottom:20px;width:500px;
}

.entry-utility {
display:none;

}

/*  Pages */
.page-title {
}

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

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;
}



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

border-left:1px solid #E55959; font-style:italic;padding-left:10px;
margin-bottom:20px;	
}

