/*  
Theme Name: FCS 2006
Theme URI: http://www.fromconcentratesoftware.com
Description: Design for From Concentrate Software.
Version: 1.0
Author: Grayson Hansard
Author URI: http://www.fromconcentratesoftware.com/thoughts.php
*/

body {
	background: #fff;
	margin: 0;
	padding: 0;
}

img { border: none; }

pre {
	overflow: auto;
	padding: 5px;
	border: 1px solid gray;
}

/* @group Header */

#header {
	background: url(/img/header_bg.png) repeat-x left;
	height: 82px;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	background: url(/img/fcs_header.png) no-repeat;
	height: 46px;
}

#header a {
	text-decoration: none;
	color: #fff;
}

#header ul {
	list-style: none;
	height: 36px;
	margin: 0;
	padding: 0 0 0 22px;
	background: url(/img/nav_l.png) no-repeat;
	position: relative;
	left: 6px;
	background: #fff;
	background: url(/img/nav_l.png) left no-repeat;
	overflow: hidden;
}

#header ul li {
	float: left;
	padding-right: 10px;
	font-weight: bold;
	text-shadow: #000 0 2px 0;
	background: url(/img/nav_fill.png) repeat-x;
	height: 36px;
	padding-top: 12px;
}

#header ul li#nav_end {	background: url(/img/nav_r.png) top right no-repeat; }
#header ul li a:hover {	text-shadow: #000 0 3px 2px; }

#header ul li:after {
}

#header img {
	position: absolute;
	right: 5%;
	top: 15px;
}

/* @end */

/* @group Content */

#content {
	padding: 1em 1em;
	line-height: 1.3em;
	background: url(/img/content_bg.png) top repeat-x;
}

#content #software {
	width: 560px;
	margin: 0 auto;
}

#content #software div {
	display: block;
	overflow: hidden;
	margin-bottom: 2em;
}

#content #software a {
	display: block;
	width: 128px;
	text-align: center;
	float: left;
	margin: 0 5px;
	text-decoration: none;
	padding: 1px;
	font: small-caps Georgia, "Times New Roman", Times, serif;
}

#content #software a:hover {
	background: #ddd;
	border: 1px solid #ccc;
	padding: 0;
}

#content #software h1 {
	clear: both;
	border-bottom-style: groove;
}

/* @end */

#features h1, h2, h3, h4, h5, h6 { margin: 0; }
#features p { margin-top: 0; }

#ratings {
	max-height: 25em;
	overflow: auto;
}

#ratings div {
	margin: 0;
	padding: 0 0 1em 0;
	background: 0;
	border: 0
}

#ratings div span { display: block; }
#ratings div .name { font-weight: bold; }
#ratings div .name:after { content: " says"; }
#ratings div .rating:before { content: "Rating: "; font-weight: bold; color: #3660ce; }
#ratings div .date { font-size: 0.8em; color: gray; }
#ratings div .comments { padding: 0; }

#add_rating * { display: block; }
#add_rating textarea { height: 10em; width: 100%; }

#footer {
	position: relative;
	bottom: -11px;
	border: 1px solid #027;
	text-align: center;
	font-size: 0.75em;
	color: #fff;
	background: #1b6ccb;
}

#footer a {	color: #fff; text-decoration: underline; }
#footer a:visited { color: #fff; }
#footer p { margin: 0; padding: 0; }

#featured { text-align: center; }
#featured p { text-align: left; }

#news h1 {
	font-family: "MS Georgia", Garamond, "Times New Roman", serif;
	font-size: 1em; 
	margin-left: 7em; 
}

#news span { 
	font-size: 0.8em;
	font-weight: normal;
	display: block;
	width: 6em;
	float: left;
	margin-left: -7em;
}

#media * { border: 3px double #999; }

/** Comments styles **/

ol#commentlist {
	list-style: none;
	margin: 0;
	padding: 0 1em;
}

ol#commentlist li {
	margin: 1em 0;
	padding: 0.5em;
	border: 1px solid #ffb;
	background: #fffff0;
}

ol#commentlist small {
	display: block;
	float: right;
	position: relative;
	top: -1em;
	background: #fff;
	padding: 0.25em;
	margin-top: 0.30em;
	border: 1px solid #ffb;
	border-top: none;
}

ol#commentlist li.alt {	background: #f3f3ff; border: 1px solid #e7e7ff;	}
ol#commentlist li.alt small { border: 1px solid #e7e7ff; border-top: none; }

ol#commentlist li.admin { background: #f5f5f5; border: 1px solid #f0f0f0; }
ol#commentlist li.admin small { border: 1px solid #f0f0f0; border-top: none; }

textarea#comment { width: 100%; }
