/*
Theme Name: tpg-virtue
Description: Child theme based on virtue
Author: The Pineridge Group, LLC
Author URI:  http:tpginc.net
Template: virtue_premium
*/
@import url("../virtue_premium/style.css");

/* overrides */
/* colors */
.blue {color:#104e8b;}
.red {color: #cc0033;}
.green {color:#9bcd9a;}



/* general */

/* =Global Elements
---------------------------------------*/
/* Main global theme and topology */

hr {background-color:#104e8b;}

/* =Structure
--------------------------------*/

#wrapper {
	background: none;
}

/* =Header
---------------------------------*/


/* =Menu
--------------------------------*/
.kad-header-right {
	padding-left: 0;
	padding-right: 5px;
}
/* =Content
--------------------------------*/

/* =Footer
--------------------------------*/
#site-generator a {
	background: url(images/DreamHostFooter.png) center left no-repeat;
}

/* = tpg get post list page
--------------------------------*/
.tpg-get-post-li-hr { display:block !important; clear:both;}

/* =styling for donate page
--------------------------------*/
.tpg-get-posts + hr { clear:both; }
	
#paypal-donate {
	padding: 2em;
	width: 25%;
	margin-left:auto;
	margin-right:auto;
}

/*
styling for contact page
--------------------------------*/
#email-form {
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:#d6ead6;
	border:thin #E8E1FF;
	padding:10px 10px 10px 20px;
	clear:both;
}
#email-form table {
    border: none;
    margin: 0 -1px 10px 0;
    text-align: left;
    width: 100%;
}
#email-form tr td {
    border-top: none;
    padding: 1px;
}



