/*
Theme Name: CAAFlog version 3
Author: Zachary D Spilman
*/

body {
margin: 0;
padding: 0;  
color: #333;
text-align:center;s
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 120%;
background: #fff;
background-image: url("images/background.jpg");
background-repeat: no-repeat;
}

#wrapper{
width: 1100px;
margin: 25px auto;
padding: 0px;
text-align:left;
font-size: 78%;
background: #fff;
border: 3px solid #ccc;
}

/* *************************
   HEADER
************************* */

#header{
padding: 1px 0px 0 0;
margin: 0 10px 0 10px;
background: #fff url("images/headerbg.gif") bottom left repeat-x;
}	

#header-inner{
margin: 10px 0 0px 0px;
padding: 0 0 1px 0;
z-index: -100;
height: 100px;
}

#note{
float:right;
text-align:center;
font-style:italic;
width: 250px;
padding-right: 20px;
font-size: 120%;
}

/* *************************
   TOP NAVIGATION BAR
************************* */

#topnavigation{
float: left;
width: 1080px;
margin: 5px 0px 10px 0px;
background: #CEE1CC;
font-size: 14px;
border-radius: 15px;
color: #752700;
height: 30px;
font-weight: bold;
}

#topnavigation h1{
font-size: inherit;
margin: 0;
padding: 0;
font-weight: inherit;
font-family: inherit;
}

#topnavigation a{
text-decoration: inherit;
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}

#topnavigation ul{
padding: 0 0 0 0;
margin: 0 0 0 50px;
list-style-type: none;
line-height: 30px;
border-radius: 0px 0px 15px 15px;
whitespace: nowrap;
background: #CEE1CC;
}

#topnavigation li{
padding: 0;
margin: 0;
float: left;
text-align: left;
position: relative;
}

#topnavigation ul li{
padding: 0 40px 0 40px;
}

#topnavigation li:hover{
text-decoration: none;
color: #cc997f;
}

#topnavigation li ul{
display: none;
}

#topnavigation li:hover ul{
display: block;
padding: 0;
margin: 0;
position: absolute;
left: 0;
top: 28px;
font-size: 12px;
font-weight: bold;
line-height: 20px;
color: #752700;
white-space: nowrap;
}

#topnavigation li:hover ul li ul{
display: none;
}

#topnavigation li:hover ul li ul li{
padding: 0 20px 0 20px;
}

#topnavigation li:hover ul li:hover ul.cases{
display: block;
padding: 0;
margin: 0;
position: absolute;
left: 175px;
top: 0px;
line-height: 18px;
text-align: left;
border-radius: 0px 15px 15px 15px;
}

#topnavigation li:hover ul li:hover ul.merits{
display: block;
padding: 0;
margin: 0;
position: absolute;
left: 175px;
top: 0px;
height: 300px;
line-height: 18px;
white-space: nowrap;
overflow-y: scroll;
overflow-x: hidden;
}

#topnavigation li:hover ul li:hover ul.reports{
display: block;
padding: 0;
margin: 0;
position: absolute;
left: 155px;
top: 0px;
line-height: 18px;
text-align: left;
border-radius: 0px 15px 15px 15px;
}


/* *************************
   BODY
************************* */

#content{
margin: 0;
padding: 0px 0px 5px 10px;
margin: 0 10px;
background:#fff;
}	

#main {
clear: left;
width: 790px; 
float:left;
margin: 0;
padding: 0px 0 10px 0;
overflow:hidden;
}

#navigation{
padding: 5px 15px;
}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
float:right;
}

/* *************************
   FOOTER
************************* */

#footer {
clear: both;
margin: 0;
padding: 10px 10px;
text-align: center;
font-size: 14px;
}

#footer-inner{
background: #CEE1CC;
border-radius: 15px;
}

#footer p{
margin:0;
padding:15px 25px 15px 25px;
}

#footer a{
font-weight: 100;
}

/* *************************
   SIDEBAR
************************* */

#sidebar {
padding: 0 5px 5px 0;
margin: 5px 0px 0 800px;
border: 1px solid;
background: #E6F0E5;
font-size: 95%;
}

.menu{
padding: 10px 0 0 0;
font-size: 95%;
}

.menu a{
font-weight: 100;
}

.menu a:hover{
text-decoration:none;
}

.menu ul{
margin:0 0 0 5px;
padding:0;
list-style-type:none;
}

.menu ul li.widget ul li{
border-bottom:1px solid #eee;
padding: 2px 2px 2px 5px;
margin:0;
}

.menu ul li.widget ul li:before {
content: "\00B7 \0020";
}

.menu ul li.widget ul li ul li{
border-top: 1px solid #eee;
border-bottom: none !important;
padding: 2px 0 2px 15px;
}

.menu ul li.widget h3{
color: #333;
font-size:160%;
padding: 0px 0 3px 4px;
margin: 10px 0 3px 0;
border-bottom: 1px solid #bbb;
font-weight: 100;
}

/* *************************
   DEFAULT FORMATTING
************************* */

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0 0 0;
padding: 0 0 0 0;
}

p{
line-height: 120%
}

h1{
font-size: 190%;
}

