/*
THEME NAME: Seeking Justice
DESCRIPTION: Custom theme built on Empty Canvas v1.0
VERSION: 1.0
AUTHOR: Kyle Gilbert
AUTHOR URI: http://kylegilbert.com
*/

@import "reset.css";

body {
	background-color: #fff;
	background: url(images/header.png) repeat-x top left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}

a {
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background-color: #B7B6B5;
	font-style: bold;
	padding: 14px 20px 2px 20px;
	margin: 10px 0 10px 0;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	width: 1024px;
	margin: 0 auto;
}
#header-content {
	background-color: #000;
	background: url(images/header-content2.jpg) no-repeat top left;
	width: 1024px;
	height: 351px;
}

.logo {
	width: 185px; 
	height: 76px;
	background: url("images/seeking-justice.png");
	margin: 16px 40px 0 44px;
	float: left;
	text-indent: -9999px;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 1024px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
}	

#menu a {
	color: #858585;
}

#menu a:hover {
	color: #333;
	text-decoration: none;
}

#menu-item1 {
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	padding: 36px 40px 0 0;
	font-weight: bold;
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 1.2em;
}

#menu-item2 {
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	padding: 36px 40px 0 0;
	font-weight: bold;
	text-align: center;
	width: 230px;
	height: 100px;
	line-height: 1.2em;
}

#menu-item3 {
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	padding: 36px 40px 0 0;
	font-weight: bold;
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 1.2em;
}

#menu-item4 {
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	padding: 36px 0px 0 0;
	font-weight: bold;
	text-align: center;
	width: 200px;
	height: 100px;
	line-height: 1.2em;
}

#container {
	width: 1024px;
	overflow: hidden;
	margin: 0px auto;
	margin-top: 116px;
	background-color: #fff;
}

#content {
	float: left;
	width: 694px;
	margin: 14px 0 0 10px;
}

#content img {
	padding: 2px;
	border: #999 1px solid;	
}

.post-header {
	background-color: #B8B8B8;	
	margin-bottom: 40px;
	padding: 26px 44px;
}

.post {
	margin-bottom: 40px;
	background-color: #E0E0E0;
	padding: 26px 44px;
	clear: both;
}

.sticky { 
	background-color: #C1C1C1;
}

.post-title {
	line-height: 1.2;
	letter-spacing: 1px;
	color: #333333;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	font-size: 34px;
}

.category-title {
	line-height: 1.2;
	letter-spacing: 1px;
	color: #333333;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	font-size: 38px;
	margin: 8px 0 20px 10px;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin: 1px 0 10px 0;
}

.post-meta a {
	color: #999;
	text-decoration: underline;
}

.post-comments {
	float: right;
	background: url(http://seeking-justice.org/wp-content/themes/seekingjustice/images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(http://seeking-justice.org/wp-content/themes/seekingjustice/images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.bottom-comment {
	background-color: #999;
	color: #fff;	
	padding: 15px;
}

.bottom-comment a {
	color: #fff;	
}

.post-content {
	margin-top: 15px;
	clear: both;
}

.post-content a {
	text-decoration: underline;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.7;
	margin-bottom: 10px;
}

.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.post-content img {
	-moz-box-shadow: 0px 15px 15px -8px #A0A0A0;
  	-webkit-box-shadow: 0px 15px 15px -8px #A0A0A0;
  	box-shadow: 0px 15px 15px -8px #A0A0A0;
	/*background: url(images/img-shadow.png) no-repeat bottom left;*/
}

.more-link {
	font-weight: bold;
}

.section-title {
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	font-size: 180%;
	margin-bottom: 10px;
}

.bio {
	margin-bottom: 40px;
	background-color: #D1D1D1;
	padding: 26px 44px;	
	min-height: 96px;
	line-height: 1.2em;	
}

.bio p {
	margin: 10px 0 0 0;	
}

.avatar {
	float: right;	
}

.navleft a {
	float: left;
	margin: 0 15px 15px 0;
	padding: 14px 14px 10px 14px;
	background-color: #990000;
	color: #fff;
	font-weight: bold;
}

.navright a {
	float: right;
	margin: 0 0 15px 15px;
	padding: 14px 14px 10px 14px;
	background-color: #990000;
	color: #fff;
	font-weight: bold;
}

.navigation div a {
	font-size: 110%;
	color: #fff;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin: 20px 0 20px 0;
	padding: 20px;
	background-color: #E0E0E0;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 605px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 274px;
	color: #333;
}

#sidebar a {
	text-decoration: underline;	
}

.subscribe {
	margin: 14px 10px 30px 0;
}

.sidepanel {
	margin: 14px 10px 30px 0;
	background-color: #A79570;
	padding: 21px 19px;
}

.sidepanel h3 {
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	font-size: 22px;
	color: #333333;
	margin-bottom: 8px;
	border-bottom: 1px solid #333;
	/*background-color: #978467;
	padding: 7px 10px 7px 10px;*/
}

.sidepanel ul li {
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

.contributor-sidebar-single {
	font-size: 14px;
	line-height: 15px;
	margin: 6px 0 10px 0;
	height: 57px;
}

.sidebar-thumb {
	width: 55px;
	height: 55px;
	border: 1px solid #B6B6B6;
	float: left;
	margin: 0 10px 0 0;
}

.contributor-info {
	padding: 12px 0 0 0;	
}

.contributor-sidebar-single a {
	
}

#footer {
	margin: 0 auto;
	height: 110px;
	border-top: 1px solid #EAEAEA;
	background-color: #666666;
	padding: 40px 0 0 44px;
	text-align: center;
	letter-spacing: 1px;
	color: #333333;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	font-size: 14px;
	text-transform: uppercase;
}

#footer a {
	color: #333333;	
}

#footer-container {
	width: 1024px;
	margin: 0 auto;	
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.clearboth {
  height: 0;
  clear: both;
  margin: 0;
  padding: 0;
}

#cntctfrm_contact_form {
  line-height: 2.4em;	
}

/* 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: 10px;
font-style: italic;
line-height: 14px;
padding: 10px 0px 8	px 0;
margin: 0;
}
/* End captions */