@charset "utf-8";

/*
Theme Name: Paint Portraits
Description: Hacked together for Paint Portraits 
Version: 0.99d
Author: Karl Hodge
Author URI: http://www.paintportraits.co.uk/
Tags: red, 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: #81abb3 url(images/bgblue.gif);
  }
  
  #wrapper {
      margin-left: auto;
      margin-right: auto;
      width:760px;
      
  }
  
  #header {
      background: url(images/paintedheader.png) no-repeat;
	  width: 760px;
      height: 90px;
      
  }
  
  #contentwrapper {
  background: url(images/paintedbgwide.png);
  width: 760px;
  height: 520px; 
  }
  
  #content {
      float:left;
      width: 700px;
padding-left:30px;
padding-right:30px;

	  
  }
  
  #sidebar {
	float: left;
	text-align: center;
	width: 760px;
	background-image: url(images/sidebg.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 10px;
font-size: small;
  }




#footer {
      background: url(images/paintedfooter.png) no-repeat;
text-align: right;
      height: 125px;
padding-top: 10px;
padding-right: 30px;
      clear:right;
font-size: 75%;
       }

/* STYLES */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
text-align: center;
	
}

.entry {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #666;
		
}



a:link, a:visited, a:active {
	font-family:Georgia, Times New Roman, serif;
/*	font-size: small; */
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

.post a:link {
color: #15317E;
font-family: Verdana, Geneva, sans-serif;
text-decoration:underline;
}

.post a:visited {
color: #15317E;
font-family: Verdana, Geneva, sans-serif;
text-decoration:underline;
}

.post a:active {
color: #15317E;
font-family: Verdana, Geneva, sans-serif;
text-decoration:underline;
}

.post a:hover {
color: #800517;
font-family: Verdana, 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 
}
