/*
	Theme Name: RevengeIs WordPress Theme
	Theme URI: http://www.revengeis.com/
	Description: RevengeIs a Professional WordPress Theme
	Version: 2.0
	Author: RevengeIs
	Author URI: http://www.revengeis.com/
	Tags: organic tee, women's organic t shirts, eco clothing, organic tees, eco friendly clothing, green t shirts, plastic bottles reuse, green clothes, organic cotton shirt, t shirt organic, green gifts, organic tee shirts, organic cotton t shirts
*/

/* ---------- Reset Tags ----------- */
@import url("css/reset.css");

/* ---------- Reset Tags ----------- */
@import url("css/prettyPhoto.css");

/* ---------- Shortcodes ----------- */
@import url("css/shortcodes.css");

/* ---------- Site Styles ---------- */
@import url("css/style.css");

.gettingtoknowyou_box
{
	border: 1px solid #ccc;
	padding: 10px;
	position: relative;
	float:left;
	margin: 0 10px 10px 0;
	width: 300px;
	height: 675px; /*this may need to change if box contents are changed*/
}

.healthyeating_box
{
	border: 1px solid #ccc;
	padding: 10px;
	position: relative;
	float:left;
	margin: 0 10px 10px 0;
	width: 300px;
	height: 430px; /*this may need to change if box contents are changed*/
}
.charity_spotlight
{
	border: 1px solid #ccc;
	padding: 10px;
	position: relative;
	margin: auto;
	width: 300px;
}
.our_charities_text
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 20px;
	line-height: 2.2em;
}

/* Garrett Added www.grimmdude.com/web-dev */
strong {
	font-weight:bold;
}
h3 {
	line-height:25px;
	margin-bottom:10px;
}
h4 {
	text-decoration:underline;
}

div.header_logo {
	background-image:none;
	margin-top:10px;
}

.page_content_text ul,page_content_text ol {
	margin-bottom:23px;
}
div#comments {
	clear:both;
}
span.page_top_title {
	text-shadow: 2px 1px #000000;
}
div#featured_post_top {
	width:918px;
	margin:10px auto 0px auto;
	/*color:#363636;*/
	color:#000000;
	font-family:"Trebuchet MS",Arial,Helvetica,san-serif;
	/*overflow:auto;*/
}

div#featured_post_top a:hover {
	color:#ffffff;
}

/*Wordpress Core Image Classes*/
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

/* Button Styling */


.shop_button {
   margin-left:-10px;
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.shop_button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.shop_button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

