/*
	Theme Name: pct-innsmouth
	Theme URI: http://www.nexistepas.com/dev/innsmouth/
	Description: first child theme from pct-basic
	Author: pilgrim
	Version: 1.0
	Tags: innsmouth
	Template: pct-basic
*/

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

/* - dimensions - */

	#main, #menu-top-menu, #access .menu-header, #site-info { width: 70%; }
	
	#aside { width: 28%; }

	#masthead, #primary { min-height: 160px; }

/* - spacing - */

	#site-title { padding-top: 40px; padding-bottom: 0px; }
	
	.category-delicious { padding: 10px; }
	
	#primary { margin-top: 20px; }
		
/* - fonts - */

	#site-title, #site-description { font-family: "Courier New", mono; font-weight: bold; }

	blockquote, #primary { font-family: Georgia, Times, serif; }
	
	#site-title: { letter-spacing: 0.2em; }
	
	#primary { font-size: 0.85em; }

/* - alignments - */

	#masthead, #site-title, #site-description { text-align: center; }

	.ctc { text-align: justify; }

/* - colors - */

	.emptymonth { color: #cccccc; }

	a:link, a:visited { color: #6f862c; }
	
	a:active, a:hover, #respond .required { color: #e58508; }
	
/* - backgrounds - */
	
	#wrapper, #secondary ul li, .category-delicious { background: #ffffff url('../pct-innsmouth/images/greengrade.png') repeat-x; }
		
	body, #access { background: url('../pct-innsmouth/images/darkskies_1.jpg') top center fixed; }
	
	#masthead { background: url('../pct-innsmouth/images/thornapple_bg.gif') top center no-repeat; }
	
	#access ul ul { background: #e6eadb; }
	
	.alt { background: #e6eadb; }

	.category-rip { background: #eeeeee; border: 1px solid #333333; }
	
	#aside, #primary ul li, #secondary ul li ul li { background: transparent; }

/* - borders etc. - */

	#wrapper { border-top: 1px solid #fff; border-right: 1px solid #e6eadb; }
	
	#site-title, #primary ul li, .widget-area ul li ul li { border: 0px; }
	
	li.widget-container, .category-delicious, .entry-meta, .entry-utility, .alt  { border-color: #e6eadb; }
	
	.widget-area ul li { border: 1px solid #e6eadb; }

	.sitemeter-legend { position: relative; bottom: -3px; padding-top: 3px; }
	
	.category-delicious {
		-webkit-border-radius: 10px 10px 0px 0px; 
		-moz-border-radius: 10px 10px 0px 0px; }

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

