/*
Theme Name: BWP Law
Theme URI: http://bwp-law.com
Description: Custom theme for BWP Law website
Version: 0.7
Author: blixa
Author URI: http://blixa.org
*/

/* ### STANDARD VALUES ### */
* {
	padding: 0;
	margin: 0;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: none;
	color:#555;
}
ol, ul {
	padding: 0 20px 10px 10px;
	list-style-position: inside;
	color: #222;
}
a {
	font-size:inherit;
	color:#890000;
}
xxxem {
	color: #aaa;
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}
p {
	padding-bottom: 10px;
	color: #555;
	line-height: 18px;
}
h2, h3 {
	font: bold 12px Arial;
	color: #555;
	padding-bottom: 5px;
}
body {
	background: #eeeeee ;
}
h1, h1 a {
	font-size: 18px;
	color: #890000;
	margin-bottom: 5px;
	display: block;
}
h1 a:hover {
	text-decoration: underline;
}
img {
	padding-right: 10px;
}
strong {
	font-weight:bold;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.clear {
	float: none;
	clear: both;
	overflow: hidden;
	height:0px;
}
.description {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	margin-top: 5px;
}
#page {
	width: 960px;
	margin: 10px auto;
	background: #ffffff;
}
#main {
	min-height:528px;
}

/* ### WP CAPTION ### */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 10px 5px 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wp-caption.alignright {
	margin-left: 10px;
	margin-right: 0;
}
.wp-caption.alignleft {
	margin-left: 0;
	margin-right: 10px;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding-top: 6px;
	display: block;
	line-height: 14px;
}
p.wp-caption-text {
	padding: 5px;
}

/* ### COMMENTS */


/* ### COMMENTSLIST ### */
#the_comments {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 5px solid #9ad53b;
	margin-bottom: 10px;
}

ol#the_comments {
	padding: 0;
	list-style-position: outside;
	list-style: none;
}

#the_comments .line {
	border-bottom: 1px solid #e5e5e5;
	height: 1px;
	width: 100%;
}

#the_comments .comment_inside {
	width: 594px;
}

#the_comments li.comment {
	border: 1px solid #eee;
	border-bottom: none;
	border-left: 0;
	border-top: 0;
	padding: 10px;
	padding-bottom: 0;
}
#the_comments .comment small, #the_comments .comment small a {
	font-size: 11px;
}
#the_comments .comment small a {
	color: #ff8000;
}
#the_comments .image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#the_comments .image a {
	padding: 2px;
	border: 1px solid #ccc;
	display: block;
}
#the_comments .image a:hover {
	border: 1px solid #9ad53b;
}
#the_comments .image img {
	display: block;
	padding: 0;
	margin: 0;
}
.comment_text p {
	padding: 0;
	margin:0;
	padding-bottom: 10px;
	font-size: 11px;
}
.comment_text p a {
	font-weight: bold;
	font-style: italic;
	color: #555;
	font-size: 11px;
}
.comment_title {
	margin-bottom: 5px;
}

.comment_title, .comment_title a {
	font-weight: bold;
	color: #ff8000;
	font-size: 11px;
}
.comment_title a:hover, .comment_text p a:hover, .comment_container small a:hover {
	text-decoration: underline;
}

/* ### COMMENTFORM ### */
#comments input {
	width: 200px;
	display: block;
}
#comment-form {
	background: #f3f3f3;
	padding: 10px;
	border: 1px solid #e5e5e5;
	width: 598px;
}
#comment-form input, #comment-form textarea {
	border: 1px solid #e5e5e5;
	color: #555;
	padding: 3px;
}
#comment-form input:hover, #comment-form textarea:hover {
	border-color: #aaa;
}
#comment-form textarea {
	width: 590px;
}
#comment-form p {
	height: 25px;
	float: none;
	clear: both;
}
#comment-form p a {
	color: #71ad43;
}
#comment-form p a:hover {
	text-decoration: underline;
}

