/* @override 
	http://localhost:8888/ccintl/wp-content/themes/ccSkin/style.css
	http://www.compassionconnection.net/wp-content/themes/ccSkin/style.css
*/

/*   
Theme Name: Compassion Connection Theme
Theme URI: www.compassionconnection.net
Description: A custom theme developed for Compassion Connection and it's Ministries.
Author: Anthony Lagoon
Author URI: www.remedynine.com
Version: 1.0
Tags: Compassion, Connection, Ecuador

	Based on Michael Tyson's Elegant Grunge theme
	http://michael.tyson.id.au/elegant-grunge-wordpress-theme
	
	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

.entry blockquote, .entry blockquote em{
	color: #bc712c;
	margin-left: 1.5em;
}
blockquote p
    {
    background: url(images/close-quotes.png) no-repeat right bottom;
	padding: 5px 5px 25px;
}

blockquote
    {
    padding: 20px 20px 0;
    background: #271d1a url(images/open-quotes.png) no-repeat 10px 10px;
	border-style: solid;
	border-color: #3c2c28;
	width: 90%;
}

#twitter_update_list li {
	overflow: hidden;
	max-height: 1.5em;
}

cite
    {
    float: right;
	margin-right: 25px;
	display: block;
	font-size: .9em;
	font-weight: bold;
	font-style: normal;
} 



h4 {
	border-color: #c47f32;
	color: #c58233;
	margin-bottom: -9px;
	font-size: 1.1em;
}


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)
		





/****************************
 **   General
 ****************************/

#page {
	background-color: #362825;
}
body {
	margin: 0;
	padding: 0;
	background: #362825;
	color: #e1d4b5;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #a95e26;
	outline: none;
	text-decoration: none;
}
a:hover{text-decoration: underline;}

img {
	border: 0;
}

#body .post .entry img {
	margin: 5px 10px;
	border: 5px solid #6d9082;
}


/****************************
 **   Layout
 ****************************/


/* Menu */

#menu { width: 937px; margin-right: auto; margin-left: auto;}

div.logowrapper {
	float: left;	
}

#topper {
	background: url(images/top_bg.jpg) repeat-x;
	height: 35px;
	padding: 0;
	margin: 0;
	border-width: 0;}



.double-right-sidebar #menu ul {
	width: 947px;
}


#menu .page_item a {
	color: #a95e26;
	text-shadow: #3b3b3b 0 0 0;
}


.left {
	float: left;
}
/* Header */

#header-wrap {
	background: url(images/pagebg.jpg) no-repeat center top;
	padding-top: 15px;
}

#header {
	height: 416px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -333px;
}

.no-sidebar div #header {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}

.double-right-sidebar div #header {
	background-image: url(images/header-double-sidebar.jpg);
}



.double-right-sidebar #header div {
	width: 947px;
}

#header h1 {
	font: 2.2em/169px "Georgia", "Baskerville", serif;
	margin: 0;
}

#header h1 a {
	color: #d3d3d3;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000 0 1px 2px;
	float: left;
}

#blog-description {
	position: relative;
	top: 60px;
	color: #616161;
	text-shadow: #000 0 1px 1px;
	left: 1.3em;
}

/* Content */

#content-container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding-bottom: 30px;
	background: url(images/content-container_bg_rpt_dk.png) repeat-y center;
}

#translation_bar a img{
	margin-right: 2px;
	margin-left: 2px;
}

#transl_sign {
	display: none;
}

#content-container-outer {
	width: 100%;
	background: url(images/content-container_bg_dk.png) no-repeat center top;
	padding-top: 15px;
}

.no-sidebar div #content-container {
}

.double-right-sidebar div #content-container {
	background-image: url(images/body-double-sidebar.jpg);
}

	#content {
		width: 887px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.double-right-sidebar #content {
	width: 947px;
}

#body {
	float: left;
	width: 600px;
	padding-left: 20px;
	padding-right: 20px;
}
#body-wide {
	float: left;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}


