/*   
Theme Name: Panary
Theme URI: 
Description: Panary WordPress website theme. A child theme based on Thematic.
Author: Paul Oaten
Author URI: http://www.web.pca-uk.com/
Template: thematic
Version: 1.0
Tags: Panary,Thematic
.
Panary is © Paul Oaten http://www.web.pca-uk.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');


/* Begin Panary site CSS formatting */

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 16px Georgia,serif;
    line-height:22px;
	color: #9C7C50
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:0px solid #ccc;
    border-width:0px 0px 0 0px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}


.entry-title {
font-family:Arial,sans-serif;
font-size:26px;
font-weight:bold;
line-height:26px;
padding:0 0 7px;
color: #7F3600
}
.entry-content h1, .entry-content h2 {
font-family:Arial,sans-serif;
font-size:19px;
font-weight:bold;
padding:28px 0 14px;
color: #7F3600
}
.entry-content h3 {
font-size:17px;
font-style:italic;
padding:28px 0 14px;
color: #7F3600;
display:inline;
}
a:link {
    color:#666666; /* blue? Ugh! */
    text-decoration:none;
}

a:visited {
    color:#666666; /* red? Yechh! */
    text-decoration:none;
}

a:hover {
    color:#000000; /* red? Yechh! */
    text-decoration:underline;
}

#blog-title a {
background:url(http://www.panary.co.uk/wp-content/uploads/2010/02/logo_panary.png) no-repeat top center;
display:block;
text-indent:-9000px;
width: 350px;
height: 144px;
margin-left:600px;
}

#bushell {
background:url(http://www.panary.co.uk/wp-content/uploads/2010/02/bushell2.png) no-repeat top center;
float: left;
width: 401px;
height: 241px;
margin-top: 10px;
margin-left: 0;
margin-bottom: -50px;
padding: 0;
}

#blog-description {
color:#642300;
font-size:19px;
font-style:italic;
margin-left:598px;
text-align:center;
}

#wrapper {
/* background-color:#FEFFCF; */
background: #FFFFFF url(http://www.panary.co.uk/wp-content/uploads/2010/02/gradient.jpg) repeat-x top center; 
margin:0;
min-width:970px;
padding:0;
width:100%;
}

#branding {
padding:38px 0 44px
}

#header {
	/*  background: url(http://www.sohtanaka.com/web-design/examples/fixed-footer-bg/body_bg.jpg) no-repeat center top;  */
	float: right;
	width: 100%;
}
#primary {
-moz-box-shadow:0 0 6px #999999;
border:7px solid #DEDEDE;
margin-bottom:22px;
padding:18px 0 0;
background-color:#CBCD9E;
}
#primary:hover {
-moz-box-shadow: 0 0 8px #555555
}
#content .aside {
border:7px solid #DEDEDE;
margin:150px 0 22px;
padding:18px 0 0;
background: #E3E5CD;
}
#content .aside:hover {
-moz-box-shadow: 0 0 8px #555555
}
#page-bottom .aside {
-moz-box-shadow:0 0 6px #999999;
}
#page-bottom .aside:hover {
-moz-box-shadow: 0 0 8px #555555
}
.aside a:active, .aside a:hover .aside a:visited{
color:#9C7C50;
}

/* Superfish Menu Styling */
/* Complete CSS override to default.css */

.skip-link {
    display:none;
}
#access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:17px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:0px solid #ccc;
	float:left;
	margin-left:-10px;
}
.sf-menu a {
	border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	padding:6px 28px 8px 11px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu a:hover {
color: #C47404;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
    border-bottom-color:#ccc;
	background:solid none repeat scroll 0 0;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #C47404;
}
.testimonial {
font-style: italic;
}
#catid {
margin: 0 0 35px 0;
}
#catid ul {
margin: 0;
}
.brlink {
margin: 0 0 10px;
list-style:none;
}
/*** FOOTER ***/
#footer {
background: url(http://www.panary.co.uk/wp-content/uploads/2010/02/footerimage1.jpg) repeat-x top center;
min-width: 970px;
height: 126px;
border-top:1px solid #CCCCCC;
margin-top:22px;
}
#footer {
clear:both;
}
#siteinfo {
color:#666666;
font-size:11px;
line-height:18px;
padding:22px 0 0px;
}
#siteinfo {
clear:both;
margin:0 auto;
width:940px;
}
.main-aside h3 {
}
.aside h3 {
font-size:18px;
font-style:italic;
line-height:22px;
margin-bottom:5px;
}

.widgettitle {
font-weight:bold;
}

.event_month_header {
font-size:16px;
font-style:normal;
line-height:22px;
margin-bottom:3px;
font-weight:bold;
}
/*** SECONDARY ASIDE ***/
#secondary {
clear:right;
-moz-box-shadow:0 0 6px #999999;
border:7px solid #DEDEDE;
margin-bottom:22px;
padding:18px 0 0;
background-color:#CBCD9E;
}
#secondary:hover {
-moz-box-shadow: 0 0 8px #555555
}
.aside {
color:#666666;
}
.aside, .aside input {
font-size:1em;
line-height:18px;
margin-bottom:6px;
}
.main-aside {
float:right;
position:relative;
right:10px;
width:300px;
}
.main-aside ul {
padding:0 10px 0 20px;
}
.aside .current_page_item a {
color:gray;
background: white;
padding:3px;
display: block;
}

