/* 
    Document   : sample-landing-page
    Created on : Feb 7, 2012, 4:45:41 PM
    Author     : Mr. K
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* HIDE ADMIN BAR FOR WIDGET PAGE */
#wpadminbar { display:none; }
html { margin-top: 0 !important; }

/* *********************************** */
/* OTHER CSS */
root { 
    display: block;
}

#content {	
    width: 920px !important;
    padding-left: 15px; 
    padding-right: 15px;
}

.rates_widget form .widget_form_left {
	width: 88px;
}
.rates_widget form input[type="text"] {
	width: 48px;
}

/* *********************************** */

/* NEW CSS FOR THE PAGE */
#content a {
	color: #00B1DA;
}
h1 {
    color: #464646 !important;
    font-size: 26px;
    font-weight: bold;
    line-height: 41px !important;
    padding: 0 0 12px 0 !important;
    border: 0px !important;
    margin: 0px !important;
    text-align: left;
}

h2 {
    color: #5C5B61 !important;
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 25px !important;
    padding: 0 0 15px 0 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}

.content p {
	margin-bottom: 24px;
	line-height: 22px;
	color: #333333;
}

.content .left_section img {
	border: 1px solid #BEBEBE;
	outline: 1px solid #BEBEBE;
    outline-offset: 7px;
	margin: 10px;
}
#content ul {
    list-style: square outside none;
	padding-left: 35px;
	line-height: 22px;
	margin-bottom: 24px;
}
#content ol {
    list-style: decimal outside none;
	padding-left: 20px;
	line-height: 22px;
	margin-bottom: 24px;
}
#content ol li {
	padding-bottom: 15px;
}
blockquote {
    margin-bottom: 24px;
	margin-left: 20px;
    line-height: 22px;
	background-color: #EFF9FB;
	background-image: url(../images/cs_seed.png);
	background-repeat: no-repeat;
	background-position: 7px 4px;
}
blockquote.indent-and-fit-right {
	padding-left: 25px !important;
	width: 610px;
}
p.indent,blockquote.indent,ul.indent,ol.indent {
    padding-left: 45px !important;
}

ul>li {
    padding-left: 12px;
}