div.message h2 { font-size: 3em; line-height: 1em; color: #6d9082; display: block; background-color: #ddeee8; padding: 15px; border-top: 2px dotted #6d9082; border-bottom: 2px dotted #727f83;}


.no-sidebar div div #body {
	width: auto;
	float: none;
}

/* Sidebar */

#sidebar {
	float: right;
	font-size: 0.9em;
	width: 220px;
	position: relative;
	background-color: #2f2321;
	margin-right: -42px;
	height: 100%;
	padding-left: 10px;
	left: -15px;
	z-index: 0;
}

.double-right-sidebar #sidebar {
	font-size: 0.8em;
	float: left;
	position: relative;
	left: 28px;
	width: 181px;
}

.double-right-sidebar #sidebar2 {
	font-size: 0.8em;
	float: right;
	position: relative;
	left: -8px;
	width: 169px;
}

/* Footer */

#footer-wrap-outer {
	background: #362825 url(images/footer_bg_dk.jpg) no-repeat center top;
	margin-left: 5px;
}

#footer-wrap {
	width: 100%;
	padding-top: 0;
		max-height: 218px;
}

.no-sidebar div #footer-wrap {
}

.double-right-sidebar div #footer-wrap {
}

#footer {
	width: 822px;
	min-height: 30px;
	max-height: 160px;
	padding: 20px 55px 10px 65px;
	margin-left: auto;
	margin-right: auto;
}

div#thepit {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	height: 18px;
	padding-right: 20px;
	padding-left: 20px;
}

div.legal {
	float: left;
	display: block;
}

div.credit {
	float: right;
	display: block;
}


/****************************
 **   Content
 ****************************/

/* General */

h2 {
	color: #6d9082;

}
h2 a {
	color: #6d9082;text-decoration: none;
}

h1 {
	   color: #ae3223;
   margin-bottom: 24px;
	font: bold 1.5em "Lucida Grande", "Lucida Sans Unicode", sans-serif;

}

h1 a {
	text-decoration: none;
	color: #ae3223;
}

.post .entry {
	font-size: 0.9em;
	line-height: 1.3em;
	clear: both;
}

.post .author {
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -1.5em;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
	background-image: url(images/date_dk.png);
	width: 89px;
	height: 73px;
	text-align: center;
	float: right;
	text-transform: uppercase;
}

.post .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 5px;
	color: #e1d4b5;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 7px;
	line-height: 18px;
	color: #6d9082;
}

.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 3px;
	color: #6d9082;
}

.metadata {
	margin-top: 40px;
	text-align: left;
	font-size: 0.7em;
	color: #797979; background-color: #362825; padding: 5px 5px 15px;}

.metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	clear: both;
	display: block;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 0.9em;
	color: #88897b;
	background: url(images/more-link.png) no-repeat left center;
	padding-left: 30px;
}

.hr {
	clear: both;
	border: 0;
	background-image: none;
	color: #f8faf7;
	width: 100%;
	height: 10px;
	background-color: #6d9082;
	margin: -8px auto 100px;
}

.recurring .left, .recurring-staff .left{
	margin-right: 10px;
}
.recurring { background: url('http://www.compassionconnection.net/wp-content/themes/ccSkin/images/donate-header.jpg'); width: 869px;height: 62px; padding-top: 172px; padding-left: 50px; padding-right: 20px; position: relative; left: -45px; top: -22px;}

.recurring-staff { background: url('http://www.compassionconnection.net/wp-content/themes/ccSkin/images/staff-donate-head.jpg'); width: 869px;height: 62px; padding-top: 172px; padding-left: 50px; padding-right: 20px; position: relative; left: -45px; top: -22px;}

.contact-header { background: url('http://www.compassionconnection.net/wp-content/themes/ccSkin/images/contact-header.jpg'); width: 869px;height: 62px; padding-top: 172px; padding-left: 50px; padding-right: 20px; position: relative; left: -45px; top: -22px;}

