/*   
Theme Name: FATER
Theme URI: 
Description: Theme for Rwanda Institute of Evangelical Theology
Author: Andy Brown
Author URI: http://brownfamily.ws/
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-color: #2d2d2d;
}

#wrapper {
	background: url(images/page-background.jpg) repeat-y;
	width: 1097px;
	margin: auto; /*this centers the entire container*/
}

#branding {
	background: url(images/header.jpg) no-repeat;
	width: 800px;
	height: 208px;
	margin-left: 100px;
	margin-top: 20px;
}

#main {
	width: 800px;
	margin-left: 100px;
	margin-top: -130px;
	padding: 10px 20px 0px 20px;
}

#content {
	width: 550px;
}

#container {
width:550px;
padding-bottom: 100px;
}

#blog-title {
font-size:1px;
line-height:0;
text-indent:-500em;
}

#blog-description {
font-size:1px;
line-height:0;
text-indent:-500em;
}

.aside, .aside a, .aside a:active {
color: #6f6760;
}

.main-aside {
width:200px;
}

#primary {
border:0px;
}



#footer {
border: 0px;
width: 760px;
margin-left: 100px;
padding: 0px 20px 0px 20px;
background: url(images/rietlogo.jpg) no-repeat center;
}

.entry-content img {
margin-top:0px;
margin-bottom: 0px;
}




/** top menu bar style override **/

#access {
background: url(images/pagetop-background.jpg) repeat-y;
position:absolute;
top:-20px;
border:0px;
width:1024px;
margin:0 0 0 -10px;
padding: 0px;
}

.menu {
width: 800px;
}


.sf-menu {
    border: 0px;
	float:right;
	/*line-height: 0px;*/
}
.sf-menu a {
	border: 0px;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border: 0px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#f0ded0;
}
.sf-menu li {
	background:	transparent;
}
.sf-menu li li {
	background: #281f16;
}
.sf-menu li li li {
	background:#281f16;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #423322;
	outline:		0;
    border: 0px;
}
.sf-menu ul {
    border: 0px;
    /*line-height: 0px;*/
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:25px; /* 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: #FFFFFF;
}

