/* Copyright 2012 Crown Financial Ministries */

/*Begin Crown CSS*/

#container{
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#h1-homepage {text-indent: -9999px; height: 0px; margin: 0px; font-size: 1px; color: white;}
button{
	border: thin silver solid;
	-moz-border-radius: 5px;
	background-color: #333;
	color: #FFF;
	padding: 5px;
}

button:hover{
	background-color: #666;
}

.clear{
	clear: both;
}

.clear-dashed {clear: both; border-bottom: dashed thin silver; margin: 30px 0; height: 1px; width:600px;
}
.center {text-align: center;}

.tiny {font-size: .75em;
line-height: 1em;
clear: both;}
/* ------------------------------------- Top Area ------------------------------------- */

#donatesocial { float: right;}
#donatesocial img {float: left; margin-right:6px;}
#header{
height: 200PX;
width: 960px;
padding: 0;
z-index: 99999;
}

/* SEARCH Style */

#search {
width: 300px;
height: 40px;
float: right;
margin-top: 40px;
}

/* ---- NEW STUFF --- */
a#donate-tab:link, a#donate-tab:active, a#donate-tab:visited {
	font-family: "cronos-pro", Arial, sans-serif;
	font-weight: bold;
	padding: 20px 20px 6px 20px;
	margin: -20px 0 0 0;
	height: 20px;
	color: white;
	background: #d9531e;
	border-radius: 8px;
	border: thin solid white;
	font-size: 1.4em;
	text-decoration: none;
	float: right;
	text-shadow: 1px 1px 0 #666;
	box-shadow: 0 0 4px #666;
	text-align: center;
	font-style:italic;
	background-color: #a13218; /* fallback color */
background-image: -moz-linear-gradient(100% 100% 90deg, #a13218, #d65030);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a13218), to(#d65030));

	}
a#donate-tab:hover {transition: margin .5s;-moz-transition: margin .5s; -webkit-transition: margin .5s; background: #c64c1b; color:white; margin-top: -15px;}
#superheader {
width: 200px;
height: 20px;
margin: 0 auto;
background: none;
padding-left: 760px;
}
#superheader a:link, #superheader a:hover, #superheader a:active {transition: margin 1s;-moz-transition: margin 1s; -webkit-transition: 1s;color: white;}
#homelink {width: 400px;
height: 89px;
padding: 0px;
float: left;
margin-top: -8px;}

/* ----------------- MAIN BODY AREA --------------------------------- */
#mainarea{
	width: 960px;
	-moz-border-radius: 8px;
	border-radius:8px; 
	-webkit-border-radius:8px;
	border: thin solid #cdcdcd;
	clear: both;
	background-color: #fdfdfd;
	-moz-box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 6px #666;
	box-shadow: 0 0 6px #666;
	padding:0; 
	margin:0;
	min-height: 750px;
}

#maincolumn{
	width: 920px;
	padding: 10px 20px;
	position: relative;
	overflow:hidden;
}

#breadcrumb {
	height: 20px;
	width: 100%;
	margin-bottom: 20px;
	font-size: .9em;
	color:#999; 
	font-weight:bold;
}

#breadcrumb a:link, a:active, a:visited { 
	text-decoration: underline;
	color: #999;
	font-size: inherit;
	font-weight:normal;
}
#breadcrumb a:hover { 
	text-decoration: none; }

/*------------------ PAGE FRAMEWORK ---------------------------*/

.page-full {width:920px; margin-bottom: 40px; text-align: justify;}
.page-one-third {width:290px; float: left; margin:0 40px 40px 0;text-align: justify;}
.page-two-thirds {width: 620px; float: left; margin:0 40px 40px 0;text-align: justify;}
.page-one-third-last {float: right;margin-right: 0;text-align: justify; width: 260px;}
.page-two-thirds-last {float: right;margin-right: 0;text-align: justify; width: 560px;}

.sidebar {float: right;margin-right: 0;text-align: left; width: 240px; border-left: thin dashed silver; padding-left: 20px;}
.sidebar h4 {text-align: left;}
.story {width: 620px; float: left; margin:0 30px 40px 0;text-align: justify;}

