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

* { margin:0px 0px 0px 0px;
}

a:link {color:#f42b4b; text-decoration:none;}
a:visited {color:#f42b4b; text-decoration:none;}
a:hover {color:#f42b4b; text-decoration:none; border-bottom:#000 dotted 1px;}
a:active {color:#f42b4b; text-decoration:none;}

.post_title_blog a:link {color:#FFF; text-decoration:none;}
.post_title_blog a:visited {color:#FFF; text-decoration:none;}
.post_title_blog a:hover {color:#FFF; text-decoration:none; border-bottom:#000 dotted 1px;}
.post_title_blog a:active {color:#FFF; text-decoration:none;}

.footer_logo img a:link {color:#f42b4b; text-decoration:none;}
.footer_logo img a:visited {color:#f42b4b; text-decoration:none;}
.footer_logo img a:hover {color:#f42b4b; text-decoration:none; border-bottom:none;}
.footer_logo img a:active {color:#f42b4b; text-decoration:none;}



body {
	background-image:url(images/bg_blog.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#FFF;
}

#wrapper {
	margin:0 auto;
	width:980px;
}

#top_bar_container {
	width:100%;
	background-color:#141311;
	min-height:80px;
	
}

#top_bar {
	margin:0 auto;
	width:980px;
	height:80px;
}


.nav_tabs {
	float:left;
	width:500px;
}

.nav_tabs img {
	border:0px;
	margin-top:49px;	
}

.social_tabs {
	float:right;
	width:255px;
	height:80px;
}

.social_tabs img {
	border:0px;
	text-align:right;
	margin:15px 0px 0px 35px;	
}






#blog {
	float:left;
	width:640px;
	margin:50px 0px 0px 10px;
}

.entire_post {
	width:640px;
	clear:both;
}

.post {
	float:right;
	width:540px;
}

.post_title {
	padding:5px;
	font-size:36px;
	font-family:Helvetica;
	line-height:40px;
	color:#FFF;
	background-color:#00ccff;
	border:#CCC dashed 1px;
	margin-bottom:10px;
}

.post_title_blog {
	padding:5px;
	font-size:36px;
	font-family:Helvetica;
	line-height:40px;
	color:#FFF;
	background-color:#00ccff;
	border:#CCC dashed 1px;
	margin-bottom:10px;
}

.post_relative {
	padding:5px;
	background-color:#FFF;
	border:#CCC dashed 1px;
}

.post_relative p {
	font-family:Helvetica;
	font-size:11px;
	color:#333;
}

.post_date {
	float:left;
	background-image:url(images/date_bg.png);
	text-align:center;
	font-family:Helvetica;
	line-height:25px;
	font-size:16px;
	color:#FFF;
	margin:0px 0px 0px 10px;
	width:80px;
	height:90px;
}

.twitter_retweet {
	float:left;
	margin-left:-1px;
	margin-top:30px;
	width:80px;
	height:90px;
}


.post_date p {
	margin-top:10px;
	
}

.logo img {
	margin-top:10px;
	margin-left:-5px;
}

.entry_blog {
	font-family:"Times New Roman", Times, serif;
	margin-top:10px;
	font-size:14px;
	line-height:18px;
	color:#333;
	background-color:#FFF;
	padding:10px;
	border:#CCC dashed 1px;
	margin-bottom:50px;
}

.entry_blog object {
	margin:0px 0px 10px 0px;
	text-align:center;
	width:520px;
	height:300px;
}

.entry_blog img {
	padding:10px 0px 10px 0px;
	border:0px;
}

.entry_blog p {
	padding-bottom:10px;
}


.spacer {
	float:right;
	clear:both;
	width:540px;
	height:3px;
	margin:15px 0px 0px 0px;
	background-color:#CCC;
}

.post_end {
	margin:0 auto;
	clear:both;
	width:500px;
	height:80px;
	background-image:url(images/post_end.png);
}

.navigation {
	font-family:"Times New Roman", Times, serif;
	margin-top:10px;
	font-size:14px;
	line-height:18px;
	color:#333;
	background-color:#FFF;
	padding:10px;
	border:#CCC dashed 1px;
	margin-bottom:30px;
	clear:both;
	float:right;
	width:520px;
}






#blog_sidebar {
	font-family:Helvetica;
	float:right;
	width:300px;
	margin:50px 0px 0px 10px;
}

.newsletter {
	background-color:#FFF;
	padding:15px;
	height:110px;
	border:#CCC dashed 2px;
	margin-bottom:25px;
}

.newsletter_title {
	color:#000;
}

.newsletter_widget {
	font-size:12px;
	margin:10px 0px 0px 0px;
}

.newsletter_widget ul {
	margin:0px;
	padding:0px;
}

.newsletter_widget li {
	list-style-type:none;
}

.newsletter_widget p {
	padding-bottom:5px;
}


.facebook_blog {
	background-color:#FFF;
	padding:15px;
	border:#CCC dashed 2px;
	margin-bottom:25px;
}

.facebook_widget_blog {
	font-size:14px;
	margin:0px 0px 0px 0px;
}




#social_widgets_single {
	float:right;
	width:530px;
	height:23px;
	padding:5px;
	border:#CCC dotted 1px;
	background-color:#e8ecf3;
	margin-bottom:20px;
}

.facebook_like_widget {
	float:left;
	text-align:left;
}

.tweet_widget {
	float:right;
	margin-top:4px;
	margin-right:15px;
	width:50px;
	text-align:right;
}

.facebook_widget {
	float:right;
	width:100px;
	margin:3px 10px 0px 0px;
	text-align:right;
}







#footer {
	font-family:Helvetica;
	clear:both;
	width:100%;
	height:175px;
	background-color:#383939;
}


.footer_contents {
	margin:0 auto;
	padding-top:5px;
	width:970px
}

.footer_logo {
	float:left;
	width:100px;
}

.footer_logo img {
	border:0px;
}

.footer_links {
	float:right;
	text-align:right;
}

.footer_links p {
	line-height:20px;
	font-size:12px;
	color:#FFF;
	width:600px;
}

