/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body, input, textarea {
	font-size:14px;
}

a:active,
a:hover
	{
	color: #f26521;
}

a:visited {
	color: #000;
}

html, body {
	background: #fafafa;
}

#wrapper {
	width: 960px;
	margin: 20px auto 0;
	background: #fff;
}

/* header */

#header {
	background: #fafafa;
}

#social {
	position: absolute;
	right: 20px;
	bottom: 6px;
	z-index: 1000;
}

#branding {
	padding-top: 0;
	padding-bottom: 20px;
	width: 960px;
	text-align: left;
}

#blog-title a {
	background:url(images/logo-ggallery-gray.gif) no-repeat 20px top;
	display:block;
	text-indent:-9000px;
	width: 960px;
	height: 133px;
}

#blog-description {
	display: none;
}


/* menu */
.menu {
	width: 920px;
}

.sf-menu {
	font-family: helvetica, arial, sans-serif;
}

.sf-menu a:active,
.sf-menu a:hover {
	color: #f26521;
}

.sf-menu li.current-cat a {
	color: #f26521;
	border-bottom-color: #fff;
}

.sf-menu li.current-cat-parent a {
	color: #f26521;
	border-bottom-color: #fff;
}

.sf-menu li.current_page_item a {
	color: #f26521;
	border-bottom-color: #fff;
}

.sf-menu li ul.children a {
	color: #666;
}

.sf-menu li ul.children a:active,
.sf-menu li ul.children a:hover {
	color: #f26521;
}

/* main */
#main {
	padding-top: 20px;
	padding-bottom: 0;
}

/* home */
.homeCol {
	display: inline-block;
	float: left;
	width: 290px;
	margin-right: 25px;
	font-family: helvetica, arial, sans-serif;
}

.homeColLast {
	margin-right: 0;
}

.homeColWide {
	margin-right: 0;
	width: 605px;
}

.headerWrapper {
	background: #eee;
}

.homeColTitle {
	padding: 5px 10px;
	background: #f26521;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

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

.homeCol p {
	margin-bottom: 0;
/*	padding: 0 10px; */
	padding: 0;
}

.homeColWide p {
	margin-bottom: 10px;
}

.homeColWide a {
	color: #000;
}

.homeColWide a:active,
.homeColWide a:hover 
{
	color: #f26521;
}

p.homeArtist {
	margin: 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	background: #eee;
}

p.homeArtist a {
	color: #000;
	text-decoration: none;
}

p.homeArtist a:hover,
p.homeArtist a:active {
	color: 	#f26521;
}

p.homePrefix {
	margin: 0;
/*	padding: 5px 10px 0px; */
	padding: 5px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

p.homeDetails {
/*	padding: 0 10px; */
	padding: 0;
}

#container {
	margin-left: 20px;
	margin-right: 20px;
	width: 650px;
}

#container.home {
	width: 920px;
}

#content {
	margin: 0;
	width: 650px;
}

#content.home {
	width: 920px;
}

#content.home h2.entry-title {
	padding: 10px 10px 5px 10px;
	background: #eee;
}

h1.page-title {
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #f26521;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}

.entry-content {
	width: 650px;
}

#content.home .entry-content,
#content.home .hentry {
	width: 290px;
}

#content.home .entry-content {
	padding-top: 0;
}

#content.category .entry-content {
	padding-top: 0;
}

#content.single .entry-content {
	padding-top: 0;
}

#content .entry-content {
	padding-top: 0;
}

.entry-title {
/*
	padding: 10px 10px 5px 10px;
	background: #eee;
*/
}

.entry-title {
	font-size: 20px;
}

.entry-title a:hover, 
.entry-title a:active
{
	color: #f26521;
}

.entry-utility {
	display: none;
}

.entry-utility a:hover, 
.entry-utility a:active
{
	color: #f26521;
}

.titleArtist {
	font-size: 16px;
}

#content.home .entry-content img {
	margin: 0;
/*	padding: 1px; */
/*	border: 1px solid #999; */
}

#content.home .entry-meta {
	display: none;
}

#content.category .entry-meta {
	display: none;
}

#content.search .entry-meta {
	display: none;
}

#content.single .entry-meta {
	display: none;
}

.hentry {
	width: 650px;
}

.entry-content img {
	margin: 0;
}

.entry-content img.size-thumbnail {
	margin: 0 5px 5px 0;
	padding: 1px;
	border: 1px solid #999;
}

#nav-below {
	display: none;
}

.aside {
	right: 20px;
	width: 250px;
	font-family: helvetica, arial, sans-serif;
}

.aside h3 {
	font-style: normal;
	font-weight: bold;
}

.aside a:active,
.aside a:hover 
{
	color: #f26521;
}

#searchform input {
	width: 210px;
	background: #fafafa;
	font-family: helvetica, arial, sans-serif;
}

li.widgetcontainer ul {
	margin: 0;
	list-style: none;
}

li.widgetcontainer ul li {
	background: #fafafa;
	border-bottom: 1px solid #dadada;
}

li.widgetcontainer ul li a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
}

#footer {
	background: #fafafa;
}

#footer #subsidiary {
	width: 920px;
	padding-top: 10px;
}

#footer #subsidiary .aside {
	width: 100%;
	right: 0;
	margin: 0;
}

#footer #siteinfo {
	width: 920px;
	padding: 0;
}

/* cforms */
form.cform {
	width: 650px;
	margin: 0;
	font-family: helvetica, arial, sans-serif;
}

form.cform textarea, 
form.cform input 
{
	width:400px;
}

form.cform label,
form.cform input 
{
	font-family: helvetica, arial, sans-serif;
}

form.cform label {
	color: #000;
}

form.cform ol.cf-ol {
	border-top: none;
}


form.cform p.cf-sb {
	margin-top: 20px;
	margin-left: 100px;
	text-align: left;
}

form.cform input.cf-box-b {
	width: auto;
}

p.linklove {
	display: none;
}

form.cform input.backbutton, 
form.cform input.resetbutton, 
form.cform input.sendbutton {
	color: #000;
	font-size: 12px;
}

#usermessagea.success,
#usermessage2a.success,
#usermessage3a.success
{
	width: 650px;
	color: #000;
}

form.cform .failure {
	width: 650px;
}

#usermessagea,
#usermessage2a,
#usermessage3a
{
	width: 650px;
	font-family: helvetica, arial, sans-serif;
}