/*   
Theme Name: Fenagh.com Theme
Theme URI: 
Description: 
Author: 
Author URI: http://www.webforge.ie/
Template: thematic
Version: 1.0
Tags: Thematic
.
.
*/

/* 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: #996;
}

#wrapper {
	background: #fff;
	margin: 0 auto;
	width: 960px;
}

#branding {
	background: #fff url("images/fenagh-logo.jpg") no-repeat;
	height: 135px;
	padding: 0px;
}

#access, #access ul li {
	background: #900;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#blog-title, #blog-description {
	margin-left: -9999px;
}

#main {
	background: #fff;
	background: #fff url("images/waterknot.gif") no-repeat top right;
	width: 960px;
	padding: 26px 0 22px;
}

#container {
}

.main-aside ul {
        padding: 0px;
}

.menu ul {
        background-color: #900;
        border-top: 0px solid #fff;
        border-bottom: 0px solid #fff;
	border: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin:0 auto;
        width:940px;
}

.sf-menu li {
        background:             #900;
        border: 0 none;
}
.sf-menu li li {
        background:             #903;
        border: 0 none;
}
.sf-menu li li li {
        background:             #903;
        border: 0 none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
        background:             #f60;
	border-bottom-color:#ccc;
        border: 0;
	color: #fff;
}
.sf-menu ul {
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border: 0;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
        top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
        background:             #900;
}

.sf-menu ul a, .sf-menu ul a:visited {
        background:             #900;
        border-bottom:none;
	color: #fff;
}

.sf-menu a, .sf-menu a:visited {
	color: #fff;
}

.sf-menu ul a:hover {
	background: #f60;
	color: #fff;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
border-bottom-color:#FFFFFF;
border: 0;
}

.sf-menu a {
        border: 0;
	color: #fff;
}

.entry-title {
	color: #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.entry-content {
	font-family: Georgia, Times New Roman, Times, serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#primary, #secondary {
	border: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#main a:link, #main a:visited, #primary a, #secondary a {
	color: #900;
}

#main a:hover, #primary a:hover, #secondary a:hover {
	color: #f60;
}
