/*
THEME NAME: DACA
DESCRIPTION: Custom theme for DACA integrating Code Igniter application
VERSION: v1
*/

/* Two-columns with sidebars on right from the /layouts/ folder  */
@import url('layouts/2c-r.css');

/* RESET ALL FONT SIZES ------------------------------------------------------------------------

Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code {font-family:monospace;*font-size:108%;line-height:100%;}

/* ----------------------------------------------------------------------------------------- */

/* USE THESE FONT SIZES TO DECLARE TRUE SIZES IN PIXELS ---------------------------------------

 {font-size:77%;} 		=>	10px
 {font-size:85%;} 		=>	11px
 {font-size:93%;} 		=>	12px
 {font-size:100%;} 		=>	13px
 {font-size:108%;} 		=>	14px
 {font-size:116%;} 		=>	15px
 {font-size:123.1%;} 		=>	16px
 {font-size:131%;} 		=>	17px
 {font-size:138.5%;} 		=>	18px
 {font-size:146.5%;} 		=>	19px
 {font-size:153.9%;} 		=>	20px
 {font-size:161.6%;} 		=>	21px
 {font-size:167%;} 		=>	22px
 {font-size:174%;} 		=>	23px
 {font-size:182%;} 		=>	24px
 {font-size:189%;} 		=>	25px
 {font-size:197%;} 		=>	26px

------------------------------------------------------------------------------------------- */

* {margin:0 auto;}

a img {border:0px;}

.clear {clear:both;height:0px;overflow:hidden;}


/* MAIN LAYOUT ------------------------------------------------------------------------ */

body {background-color:#FFF;text-align:center;min-width:980px;}
.wrapper {width:980px;margin:0 auto;text-align:left;}
body.home #container {margin:0px;float:none;}
body.home #content {margin:0px;}
#body {width:980px;margin:0px;}
#body #container {margin:0px;float:none;}



/* HEADER ------------------------------------------------------------------------------ */

#header {background:#000 url('images/DACA_headerTile.gif');height:119px;}
#header .wrapper {width:980px;height:119px;background:transparent url('images/DACA_headerGlow.png') no-repeat top 100px;position:relative;}
#header h1 {position:absolute;top:25px;left:5px;margin:0px;padding:0px;font-size:100%;}
#header h1 a {background:transparent url('images/DACA_headerLogo.png') no-repeat 0 0;display:block;height:68px;min-height:68px;width:661px;min-width:661px;text-decoration:none;}
#header h1 a span.title {position:absolute;left:-9999px;}
#header h1 a span.tagline {font-size:138.5%;color:#c7a443;font-weight:bold;font-style:italic;position:relative;top:38px;left:95px;letter-spacing:1px;}

#topNav {background:#FFF url('images/DACA_topNavBG.gif') repeat-x top left;border-bottom:4px solid #787878;}

#topNav ul {list-style-type:none;padding-top:4px;}
#topNav ul li {float:left;margin-right:65px;padding:5px 0px 5px 0px;}
#topNav a {font-weight:bold;font-size:116%;color:#9a8f3c;text-decoration:none;padding:5px 0px 5px 0px;}
#topNav a:hover {color:#000;}

div#topNav ul li ul {z-index:100;border:2px solid #787878;border-top:0px;border-bottom-width:2px;width:auto;min-width:150px;background:#FFF url('images/DACA_topNavBG.gif') repeat-x top left;margin:0px 0px 0px 0px;padding:5px 0px;left:-999em;position:absolute;font-size:82%;}
div#topNav ul li:hover ul {left:auto;}
div#topNav ul li:hover ul li ul {left:-999em;}
div#menu ul li ul li {width:auto;float:none !important;display:block;margin:0px 4px 0px 8px;}



/* CONTENT ------------------------------------------------------------------------------ */

a.summary_link {color:#9a8f3c;}
a.summary_link:hover {color:#000;}

h2.page-title {padding:0px;line-height:auto;font-weight:normal;font-size:220%;font-family:"Century Gothic", Arial, sans-serif;letter-spacing:1px;color:#b39135;background:transparent url('images/DACA_pageTitleDots.gif') no-repeat 0 6px;padding-left:50px;margin-bottom:15px;}
.entry-content p {font-size:93%;font-family:Verdana, Arial, sans-serif;color:#996600;line-height:146.5%;margin-bottom:20px;}
.entry-content ul {margin:5px 0px 15px 17px;}
.entry-content ul li {margin-bottom:5px;}
.entry-content ul p {margin-bottom:0px;}

p {font-size:93%;font-family:Verdana, Arial, sans-serif;color:#996600;line-height:146.5%;margin-bottom:20px;}

a {color:#000;}
a:hover {text-decoration:none;}

.entry-content a {color:#000;}
.entry-content a:hover {text-decoration:none;}

.contact_block a {color:#9a8f3c;}
.contact_block a:hover {color:#000;}

.info_block ul {margin-left:25px;margin-bottom:15px;}

/* Services Template */
#additionalPhotoBlock {position:relative;float:left;padding-left:35px;}
#areas_served {width:40%;padding-left:40px;}
#services_offered {width:40%;}
.contact_block {position:relative;float:left;}
.info_block {margin-top:10px;}
#logoImg{padding-bottom:10px;}
.info_block div.sub_block {position:relative;float:left;}

.navigation a {color:#9a8f3c;}
.navigation a:hover {color:#000;}



/* SIDEBAR -------------------------------------------------------------------------------- */

div.sidebar h3 {font-size:1.2em;}
div.sidebar input#s {width:200px;}
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 20px;}
div.sidebar ul ul li {margin-bottom:5px;}
div.sidebar ul ul ul {margin:0 0 0 10px;}
#container ul, .sidebar ul ul li {list-style-type:circle;}

div.sidebar ul ul li a {color:#9a8f3c;}
div.sidebar ul ul li a:hover {color:#000;}



/* FOOTER --------------------------------------------------------------------------------- */

#footer {clear:both;margin-top:35px;background:#FFF url('images/DACA_footerBG.gif') repeat-x top left;border-bottom:4px solid #787878;font-size:100%;}
#footer .wrapper {padding-top:13px;padding-bottom:8px;}
#footerInfo {font-size:123.1%;color:#9a8f3c;text-align:right;font-weight:bold;}

#botnav {margin:10px;line-height:161%;}



/* Just some example content */

div#container,div#primary {
margin-top:2em;
}

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;
}

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#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}