@charset "utf-8";

/*
Theme Name: Paint Portraits 2
Description: Hacked together for Paint Portraits 
Version: 0.1
Author: Karl Hodge
Author URI: http://www.paintportraits.co.uk/
Tags: white, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* CSS Document */

/* STRUCTURE */

body {
/* background: #a90e12 url(images/bg.jpg); */
background: white;
font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
  }
  
  #wrapper {
      margin-left: auto;
      margin-right: auto;
      width:760px;
      
  }
  
  #header {
      background: url(images/paintedheader.png) no-repeat;
	  width: 760px;
      height: 60px;
      
  }
  
  #contentwrapper {

  background-color: #e5e5e5;
  width: 760px;
  height: 640px; 
  }
  
  #content {
      float:left;
      width: 640px;
padding-left: 60px;
padding-right: 60px;

	  
  }
  
  #sidebar {
	font-size: x-small;
/* 	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif; */
	background-color: white;
	float: left;
	text-align: center;
	width: 760px;
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 10px;
  }




#footer {
      background: no-repeat;
text-align: center;
      height: 125px;
padding-top: 10px;
padding-right: 30px;
      clear:right;
font-size: x-small;
       }

/* STYLES */

h2 {
/* 	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif; */
   	                                                              
	font-size: medium;
   	                                                              
   	                                                              
	font-weight: lighter;
text-align: center;
	
}

.entry {
/* 	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif; */
	font-size: small;
	color: black;
		
}



a:link, a:visited, a:active {
/* 	font-family:Helvetica, Verdana, Arial, Geneva, sans-serif; */
/*	font-size: small; */
	color: #7f7f7f;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

.post a:link {
color: #666699;
/* font-family: Helvetica, Verdana, Arial, Geneva, sans-serif; */
text-decoration:underline;
}

.post a:visited {
color: #666699;
/* font-family: Helvetica, Verdana, Arial, Geneva, sans-serif; */
text-decoration:underline;
}

.post a:active {
color: #666699;
/* font-family: Helvetica, Verdana, Arial, Geneva, sans-serif; */
text-decoration:underline;
}

.post a:hover {
color: #800517;
/* font-family: Helvetica, Verdana, Arial, Geneva, sans-serif; */
text-decoration:none;
}




#sidebar ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#sidebar li {display: inline; }  

ul { 
list-style: none 
}