#comments label small {
	display: block;
	color: #555555;
}
#comments input.submit {
	background: #fff url('img/button-bkg.gif') 200px top;
	margin-top: 5px;
	float: right;
	width: auto;
	padding: 5px;
}
#comments input.submit:hover {
	background: #fff url('img/button-bkg.gif') 0px bottom;
	cursor: pointer; cursor: hand;
	border: 1px solid #e5e5e5;
}

/* ### NAVIGATION  ### */
.navigation {
	margin-top: 20px;
}
.navigation a {
	color: #555;
}
.navigation a:hover {
	text-decoration: underline;
}


/* ### RELATED ### */
h4.related_top {
	color: #ff8000;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.related {
	color: #71ad43;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	border-left: 5px solid #b2b2b2;
	padding: 10px;
	color: #555;
}
.related  ul {
	list-style: none;
	padding: 0;
	margin: 0;
	list-style-position: outside;
}
.related li {
	line-height: 18px;
	font-weight: bold;
}
.related a {
	color: #666;
	font-weight: normal;
	padding-bottom: 3px;
}
.related a:hover {
	border-bottom: 1px solid #ff8000;
	padding-bottom: 2px;
}
.related.posts {
	border-left: 5px solid #92becb;
	width: 590px; /* IE FIX */
}
.related.posts h1 a {
	color: #386471;
}
.related.posts h1 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #386471;
}
.related.posts ul.left {
	width: 290px;
	float: left;
	list-style-position: outside; /* IE FIX */
}
.related.posts .right {
	width: 290px;
	float: right;
}
.related.posts .right th {
	padding-right: 10px;
	width: 100px;
	text-align: right;
}
.related.posts .right a {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 2px;
	color: #386471;
}
.related.posts .right a:hover {
	border-bottom: 1px solid #ff8000;
}
.related.posts small {
	font-size: 11px;
	color: #aaa;
	display: block;
}

/* ### POST ### */
#content {
	width: 900px;
	padding: 30px;
	float: left;
}
.post ul {
	padding: 0 20px 10px 10px;
}
.post li {
	line-height:15px;
	padding:0 0 15px 0;
	text-indent:-15px;
}
.post h1 a {
	font-size: 18px;
	color: #890000;
}
.post p a:hover {
	color: #ff8000;
}
.post {
	margin-bottom: 10px;
	width: 900px; /* IE FIX */
}
.post .readmore {
	background: url('img/line-smooth.gif') repeat-x bottom;
	background-position: 0px 5px;
	border-bottom: 1px solid #ddd;
}
.post .readmore a {
	color: #555;
	font-size: 11px;
	padding: 3px 10px 3px 10px;
	margin-top: 10px;
	border: 1px solid #ddd;
	border-bottom: none;
	background: url('img/button-bkg.gif') bottom 0px 0px;
	float: right;
}
.post .readmore a:hover {
	background: url('img/button-bkg.gif') top left;
}
.post input {
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 5px;
}
.post textarea {
	border: 1px solid #ccc;
	padding: 3px;
}
.post small {
	font-size: 11px;
	color: #aaa;
	margin-bottom: 5px;
	display: block;
}

/* ### SIDEBAR ### */
#sidebar {
	width: 180px;
	padding-bottom: 10px;
	overflow: hidden; /* IE FIX */
}
#sidebar a {
	padding: 3px;
}
#sidebar a:hover {
	padding: 3px;
	text-decoration:underline;
}

/* ### SEARCH ### */
#search {
	width: 190px;
	float: right;
	height: 42px;
	padding-left: 10px;
}
#search_top {
	margin-top: 9px;
	height: 5px;
	width: 180px;
	background: white url('img/search-top.gif');
	overflow: hidden;
}
#search_bottom {
	height: 5px;
	width: 180px;
	background: white url('img/search-bottom.gif');
	overflow: hidden;
}
#search_main {
	background: white;
	width: 180px;
}
#search #searchform input {
	color: #666;
	font-family: verdana, arial, sans-serif;
	margin-left: 10px;
	border: 0px;
	width: 130px;
}
#search #searchform  input.submit {
	width: 18px;
	height: 14px;
	background: white url('img/zoom.gif');
}
#search #searchform  .submit:hover {
	background-position: 18px 0px;
	cursor: pointer;
}
#search form {
	padding: 0;
	margin: 0;
	background: none;
}
form#searchform {
	border: none;
}

