/*
Theme Name: RDA
Theme URI: www.cogev.com/rda
Description: Child Theme for Thematic
Author: Robert Turenne
Author URI: Somewhere on Facebook....
Template: thematic
Version: 0.1
*/
 
/* RT NOT NOW @import url("../thematic/style.css");*/

/* 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 */
@import url('../thematic/library/styles/default.css');

/*RT: my modifications until bottom of page*/

body {
	background-color: #FFFFFF;
	font-family: verdana;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/bg.jpg);
}
/*Width of the page is in general 960 pixels*/
#branding {
padding: 0;
width: 972px;
}
#blog-title {
background: #ebe4d4;
padding: 3px 3px 0 3px;
border-left: 3px solid #758b54;
border-right: 3px solid #758b54;
border-top: 3px solid #758b54;
}
/*Blog title is a clickable logo. Text is still there, but indented out of view, for compatibility*/
#blog-title a {
text-indent:-9000px;
display: block;
background:#ebe4d4 url(images/logo-top.gif) no-repeat top left;
width: 960px;
height: 122px;
}

#blog-description {
background: #ebe4d4;
}
/*Leader is created in functions.php to incorporate page/post title in header*/
#leader{
    padding:0 0;
}

#leader-container {
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:630px;
	top: 116px;
	z-index: 3;
	left: 130px;
}

#leader-container h1 {
    font-weight: bolder;
	font-variant: small-caps;
	font-size: x-large;
	color:#587132;
}

/*Format for Access section (navigation buttons below header)*/
#access {
margin: 0 auto;
background: #ebe4d4;
width: 960px;
padding: 0 3px 0 3px;
border-left: 3px solid #758b54;
border-right: 3px solid #758b54;
border-bottom: none;
}
#access .sf-menu {
border-right: 1px solid #ebe4d4;
}
#access .sf-menu a {
background: #ebe4d4 url(images/btn_bleu_fonce2.gif) no-repeat center;
font: caption;
color: white;
text-align: center;
font-weight: bold;
border-top: 1px solid #ebe4d4;
border-bottom: 1px solid #ebe4d4;
border-left: 1px solid #ebe4d4;
}
#access .sf-menu a:hover {
color: black;
}
#access .sf-menu li {
width: 104px;
}
#access .sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
border-bottom-color: #ebe4d4;
background: #ebe4d4 url(images/btn_brun2.gif) no-repeat center;
}
#main_top {
padding: 0 3px 0 3px;
border-left: 3px solid #758b54;
border-right: 3px solid #758b54;
}
#main {
padding: 0 3px 0 3px;
border-left: 3px solid #758b54;
border-right: 3px solid #758b54;
}
#main_bottom {
padding: 0 3px 3px 3px;
border-left: 3px solid #758b54;
border-right: 3px solid #758b54;
border-bottom: 3px solid #758b54;
}

/* display images on the right side, above the 'primary aside
	see functions.php*/
#ir_section_1_container {
float:left
}
#ir_section_2_container {
float:right
}

/* disable side menus (widgets) temporarely, if necessary to please Charles... */
/*#secondary {
display: none;
}
#primary {
display: none;
}
*/
.main-aside h3 {
color: white;
font-weight: bold;
}
.aside a {
color: white;
}
.aside a:active, .aside a:hover,.aside .current_page_item a {
color: black;
}
.aside ul ul {
color:white;
}
#primary {
	background: #C27322;
	margin-top:22px;
	border:none;
}
#main_top {
	background: #ebe4d4 url(images/frame_top_650.gif) no-repeat 3px top;
	margin: 0 auto;
	position: relative;
	height: 58px;
	width: 960px;
}
#main {
	background: #ebe4d4;
}
#container {
	background: #ebe4d4;
	padding: 0 0 0;
	margin-left: 0;
	width: 646px;
}
#content {
	background: #ebe4d4 url(images/frame_bottom_650.gif) no-repeat bottom left;
	background: white;
	border-left: 26px solid #587132;
	border-right: 3px solid #587132;
	margin: 0 0 0 12px;
	min-height: 468px;
	padding-left: 5px;
	padding-right: 3px;
	width: 589px;
}
.entry-meta {

display:none;

}
.entry-utility {

display:none;

} 
/* Fix a bug in width calculation in shortcode: TEMPORARY */
.gallery-item {
width: 25% !important;
}

#main_bottom {
        background: #ebe4d4 url(images/frame_bottom_650.gif) no-repeat 3px top;
        margin: 0 auto;
        position: relative;
        height: 60px;
        width: 960px;
}
#siteinfo {
	display:none;
}
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


