/*
	Theme Name: The Deluxe
	Theme URI: http://www.codestarlive.com/
	Description: The Deluxe
	Version: 1.0
	Author: Codestar
	Author URI: http://themeforest.net/user/Codestar/
	Tags: white & gray, custom home page, fixed width, widgets
*/

@import url("css/reset.css");
@import url("css/style.css");
@import url("css/prettyPhoto.css");


.wp-caption {
    padding: 10px;
}

.wp-caption p {
    font-size: 10px;
    margin: 0;
}

.page_content ul {
    list-style: disc outside;
    margin: 0 0 18px 30px;
}

.page_content ol {
    list-style: decimal outside;
    margin: 0 0 18px 30px;
}

.donate_button_wrapper {
    overflow: hidden;
    width: 900px; /* for IE */
    margin-bottom: 12px;
}

a.donate_button {
	width:200px;
	height:30px;
	display:table;
	float:left;
	padding:0;
	margin:0;
	color:#ffffff;
	text-align:center;
	background:url(images/donate_button.png) no-repeat;
}

a.donate_button:hover,
a.details_button:hover {
    color: #4FBEE1 !important;
}

.some_title {
    color: #A61D21;
}

.page_title {
    color: #A61D21;
}

#donate_form { 
                                                                        /* background: lime; */
}

#donate_form li {
    list-style-type: none;
    margin-bottom: 10px;
    overflow: hidden;
}

#donate_form li ul,
#donate_form li li {
    margin: 0 !important;
}

#donate_form input.text,
#donate_form textarea {
    margin: 0 !important;
    padding: 3px;
    border: 1px solid #CCCCCC;
    
    display: block;
}

#donate_form span {
    float: left;
    margin: 0 5px 10px 0;
                                                                            /* background: purple; */
}

#donate_form span label {
    display: block;
    clear: both;
    font-size: .9em;
                                                                            /* background: yellow; */
}

#donate_form .desc {
    display: block;
    width: 870px;
    margin-bottom: 5px;
    font-weight: bold;
}

#donate_form .req {
    display: inline !important;
    float: none !important;
    color: #FF0000;
}

#donate_form .full {
    display: block !important;
    float: left;
    clear: both;
    width: 870px;
}

#donate_form .full input {
    width: 250px;
}

#donate_form #zip {
    width: 80px;
}

#donate_form phone1,
#donate_form phone2,
#donate_form phone3 {
    text-align: center;
}

#donate_form .choice {
    display: inline !important;
    float: none !important;
}

#donate_form h3 {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dotted #CCCCCC;
}

#donate_form #saveForm {
    display: block;
    height: 25px;
    width: 76px;
    float: left;
    padding: 0 0 5px 0;
    margin: 0;
    color: #FFFFFF;
    text-align: center;
    border: 0;
    background: url("images/details_button.gif") no-repeat scroll 0 0 transparent;
}

#donate_form #saveForm:hover {
    color: #4FBEE1;
    cursor: pointer;
}

#donate_form .text:focus,
#donate_form textarea:focus {
    border: 1px solid #4FBEE1;
}