.ministries-header { background: url('http://www.compassionconnection.net/wp-content/themes/ccSkin/images/ministry-head.jpg'); width: 869px;height: 62px; padding-top: 172px; padding-left: 50px; padding-right: 20px; position: relative; left: -45px; top: -22px;}

.potterswheel-header { background: url('http://www.compassionconnection.net/wp-content/themes/ccSkin/images/potterswheel-head.jpg'); width: 869px;height: 62px; padding-top: 172px; padding-left: 50px; padding-right: 20px; position: relative; top: -22px; left: -26px;}

.short-term-header { background: url('http://www.compassionconnection.net/wp-content/themes/ccSkin/images/short-term-head.jpg'); width: 869px;height: 62px; padding-top: 172px; padding-left: 50px; padding-right: 20px; position: relative; top: -22px; left: -26px;}

.bible-school-header { background: url('http://www.compassionconnection.net/wp-content/themes/ccSkin/images/bible-school-head.jpg'); width: 869px;height: 62px; padding-top: 172px; padding-left: 50px; padding-right: 20px; position: relative; top: -22px; left: -26px;}

#respond {
	background-image: none;
}

.hr hr {
	display: none;
}

.navigation {
	width: 100%;
	margin-top: 50px;
}

.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}


/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: none;
   text-align: center;
   background-color: #f9f1e6;
}

.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;
	clear: left;
}

#captionfloat {
	float: left;
	margin: 4px;
	width: 170px;
	height: 218px;
	background-color: #f9f1e6;
}


/* Comments */


.commentlist {
	padding: 0;
	list-style-type: none;
	margin-top: 16px;
	margin-left: 0px;
}

.commentlist li {
	margin-top: 16px;
	margin-left: 24px;
	max-width: 532px;
	margin-bottom: 16px;
}

.commentlist li .comment-content,
.commentlist li .before-comment,
.commentlist li .after-comment,
.commentlist li .after-comment div {
	background:transparent url(images/comment_bg_dk.png) no-repeat top right;
}

.commentlist li .comment-content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding-right: 0;
	padding-top: 42px;
	padding-bottom: 0px;
}

.commentlist li .before-comment {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width: 27px; /* top slice width */
	margin-left: -27px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.commentlist li .after-comment {
	/* bottom */
	position:relative;
}

.commentlist li .after-comment,
.commentlist li .after-comment div {
	height: 67px; /* height of bottom cap/shade */
	font-size:1px;
}

.commentlist li .after-comment {
	background-position:bottom right;
}

.commentlist li .after-comment div {
	position:relative;
	width:27px; /* bottom corner width */
	margin-left: -27px;
	background-position:bottom left;
}

.commentlist .comment {
	margin: 0 0 0 14px;
	font-size: 0.8em;
	padding-right: 27px;
}

.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.commentlist .comment .reply {
	text-align: right;
	position: relative;
	top: 15px;
	z-index: 100;
	font-size: 0.9em;
}

.commentlist .comment .reply a {
	color: #D7DBD8;
	text-decoration: none;
}



.avatar {
	float: left;
	margin:0 10px 0 0!important;
	border: 3px solid #87a6a0;
}

/* Comment Form */


input.text {
	width: 200px;

	padding: 5px;
	border: 4px solid #cdc2a4;
	background-color: #fbf3dc;
}

div.entry .cform input  {
	background-color: #e4edf0;
	border: 2px solid #6d9082;
}
div.entry .cform input:focus, div.entry .cform input:hover  {
	background-color: #fafcfe;
}
form.cform ol{
	border-style: none;
}

.linklove{
	display: none;
}

textarea {
	width: 550px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 4px solid #cdc2a4;
	background-color: #fbf3dc;
}

/* Frame */


.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	background: url(images/frame-top-left.jpg) no-repeat left top;
}

.frame-outer span span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
}

