/*
Theme Name: DIS Template 03
Description: This template will shows top-horizontal navigation with the header and footer areas shown full-width of the browser window. 
Author: Ray Dale
Template: rdstarter
*/

@import url("../rdstarter/style.css");

body { font-size: 12px; line-height: 2em; }
#branding { max-width: none; width:100%; }

#header-image { padding: 10px 0; }
#site-title, #site-description { font-size: 1.5em; }
.page-title, .widget-title, #site-description, #site-title, .entry-header .entry-format, .entry-title { text-transform: none; color: #666; }
.page-title, .widget-title, .entry-title { text-transform: uppercase; }

.hentry, .no-results { border: none; }

.widget-area #access li{ float:none; }
.widget-area #access ul ul, #branding ul.menu ul { left: 100%; top: 0; }

#region-main .widget, #access { margin: 0; }
#region-main { padding-bottom:2em; }
#access { font-size:13px; }
#access a { line-height:1.7em; }

#region-footer { padding-top:1em; }
#colophon { overflow: hidden; padding:1.5em 0; }
#site-generator { padding:2em 1em; }

/* 
 * COLOURS
 * --------------------------------
 * brown1: #4a3f2f; brown2: #352B1E; med-grey: #666; sidebar-grey: ##E5E2DA; 
 */

body { background: #111; color:#666; }
a {  }
#branding, #main, #colophon, #site-generator { background:none; }

#region-header { background: #4a3f2f url('images/header-bg.png') repeat-x bottom; color:#FFF; }
#site-description, #site-title, #site-title a { color:#FFF; }

#region-main { background: #D9D9D9; }
#region-main .widget, #access {  }
#main { background:#FFF; border-radius: 0 0 10px 10px; }
#access li a { color:#FFF; }
#access li a:hover { background: #333; color:#FFF; }
#access li.current_page_item, #access li.current-menu-item { background:#444; }

#region-footer { background: #111 url('images/footer-bg.png') repeat-x top; }
#region-post-footer { background: url('images/post-footer-bg.png') repeat-x top; }
.supplementary, #site-generator { border-top: none; color:#999; }
#site-generator a { color:#666; }
#site-generator a:hover { color:#990000; }
	
.callout.button:hover { background:#333; }