h2{
font-size: 160%;
}

h3{
font-size: 120%;
}

h4{
font-size: 110%;
}

h5{
font-size: 100%;
}

h6{
font-size: 70%;
}

a{
color: #993300;
font-weight:100;
text-decoration: none; 
border-bottom: none;
}

a:hover{
color: #993300;
text-decoration: underline;
}

a img{
border: 0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
padding: 5px 35px 5px 35px;
margin: 10px 30px;
background: #FCF2E8 url("images/quotes.gif") top left no-repeat;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
font-size: 95%;
font-family: "Courier New", Courier, monospace;
white-space: pre;
}

td{
vertical-align:top;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.wp-caption {
border: 1px solid #F6D6B7;
text-align: center;
background-color: #FCF2E8;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/* Headings */ 

#header h3{
margin:  0;
padding: 30px 0 7px 90px;
}

#header h3 a{
font-weight:100;
color: #993300;
text-decoration: none;
font-size: 240%;
letter-spacing: 1px;
}

#header h2{
margin: 0;
padding: 10px 0 18px 90px;
font-weight:100;
font-style:italic;
color: #222;
font-size: 140%;
letter-spacing: 1px;
}

h2#sectiontitle{
font-size:140%;
font-weight: 100;
padding:6px 6px 6px 10px;
margin:8px 10px 5px 10px;
background: #FCF2E8;
color: #993300;
}

/* post styles */

.post{
margin: 0 0 10px 0;
padding: 0 5px 5px 5px;
}

.entry{
margin: 7px;
padding: 0 10px 3px 10px;
}

.entry a{
color: #993300;
font-weight:100;
text-decoration: none; 
border-bottom: 1px dotted;
}

.addthis_default_style {
float: right;
}

.addthis_default_style a{
border-bottom: none !important;
}

a.more-link{
color: #993300;
font-weight:100;
text-decoration: none; 
border-bottom: none;
}

.post h2 {
color: #333;
font-size: 180%;
font-weight:100;
padding: 7px 0 8px 2px;
margin: 10px 0 2px 0;
border-bottom: 3px solid #ddd;
}

.post h2 a{
color: #333;
text-decoration:none;
font-weight:100;
}

.post h2 a:hover{
text-decoration:none;
color: #333;
}

.postmetadata{
font-size:90%;
padding: 1px 8px 1px 5px;
margin: 0;
border-top: 3px double #ccc;
}

.postmetadata p{
line-height: 18px;
padding: 0;
margin: 2px 0;
}

.authormetadata{
font-size:100%;
padding: 1px 8px 1px 5px;
margin: 0;
}

.authormetadata p{
line-height: 18px;
padding: 0;
margin: 2px 0;
}

.commentlink{
float:right;
}

/* *************************
   COMMENTS
************************* */

ol.commentlist {
list-style:none;
margin:0;
padding:0; 
text-indent:0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 95%;
}

ol.commentlist li { 
border:1px solid #CDDEC9;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
height:1%; 
margin:0 0 10px;
padding:5px 7px 5px 57px;
position:relative;
font-size: 90%;
}

ol.commentlist li div.comment-author {
font-weight: bold;
padding:0 160px 0 0;
}

ol.commentlist li div.comment-author span.says {
font-weight: normal;
}

ol.commentlist li div.comment-author cite.fn {
font-style:normal;
}

ol.commentlist li div.comment-author cite.fn a.url {
text-decoration:none;
}

ol.commentlist li a {
border-bottom: 1px dotted;
}

ol.commentlist li div.comment-author img.avatar { 
border:2px solid #eee; 
top:7px;
left:7px; 
position:absolute;
}

ol.commentlist li div.comment-meta {
font-style: italic;
/*font:100 11px/1.9 georgia, 'times new roman', serif;*/
position:absolute;
top:5px;
right:10px;
text-align:right;
}

ol.commentlist li div.comment-meta a {
color:#333;
text-decoration:none;
border-bottom: none; 
}

ol.commentlist li p {
line-height: 150%;
margin:0.5em 0 0 0;
}

ol.commentlist li ul {
/*font:normal 12px/1.4 georgia, 'times new roman', serif;*/
list-style:square;
margin:0 0 1em;
padding:0;
text-indent:0;
}

ol.commentlist li div.reply {
color:#374C76;
/*font:bold 12px/1.4 georgia, 'times new roman', serif;*/
}

ol.commentlist li div.reply:hover {
color: black;
}

ol.commentlist li div.reply a {
text-decoration:none; 
}

ol.commentlist li ul.children {
list-style:none;
margin:1em 0 0;
text-indent:0;
}
  
ol.commentlist li ul.children li.depth-2, ol.commentlist li ul.children li.depth-3, ol.commentlist li ul.children li.depth-4 {
margin:0 0 .25em;
}

ol.commentlist li.even {
background:#fff;
}
ol.commentlist li.odd {
background:#F3F7F2;
}

ol.commentlist li.pingback div.comment-author {
padding:0 160px 0 0;
}

#respond h3, h3#comments, h3#postcomment{
font-size: 105%;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 3px 0;
}

#respond a{
border-bottom: none;
}

.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }