/*
Theme Name: Lawyers in Alabama
Theme URI: http://www.lawyersinalabama.org/
Description:  Lawyers in Alabama Theme <a href="http://www.jepoypalaboy.com/">Jepoypalaboy</a>.
Version: 1.0
Author: Jepoypalaboy
Author URI: http://www.jepoypalaboy.com/
Tags: custom theme

	Jepoypalaboy v1.0
	http://www.jepoypalaboy.com/

	This theme was designed and built by Jepoypalaboy,
	whose portfolio site you will find at http://www.jepoypalaboy.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* CSS Reset */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}
ol, ul {
	list-style-type: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}	
caption, th, td {
	text-align: left;
	font-weight: normal;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* CSS Reset */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* End Images */

/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */


/* Begin Form Elements */

#searchform {
	padding-top: 40px;
	}

#searchform #s {
	border: solid 1px #B0B5BA;
	padding: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-left: 4px;
	width: 160px;
	}
#searchform label {
	display: none;
}
#searchsubmit {
	padding: 1px;
	font: 12px Arial, Helvetica, sans-serif;	
	}

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
/* End Form Elements */

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* End Comments */

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { 
	background-color: #fff; }
	
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {	
	display:block;
	text-align: center;
	margin-bottom: 15px;
	height: 20px;
	}
	
/* End Various Tags & Classes*/



/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End Captions */

/* Begin Custom */

body {
	background: #D9E0E7 url(images/body-bg.jpg) top left repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

h1 {
	font-size: 24px;
	color: #003D62;
}

h2 {
	font-size: 14px;
	color: #003D62;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #003D62;
	font-weight: bold;
}

a {
	color: #47657F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #E98210;
}

.post {
	margin: 0 0 20px;
	text-align: justify;
}

#page {
	margin: 0 auto;
	width: 968px;
}

/* Begin Header */
#header {
	height: 98px;
	padding: 0 12px 0 12px;
}
#header .logo {
	float: left;
}
#header .top {
	float: right;
	text-align: right;
	padding-top: 10px;
}
#header .top a {
	color: #003D62;
	font-size: 11px;
	text-decoration: underline;
	padding: 0 4px 0 4px;
}

/* End Header */

/* Begin Nav */
#nav {
	height: 48px;
	background: url(images/nav-bg.jpg) top left repeat-x;
}

#nav .lnav {
	float: left;
	background: url(images/nav-left.jpg) top left no-repeat;
	width: 14px;
	height: 48px;
}

#nav .rnav {
	float: right;
	background: url(images/nav-right.jpg) top left no-repeat;
	width: 14px;
	height: 48px;
}

#nav ul {
	list-style: none;
	float: left;
}

#nav ul li {
	float: left;
	background: url(images/nav-divider.jpg) top left no-repeat;
	
	width: 133px;
	text-align: center;
}

#nav ul li a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 48px;
	line-height: 48px;
}

#nav ul li a:hover {
	text-decoration: underline;
}
#nav ul .root {
	background: none;
}
/* End Nav */

#main-wrap {
	background: url(images/content-bg.jpg) top left repeat-y;
}

#main-wrap .twrap {
	height: 14px;
	background: url(images/content-top-bg.jpg) top left no-repeat;
}

#main-wrap .bwrap {
	height: 14px;
	background: url(images/content-bottom-bg.jpg) top left no-repeat;
}

#main-wrap .cwrap {
	padding: 0 14px 0 14px;
}
/* Begin Banner */
#banner {
	background: url(images/banner.jpg) top left no-repeat;
	height: 150px;
}
/* End Banner */

#content-wrap {
	margin: 10px 0 10px 0;
	border-top: solid 2px #AFBECC;
	border-bottom: solid 4px #E98210;
	background: url(images/sidebar-bg.jpg) 2px 0 repeat-y;
}

/* Begin Sidebar */
#sidebar {
	float: left;
	width: 220px;
	padding-top: 2px;
}

#sidebar h2 {
	color: #FFF;
	background: #005588;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	margin-bottom: 1px;
}

#sidebar ul {
	
}

#sidebar ul ul li::before { 
	/*content:"\00BB  "; */
	/*padding-left: 10px;*/
}

#sidebar ul ul li {
	line-height: 28px;	
	border-bottom: solid 1px #FFF;
	background: #D9E0E7;	
}
#sidebar ul ul li:hover {
	background: #F7B063;
}
#sidebar ul ul li a {
	line-height: 34px;
	color: #00314E;
	text-decoration: none;
	
	padding-left: 4px;
}
#sidebar li.collapsing.categories {
	font-weight: bold;	
}
#sidebar ul ul li ul li {
	background: #FFF;
	font-size: 11px;
}
#sidebar .sym {
	padding: 0 4px 0 8px;
}
#sidebar ul ul li ul li:hover {
	background: #FFF;
}
#sidebar ul ul li ul li a {
	line-height: 20px;
	font-weight: normal!important;
	background: #FFF!important;
}
#sidebar ul ul li ul li a:hover {
	background: none;
	text-decoration: underline;
}
#sidebar ul ul li ul li::before { 
	content:""; 
	padding-left: 0px;
}
/* End Sidebar */

/* Begin Main Content */

#main-content {
	float: right;
	width: 708px;
	padding: 10px 0 20px 10px;	
}

#main-content p {
	text-align: justify;
}

.flink {
	text-align: center;
	height: 30px;
}

.flink ul {
	list-style: none; 
	padding: 0;  
	width: 100%; 
	margin-left: auto;
	margin-right: auto; 
}
.flink ul li {
	padding-left: 8px; 
	display: inline;
}
.flink ul li a {
	font-size: 11px;
	color: #003D62;
	padding: 0 4px 0 4px;
	text-decoration: none;
}
.flink ul li a:hover {
	text-decoration: underline;
	color: #E98210;
}
/* End Main Content */

/* Begin Footer */

#footer {
	text-align: center;
	font-size: 11px;
	color: #003D62;
	padding: 10px 0 30px 0;
}


/* End Footer */

/* End Custom */