#header {
	height: 125px;
	background: url('images/berke-weiss-pechman-banner_960_.gif');
	position:relative;
}
#header h1 a {
	font-family: verdana, arial, sans-serif;
	font-size: 24px;
	color: #386471;
}

/* ##### TOPMENU ##### */
#topmenu {
	width: 960px;
	background: #890000;
	margin: 0 auto 0 auto;
	position:relative;
	display:block;
	z-index:999;
}
#topmenu ul {
	padding: 0 0 0 18px;
	float: left;
}
#topmenu li {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-variant:small-caps;
	color: #fff;
	list-style:none;
	line-height:26px;
	width:130px;
	float: left;
	text-align:center;
	border-left: 1px solid #fff;
	cursor:default;
}
#topmenu  a {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-variant:small-caps;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 26px;
	display:block;
	width:110px;

}
#topmenu a:hover {
	color: #fff;
	background: #876342;
	xborder-left: 1px solid #fff;
}
#topmenu .current_page_item a, #topmenu .current-cat a, #topmenu .current-cat-parent a, #topmenu .current_page_parent a, #topmenu .current_page_parent {
	font-size: 11px;
	background: #876342;
}
#topmenu li a {
	display: block;
}
#topmenu .clicked a {
	background:url('img/topmenu_active.gif') no-repeat;
	background-position: -200px 0px;
	color: #000;
}
#topmenu .clicked span {
	background:url('img/topmenu_active.gif') no-repeat;
	background-position: -200px 0px;
}

#topmenu ul li:hover ul {
	margin-left: -19px;
  	position: relative;
}	/* in hover, ul will display directly under top item, with no width restriction per li  */
#topmenu ul li.sfhover ul{
	margin-left: -10px;
  	position: relative;
	width:0px;
}	/* in hover, ul will display directly under top item, with no width restriction per li  */

#topmenu ul li ul {
	float: left;
	margin-left: -10000px;
	margin-bottom: -10000px;
	clear: both;
	position:relative;
	}/* the list is usually hidden some 10,000 pixels away*/

#topmenu ul li ul li{
	border:1px solid #fff;
	border-top:0px none;
	position:relative;
	top:1px;
	}/* the list is usually hidden some 10,000 pixels away*/

#topmenu ul li:hover ul li{
	float: left;
	clear: both;
	background:#890000;
	}/*each item in drop-down will clear the last and line up under the top floating item*/
/**********code written by Gunlaug Sorten***************/
#topmenu ul li ul a {
	background:#890000 !important;
	}
#topmenu ul li ul a:hover, #topmenu ul li ul .current_page_item a {
	background:#876342 !important;
}
#topmenu_bottom {
	background: url('img/topmenu_bottom.gif') no-repeat;
	height: 20px;
	width: 100%;
}
.topmenu_line {
	border-left: 1px solid white;
	height: 26px;
}

/* ### FOOTER ### */

#footer {
	color:#4D4D4D;
	font-size:12px;
	height:57px;
	padding-top:20px;
	text-align:center;
	background: #ffffcb;
}
#footer ul {
	padding: 0;
}
#footer li a {
	display: block;
	padding: 3px;
	width: 250px;
	color: #9ad53b;
	margin: 0px 21px 0px 21px;
	padding: 3px 0px 3px 0px;
	font: 12px Tahoma;
	letter-spacing: 1px;
}
#footer li a:hover {
	border-bottom: 1px solid #ff8000;
	padding-bottom: 2px;
}
#footer li {
	float: left;
	list-style: none;
}
#footer h4 {
	font-size: 18px;
	color: #ff8000;
	padding-bottom: 5px;
	text-indent: 5px;
}
#footer small {
	margin-top: 10px;
	text-align: right;
	display: block;
}
#footer small a {
	color: #333;
	font-size: 11px;
}
#footer small a:hover {
	text-decoration: underline;
}