/* ----------------- END MAIN BODY AREA --------------------------------- */

/* ----------------- FOOTER AREA --------------------------------- */
#footer, footer {
width: 100%;
margin-top:40px; 
padding-top: 20px;
clear: both; 
min-height: 400px;
background-color: #0f2c39; /* fallback color */
background-image: url(images/bg-footer.jpg); /* fallback image */
background-image: -moz-linear-gradient(100% 100% 90deg, #0f2c39, #07151b);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0f2c39), to(#07151b));
}
 

#footertop{
	margin: 0 auto;
	width: 960px;
	text-align: center;
	color: #fff;
	padding-top: 5px;
}

#footer h4 {
	font-family: "cronos-pro", Arial, sans-serif;
	font-weight: bold;
	color: #7d6a55;
}

.footer-column li {margin: 0px;}
.footer-column li a {
font-family: "cronos-pro", Arial, sans-serif;
line-height: 1em;
margin-bottom: 0px;
}
.footer-column li a:link, .footer-column ul li a:visited{
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {text-decoration: underline;}
#footerbottom{
	margin: 0 auto;
	width: 960px;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 3px;
	font-family: verdana;
	font-size: 11px;
}

#footerbottom a,#footerbottom a:visited{
	color: #fff;
	font-size: 11px;
}

.footer-column {width: 220px; float: left; text-align: left; margin-right:20px;}

/* ------------ HOMEPAGE SPECIFIC STYLES ---------------- */
#mainarea-home {
width: 960px;
padding: 0px;
background: none;
margin: 0px 0 0 0;
}


.maincolumn-home {width: 960px; padding: 0px;position: relative;}

.sixtwenty {width: 618px; float:left; background: #fefefe; border: thin solid #dedede; box-shadow: 0 0 6px #333; padding: 0 10px; min-height: 800px;}

#connect {margin: 20px 0 0 0; width: 940px; float:left; background: #fefefe; border: thin solid #dedede; box-shadow: 0 0 6px #333; padding: 10px;}

#rightcolumn-home {width:300px; float:right;}

.threehundred {width: 278px; padding: 10px; float: right; background: #fefefe; border: thin solid #dedede; box-shadow: 0 0 6px #333; }

.affiliates-button:link {
width: 278px; 
float:right; 
padding: 10px; 
background-color: #a13218; /* fallback color */
background-image: -moz-linear-gradient(100% 100% 90deg, #a13218, #d65030);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a13218), to(#d65030));
margin: 10px 0;
border:thin solid #DEDEDE;
text-decoration: none;
text-align: center;
border: thin solid #d65131;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.affiliates-button:hover {
background-color: #d65030; /* fallback color */
background-image: -moz-linear-gradient(100% 100% 90deg, #d65030, #a13218);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d65030), to(#a13218));}
.affiliates-button h3 {
font-family: Palatino, Georgia, sans-serif;
color: white;
text-decoration: none;
font-size: 1.8em;
font-style: italic;
line-height: .5em;
padding-top: 8px;
}
.affiliates-button span {font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .9em; color:#ffffff;}
.affiliates-button img {float: left;
margin-top: 12px;
margin-bottom: 8px;}

#twitter_feed{

}

#twitterbox {width:440px; padding: 0 20px 0 0; float: left; border-right: thin dashed silver;}
#latesttweet {color: #90d3d5; font-family: "cronos-pro", 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold; font-size: 1.2em;}
#facebox {width: 440px; float: right; padding: 0 0 0 20px;}
#rightcolumn-home h3 {
font-size: 1.6em;
}

#home-podcast h4 a:link, #home-podcast h4 a:active, #home-podcast h4 a:visited {
font-family: "HelveticaNeue", "Helvetica", Arial, sans-serif;
font-size: 20px;
font-weight: normal;
color: #c2c2c2;
text-decoration: none;
font-style: normal;
}
#home-podcast p {
font-family: "HelveticaNeue", "Helvetica", Arial, sans-serif;
font-size: 14px;
font-weight: normal;
color: #3c3c3c;
text-decoration: none;
line-height: normal;
}

#home-podcast .enclosure {
background: url(/icons/icon_download.png) no-repeat 0px;
padding: 0 0 0 20px;
margin-bottom: -20px;
}
.headline a:link {
font-family: "HelveticaNeue", "Helvetica", Arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #013e59;
text-decoration: none;
}


.fbsubscribelink{
	width: 200px;
	float: right;
	font-size: 14px;
	font-weight: 700;
}

#social ul {list-style: none;
}
#social ul li {display: inline;}

