/*
Theme Name: pbjmiket
Theme URI: http://paintingsbyjmichaeltaylor.com/
Description: Built on Thematic Theme</a>
Author: David Taylor
Author URI: http://?????.com/
Template: thematic
Version: 0.1
.
All Rights Reserved;
font:12px/
.
*/
@import url('../thematic/style.css');
@import url(http://fonts.googleapis.com/css?family=Cantarell);

h1 { font-family: 'Cantarell', arial, serif; }
body {
    background: #000000 url('theme-images/pbjmiket-background.jpg') top center no-repeat fixed;
    color:#ffffff;

    font-family: 'Cantarell';
	zoom: -3
}
#header{
	height: 200px;
}
#blog-title
{

}
#blog-title a
{
    color: #BFBFBF;
}

#blog-title a:hover
{
    color: #EFEFEF;
}
#blog-description
{
    margin-left: 20px;
	color: #323232;
	font-size: 16px;
}
div.entry-content
{
    padding: 10px;
}

.entry-title a
{
    color: #BFBFBF;
}

.entry-title a:hover
{
    color: #EFEFEF;
}
div#container{
  width:960px;
}

div#content{
  width:100%;
}
div#branding{
  padding: 20px 0 20px;
  margin-top: 0px;
}

/* Super Fish */

.skip-link {
    display:none;
}
#access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	float: right;
}
.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: none;
	float:left;
}
.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border: none;
	padding:6px 13px;
	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:			#fff;
	font-size: 20px;
	font-family: 'Cantarell', Arial, sans-serif;
        font-weight: bold;
	text-shadow: 2px 2px 5px #000;
}
.sf-menu li {
	background:	none;
}
.sf-menu li li {
	background:		transparent url(theme-images/menu-background.png) repeat;
}
.sf-menu li li li {
	background:		transparent url(theme-images/menu-background.png) repeat;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: transparent url(theme-images/menu-background.png) repeat;
	outline:		0;
    border-bottom-color:#ccc;
	border: none;
}
.sf-menu ul {
    border-right: none;
    border-bottom:1px solid #ccc;
	border: none;
}
.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: transparent;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

