/********************************************
* Amazing Causes
* Developed by I-ology
* http://www.i-ology.com
*
* Created 04/15/2009- AC
*
* Amazing Cause Style Definitions
********************************************/

/*******************************************
* Web site color and typography settings
*******************************************/
body {
    background: #5e3500; /* Web Site Background Color */
}
    
body, select, textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Definition with Primary and Alternates */
    color: #666; /* Font Color */
    font-size: 13px; /* Font Size */
    line-height: 18px; /* Font Leading */
}

h1,h2,h3 { 
  color: #e96301; 
}

/*******************************************
* Card Selection
*******************************************/

#container-padding {
    width: 850px;
    width/**/:/**/ 804px;
    padding: 36px 23px 20px 23px;
    overflow: hidden; 
}

#sidebar {
    float: left;
    width: 258px;
}

#sidebar-home {
    float: left;
    width: 370px;
}

#content {
    float: right;
    width: 531px;
    width/**/:/**/ 500px;
    padding-left: 31px;
    border-left: 1px solid #eaeaea;
}

#content-home {
    float: right;
    width: 396px;
    width/**/:/**/ 396px;
    padding-left: 31px;
    border-left: 1px solid #eaeaea;
}


.card-selection {
    width: 240px;
    margin: 0 0px 20px 0;
    padding: 0 0 0px 0;
    overflow: hidden;
	text-align:center;
	float:left;
}

.card-selection-row {
	width: 240px;
    margin: 0 0px 20px 0;
    padding: 0 0 0px 10px;
    border-left: 1px solid #eaeaea;
    overflow: hidden;
	text-align:center;
	float:right;
	
}

.card {
    width: 155px;
    padding-top: 5px;
}

.card-details {
	text-align:left;
}

.card-details p {
    font-size: .9em;
    margin: 0 0 1em;
}

.disclaimer {
    font-size: .8em;
    font-style: italic;
}
