/*   
Theme Name: Snake Music
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Martin Franklin for rajanspolia.co.uk
Author URI: http://www.codetrip.net
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');


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



/* =Header
-------------------------------------------------------------- */

#header {
    background: url(images/wp_header.jpg) no-repeat top left; color #000;
   	z-index:2;
}
#branding {
    padding:160px 0 44px 0;
   
}
#blog-title {
    display:none;
    font-size:42px;
    line-height:54px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:99px 0 0 0;
    border-bottom:0px solid #242A30;
}
#blog-title a {
    color:#fff;
    text-decoration:none;
}
#blog-description {
    display:none;
    font-style:italic;
    padding:8px 0 63px 0;
    color:#fff;
}

/* =Menu
-------------------------------------------------------------- */

}
#access {
    border-bottom:4px solid #FFCC33;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #FFCC33;
	float:left;
}
.sf-menu a {
	border-left:1px solid #FFCC33;
	border-top:1px solid #FFCC33;
	border-bottom:1px solid #FFCC33;
	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:			#666;
}
.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:     #f0f0f0;
	outline:		0;
    border-bottom-color:#ccc
}
.sf-menu ul {
    border-right:1px solid #FFCC33;
    border-bottom:1px solid #FFCC33;
}
.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:#f0f0f0;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FFCC33;
}

/*  Main Asides
-------------------------------------------------------------- */


.aside a:active,
.aside a:hover {
    color: #FFCC33;
}
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
    font-size:15px;
    font-style:normal;
    font-weight:bold;
    color:#000;
    line-height:22px;
}
.main-aside ul ul {
    padding:0;
}
#primary {
    background: url(images/rangoli_texture2.png) repeat top left; color #ccc;
    border:2px solid #FFCC33;
    padding:18px 0 0 0;
    margin-bottom:22px;
}

/* =Content
-------------------------------------------------------------- */
#main {
    clear:both;
    padding:32px 0 22px 0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 24px 0;
}
.entry-title {
    font-family:Georgia,serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 0px 0;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FFCC33;
}
.entry-content h1,
.entry-content h2 {
    font-family:Georgia,serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content form {
    background: url(images/rangoli_texture2.png) repeat top left; color #ccc;
    border:2px solid #FFCC33;
    padding:10px 10px 10px 10px;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
    background: url(images/rangoli_texture_ft.jpg) repeat top left; color #ccc;
    border-top:4px solid #FFCC33;
    margin-top:22px;
}
#siteinfo {
    color:#666;
    font-size:10px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}


