body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;	
	background: #FFF url(../pics/blog/bg.jpg) repeat-x top;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.wrapper {
	margin: 0 auto;
	width: 950px;
}

/*** TOP NAVIGATION ***/
.top_nav {
	display: block;
	height: 52px;
}
.top_nav_back {
	display: block;
	float: left;
	height: 16px;
	background: url(../pics/blog/backToSite.jpg) no-repeat;
	padding: 0 0 0 18px;
	font-size: 15px;
	color: #7f7f7f;
	margin: 16px 0 0 0;
}
.top_nav_back a {
	color: #7f7f7f;
	text-decoration: none;
}
.top_nav_back a:hover {
	color: #000;
}
.top_nav_mail {
	display: block;
	float: left;
	height: 16px;
	background: url(../pics/blog/mailIcon.jpg) no-repeat;
	padding: 0 0 0 28px;
	font-size: 15px;
	color: #7f7f7f;
	margin: 16px 0 0 15px;
}
.top_nav_skype {
	display: block;
	float: left;
	height: 16px;
	background: url(../pics/blog/skypeIcon.jpg) no-repeat;
	padding: 0 0 0 21px;
	margin: 16px 0 0 15px;
	font-size: 15px;
	color: #7f7f7f;
}
.top_nav_facebook {
	display: block;
	float: right;
	height: 21px;
	width: 56px;
	background: url(../pics/blog/facebook.jpg) no-repeat;
	margin: 16px 12px 0 0;
}
.top_nav_facebook:hover {
	background: url(../pics/blog/facebook.jpg) no-repeat 0 -21px;
}
.top_nav_facebook span {
	display: none;
}
.top_nav_twitter {
	display: block;
	float: right;
	height: 21px;
	width: 62px;
	background: url(../pics/blog/twitter.jpg) no-repeat;
	margin: 16px 12px 0 0;
}
.top_nav_twitter:hover {
	background: url(../pics/blog/twitter.jpg) no-repeat 0 -20px;
}
.top_nav_twitter span {
	display: none;
}
.top_nav_rss {
	display: block;
	float: right;
	height: 21px;
	width: 41px;
	background: url(../pics/blog/rss.jpg) no-repeat;
	margin: 16px 0 0 0;
}
.top_nav_rss:hover {
	background: url(../pics/blog/rss.jpg) no-repeat 0 -20px;
}
.top_nav_rss span {
	display: none;
}

/*** HEADER ***/
.header {
	width: 950px;
	height: 225px;
	background: url(../pics/blog/header.jpg) no-repeat;
}
.to_home {
	display: block;
	width: 320px;
	height: 225px;
	float: left;
}
.to_home span {
	display: none;
}
.nav {
	height: 225px;
	float: right;
	text-align: right;
	line-height: 18px;
}
.nav table {
	height: 100%;
}
.nav td {
	vertical-align: center;
}
.nav a {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
.nav a:hover {
	color: #F00;
}

/*** CONTENT ***/
.content {
	display: block;
}
.article_short {
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	display: block;
	border-bottom: solid 1px #CCC;
}
h1 {
	font-family: Arial;
	font-size: 35px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #F00;
}
.article_short_left {
	width: 350px;
	float: left;
	padding: 0 20px 0 0;
}
.article_short_right {
	float: left;
	width: 540px;
	padding: 0 0 0 30px;
	font-size: 15px;
	border-left: solid 1px #000;
	overflow: hidden;
}
.article_short_right .thumb_img {
	width: 50px;
}
.article_short_right a img {
	padding: 2px;
	border: solid 1px #999;
}
.article_short_right p {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 20px;
}
.article_short_right p a {
	font-weight: bold;
	color: #000;
}
.article_short_right p a:hover {
	color: #F00;
}
.article_date {
	color: #7f7f7f;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 0;
}
.article_date a {
	color: #7f7f7f;
}
.article_date a:hover {
	color: #F00;
}
.button {
	float: left;
	display: block;
	width: 103px;
	height: 22px;
	background: url(../pics/blog/button.jpg) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	padding: 7px 0 0 0;
	margin: 0 10px 0 0;
}
.button:hover {
	background: url(../pics/blog/button.jpg) no-repeat 0 -29px;
}
.articles_pager {
	display: block;	
	padding: 20px 0 20px 342px;
}
.next_page {
	display: block;
	width: 56px;
	height: 43px;
	background: url(../pics/blog/nextPage.jpg) no-repeat;
}
.next_page:hover {
	background: url(../pics/blog/nextPage.jpg) no-repeat 0 -43px;
}
.previous_page {
	display: block;
	width: 68px;
	height: 44px;
	background: url(../pics/blog/previousPage.jpg) no-repeat;
}
.previous_page:hover {
	background: url(../pics/blog/previousPage.jpg) no-repeat 0 -44px;
}
.with_border {
	border-bottom: solid 1px #CCC;
}
.article_long {
	padding: 20px 0 0 0;
	font-size: 15px;
	line-height: 19px;
}
.article_long_text {
	
}
.article_long_text a {
	font-weight: bold;
	color: #000;
}
.article_long_text a:hover {
	color: #F00;
}
.article_long_separator {
	width: 100%;
	height: 1px;
	background: #CCC;
	margin: 10px 0 10px 0;
}
.comment_form {
	margin: 20px 0 20px 0;
}
.comment_form_input {
	padding: 5px;
	border: solid 2px #CCC;
	font-size: 15px;
	width: 400px;
}
.comment_form_area {
	padding: 5px;
	border: solid 2px #CCC;
	font-size: 15px;
	width: 400px;
	height: 150px;
	font-family: Arial;
}
.comment_form td {
	vertical-align: top;
	padding: 5px 0 0 0;
}
.add_your_comment {
	display: block;
	margin: 130px 0 0 110px;
}
.small {
	font-size: 10px;
	color: #A3A3A3;
	line-height: 15px;
}
.comment_table {
	width: 100%;
	background: #EAE6D9;
	margin: 0 0 3px 0;
}
.comment_table a {
	color: #000;
}
.comment_table a:hover {
	color: #F00;
}
.comment_table_user {
	width: 200px;
	padding: 10px;
	vertical-align: top;
}
.comment_table_text {
	vertical-align: top;
	padding: 10px 10px 10px 20px;
	border-left: solid 1px #CCC;
}
.comment_num {
	color: #D9D2BB;
	font-size: 30px;
	width: 15px;
	padding: 10px 10px 0 10px;
	vertical-align: top;	
}
.share_this_container {
	float: right;
	margin: 5px 0 0 0;
}
.share_this_container a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
.footer .article_long_separator {
	background: #383838;
	margin: 20px 0 20px 0;
}
.external {
	color: #000;
}

/*** FOOTER ***/
.footer {
	display: block;
	width: 100%;
	height: 350px;
	background: #000 url(../pics/blog/footer.jpg) top center no-repeat;
}
.footer_inner {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-size: 14px;
}
.footer a {
	color: #FFF;
}
.footer a:hover {
	color: #F00;
}
.footer_inner .left a {
	display: block;
	float: left;
	margin: 0 8px 0 0;
}
.footer_contact_info {
	color: #DDD;
}
.footer_contact_info strong {
	font-size: 35px;
}