/*  
Theme Name: Soulforce
Theme URI: http://www.soulforce.org
Description: The theme for integrating the WordPress blog into the Soulforce website
Version: 2.0
Author: Jamie McDaniel, Brian Murphy
Author URI: http://www.soulforce.org
*/

.clear{
	clear:both;
}

/* Begin Typography & Colors */
body {
    font:100% Verdana, Arial, Helvetica, sans-serif; color:#535353;
	background: #8a8a8a;
	text-align: center;
    margin: 0;
    padding: 0;	
	}

#page { /* Equivalent to #wrapper in the main Soulforce stylesheet */
    width: 760px;
    background:#8A8A8A;
    margin:0px auto;
    text-align:left;
	}

#header {
	padding:0;
	margin:0;
	}
	
.microscopic_text{
    margin: 0px;
	padding: 0px;
    font: 1px/1px monospace;	
}

#banner{
	height:160px;
	background-image:url(/images/top_banner2.jpg);
	background-repeat:no-repeat;
	margin:10px 0 0 0;
	color: #FFFFFF;
	text-align: right;
	position:relative;
}

#banner #quick_subscribe{
	position:absolute;
	top: 1px;
	right: 10px;
	color:#FFFFFF;
}

#banner #quick_subscribe p {
    margin: 0px 15px 3px 0px;
	padding: 0px;
    font-size: 10px;	
}

#banner p {
    margin: 0px;
	padding: 0px;
    font-size: 10px;	
}

#banner #small_menu {
	position:absolute;
	top:112px;
	right:10px;
	color:#999999;
}

#banner a:link {
  color:#FFFFFF;
  text-decoration:none;
}

#banner a:hover {
  background-color:#68A7F2;
  text-decoration:none;  
}

#banner a:visited {
  color:#FFFFFF;
  text-decoration:none;  
}

#search {
	z-index: 1;
	margin: 0 0 0 0px;
	padding: 8px 8px 2px 0;
	float:right;
}

form.search_form  {
	margin: 0px;
	padding: 0px;
}

.search_item {
	font-size: 10px;
	margin: 0px 2px;	
}

.login_input {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#breadcrumbs {
	margin: 0 0 0 15px;
	color: #000000;
	line-height: 1em;	
}

#menu_bar {
    margin:0;
	padding: 0;
	width:760px;	
	height: 40px;
	position:absolute;
	top:122px;
	left:0px;
}

#menu {
    margin:5px 0 0 5px;
	padding: 0;
    float: left;
	z-index:500;
}

#globalnav_noscript {
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;
}	

#globalnav_noscript a:link {
    color:#000;
    text-decoration:none;
}

#globalnav_noscript a:hover {
	background-image:url(/images/highlight.jpg);
	background-repeat:repeat-x;
    text-decoration:none;  
}

#globalnav_noscript a:visited {
    color:#000;
    text-decoration:none;  
}

#sidebar{ /* Equivalent to #links in the main Soulforce stylesheet */
	width:172px;
	margin: 0;
	padding: 0;
	float:left;
    color:#fff;	
    line-height: 120%;
    font-family:Arial, Helvetica, sans-serif;  
    font-size: 75%;	
}

#welcome {
	margin: 5px 4px 5px 4px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;	
}

#welcome td {
	font-size: 87%;
    color:#fff;		
}

#sidebar .avatar{
   margin: 3px 0;
}

#subscribe{
	background-image:url(images/subscribe.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:162px;
	height:28px;
	text-indent:-10000px;
	margin-left:5px;
}

#subscribe a{
	width:100%;
	height:100%;
	display:block;
}

#subscribe a:hover{
	background-image:url(images/subscribe.gif);
}

#equality_ride_ad{
	background-image:url(images/equalityride.jpg);
	display:block;
	height:150px;
	width:150px;
	text-indent:-10000px;
}


#right_to_marry_ad{
	background-image:url(images/righttomarry.jpg);
	display:block;
	height:150px;
	width:150px;
	text-indent:-10000px;
}

#equality_ride_ad a{
	background-image:url(images/equalityride.jpg);
	width:100%;
	height:100%;
	display:block;
}

#right_to_marry_ad a{
background-image:url(images/righttomarry.jpg);
	width:100%;
	height:100%;
	display:block;
}

ul.campaigns li{
	text-align:center;
}

ul.campaigns li img{
	margin-bottom:10px;
}

#blog_heading{
	background-image:url(images/blog_header_image.jpg);
	background-repeat:no-repeat;
	height:129px;
	width:754px;
	text-indent:-1000000px;
	margin-top:0;
	margin-bottom:5px;
}

#blog_heading a{
	width:100%;
	height:100%;
	display:block;
	background-image:url(images/blog_header_image.jpg);
}

#sidebar h2 {
  margin:0 0 0 5px;
  text-align:left;
  padding:4px 0 0 0;
  font-size: 125%;
  color: #fff;
  
  border-bottom:#FFFFFF 2px solid;
}

#sidebar h3 {
  margin:0;
  text-align:center;
  padding:7px 0;
  font-size: 106%;
  color: #fff;
}

#sidebar p {
  margin:0;
  padding:5px 6px 10px 6px;
  line-height: 120%;
  font-family:Arial, Helvetica, sans-serif;  
}

#sidebar a:link {
  color:#fff;
  text-decoration:none;
}

#sidebar a:hover {
  background-color:#68A7F2;
  text-decoration:none;  
}

#sidebar a:visited {
  color:#fff;
  text-decoration:none;  
}

#breadcrumbs a:link {
  color:#191919;
  text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:none;
	background-color:#FFFF80;
}

