/*
THEME NAME: Maroon DAA
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Custom theme designed for Degroote Accounting based on Sandbox framework
VERSION: 1.6.1
AUTHOR: <a href="http://frostedapplications.com/">Clayton Beaudin</a>, <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */
/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/

body {
	background: #ccc url('./images/daa-bg-2010.jpg') no-repeat center top;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, "Lucida Sans Unicode", "Century Gothic";
}
#wrapper {
	width: 950px;
	margin: 0px auto;
}
#daa-header {
	margin-top: 20px;
	width: 950px;
	height: 147px;
	background: url('./images/daa-header.jpg') no-repeat center top;
	font-size: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#dynheader img {
	display: block;
	margin: 0px auto;
	padding: 0px;
}
#dynheader {
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
}
div#container {			
	float:right;
	margin:0 0 0 -300px;
	width:100%;
}
div#content {
	margin:0 0 0 270px;
}
#content h1 {
	margin: 0px;
	margin-bottom: -10px;
}
div.sidebar {
	float:left;
	overflow:hidden;
	width:240px;
}

div#secondary {
	clear:left;
}

div#footer {
	clear:both;
	width:100%;
	background: #ccc url('./images/footer-bg.jpg') repeat-x top;
	height: 100px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}	
#footer li{
	display: inline;
	list-style: none;
}
div.clear { 
	width: 100%;
	height: 1px;
	clear: both;
}
/* Just some example content */
div.skip-link {
	position:absolute;
	right:1em;
	top:1em;
}

#slate {
	margin-top: 0px;
	padding-top: 0px;
	background: url('./images/slate-sides.jpg') repeat-y center top;
	
}
#slateinner {
	background: url('./images/slate-top.jpg') no-repeat center top;
}

#contentmargin {
	margin: 0px 20px;
	padding-bottom: 20px;
}

div#mdaamenu {
	background: #EEE url('./images/nav-bg.jpg') top repeat-x;
	height: 50px;
	margin: 0 5px 0px 6px;
	width: 940px;
	text-align: center !important;
}
div #mdaamenu a, #footer a {
	color: #FFF;
	text-decoration: none;
}
div #mdaamenu a:hover, #footer a:hover, #content a:hover{
	text-decoration: underline;
}
#mdaamenu .current_page_ancestor, #mdaamenu .current_page_parent, #mdaamenu .current_page {
	background: url('./images/nav-link-active.jpg') no-repeat center center;
}
/*div#mdaamenu ul a {
	margin-right:0;
	padding:0.2em 0.2em;
	text-decoration:none;
	font-size: 1.1em;
}*/

#mdaamenu span.meta-sep {
	color: #333;
}
#mdaamenu ul li {
	float: left;
	position: relative;
	list-style: none;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 48px !important;
	line-height: 3;
}
#mdaamenu ul {
	list-style:none;
	width: auto;
	margin: 0px auto;
	position:relative;
	left:50%;
}
.centerfloat {
	float:right;
	position:relative;
	left:-52%;
	text-align:left;
}
.entry-title,.entry-meta {
	clear:both;
}

div#container,div#primary {
	/*margin-top:2em;*/
	margin-top: 0px;
	padding-top: 0px;
}
#container { 
	/*padding-bottom: 20px;*/
}
div#primary.sidebar ul li ul {
	margin: 0;
}
div#primary.sidebar ul li {
	margin: 0;
}
div#primary.sidebar ul {
	margin: 0;
}
div#primary.sidebar ul li ul li {
	background: url('./images/red-button.png') no-repeat left;
	list-style: none;
	width: 231px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding-top: .8em;
}
div#primary.sidebar ul li ul li a {
	color: #FFF;
	text-decoration: none;
}
div#primary.sidebar h3 {
	margin-top: 1.1em;
}

form#commentform .form-label {
	margin:1em 0 0;
}

form#commentform span.required {
	background:#fff;
	color:#c30;
}

form#commentform,form#commentform p {
	padding:0;
}

input#author,input#email,input#url,textarea#comment {
	padding:0.2em;
}

/* POST STYLES */
div.post a, div.post h2, #content h1, #content a {
	color: #800000;
	text-decoration: none;
}
#content h2 { 
	color: #000;
}
p {
	color: #333;
}
div.post a:hover {
	text-decoration: underline;
}
div.entry-meta {
	width: 100%;
	text-align: right;
}
div.post {
	margin-bottom: 1.1em;
}

div.comments ol li {
	margin:0 0 3.5em;
}

textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}

.alignright,img.alignright{
	float:right;
	margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
	float:left;
	margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;
}

div.gallery {
	clear:both;
	height:180px;
	margin:1em 0;
	width:100%;
}

p.wp-caption-text{
	font-style:italic;
}

div.gallery dl{
	margin:1em auto;
	overflow:hidden;
	text-align:center;
}

div.gallery dl.gallery-columns-1 {
	width:100%;
}

div.gallery dl.gallery-columns-2 {
	width:49%;
}

div.gallery dl.gallery-columns-3 {
	width:33%;
}

div.gallery dl.gallery-columns-4 {
	width:24%;
}

div.gallery dl.gallery-columns-5 {
	width:19%;
}

div#nav-above {
	margin-bottom:1em;
}

div#nav-below {
	margin-top:1em;
}

div#nav-images {
	height:150px;
	margin:1em 0;
}

div.navigation {
	height:1.25em;
}

div.navigation div.nav-next {
	float:right;
	text-align:right;
}

div.sidebar h3 {
	font-size:1.2em;
}

div.sidebar input#s {
	width:7em;
}

/*
div.sidebar li {
	list-style:none;
	margin:0 0 2em;
}

div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}

div.sidebar ul ul {
	margin:0 0 0 1em;
}

div.sidebar ul ul li {
	list-style:disc;
	margin:0;
}

div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style:circle;
}
*/


div.gallery dl,div.navigation div.nav-previous {
	float:left;
}
div.ngg_slideshow {
	margin: 10px auto;
}
div#header,div#footer {
	text-align:center;
}
#footer ul {
	margin-bottom: 0px;
}
#footer p {
	color: #666;
	margin-top: 5px;
	font-size: .9em;
}

input#author,input#email,input#url,div.navigation div {
	width:50%;
}
.searchtxt {
	width: 150px !important;
	border: 1px solid #666;
	padding: 4px;
}
div.gallery *,div.sidebar div,div.sidebar ul {
	margin:0;
	padding:0;
}

.socialmedia-buttons {
	text-align: center !important;
}

/*
	ADDED CONTACT FORM STYLES
*/

.cf_formlabel {
	float: left;
	width: 150px;
	clear: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.cf_formvalue {
	float: left;
	width: 440px;
	margin-top: 10px;
}
.cf_security_warn {
	padding-top: 10px;
}
