/*
Theme Name: South Region
Theme URI: http://www.southregionrda.com/.com
Description: Wordpress theme for RDA South Region
Author: Adam Jefferiss
Author URI: http://www.open-moments.com
Template: thematic
Version: 0.1
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.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{
	font-family: Tahoma,Arial,Helvetica;
}

#access {
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

.home #content .sticky {
	border:0;
	font-family: Tahoma,Arial,Helvetica;
}

#wrapper { 
	width:940px; 
	margin:0 auto; 
}

.menu { 
	margin:0 auto; 
}

#content { 
	margin:0 auto; 
	width:90%; 
	overflow:hidden; 
	font-family: Tahoma,Arial,Helvetica;
}

#header_box {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 940px;
	padding-top: 5px;
}

#branding {
	float: left;
	width: 620px;
	padding-top: 2em;
	background:url(images/logo.gif) no-repeat top left;
}

#blog-title ,
#blog-description {
	padding-left: 150px;
}

/* Moves the new widgetized area to the right and levels it with #branding */
#header-aside {
	float: right;
	width: 300px;
	padding: 0;
}

/* This will clear the floats and keeps the access bottom line
from jumping into the air */
#access {
	clear: both;
}

#footer {
	background-color: #009900;
}

#siteinfo {
	color: #000;
	font-size: 0.8em;
	padding: 22px 10px 44px;
}

#siteinfo a {
	color: #000;
}

.hunderline {
	margin-left: 730px;
}

#main {
    clear: both;
    padding: 22px 0 22px;
}

/* main ul element */
.sf-menu {
    border-right: 1px solid #009900;
	float:left;
	color: #000;
}

/* general link styles*/
.sf-menu a {
	display: block;
	padding:9px 13px;
	text-decoration:none;
	border-top: 1px solid #009900;
	border-left: 1px solid #009900;
	border-bottom: 1px solid #009900;
	color: #000;
}

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

/* 1st level links, no hover, no visits */
.sf-menu li a {
	color: #000;
	background-color: #009900;
	border-color: #009900;
}

/* 1st level links, while hovering over sub menu */
.sf-menu li.sfHover a{
	color: #000;
	background-color: #A6B9A8;
}

/* 1st level links, hover */
.sf-menu li a:hover {
	color: #000;
	background-color: #A6B9A8;
	border-color: #A6B9A8;
}

/* 1st level current page */
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	margin: 0;
    border: 1px solid #A6B9A8;
	background-color: #A6B9A8;
	color: #000;
}

/* 1st level down triangles with pure css*/
.sf-menu li .sf-sub-indicator {
	text-indent:-9999px;
	line-height: 0;
	border-color: #A6B9A8 transparent transparent;
	border-style:solid;
	border-width:4px; /*controls size of triangle */
	display:inline-block;
	margin-left:5px;
}

/* sub menu */
.sf-menu ul {
    border-right:1px solid;
    border-bottom:1px solid;
	border-color: #A6B9A8;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles- adjust if you have gaps between first level and drop-down sub menu*/
}
.sf-menu ul ul {
    margin-top:0; /*unlikely to need adjusting */
}

/* 2nd level links, no hover */
.sf-menu li li a, .sf-menu li.sfHover li a {
	color: #000;
	background-color: #009900;
	border-color: #009900;
	border-bottom: 0;
}

/* 2nd level links, while hovering over sub menu */
.sf-menu li li.sfHover a{
	color: black;
	background-color: silver;
}

/* 2nd level links, hover */
.sf-menu li li a:hover, .sf-menu li.sfHover li a:hover {
	color: #000;
	background-color: #A6B9A8;
	border-color: #A6B9A8;
}

/* 2nd level current page */
.sf-menu li li.current_page_item a,
.sf-menu li li.current_page_ancestor a,
.sf-menu li li.current_page_parent a {
	background-color: #A6B9A8;
	border-color: #A6B9A8;
}

/* 2nd level side triangles with pure CSS */
.sf-menu li li .sf-sub-indicator { /*right arrow*/
	border-color: transparent transparent transparent WHITE;
}

.footer_links {
	float: right;
}

.lg_gallery .top_navigator,
.lg_gallery .folder_caption {
	display: none;
}

.newsletter{
	float: right;
	width: 115px;
	font-size: 0.8em;
	margin-left: 0.5em;
}
