/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* Common */
body {
	background: url(img/background-bickerton.png) repeat;
}

a:link, a:visited
{
	color: #245461;
}

/* Container */

#box
{
   -moz-box-shadow: 0 0 10px 3px #0a161a;
   -webkit-box-shadow: 0 0 10px 3px #0a161a;
   box-shadow: 0 0 10px 3px #0a161a;
   width: 980px;
   padding: 0;
   margin: 0 auto;
}

/* Header */

#header {
	padding-top: 5px;
	text-align: left;
/*	background: #fff0cc; */
	background: #f0f0ff;
	height: 75px;
	border-bottom: 3px solid #245461;
}

#header a {
	text-align: left;
	margin: 4px 0;
}

#header img  {
	text-align: left;
	margin: 4px 4px 4px 20px;
	border: none;
}

#header #contact {
	float: right;
	text-align: right;
	width: 420px;
	padding-right: 20px;
	padding-top: 8px;
	font-weight: normal;
	line-height: 18px;
	color: #193a42;
}

#contact a {
	color: #246461;
}

/* Nav */


#pagenav li {
	background-image: url(img/nav_divider.png); 
}

/* Sidebar */
#sidebar
{
	background: #F0F0FF;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.widget h2,
.widget h3,
#sidebar h2,
#sidebar h3
{
	color: #245461;
	text-align: center;
}

/* Slider */

#featured.slider .information
{
	padding: 230px 0 0 0;
	height: 70px;
	width: 940px;
	background-color: #333;
}

#slider .information h4
{
	width: 900px;
	padding: 2px 20px;
	color: #fff;
	text-align: left;
	background: #333;	
	margin-bottom: 0;
}

#slider .information h4 a
{
	color: #71b4c7;
}

#slider  .information  a:link,
#slider .information  a:visited
{
	color: #71b4c7;
}

#slider .information .entry p
{
	width: 900px;
	padding: 0 20px;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	text-align: left;
	background: #333;
}


#panel-1
{
	background: url(img/slider_pittsburgh.jpg) top left no-repeat;
}

#panel-2
{
	background: url(img/slider_courtroom.jpg) top left no-repeat;	
}

#panel-3
{
	background: url(img/slider_dui.jpg) top left no-repeat;
}

#panel-4
{
	background: url(img/slider_evaluation.jpg) top left no-repeat;
}

/* Content */

#main_content #top .entry p 
{
	margin-bottom: 5px;
}

.entry h2
{
	color: #245461;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#recent_articles
{
	margin-top: 20px;
}

#recent_articles h2.heading
{
	color: #71b4c7;	
}

/* Footer */

div.bottombg
{
	display: none;
}

#footer div.footnav
{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 620px;
}
