/*
THEME NAME: HD-kjscriminaldefense
THEME URI: http://www.highdough.com/hd-theme/
Description: A WordPress theme designed by High Dough Studios.
VERSION: 1.0
AUTHOR: Tim Wearing
AUTHOR URI: http://www.highdough.com
TAGS: two-columns,White
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

*/

/* Begin html tags */
* { margin:0; padding:0; } 
body {
	background: #fff;	
	color: #000;	
	margin:0;
	}
	
hr{
	display: none;}
a{
	color: #330066;
	text-decoration: none;}
a:hover {
	color: #643d8b;
	text-decoration: none;}
ul{
	list-style-type: none;}
h2{
	font-size:1.5em;}
h3,h4{
	font-size:1.1em;font-weight:bold;}
p {
	margin: 0 20px 10px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	line-height: 1.5;
	color: #303030;
	}
blockquote {margin:20px;padding:5px;background:#CBCAA1;overflow:hidden;}
blockquote {margin:20px;padding:5px;background:#CBCAA1;overflow:hidden;}
.clear{
	clear:both;}
small{
	font-size:1em;}
/* End html tags */


/* Begin Structure */

#top {
	background: #000;
	height: 30px;
}

#page {
	background: #FFF;
	width: 1000px;
	text-align:left;
	margin: 0px auto 0px;
	padding: 0px;
	border-color: #cccccc;
	border-style: solid;
	border-width: thin;
	overflow: hidden !important;
}
	
#topbar {
	background: #000;
	height: 27px;
	width: 986px;
	margin: 0 auto 0;
	padding-top: 3px;
	}
	
#topbar li{
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 0.9;
	letter-spacing: 1px;
	padding: 0 5px 0 5px;
	list-style: none;
	display: inline;
	}
	
#leftbar {
	float: left;
	padding-top: 5px;
	}
	
#rightbar {
	float: right;
	padding: 2px 0 0 0;
	}

#socialbar {
	float: right;
	text-align: center;
	padding: 1px 25px 0 0;
	}
	
#socialbar ul li{
	display: inline;
	text-align: center;
	}

#searchwrapper {
	float: right;
	width: 200px; /*follow your image's size*/
	height:22px;/*follow your image's size*/
	background-image:url("images/searchbox.png");
	background-repeat:no-repeat; /*important*/
	margin: -2px 10px 0 0;
	padding: 0px 0px 0px 0px;
	position:relative; /*important*/
	color: #999;
}

#searchwrapper li {list-style: none; }
 
#searchwrapper form { display:inline ; }
 
.searchbox {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:5px;
	left:8px;
	width:160px;
	height:15px;
	color: #000;
}
 
.searchbox_submit {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:0px;
	left:170px;
	width:30px;
	height:20px;
}
	
#header {
	background: url('images/kjslogo.png') top left no-repeat;
	width: 1000px;
	height: 125px;
	margin: 0;
	padding: 0;
}

#header h2 {
	padding: 40px 120px 0 0;
	text-align: right;
	font-family: 'PT Sans', sans-serif;
	font-size: 55px;
	letter-spacing: 2px;
	font-weight: 100;
}
	
#header_front {
	width: 1000px;
	height: 280px;
	margin: -11px 0 0 0;
	padding: 0;
}
	
#logo {
	position: absolute;
	background: url('images/kjslogo.png') top left no-repeat;
	float: right;
	top: 25px;
	width: 350px;
	height: 280px;
	z-index: 1000;
	}

.slideshowlink {display: none;}

#navbar {
	background: url('images/navbg.png');
	width: 1000px;
	height: 50px;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
}

#subnavbar {
	background: url('images/arrow.png') left no-repeat;
	height: 25px;
	width: 970px;
	margin: -25px 0 0 0;
	padding-left: 115px;
}

#subnavbar a {
	color: #CCC;
}

#subnavbar a:hover {
	color: #FFF;
}

#subnavbar ul{
	height:auto;
	margin: 0;
	line-height:1;	
}

#subnavbar li{
	display: inline;
	line-height: 1.6;
	list-style: none;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
    padding: 4px 20px 5px 20px !important;
}

#topimage {
	height: 100px;
	margin: 0;
	padding: 0;
}

#blank {
	background: url('images/blankbg.png');
	margin: 0;
	padding: 0;
}
	
#content{
	width: 660px;
	line-height:1.1em;
	margin: 25px 10px 10px 20px;
	}
	
#content h1{
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-size: 35px;
	margin: 0 0 10px 0;
	padding: 10px 0 17px 0;
	line-height: 1.2;
	color: #000;
	font-weight:100;
	}
	
#content h2{
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	margin: 20px 25px 10px 0;
	line-height: 1;
	color: #000;
	font-weight:500;
	}
	
#content p{
	margin: 10px 20px 10px 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	line-height: 1.5;
	}
	
#content blockquote p{
	margin: 5px;
	padding: 5px;
	}

#frontsidebars {
	background: #CCC;
	width: 970px;
	min-height: 315px;
	padding: 15px;
}
	
#sidebar_front_left {
	width: 550px;
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
	}
	
#sidebar_front_right {
	width: 420px;
	float: right;
	text-align: center;
	margin: 0;
	list-style: none;
	padding: 0;
	}
	
#sidebar_front_right h2{
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
	}
	
#sidebar_front {
	width: 390px;
	float: right;
	text-align: left;
	margin: 15px 30px 30px 0;
	list-style: none;
	padding: 0;
	}
	