.frame-outer span span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
}

.frame-outer span span span span {
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

.frame-outer.small span {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span span {
	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span span {
	background: none;
}

/****************************
 **   Sidebar
 ****************************/

/* General */

.sidebar h2 {
	font-size: 1.4em;
	color: #6d9082;
	margin-bottom: 10px;}

.sidebar a {
	color: #a95e26;text-decoration: none;
}


.sidebar ul li a{display: block; border-top: 1px solid #261a19; padding-top: 6px; padding-bottom: 6px; margin-top: 0; margin-right: 10px; margin-bottom: 0;}

#translation_bar a, #translation_bar a:hover{display: inline; background-color: #2f2321; margin: 0;}
.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}
.sidebar ul ul li{
	margin-left: 10px;

}
.sidebar ul ul li:hover {
	background-color: #3c2d2a;
}
.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}



.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: none;
}

.sidebar ul ul li, .sidebar ul ol li {
	padding: 0; margin-right: 0; margin-left: 0; margin-bottom: 0;}

/* Search */

.sidebar #searchform div {
	background-image: url(images/searchform.jpg);
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
.sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 152px;
	height: 16px;
	color: #909090;
	font-size: 1.1em;
	outline: none;
}
.sidebar #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	text-indent: -2000px;
	cursor: pointer;
}
.double-right-sidebar .sidebar #searchform div {
	background-image: url(images/searchform-double-sidebar.jpg);
	width: 190px;
	height: 45px;
	margin-left: -3px;
}
.double-right-sidebar .sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 115px;
	height: 16px;
	color: #909090;
	font-size: 0.9em;
	outline: none;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* Photoblog widget */

.sidebar .elegant_grunge_photoblog div {
	text-align: center;
}

.sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}


/****************************
 **   Footer
 ****************************/

#footer #subscribe a {
	display: block;
	position: absolute;
	background-image: url(images/rss.png);
	width: 149px;
	height: 126px;
	margin-left: -156px;
	margin-top: 58px;
	text-indent: -2000px;
	overflow: hidden;
}

#footer .legal, #footer .credit {
	color: #281e1c;
}

#footer .legal {
	float: left;
}

#footer .credit a {
	text-decoration: none;
}

#footer .credit {
	float: right;
}


#footer .widget-wrap {
	float: left;
	overflow: hidden;
	width: 241px; height: 168px;}


#footer .widget {
	margin-left: 10px;
}

#footer {
	font-size: 14px;
	line-height: 27px;
}

#footer a {
	color: #281e1c;
	text-decoration: none;
}

#footer h2 {
	color: #281e1c;
	margin-bottom: 15px;
	font: normal normal 25px "Lucida Grande", Lucida, Verdana, sans-serif; margin-top: 15px;}

#footer ul li {
	list-style-image: none;
	list-style-type: none;
	margin-left: -50px;
	background: url(images/footerulbg.png) no-repeat;
	padding-left: 16px;
}

/*	My Additions are from here down	*/

	/* Main logo */
	
	.logowrapper a{
        display:block;
        width: 350px;
        height: 43px;
	}

	.logowrapper h2 {
        position:relative;
        z-index:1;
		width: 353px;
		height: 44px;
		float: left;
		text-indent: -999999px;
		margin-top: 10px; background: url(images/cc-sprite.png) -5px -6px;}

	.fdvlogowrapper h2 {
        position:relative;
        z-index:1;
		width: 275px;
		height: 52px;
		float: left;
		background-image: url(images/FDV-Logo.png);
		text-indent: -999999px;
		margin-top: 10px;
	}
	
	#searchtop input {
		width: 150px;
		float: right;
	}

#searchtop {
		margin-right: auto;
		margin-left: auto;
		width: 955px;
	}
	
/*---- Twitter Div	----*/