#breadcrumbs a:visited {
  color:#000000;
  text-decoration:none;  
}

#content {
	width:760px;
    margin: 5px 0 0 0;
	padding: 0px;
	}
	
#content_top{
	font-size: 70%;
	margin: 0;
	padding: 6px 0 0 0;
	width:760px;
	height:15px;
	background-image:url(/images/content_top2.jpg);
	background-repeat:no-repeat;
	overflow: visible;
}	

#content_middle{
	width:760px;
	margin: 0;
	padding: 0;
	background-image:url(/images/content_middle2.jpg);
	background-repeat: repeat-y;
	float:left;
}

#content_middle_prop {
	visibility: hidden;
	float: left;
	height: 400px;
	width: 0px;
}

#content_article{
	width:552px;
	min-height:400px;
	margin: 0 0 0 172px;
	padding: 10px 0 0 15px;
    line-height: 140%;
	font-size: 80%;	
}

#content_bottom{
	width:760px;
	height:14px;
    font: 1px/1px monospace;	
	margin: -5px 0 0 0;
	padding: 0;	
	background-image:url(/images/content_bottom2.jpg);
	background-repeat:no-repeat;
}

hr {
	border: thin dotted #CCC;
}

#content_article h1 {
	margin:0;
	padding:0 0 8px 0;
	font-size: 120%;
	color: #333;
}

#content_article h2 {
	margin:0;
	padding:5px 0 5px 0;
	font-size: 110%;
	color: #333;
}

.clearit {
    font: 0px/0px monospace;	
	clear: both;
	display: block;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer p {
    margin:5px 0 0 0;
    padding:0;
	font-size: 7pt;
	color: #fff;
	text-align: center;
}

#footer a {
  color:#fff;
  text-decoration: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


h2.pagetitle {
	font-size: 1.6em;
	}

h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h1 a:hover, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */






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

.post hr {
	display: block;
	}

.post .info	{
	margin-top: 0px;
	padding-top: 0px;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: right;
}


/* End Structure */





h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 */


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

#sidebar ul, #sidebar ul ol {
    margin:0 0 10px 5px;
    padding:0 0 8px 5px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-left:6px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 6px 0 6px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
	
#sidebar ul li ul{
	margin:0;
	padding:0;
}

#sidebar ul ul li, #sidebar ul ol li {
	/*margin: 3px 0 0;
	padding: 0;*/
	}
/* End Entry Lists */



/* Begin Form Elements 
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. 
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments
.alt {
	margin: 0;
	padding: 10px;
	}

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

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

.commentlist p {
	margin: 10px 5px 10px 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 { /* Doesn't work in IE */
	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;
	}

a img {
	border: none;
	}

.navigation {
    min-height: 17px;
    width: 99%;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
	}

.nav_prev_button {
	vertical-align:middle;
	margin-right: 5px;
}

.nav_next_button {
	vertical-align:middle;
	margin-left: 5px;
}

/* -------------------------------------- [ Commentary ] */

#commentary {
	border-top: 1px solid #111;
	overflow: hidden;
	/*clear: both;*/
	margin-bottom:3px;
}

#commentary h3{
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	
	margin-top:0;
	border-bottom:#bdbdbd 2px solid;
	border-top:#bdbdbd 2px solid;
	padding:5px;
	margin-bottom:0;
	background-color:#f3f3f3;
}
.comment {
	margin: 0 0 3em 0;
	/*border-top: 1px dotted #ccc;*/
	/*clear: both;*/
	overflow: hidden;
	color:#19495e;
	border-bottom:#a0a0a0 3px solid;
	padding-top:0;
	margin-bottom:3px;
}

.comment_author{
	margin-top:15px;
	padding-top:0;
	color:#000000;

	background-color:#cacaca;
	
}

.comment_author a{
	color:#000000;
	text-decoration:none;
}

.comment_author a:visited{
	color:#000000;
	text-decoration:none;
}

.comment_author a:hover{
	color:#06c;
	text-decoration:none;
}

.comment-name{
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	padding-top:12px;
}

.comment-date{
	float:right;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#000000;
}

.comment dl {
	margin-top:0;
	padding-top:2px;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 13px;
	font-family:"Century Gothic", Arial, sans-serif;
}

.comment dt img{
	float:left;
	margin-right:2px;
}

.comment p{
	margin:0 0 12px 0;
	line-height:1.1;
}

.comment-text{
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;*/
	padding-top:15px;
	padding-left:5px;
	
}

#leave-comment {
	border-top: 1px solid #111;
	overflow: hidden;
	/*clear: both;	*/
}

#leave-comment h4{
	font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.comment-field {
	overflow: hidden;
	margin-bottom:0px;
	margin-top:0;	
}

.leave-comment label {
	display: block;
	padding-top:3px;
	font-size: 13px;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight: bold;
	
}

#commentform input{
	width:185px;
}

.leave-comment input{
	width:185px;
}

.leave-comment #submit{
	width:89px;
	margin-top:5px;
	padding-top:5px;
	float:left;
}

.leave-comment input, .leave-comment textarea {
	padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	border: 2px solid #bcbcbc;
	background-color:#ced7ca;
}

#comment-input-field{
	width:350px;
	float:right;
}

.leave-comment textarea {
	height: 10em;
	width:95%;
}

.tooltip{
	margin-bottom:0;
}

#commentform textarea {
	width: 97%;
	padding: 2px;
}
	
	
#commentform submit{
	margin-top:5px;
	padding-top:5px;
	float:left;
	}
	
.flickr-photos img{
margin-left:5px;
}