.tab-text {width: 100%; zoom: 1;}
.tab-text, .tab-text p {
font-style: normal; font-weight: normal;clear: both;}
.tab-text h3 {font-style: normal; clear: both;}
.tab-text h4 {
font-family: Palatino, Georgia, serif;
font-weight: normal;
font-style: italic;
font-size: 1.3em;
line-height: 2em;
clear: both;
}
.tab-text ul {
margin-bottom: 20px;
}
.tab-text li {height: 20px;margin: 0 0 10px 20px;}
.tab-text li a:link {
font-family: "cronos-pro", Arial, sans-serif;
float: left;
margin-right: 4px;
padding: 0 8px 0 16px;
font-weight: bold;
text-decoration: underline;
background: url(/images/arrow-right.png) no-repeat 0px;
}
.tab-text li a:hover
{text-decoration: none;}


/*  Other */
.bulletlist{
	list-style: square outside;
	margin-left: 40px;
	font-size: .9em;
	font-weight: 400;
	line-height: 1.2em;
}

.listbox{
	float: left;
	width: 190px;
	height: 100px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid silver;
	margin: 0 20px 40px 0;
	padding: 10px;
}

.listbox_right{
	float: left;
	width: 190px;
	height: 100px;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid silver;
	margin: 0 0 40px;
}

.bulletlist li a{
	font-size: 15px;
	font-weight: 700;
	color: #3B64B3;
}

.bulletlist li{
	margin-bottom: 20px;
}

.listbox h2{
	font-size: 20px;
}

.listbox_right h2{
	font-size: 20px;
}

.arrowlist{
	list-style-position: outside;
	list-style-image: url(/images/arrow_right.png);
	list-style-type: none;
}

#LibraryMenu{
	width: 150px;
	border: thin silver solid;
	-moz-border-radius: 5px;
	background-color: #FFF;
	color: #000;
	padding: 5px;
}

/*
#maincolumn ul {list-style: square outside; margin-left:40px; font-size:1em; font-weight:bold; line-height: 1.5em; margin-bottom:20px;}

*/
ul#maincolumn, .story ul li, .page-full ul li {
	list-style: square outside;
	margin-left: 40px;
	font-size: inherit;
	line-height: 1.5em;
	margin-bottom: 20px;
}

ul#maincolumn li {
	margin-bottom: 10px;
	font-size: .9em;
}

ul#maincolumn li a {
	font-weight: 700;
	font-size: .9em; color: #3B64B3;
}

ol#maincolumn {
	list-style: decimal outside;
	margin-left: 40px;
	font-size: .9em;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.page-full ol {	list-style: decimal outside;
	margin-left: 40px;
	font-size: .9em;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #3B64B3;
}
ol#maincolumn li{
	margin-bottom: 18px;
}

ul#maincolumn li em{
	font-size: .9em;
	font-weight: 700;
}

.imgrightpad{
	margin-right: 20px;
	float: left;
}

.imgleftpad{
	margin-left: 20px;
	float: right;
}