#sidebar_front h2{
	font-size: 22px;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	font-weight: 500;
	margin: 10px 0 15px 0;
	padding: 0;
	}
	
#sidebar_front h3{
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	margin: 5px 0 0 0;
	padding: 0;
	}
	
#sidebar_right{
	width: 260px;
	float: right;
	margin: 15px 10px 30px 0;
	list-style: none;
	padding: 0;
	color: #303030;
	clear: both;
	}
	
#sidebar_right h2{
	font-size: 22px;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	font-weight: 500;
	color: #303030;
	margin: 10px 0 10px 0;
	padding: 0;
	}
	
#sidebar_right h3{
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	color: #303030;
	margin: 10px 0 0;
	padding: 0;
	}
	
#sidebar_right p{
	color: #303030;
	margin-bottom: 15px;
	}
	
#sidebar_right li{
	padding: 7px 0 0 0;
	}

#bottomimage {
	height: 150px;
	width: 1000px;
	margin: 0 auto 0;
	padding: 0;
}

#foot {
	background: #330066;
	height: 30px;
	margin-top: -1px;
}
	
#footer {
	height: 27px;
	width: 986px;
	margin: 0 auto 0;
	padding-top: 3px;
	}
	
#footer li{
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0 5px 0 15px;
	list-style: none;
	display: inline;
	}

#slideout {	
	background: #FFF;
	position:absolute;
	width:136px;
	height:180px;
	top:-160px;
	padding-bottom: 8px;
	padding-left: 7px;
	text-align: center;
	border:thin;
	border-color: #999;
	border-style:solid;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc);
}

#clickme {
    height:30px;
    width:136px;
    background: url("http://www.highdough.com/images/designby.png") no-repeat;
}

#slidecontent {
}

#highdough {
	position: relative;
	margin: auto;
	text-align: center;
	width: 150px;
	height: 130px;
	overflow: hidden;
}
/* End Structure */

/* begin maincontent*/

.current_page_item {
	background: #FFF;
	height: 25px !important;
	padding: 0 20px 0 20px !important;
}

.current_page_item a {
	color: #330066 !important;
}

.current_page_parent {
	background: #FFF;
	height: 25px !important;
	padding: 0 20px 0 20px !important;
}

.current_page_parent a {
	color: #330066 !important;
}

#blog {
	height: 1px;
	width: 600px;
	margin: 0 auto 0;
	border-top-color: #cbcbcb;
	border-top-style: solid;
	border-top-width: thin;
}
.contentpadding{padding:0px 20px;}
.entry{
	margin:5px 10px 35px 0;
	overflow:hidden;}

.entry p {margin-bottom:1em;}
.entry ol {padding: 0 0 0 35px;}
.entry ul {list-style-type:none;}
.entry ul li{margin-left: 25px;padding: 0 0 5px 25px;background: url(images/ul.gif) no-repeat left 10px;}
.entry img {border:medium none;max-width:590px;height:auto;margin:3px;}

.entry blockquote {margin:20px;padding:5px;background:#CBCAA1;overflow:hidden;}
.postmetadata{padding:1px 5px;margin:0.5em 0 25px;border-left:15px solid #DCDBBF;}

.ping-track,.page-link {padding:3px;background:#BFBE8F;}
.postnav{margin: 20px;}
/* End maincontent */

#wp-calendar{width:100%;color:#54636C;text-align:center;}
#wp-calendar a{color:#54636C;text-decoration:underline;}
#wp-calendar td { text-align:center;}
#wp-calendar tfoot{width:100%;}

/* Begin wp-tags*/
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 10px;display: inline;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {float: right;}
.alignleft {float: left}

.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;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;}

/* End wp-tags */

/* Begin comments*/
.message{width:100%;}
#response{margin-top:2em;}

.message-entry{}
.inputs input,#commentform input{background:#A2B180;border:0;padding:2px;background: #A2B180 url(images/input.gif) no-repeat top center;width:166px;height:16px;}
.message textarea,#comment{border:0;width:380px;height:180px;overflow:hidden;background: #A2B180 url(images/textarea.gif) no-repeat top center;padding:10px;}
.submit input,#commentform #submit{border:0;width:60px;height:30px;background: #A2B180 url(images/submit.gif) no-repeat top left;color:#fff;}
.submit{margin-top:1em;}
.children li{margin-left:15px;}

.commentlist {list-style-type: none;}


blockquote p {margin:5px;padding:5px;background:#CBCAA1;overflow:hidden;}


#maincontent .commentlist a{text-decoration: none;}
#maincontent .commentlist .commentmetadata a{color:#767555;}
#maincontent .commentlist .commentmetadata a:hover{text-decoration: underline;}
#respond input{border:1px solid #767555;margin:3px 0;padding:3px;}


.commentlist li{list-style:none;}
.commentlist p{margin:0.5em 0;padding:0.4em;}
.comment-body{border:1px solid #767555;margin:1em 0;padding:5px;}
.commentlist .children{margin:0 0 0 25px;}
.backtotop{text-align:right;}
.commentlist li .comment-meta{float:right;}
.commentlist li .comment-author{width:40%;float:left;}
.commentlist li p{clear:both;}
/* End comments */

div.shr-bookmarks ul.shr-socials {
	width: 970px;
	border-color: #cbcbcb;
	border-style: solid;
	border-width: thin;
}

.fc-widget-header,.fc-widget-content{border:1px solid #ccc}

.aec-eventlist .fc-event-time{display:block;padding: 0 0 0 10px}

.aec-eventlist .fc-event-title{font-weight:bold;padding-left:10px;padding-bottom:10px;}