#twitter_div {
	width:44px;
	height:45px;
	float:left;
	margin-right: -6px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url('images/twittericon.png') no-repeat;
	margin-top: 2px;
}

	#twitter_update_list {
	padding: 7px 0px 0px 0;
	margin:0;
	color:#6a3309;
	font: lighter 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 700px;
	list-style-type: none;
	float: left;
}

.fb_wrap {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
	
	#twitter_update_list A:link {
	color:#281e1c;
	font-size:12px;
	text-decoration: none;
	}
	#twitter_update_list A:visited {
	color:#281e1c;
	font-size:12px;
	text-decoration: none;
	}
	#twitter_update_list A:active {
	color:#281e1c;
	font-size:12px;
	}
	#twitter_update_list A:hover {
	color:#281e1c;
	font-size:12px;
	}


	div.feedBurnerFeedBlock p.feedTitle {
	font-size:66px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0px 0px 0px 39px;
	
	}
	
	div.feedburnerFeedBlock ul { 
	list-style-type: none;
	margin-right:40px;
	}
	
	div.feedburnerFeedBlock ul li span.headline { 
	color:#8F9C9A;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	display:block; 
	margin:0px 0px 9px 190px;
	text-decoration:none;
	}
	
div.feedburnerFeedBlock ul li div {
	float: left;
	}
	
div.feedburnerFeedBlock ul li div img a {
	border:#FF0000;
	border:thick;
	}

	
div.feedburnerFeedBlock ul li p.date {
	font-size:10px;
	color:#938F6C;
	float:left;
	margin-top:-5px;
	}

/*---- END TWITTER DIV ----*/

#mediabox div {
	float: left;
	
}
#mediabox {
	min-width: 400px;
	min-height: 120px;
	background-color: #362826;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
}

#fotobook-photos-widget div.thumbnail {
	background-color: #362826;
}

#noted { background-color: #2f2321; padding: 15px; display: inline-block; margin:10px 0;}
.noted { background-color: #2f2321; padding: 15px; display: inline-block; margin:10px 0; width: 100%;}
.noborder {border:none !important;}
#thepit, #thepit div.credit a { font-size: 12px; color: #a6bec5;}

#sidebardonate p { font-size: .75em; color: #afa78e; margin-left: 10px; margin-right: 20px; text-align: center;}

.sidebar #sidebardonate ul li a{ padding: 0; margin: 0;}

#sidebardonate h2 a.btn{ padding-top: 0; padding-bottom: 0; margin-left: 66px;
	float: left;
}

.btn-25 { height: 31px; width: 66px; background: url(images/cc-sprite.png) no-repeat left -107px;}
.btn-50 { height: 31px; width: 66px; background: url(images/cc-sprite.png) -66px -107px;}
.btn-100 { height: 31px; width: 66px; background: url(images/cc-sprite.png) -198px -107px;}
.btn-150 { height: 31px; width: 66px; background: url(images/cc-sprite.png) -264px -107px;}
.btn-200 { height: 31px; width: 66px; background: url(images/cc-sprite.png) -330px -107px;}

/* @group Buttons */

/* Large Button
----------------------------- */
#post a.button-grey:hover { color: #93afcb; text-decoration: none;}

a.btn {
	background-position: right -31px;
	background-repeat: no-repeat;
	font-size: 14px;
	padding-right: 18px;
	text-decoration: none; margin: 10px 10px 10px 20px;
	height: 31px;
	display: inline-block;
	text-shadow: #f7e8c4 1px 1px 0;
}

a.btn span {
	line-height: 32px;
	margin-left: -10px;
	white-space: nowrap; background-position: -550px -31px; height: 31px;
	padding-left: 18px;
	padding-right: 0;
	display: inline-block;
}
a.btn.wlimage img {
	position: absolute;
	left: 2px;
}
a.btn.wrimage img {
	position: absolute;
	right: 2px;
}

/* --- Hover --- */

a.btn:hover {
	background-position: right top;
}
.btn:hover span {
	background-position: -550px top;
}

/* --- Click (Active) --- */

