/*  
Theme Name: Happy Boxes
Theme URI: http://www.khalidslife.com/happyboxes
Description: Happy Boxes, bright happy colors, cheerful blog theme
Version: 1.00
Author: Khalidslife.com
Author URI: http://www.khalidslife.com
*/
body {
	background-color: #dcdfe7;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #20232b;
	margin-bottom: 20px;
}
* {
	margin: 0px;
	padding: 0px;
}
.clr{
	clear: both;
}
#outer {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 910px;
	background-image: url('images/cnt_bck.gif');
	background-repeat: repeat-y
}
#header {
	display: inline;
	background-image: url('images/header_bck.gif');
	background-repeat: no-repeat;
	float: left;
	width: 910px;
	height: 136px
}
#top_nav{
	display: inline;
	float: left;
	width: 898px;
	margin-top: 7px;
	margin-left: 5px;
	text-align: right;
}
#top_nav h3{
	display: none;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav a:hover, .current_page_item {
	color: #ff7528;
}
#top_nav ul {
	list-style-type: none;
}
#top_nav li {
	display: inline;
	padding-left: 10px;
}
#title {
	display: inline;
	clear: left;
	float: left;
	width: 870px;
	margin-left: 20px;
	margin-top: 20px;
}
#title a{
	color: #FFFFFF;
	text-decoration: none;
}
#title a:hover{
	color: #fffeb6;
}
#title h2 {
	display: inline;
	float: left;
	width: 470px;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: normal;
}
#tagline {
	float: right;
	width: 400px;
	display: inline;
	clear: none;
	text-align: right;
}
#tagline h3 {
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;
}
#hd_bar_wrapper{
	display: inline;
	float: left;
	clear: left;
	width: 910px;
	margin-top: 25px;
	font-size: 11px;
}
#hd_bar {
	display: inline;
	float: right;
	background-image: url('images/header_bar.gif');
	background-repeat: no-repeat;
	background-position:  left 50%;
	margin-right: 8px;
	padding-right: 3px;
	padding-left: 15px;
	height: 29px
}
#hd_rss {
	color: #FFFFFF;
	display: inline;
	float: left;
	margin-top: 8px;
	margin-right: 15px;
}
#hd_rss a {
	color: #ff7528;
	text-decoration: none;
}
#hd_rss a:hover {
	color: #FFFFFF;
}
#hd_search {
	background-color: #FFFFFF;
	display: inline;
	float: left;
	width: 272px;
	margin-top: 4px;
	height: 22px;
}
#hd_search .field {
	background-color: #FFFFFF;
	display: inline;
	float: left;
	width: 195px;
	border: 0px none #FFFFFF;
	color: #474E58;
	padding-left: 5px;
	padding-top: 2px;
}
#hd_search .button {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-top: 4px;
}
#content_wrapper {
	display: inline;
	clear: left;
	float: left;
	width: 908px;
	background-image: url('images/s_bar_bck.gif');
	background-repeat: repeat-y
}
#left_cnt{
	display: inline;
	/*width: 600px;*/
	float: left;
	margin-bottom: 10px;
}
#left_top{
	background-image: url('images/cnt_top.gif');
	background-repeat: no-repeat;
	height: 12px;
	width: 100%;
	background-position: left top
}
#left_inner{
	background-color: #edf0f4;
	display: inline;
	width: 470px;
	float: left;
	margin-left: 10px;
}
/* #################### POST STYLE ###########################################################*/
#post_cnt{
	padding-left: 12px;
	padding-right: 2px;
	margin-top: -5px;
}
#post_hd{
	padding: 5px;
}
#post_hd h2{
	font-size: 18px;
	color: #e54700;
}
#post_hd a{
	color: #5c8309;
	text-decoration: none;
	letter-spacing: 1px;
}
#post_hd a:hover{
	color: #004d95;
}
.post{
	margin-bottom: 12px;
}
.post img{
	margin: 5px;
	border: 1px solid #FFFFFF;
}
.post h2, .post h2 a{
	color: #5C8309;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.post h2 a:hover{
	color: #004D95;
	font-size: 18px;
	font-weight: normal;
}
.post p{
	padding-bottom: 8px;
}
.post a{
	color: #004D95;
	text-decoration: underline;
}
.post a:hover{
	color: #5C8309;
}
.post blockquote {
	background-color: #edf0f4;
	padding: 10px;
	border: 1px solid #dde0e6;
	margin: 10px;
}
.post ul {
	margin: 10px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
}
.post ol  {
	margin: 10px;
	list-style-position: inside;
}
.post_tools{
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	background-color: #edf0f4;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tags{
	background-image: url('images/bck_black.gif');
	background-repeat: repeat-x;
	background-color: #20232b;
	padding: 5px
}
.tags h3{
	font-size: 22px;
	color: #ff7528;
	font-weight: normal;
}
.tags a{
	color: #FFFFFF;
	text-decoration: none;
}
.tags a:hover{
	color: #ff7528;
}
/* buttons*/
a.more-link {
	background-repeat: no-repeat;
	background-position:  left 50%;
	float: right;
	margin-top: 10px;
	background-image: url('images/button_orange.gif');
	border: 1px solid #F1F1F1;
	color: #474E58;
	text-decoration: none
}
.more-link span {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	float: left;
	font-weight: bold;
	letter-spacing: 0px;
}
a.more-link:hover {
	border: 1px solid #dcdfe6;
	color: #3D434D;
	text-decoration: none;
}
.comment_button{
	background-repeat: no-repeat;
	background-position:  left 50%;
	float: left;
	color: #333333;
	margin-top: 5px;
	/*margin-right: -9px;*/
	background-image: url('images/button_comment.gif');
}
.comment_button a {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
	border: 1px solid #F1F1F1;
	color: #474E58;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
}
.comment_button a small{
	font-weight: normal;
	font-size: 10px;
}
.comment_button a:hover small{
	color: #CC0000;
}
.comment_button a:hover {
	border: 1px solid #dcdfe6;
	color: #1E2128;
	text-decoration: none;
}
.post_ad{
	text-align: center;
	color: #FFFFFF;
	background-color: #20232b;
	margin-top: 5px;
	margin-bottom: 10px;
}
.nav{
	font-weight: bold;
	padding: 5px;
}
.nav a {
	color: #5c8309;
	text-decoration: none;
}
.nav a:hover{
	color: #004d95;
}
.nav_right{
	float: right;
}
.nav_left{
	float: left;
}
/* #############################################   comments  ###############################*/
.post_comments {
	margin: 5px;
}
.post_comments a{
	color: #5c8309;
	text-decoration: none;
}
.post_comments a:hover{
	color: #004d95;
}
.post_comments h5{
	margin-top: 8px;
	font-size: 18px;
	color: #e54700;
}
.comment_body {
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 5px;
}
.comment_body_alt{
	background-color: #edf0f4;
	padding: 5px;
	margin-bottom: 5px;
}
.comment_body h4, .comment_body_alt h4{
	font-size: 12px;
}
.post_comments h3 {
	font-size: 13px;
	color: #e54700;
	padding-bottom: 10px;
}
#commentform p, #searchform_inner p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#commentform .field, #searchform_inner .field{
	background-color: #f3f5f6;
	border: 1px solid #dde0e6;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	color: #4d535b;
}
#commentform .required{
	color: #CC0000;
}
/* #################### POST STYLE #######################################################*/
#right_cnt{
	display: inline;
	float: left;
	/*width: 300px;*/
	background-repeat: repeat-y;
	background-position: left;
	margin-left: 10px;
	padding-top: 8px;
	margin-bottom: 10px;
}
#right_cnt h3{
	color: #FFFFFF;
	padding-bottom: 5px;
	font-size: 19px;
	font-weight: normal;
}
#right_cnt h2{
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 19px;
	font-weight: normal;
}
#right_cnt p{
	padding-bottom: 5px;
	padding-left: 5px;
}
/* DYNAMIC SIDE BARS */
#left_bar{
	display: inline;
	float: left;
	width: 205px;
}
#right_bar{
	display: inline;
	float: left;
	width: 205px;
}
/* BOX STYLE*/
.box_t_right{
	background-image: url('images/box_top_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	display: inline;
	float: left;
	width: 100%;
	padding-top: 7px
}
.box_b_left{
	background-image: url('images/box_btm_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	float: left;
	width: 100%;
	display: inline;
	height: 12px
}
.box_b_right{
	background-image: url('images/box_btm_right.gif');
	background-repeat: no-repeat;
	background-position: right -18px;
	width: 100%;
	height: 12px
}
/* ###################################### small boxes ####################################################### */
.box_small{
	background-image: url('images/box_top_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 205px
}
.box_sm {
	display: inline;
	float: left;
	margin-left: 8px;
	width: 180px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* ################################################################ large boxes ###################################################### */
.box_large{
	background-image: url('images/box_top_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 410px
}
.box_lg{
	display: inline;
	float: left;
	margin-left: 8px;
	width: 380px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* #########################################   BOXES GENERAL STYLES & COLORS ######################################################### */
.box_sm img, .box_lg img{
	display: inline;
	border: 0px solid #FFFFFF;
	padding-bottom: 2px;
}
.box_large a, .box_small a{
	color: #DCDFE7;
	letter-spacing: 1px;
}
.box_large h3 a, .box_small h3 a{
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0px;
}
.box_large a:hover, .box_small a:hover{
	color: #FFFFFF;
}
.box_sm ul, .box_lg ul{
	float: left;
	padding-bottom: 5px;
	list-style-type: none;
}
.box_sm li, .box_lg li{
	padding-bottom: 3px;
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px
}
.box_sm li a, .box_lg li a{
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0px;
}
.box_sm li a:hover, .box_lg li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing: 0px;
}
.box_sm .center, .box_lg .center{
	text-align: center;
	margin-left: -5px;
}
/* box button */
.cta_button{
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	color: #333333;
	margin-bottom: 1px;
	margin-right: -9px;
}
.cta_button_sm{
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	color: #333333;
	margin-bottom: 1px;
	margin-right: -4px;
}
.black_btn{
	background-image: url('images/button_black.gif');
}
.blue_btn{
	background-image: url('images/button_blue.gif');
}
.green_btn{
	background-image: url('images/button_green.gif');
}
.orange_btn{
	background-image: url('images/button_orange.gif');
}
.cta_button a, .cta_button_sm a {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	float: left;
	border: 1px solid #FFFFFF;
	color: #20232B;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
}
.cta_button a:hover, .cta_button_sm a:hover  {
	border: 1px solid #b2bbb3;
	color: #3D434D;
	text-decoration: none;
}
/* ###################################### FOOTER ################################################## */
#footer {
	background-image: url('images/footer_bck.gif');
	background-repeat: repeat-x;
	display: inline;
	clear: left;
	float: left;
	width: 884px;
	background-color: #20232B;
	color: #FFFFFF;
	margin-left: 5px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 1px;
	font-size: 11px
}
#footer h3{
	display: none;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	padding-left: 3px;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #ff7528;
}
.ft_left{
	float: left;
}
.ft_right{
	float: right;
}