#home-testimony {font-size: 1.5em; font-family: Georgia, Times New Roman, serif; font-style: italic; color:#898989; font-weight: normal;}
#home-selections {width: 960px; position: relative; margin: 20px 0; clear: both; height:110px; }
#home-selections p {color:white;}
#home-selections h3 {color:white; font-size:1.5em; text-shadow:1px 0px 2px #000;}
.selection-left-blue {width:241px; float:left; height:110px; overflow:hidden; margin-right:20px; background: url(/images/bg-selection-blue.jpg) repeat-x; padding: 10px 30px; -moz-border-radius: 8px;-webkit-border-radius: 8px; border-radius: 8px; border:thin solid silver; color: white;	-moz-box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 6px #666;
	box-shadow: 0 0 6px #666;}
.selection-left-orange {width:241px; float:left; height:110px; margin-right:0px; background: url(/images/bg-selection-orange.jpg) repeat-x; padding: 10px 30px; -moz-border-radius: 8px;-webkit-border-radius: 8px; border-radius: 8px; border:thin solid silver;	-moz-box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 6px #666;
	box-shadow: 0 0 6px #666;}
.selection-left-green {width:241px; float:left; height:110px; margin-right:20px; background: url(/images/bg-selection-green.jpg) repeat-x; padding: 10px 30px; -moz-border-radius: 8px;-webkit-border-radius: 8px; border-radius: 8px; border:thin solid silver;	-moz-box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 6px #666;
	box-shadow: 0 0 6px #666;}
.selection-right-blue {width:230px; float:left; height:110px; background: url(/images/bg-selection-blue.jpg) repeat-x; padding: 10px 30px; -moz-border-radius: 8px;-webkit-border-radius: 8px; border-radius: 8px; border:thin solid silver;	-moz-box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 6px #666;
	box-shadow: 0 0 6px #666;}
.selection-right-orange {width:230px; float:left; height:110px; background: url(/images/bg-selection-orange.jpg) repeat-x; padding: 10px 30px; -moz-border-radius: 8px;-webkit-border-radius: 8px; border-radius: 8px; border:thin solid silver;	-moz-box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 6px #666;
	box-shadow: 0 0 6px #666;}
.selection-right-green {width:230px; float:left; height:100px; background: url(/images/bg-selection-green.jpg) repeat-x; padding: 10px 30px; -moz-border-radius: 8px;-webkit-border-radius: 8px; border-radius: 8px; border:thin solid silver;	-moz-box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 6px #666;
	box-shadow: 0 0 6px #666;}
.selection-right-orange {width:230px; float:left; height:100px;background: url(/images/bg-selection-orange.jpg) repeat-x; padding: 10px 30px; -moz-border-radius: 8px;-webkit-border-radius: 8px; border-radius: 8px; border:thin solid silver;	-moz-box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 6px #666;
	box-shadow: 0 0 6px #666;}

.selection-left-blue:hover, .selection-left-green:hover, .selection-left-orange:hover  {border: thin solid white; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; text-decoration: none;}

ul#social {list-style: none; padding: 0; margin: 0;}
ul#social li {display: inline;}
ul#social li a {float: right; margin-right: 10px; padding:0;}
ul#social li a:hover img{
-moz-box-shadow: 0px 0px 12px #fff;
-webkit-box-shadow:  0px 0px 12px #fff;
box-shadow:  0px 0px 12px #fff;
}
#addthis {width: 300px; float: left; height:60px;}

/*--- Feed from Blog ---*/
.headline ul li a{
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #355555;
	font-weight: 400;
	text-decoration: underline;
	margin: 10px 0;
	background: url(/images/arrow_right.png) no-repeat 350px;
	padding-right: 250px;
list-style:none;
}

.headline a:hover{
	text-decoration: none;
}

#creditfooter{
	visibility: hidden;
}

.feedburnerFeedBlock{
	margin-bottom: -20px;
}

.feedburnerFeedBlock ul li{  
}

.headline {font-weight: bold; font-size: 18px;}


/* -- Buttons! ---*/
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* color styles 
---------------------------------------------- */

/* black */
.black, .black:visited {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray, .gray:visited {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white, .white:visited {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange, .orange:visited {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red, red:visited {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue, .blue:visited {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy, .rosy:visited {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green, .green:visited {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink, .pink:visited {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}



