/*
	Theme Name: pct-selfs
	Theme URI: http://www.nexistepas.com/pct/selfs/
	Description: adapted from selfs 0.2
	Author: pilgrim
	Version: 0.3
	Tags: custom dimensions, event calendar
	Template: pct-basic
*/

	@import url('../pct-basic/style.css');

	#site-title, #site-description { float: right }
	
	#content, #site-description { clear: both; }
	
/* - dimensions - */

	#site-title { width: 65%; }
	
	#masthead { min-height: 150px; }

/* - fonts - */

	.widget-container h4 { font-size: 1.2em; }
	
/* - borders - */

	#secondary img { border 1px solid; }

/* - backgrounds - */

	body, #access { background-color: #999999; }
	
	#wrapper { background: #ffffdd url('images/statuary_1.png')  20px 0px no-repeat;}

/*	#header, #main, */#aside, #footer { background: none; }
	
	.widget-area ul li { background-color: #e6eadb; }

/* - colors - */

	body { color: #333333; }
	
	#primary ul li h3 { color: #ffffdd; }

	a:link, a:visited { color: #6f862c; }
	
	a:active, a:hover { color: #e58508; }

/* - border colors - */
	
	#masthead h1, .upper, .lower, .page-header h3, #footer { border-color: #dddddd; }
	
	.widget-area h2, .widget-area  h4, .search-input, #primary ul li h3 { border-color: #ffffdd; }
	
	.entry-meta, .entry-utility, .alt  { border-color: #e6eadb; }

	#secondary img { border-color: #666666; }

/* - debug - */

/*	 #content, #aside { border: 1px solid red; }*/
