@charset "UTF-8";
/* CSS Document */

body
{
	background: #d91f1f url('../../images/background.png') repeat-x;
	font-family: "Arial", "Myriad Pro";
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
.wrapper { width: 810px;margin: 40px auto;padding-bottom: 25px; }
.break { height:1px;overflow:hidden;clear:both; }

a, a:visited { color: #D91F1F; text-decoration: underline; }
a:hover { color: #424242; }
.code
{
	border: 1px solid #ddd691;
	background-color: #fdf5a6;
	color: #424242;
	margin: 15px 0;
	padding: 5px;
}

/*
	HEADER STYLES 
*/
.freelance
{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ddd691;
	background-color: #fdf5a6;
	color: #424242;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	text-align: center;
	-webkit-box-shadow: #000 2px 0px 5px;
	-moz-box-shadow: #000 2px 0px 5px;
	box-shadow: #000 2px 0px 5px;	 
}
.freelance a { color: #D91F1F; }
.freelance a:hover { text-decoration: none; }

.header
{
	background: url('../../images/logo.png') no-repeat;
	width: 810px;
	height: 123px;
	margin-top: 10px;
}
.header .text
{
	float: right;
	width: 80%;
	position: relative;
	top: 8px;
	left: -4px;
	color: #ffffff;
	font-size: 13px;
}
.header .text .links { float: right;color: #fb5757; }
.header .text .links a, .header .text .links a:visited { color: #ffffff; text-decoration: none; }
.header .text .links a:hover { color: #fed700; }

/*
	MENU
*/
.menu {	width: 89%;	margin: 10px auto 0 auto; }
ul#mainmenu
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#mainmenu li
{
	float: left;
	display: block;
	width: 120px;
	height: 45px;
	background-color: #424242;
	text-align: center;
	font-size: 18px;
	position: relative;
}
ul#mainmenu li.current, .menu ul#mainmenu li.current:hover { background-color: #fed700; }
ul#mainmenu li:hover { background-color: #d91f1f; }
ul#mainmenu li a, .menu ul li a:visited 
{ 
	display:block;
	color: #ffffff; 
	text-decoration: none; 
	height: 34px;
	padding-top: 11px;
	font-size: 18px;
}
ul#mainmenu li a:hover { color: #ffffff;}
ul#mainmenu li.current a, .menu ul li.current a:visited { color: #424242; }

/*
	SUBMENU STYLES
*/
ul#mainmenu li ul
{
	display: none;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 9999;
	width: auto;
	background-color: #c11c1c;
	margin: 0;
	padding: 0;
}
ul#mainmenu li ul li
{
	float: none !important;
	width: 150px;
	height: 25px;
	background: transparent url('../../images/submenu-arrow.png') no-repeat 5px 10px;
	text-align: left;
	padding-left: 12px;
	z-index: 9999;
}
ul#mainmenu li ul li a, ul#mainmenu li ul li a:visited
{
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 4px 0 0 0;
	color: #ffffff !important;
	z-index: 9999;
}
ul#mainmenu li ul li:hover { background-color: #9e1717; }


/*
	MAIN BODY
*/
.main_body
{
	background: #ffffff url('../../images/main_body_top.png') no-repeat;
	width: 785px;
	min-height: 215px;
	margin: 0px auto;
	padding-left: 20px;
}
.main_body h1 
{
	margin:0;
	padding:50px 0 40px 25px;
	color: #5f5f5f;
	font-size: 32px;
	font-weight: normal;
	font-family: "steak";
	text-align: left;
	width: 450px;
}
.main_body_bottom
{
	background-image: url('../../images/main_body_bottom.png');
	width: 805px;
	height: 9px;
	margin: 0 auto;
}

/*
	CONTENT
*/
.content 
{ 
	float: left;
	width: 479px; 
	font-size: 13px;
	line-height: 18px;
	margin-left: 25px;
}
.contentImg
{
	float: left;
	margin-right: 15px;
}
.content h2
{
	color: #626262;
}


/*
	SIDEBAR
*/
.sidebar
{
	float: right;
	margin-right: 15px;
	position: relative;
	top: -75px;
	z-index: 1;
}

.sidebox
{
	background: url('../../images/sidemenu_top.png') no-repeat;
	width: 252px;
	min-height: 23px;
	color: #424242;
}
.sidebox_body
{
	border-right: 1px solid #8e8e8e;
	background-color: #dfdfdf;
	width: 251px;
	margin: 0;
	padding: 10px 0 0 0;
}

.sidebox_bottom
{
	background-image: url('../../images/sidemenu_bottom.png');
	width: 252px;
	height: 4px;
	margin-bottom: 20px;
}
.sidebox h2
{
	color: #424242;
	font-size: 14px;
	padding: 2px 0 0 27px;
	margin: 0;
	height: 20px;
	font-weight: normal;
}
.sidebox .text { margin-left: 5px;margin-right: 5px;padding-bottom:5px; }
.sidebox a, .sidebox a:visited { color: #668893;text-decoration: underline; }
.sidebox a:hover { color: #D91F1F; }


/*
	SIDEMENU HEADER ICONS
*/
h2.search
{
	background: url('../../images/search-header.png') no-repeat 8px 4px;
}
h2.atom
{
	background: url('../../images/atom-header.png') no-repeat 1px 0px;
}
h2.sharing
{
	background: url('../../images/sharing-header.png') no-repeat 5px 4px;
}
h2.articles
{
	background: url('../../images/articles-header.png') no-repeat 5px 4px;
}


/*
	SEARCH BOX
*/
#searchbox { margin: 0;padding: 0; }
#searchform .searchbox
{
	width: 120px;
	height: 20px;
	margin-left: 40px;
	padding: 0 0 0 5px;
	float: left;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;	
	border-right: 0px;
	border-bottom: 0px;
}
#searchform .searchgo { float: left; }

/*
	ADD THIS
*/
.addthis_button img { margin: 10px 0; }

/*
	RECENT ARTICLES
*/
.recent_articles_links
{
	width: 45%;
	float: left;
	margin: 2px;
	padding-left: 7px;
}

/*
	BLOG
*/
.post h2
{
	color: #424242;
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.post h2 a, .post h2 a:visited { color: #424242; text-decoration: none; }
.post h2 a:hover { text-decoration: underline; }

.post h3
{
	color: #424242;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.post h3 span { color: #a91919; }
.post .post_date
{
	float: left;
	background-image: url('../../images/news_date.png');
	background-repeat: no-repeat;
	width: 49px;
	height: 39px;
	margin-right: 15px;
	text-align: center;
	padding-top: 9px;
}
.post .post_date .date
{
	color: #424242;
	display: block;
	font-size: 15px;
	margin-bottom: 3px;
}
.post .post_date .month { color: #ffffff;display: block;font-size: 13px; }
.post .post_body { margin-top: 20px; }
.post .post_body img { float: left; margin: 0 10px 10px 0; }
.post_footer
{
	border: 1px solid #ddd691;
	background-color: #fdf5a6;
	color: #424242;
	margin: 15px 0;
	/* padding: 5px; */
	padding: 1px;
}
.post .post_footer a, .post .post_footer a:visited { color: #a91919;text-decoration: underline; }
.post .post_footer a:hover { color: #727272; }
.post .post_footer .tags { float: left; }
.post .post_footer .comments { float: right; }


/*
	FOOTER
*/
.footer
{
	background-image: url('../../images/footer_left.png');
	background-repeat: no-repeat;
	width: 805px;
	height: 169px;
	margin: 0 auto;
}
.footer_body
{
	background-image: url('../../images/footer_bg.png');
	height: 149px;
	width: 772px;
	padding-top: 20px;
	padding-left: 15px;
	margin-left: 9px;
}
.footer_right 
{ 
	background-image: url('../../images/footer_right.png');
	float:right;
	width: 9px;
	height: 169px;
}

/*
	COPYRIGHT
*/
.copyright
{
	margin: 10px 0 0 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
.copyright a, .copyright a:visited { color: #fff; text-decoration: underline; }
.copyright a:hover { color: #424242; }


/*
	FOOTER ABOUT ME / TWITTER
*/
.about_me
{
	float: left;
	width: 220px;
	color: #ffffff;
	line-height: 20px;
	padding:0;
	margin:0;
	font-size: 13px;
}
.about_me h3
{
	float: left;
	padding: 5px 0 0 40px;
	margin: 0; 
	line-height: normal;
	font-size: 20px;
	background: url('../../images/twitter.png') no-repeat top left;
	height: 35px;
	overflow: hidden;
}
.about_me h4
{
	float: left;
	padding: 5px 0 0 40px;
	margin: 0 0 20px; 
	line-height: normal;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	top: 5px;
}

.about_me a, .about_me a:visited { color:#fed700; text-decoration: none;border-bottom: 1px dashed #fed700; }
.about_me a:hover { color:#D91F1F;border-bottom: 1px dashed #D91F1F; }
.about_me p { margin:0 0 10px;padding: 0; }
.about_me p span { font-size: 11px;padding-top: 10px; }



/*
	FOOTER LATEST BLOG 
*/
.latest_posts
{
	float: left;
	padding:0;
	margin:0 0 0 35px;
	width: 220px;
	color: #ffffff;
	line-height: 20px;
}
.latest_posts h3
{
	padding: 0;
	margin: 0; 
	line-height: normal;
	font-size: 20px;
}
.latest_posts a, .latest_posts a:visited { color:#ffffff; text-decoration: none; }
.latest_posts a:hover { color:#fed700; text-decoration: none;border-bottom: 1px dashed #fed700; }
.latest_posts ol
{
	margin: 10px 0 0 28px;
	padding: 0;
}

/*
	FOOTER LINKS
*/
.links
{
	float: left;
	padding:0;
	margin:0 0 0 15px;
	width: 265px;
	color: #ffffff;
	line-height: 20px;
}
.links h3
{
	padding: 0;
	margin: 0; 
	line-height: normal;
	font-size: 20px;
}
.links ul
{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.links ul li
{
	float: left;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 11px;
}
.links ul li.middle { margin: 0 25px; }
.links img { border: 1px solid #000000; }
.links a, .links a:visited { color:#ffffff; text-decoration: none; }
.links a:hover { color:#fed700; text-decoration: none;border-bottom: 1px dashed #fed700; }


/*
	PAGINATION
*/
.pagination
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 17px;
	overflow: hidden;
}
.page a, .page a:visited
{
	float: left;
	color: #ffffff !important;
	text-decoration: none;
	background-color: #727272;
	border: 1px solid #727272;
	width:22px;
	height: 19px;
	padding-top: 3px;
	text-align: center;
	margin-right: 5px;
}
.page a:hover
{
	float: left;
	color: #ffffff;
	text-decoration: none;
	background-color: #a91919;
	border: 1px solid #a91919;
	width:22px;
	height: 19px;
	padding-top: 3px;
	text-align: center;
	margin-right: 5px;
}
.page_current
{
	float: left;
	color: #424242;
	text-decoration: none;
	background-color: #FDF5A6;
	border: 1px solid #ddd691;
	width:22px;
	height: 19px;
	padding-top: 3px;
	text-align: center;
	margin-right: 5px;
}
.page_current a { color: #424242; text-decoration: none; }

.page_prev a
{
	margin-right: 15px !important;
}
.page_next a
{
	margin-left: 10px !important;
}

/* mbContact */

#mbcontact { overflow: hidden; }
#mbcontact .row
{
	width: 100%;
	clear: both;
	padding: 5px 0 0 0;
}
#mbcontact .row label
{
	float: left;
	width: 150px;
	text-align: left;
}
#mbcontact .row input
{
	float: left;
	width: 350px;
	border: 1px solid #000000;
}
#mbcontact .row textarea
{
	width: 350px;
	height: 100px;
	border: 1px solid #000000;
}
#mbcontact .row .submit
{
	width: 115px;
	height: 20px;
}
#mbcontact .error
{
	border: 2px solid #cc0000;
	margin: 5px 5px 20px 5px;
	padding: 5px;

}

/*
	BREADCRUMB
*/
.breadcrumb
{
	float: left;
	position: relative;
	top: 30px;
	left: 25px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	width: 500px;
	overflow: hidden;
}
.breadcrumb a, .breadcrumb a:visited
{
	color: #D91F1F;
	text-decoration: underline;
}
.breadcrumb a:hover
{
	color: #424242;
	text-decoration: none;
}

.breadcrumb-current
{
	display: inline;
	position: absolute;
	padding: 0px;
	margin: 0px;
	padding-left: 4px;
	color: #424242;
}



/*
	OPERA FIX FOR TYPEFACE.JS
*/
.typeface-js, h1, h2, h3, h4, h5 {
    visibility: visible !important;
} 



