/*   
Theme Name: Casa Tortuga Theme
Theme URI: www.casatortuga.net 
Description: Theme for Casa Tortuga
Author: Kim Strom
Author URI: http://gomediabloom.com/
Template: thematic
Version: 1.0
Tags: Casa Tortuga
*/

/* 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 {background:transparent url(img/bg.jpg);}

#blog-title {visibility: hidden;}
#header {background:transparent url(img/tortuga-header.png) repeat-x top center;}
#branding {height: 140px;}
#main {padding-top: 20px;}

.entry-title {margin: 30px 0px 0px 8px;font-family: Georgia; color:#e16b48; font-weight: normal; font-size: 3.2em;}
#content .aside {border: none;}
#container {-moz-border-radius: 11px; -webkit-border-radius: 11px; background:transparent url(img/container-vr.png) repeat-y top right;}

.full_widget {border: none;}

#access {border: none;}

#primary {border: none;}
.aside ul ul li {list-style: none;}

.sf-menu {

}
.sf-menu a {
margin: 20px 0px 0px 0px;
text-align: center;
border: none;


}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
margin: 20px 0px 0px 0px;
text-align: center;
border: none;

}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

}
.sf-menu li {
height: 68px;
width: 150px;
border: none;
background:transparent url(img/menu-bg.png) no-repeat center center;

}
.sf-menu li li {

}
.sf-menu li li li {

}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:transparent url(img/menu-bg-hover.png) no-repeat center center;


}
.sf-menu ul {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
}
.sf-menu ul a {
}
.sf-menu ul a:hover {
}

p {color: #7b7469;}