#calendar_wrap th {
	font-weight: bold;
}

#calendar_wrap a  {
	text-decoration: underline;
}
#calendar_wrap a:hover {
	border: none;
	color: #ff8000;
}

#calendar_wrap caption {
	text-align: left;
	color: #386471;
}

#sidebar input {
	background: #eee url('img/line-smooth.gif') bottom;
	border: 1px solid #ccc;
	padding: 2px;
	color: #555;
}

#sidebar input#s {
	border: 1px solid #ccc;
	padding: 2px;
	width: 100px;
}

#sidebar input:hover {
	background: white;
	cursor: pointer;
}

#sidebar input#s:hover {
	background: white;
	cursor: text;
}

#sidebar #searchform label {
	color: #386471;
}

#sidebar a.rsswidget img {
	padding: 0;
	margin: 0;
	background: red;
}

#sidebar .sidebox ul#recentcomments li.recentcomments a {

}

#sidebar .sidebox .rssSummary {
	font-size: 11px;
	color: #888;
	padding-top: 10px;
}

#sidebar select {
	border: 1px solid #ccc;
	width: 160px;
	padding: 2px;
}

cite {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-style: italic;
	font-size: 11px;
	color: #888;
}
span.rss-date {
	font-size: 11px;
}

.dotted-line {
	padding-top:10px;
	margin-bottom:20px;
	border-bottom:2px dotted #909090;
}

.post_content {
	position:relative;
	width:900px;
}
.left-panel {
	position:absolute;
	width:215px;
	top:0px;
	left:0px;
}
.main-panel {
	position:relative;
	float:left;
	margin:0 0 0 185px;
	width:525px;
}
.right-panel {
	position:relative;
	float:right;
	right:0px;
	top:0px;
	width:175px;
}
.email_image {
	position:relative;
	top:4px;
}
.big_logo {
	border-bottom:2px solid #000000;
	color:#000000;
	display:block;
	font-family:times New Roman;
	font-size:43px;
	font-variant:small-caps;
	height:46px;
	left:38px;
	letter-spacing:-1px;
	position:absolute;
	top:38px;
}
.small_logo
{
	color:#000000;
	display:block;
	font-family:times New Roman;
	font-size:31px;
	font-variant:small-caps;
	left:34px;
	letter-spacing:18px;
	position:absolute;
	top:79px;
}
.right_tm {
	color:#000000;
	display:block;
	font-family:times New Roman;
	font-size:20px;
	font-style:italic;
	left:671px;
	letter-spacing:1.5px;
	position:absolute;
	top:90px;
}
.right_sm {
	font-size:8px;
	font-style:normal;
	letter-spacing:0;
}
.rss_feed {
	display:block;
	height:11px;
	position:absolute;
	right:8px;
	top:7px;
	width:74px;
}
.people-list {
	font-size:14px;
}
.people-div {
	text-align:justify;
}
.news-item {
	color: #000;
}
.homepage-news-title {
	color: #595959;
	font-size:24px;
	letter-spacing:2px;
}
.homepage-news-item {
	text-align:justify;
	padding: 25px 0;
	border-bottom:2px dotted #595959;
}
.news-item-more {
	float:right;
	margin:4px 0;
}
.post-archive {
	padding: 25px 0;
}
.sidebar-title {
	font-size:14px;
	padding:5px 0;
}
li p {
       display:inline;
       color:#000000;
}
.badges {
	clear:both;
	text-align:center;
	padding-top:15px;
	margin-top:15px;
	border-top:2px dotted #595959;
}
.sl_badge {
	float:left;
	margin:0 17px;
	padding:2px;
	border:1px solid #a9aebf;
}