/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
Thematic is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* Prepare theme for plugins */
@import url('library/styles/applesearch.css');

/* Prepare theme for plugins */
@import url('library/styles/dummy.css');


@import url('library/styles/ui-lightness/jquery-ui-1.7.2.custom.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */ 


body {
	background:#593d31 url(images/bg01.jpg) center top;
    background-repeat:repeat-y;
    
    
    
}
div#wrapper {
	
    
}


/* ---------------------HEADER----------------------- */ 
/* --------------------------------------------------- */ 


div#header 
{
background-image: url(images/head01.png);
padding:0px 0 20px 0;
background-repeat:no-repeat;
background-position:center bottom;
}

div#branding {
	
    padding:0px 0 0px 0;
}

div#blog-title
{
display:block;
background:url('images/logo.png') no-repeat;
height:80px;
width:400px;
position:relative;
margin:0px 0 0 0;
top:40px;
}

#blog-description
{
display:none;
color:#FCF;
margin-left:10px;
font-style:normal;
font-weight:bold;
}


div#blog-title span
{
display:none;

}



div#header span.homelink
{
display:block;
width:390px;
height:100px;
position:absolute;
left:150px;
top:43px;
}

div#header span.homelink:hover
{
background-color:;
opacity:0.1;
filter: alpha(opacity=10);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

div#header div#access{width:940px; margin:0 auto 5px auto;}

div#header div#access div.menu ul#nav{border-bottom:none; float:right;}


/* =NAVIGATION MENU
   ----------------- */
/* ----------------- */ 


.skip-link {
    display:none;
}
#access {
    border-bottom:0px solid #ccc;
    font-family:Helvetica, Arial, serif;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	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%;
}

li.page-item-3 {position:relative; top:-8px;}
li.page-item-4 {position:relative; top:-14px; left:-5px}

.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;
}
.sf-menu a {
	border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	padding:9px 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:			#ccc;
}
.sf-menu li {
	background:		transparent;
	text-transform:lowercase;
}
.sf-menu li li {
	background:		transparent;
}
.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:     none;
	outline:		0;
    border-bottom-color:#ccc;
    color:#ea3525;
    -moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url(http://www.htmlremix.com/files/20080924-border-radius/border-radius.htc);
}

.sf-menu ul {
    border-right: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: #FF4B33;
}

/* =Navigation Menu
------------------- */

/* --------------------------------------------------- */ 
/* ----------------------header----------------------- */ 




/* ---------------------SIDEBAR----------------------- */ 
/* --------------------------------------------------- */ 

div#primary {
border:0;
padding:0px;
margin:60px 0 0 0;
}
div#primary ul.xoxo
{
padding:10px;
/*background:url(images/pback01.png);*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url(http://www.htmlremix.com/files/20080924-border-radius/border-radius.htc);
}

.search {background-color:#ef4923;
		margin:5px auto;
		padding:10px 10px 10px 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;

		}
		
.inputbut{display:block; margin:4px auto ;
}

#applesearch .sbox_l  {
	background: white url('srch_l.gif') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

#applesearch .sbox_r  {
	background: white url('srch_r.gif') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

#applesearch .sbox input {
	background: white url('srch_bg.gif') repeat-x top left;
	float: left;
	border: 0;
	height: 19px; width: 142px;
	padding: 3px;
	font: 11px/13px arial;
	color: #000;
}

div#secondary{display:none;}

.aside h3
{
font-style:normal;
font-size:18px;
color:#000;
margin-bottom:8px;
}

.aside a {
color:#3f5dac;
}

#primary ul.xoxo li ul li a 
{
font-family: Arial, serif;
    font-weight:;
    font-size:12px;
    text-decoration:none;
    padding:5px 5px 5px 0px;
}

#primary ul.xoxo li ul li:hover 
{
background:none;
-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url(http://www.htmlremix.com/files/20080924-border-radius/border-radius.htc);
}

.aside ul ul {
	list-style-position:inside;
    list-style-type:disc;
    margin:0 0 22px 0px;
}

.aside ul ul li{
    margin:0 0 5px 0;
}
/* --------------------------------------------------- */ 
/* ---------------------sidebar----------------------- */ 

/* ---------------------CONTAINER-------------------------- */ 
/* --------------------------------------------------- */ 

#container {
float:right;
margin:30px 0 0 -310px;
width:940px;
}