a.btn:active {
	background-position: right -62px;
	color: #000;
	outline: none;}

a.btn:active span {
	background-position: -550px -62px; height: 31px; padding-left: 18px; padding-right: 0;}

/* --- Various Colors --- */
	
a.btn,
a.btn span {
	background-color: transparent; background-image: url(images/cc-sprite.png);}


/* @end */

/* @group editlink */

a.post-edit-link {
	background-position: right -31px;
	background-repeat: no-repeat;
	font-size: 14px;
	padding-right: 18px;
	text-decoration: none; margin: 10px 10px 10px 20px;
	height: 31px;
	display: inline-block;
	color: #ae3223;
	font-weight: bold;
	text-shadow: #efe9d8 1px 1px 0;
}

a.post-edit-link span {
	line-height: 32px;
	margin-left: -10px;
	white-space: nowrap; background-position: -550px -31px; height: 31px;
	padding-left: 18px;
	padding-right: 0;
	display: inline-block;
}
a.post-edit-link.wlimage img {
	position: absolute;
	left: 2px;
}
a.post-edit-link.wrimage img {
	position: absolute;
	right: 2px;
}

/* --- Hover --- */

a.post-edit-link:hover {
	background-position: right top;
	text-shadow: #fff 1px 1px 0;
}
.post-edit-link:hover span {
	background-position: -550px top;
}

/* --- Click (Active) --- */

a.post-edit-link:active {
	background-position: right -62px;
	color: #000;
	outline: none;}

a.post-edit-link:active span {
	background-position: -550px -62px; height: 31px; padding-left: 18px; padding-right: 0;}

/* --- Various Colors --- */
	
a.post-edit-link,
a.post-edit-link span {
	background-color: transparent; background-image: url(images/cc-sprite.png);}

/* @end */

#usermessage3a {
	background-color: #b5f1d9;
	color: #ae3223;
	font-weight: bold;
	border: 2px dotted #a0d4bf;
}

.metadata a.post-edit-link, .metadata a.post-edit-link span{
	display: inline;
	width: inherit;
	height: inherit;
	background-image: none;
	font-size: inherit;
	color: #925325;
	text-shadow: none;
	margin: 0;
	padding: 1px 3px 2px;
	background-color: #42322d;
}

/* @group NavBar */

#suckerfishnav {
    font-size:14px;
    font-family:verdana,sans-serif;
}
#suckerfishnav, #suckerfishnav ul {
    float: right;
    list-style:none;
    line-height: 25px;
    padding:0;
    margin: 22px 0 0;
	border-width: 1px;
	border-color: #aaa;
	z-index: 9;
}
#suckerfishnav a {
    display:block;
    color:#d8cba7;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
	background: url(http://www.compassionconnection.net/wp-content/themes/ccSkin/images/mainmenu_bg.png) no-repeat;
	min-width: 100px;
	text-align: center;
	margin-left: 5px;
}
#suckerfishnav ul li {
	float: none;
	background: none;
	text-align: left;
	margin-left: 0;
}
#suckerfishnav ul {
    position:absolute;
    left: -999em;
    height:auto;
    width: 170px;
    margin:0;
    line-height: 1;
    border-top: 1px solid #4c3d3a;
    }
#suckerfishnav li li {
    width: 170px;
    border-bottom: 1px solid #4c3d3a;
	font-family: verdana,sans-serif;
}
#suckerfishnav li li a {
    padding:4px 10px;
    width: 160px;
    font-size: 12px;
    color:#d8cba7;
    font-weight: normal;
    }
#suckerfishnav li ul ul {
    margin: -20px 0 0 170px;
    }
#suckerfishnav li li:hover {
    background:#2e2322;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#fff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#fff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#d8cba7;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#241b19;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background-color:transparent;
    }
    #suckerfishnav li a {
	color: #a4532d;
}
#suckerfishnav li a {
	color: #a4532d;
}

/* @end */