/* ---------------------MAIN-------------------------- */ 
/* --------------------------------------------------- */ 



div#main {
background:url(images/body01.png) center repeat-y;
min-height:485px;
padding:10px 30px 0px 30px;
margin: 0 auto;
}

#content {
margin:0 0 0 320px;
overflow:hidden;
width:630px;
}

.entry-content
{
	padding-top:0px;
        width:450px;
}
.entry-meta {
color:#666666;
display:none;
font-size:13px;
font-style:italic;
line-height:18px;
}

.entry-utility {
color:#666666;
display:none;
font-size:13px;
line-height:18px;
margin:0 0 44px;
}

#nav-above, #nav-below {
display:none;
width:100%;
}



.meta-sep{margin-left:18px;}

.paged #nav-above 
{
display:block;
padding:0 0 0;
}

.entry-title {
font-family:Georgia,Times New Roman,serif;
font-size:26px;
font-weight:normal;
line-height:26px;
color:#ea3525;
padding-bottom:0px;
}

.entry-title a {
color:#ea3525;
text-decoration:none;}

.entry-content p{
font-family:Arial;
letter-spacing:-0.3px;
font-size:13px;
font-weight:normal;
line-height:20px;
width:450px;
color:#404040;
}

.hentry {
padding:0 0 0px 0;
}

div.wordtube
{
width:470px;
padding:48px 20px 30px 0px;
background:url(images/wordtube_bg.png) no-repeat bottom left;
}

div#playlist
{
background:url(images/tracks.jpg);
width:450px;
height:99px;
margin:0;
padding:0;
}

div#playlist p
{
margin:0;
width:450px;
text-align:center;
padding:20px 0px 0px 0px;
color:#00ff00;
font-family: arial;
}

div#playlist p#current-title
{
padding-top:13px;
}

p#purchase_link
{
  text-align:right;
  margin-left:00px;
  position:relative;
  top:-3px;
  height:33px;
}

p#purchase_link a,
p#purchase_link a:visited
{	
	position:relative;
	top:10px;
  text-decoration:none;
  color:#ff0000;
  height:33px;
}

div.itunes_buy
{ 
  width:201px;
  height:31px;
  margin-top:10px;
  background:url(images/buy_on_itunes.png) no-repeat;
  float:right;
}

div.itunes_fluk
{ 
  width:66px;
  height:66px;
  margin:0 0 -40px 0;
  background:url(images/uk.jpg) no-repeat;
  float:;
}


div.itunes_flus
{ 
  width:66px;
  height:66px;
  margin:0 0 -40px 0;
  background:url(images/us.jpg) no-repeat;
  float:;
}
 p.paraflag{text-align:right; width:200px;}


/* ---------------------main----------------------- */ 

/*----*/

.sociable { 
font-family: arial;
font-size;0.01em;
}


/*----*/

/* ---------------------Sociable Tagline----------------------- */

.sociable_tagline {
	font-family: Georgia,"Times New Roman",Times,serif;
	
}

.sociable_tagline strong {font-weight:100;}

/* ---------------------Comments----------------------- */ 
#comments {
font-size:12px;
line-height:18px;
width:450px;
padding: 0 10px 0 0px;
}

#respond h3 {margin:0px 0px; padding:0px; font-family:Georgia, "Times New Roman", Times, serif}

#comments input {float:left;}

#comments #comments-list
{
	font-family:Arial, Helvetica, sans-serif;
	padding-top:0px;
}

#comments #comments-nav-below
{
	height:1px;
	padding:0;
}

#comments textarea
{
width:445px;
}
/* ---------------------FOOTER----------------------- */ 

div#footer
{
background:url(images/foot01.png) center top no-repeat;
border-top:none;
margin-top:0;
}

div#siteinfo{
padding:0px 0 4px 0;
margin-top:0px;
}

div#access_foot div.menu ul.nav li
{font-size:10px; }

div#access_foot {
    border-bottom:0px solid #ccc;
    font-family:Helvetica, Arial, serif;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
    margin-bottom:20px;
	margin-top:15px;
}

/* ---------------------footer----------------------- */ 

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

p.intro_text {
         color:#404040;
         font-size:15px;
         line-height:24px;
         width:574px;
}