/*
		 Newsfc.com FOR WORDPRESS
*/

/*
	RESET
*/

*									{ margin: 0; padding: 0; }
html									{ overflow-y: scroll; }
html, body							{ height: 100%; }
body								{ font-size: 62.5%; font-family: Arial, sans-serif; color: #272727; background: #fff url(images/body-bg.png) top center repeat-x; }
ul									{ list-style: square inside; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }

/*
	UTILITY
*/
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.button								{ border: 1px solid #272727; background: white; padding: 3px 8px; color: 272727; }
.button:hover						{ background: #be4e09; color: white; }
.hilite								{ cursor:pointer; }

/*
	TYPGROGRAPHY
*/
p, li								{ font-size: 1.2em; }
a									{ color: #be4e09; }
a:hover								{ text-decoration:underline; }
h1									{ font-size: 3.6em; font-family: Arial, sans-serif; font-weight: normal; }
h2									{ font-size: 2.8em; font-family: Arial, sans-serif; font-weight: normal; }
h3									{ font-size: 2.6em; font-family: Arial, sans-serif; font-weight: normal; margin: 0 0 10px 0; }
.widget h3							{ font-size: 1.6em; font-family: Arial, sans-serif; font-weight:bold; margin: 0 0 10px 0; }
h4									{ color: white; font-size: 1.6em; margin-bottom: 15px; }
.post h4								{ font-size: 1.8em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 10px 0; color: #be4e09; }
.post h2 							{ margin-bottom:15px; }
.post p								{ margin:10px 0; }
.post ul								{ margin-bottom:30px; padding-left:20px; }

/*
	FORMS
*/
input								{ padding: 3px; }



/*
	STRUCTURE
*/
#page-wrap							{ width: 900px; margin: 0px auto; }
#socialsidebar 						{ width: 190px; float: left; margin-top: 20px; margin-right: 25px; }
#main-col							{ width: 650px; float: left; margin-top: 20px; }					
#linksidebar						{ width: 190px; float: right; margin-top: 20px; background-color:#fff4ec; }
.nav								{ text-align:center; padding:10px 0;}

/*
	HEADER
*/
h1#logo								{ width: 108px; height: 125px; background: url(images/NewsFC.gif) top left no-repeat; text-indent: -9999px; margin: 0 10px; float: left; }
#top-bar							{ padding-top:5px; background-color:#be4e09; }
#nubeTags							{ width:700px; background-color:#d45d14; color:#000; float:right; margin:8px 10px 0 0; padding:10px 15px; font-size:170%; height:90; overflow:hidden; }
#nubeTags a							{ color:#fff; }
#nubeTags a:hover					{ background-color:#be4e09; text-decoration:none; }


/*
	WIDGETS
*/
.widget								{ width: 190px; margin: 0 0 15px 0; background-color:#fff; }
.widget .inside						{ padding: 10px; }
.widget ul							{ list-style: square outside; margin-left: 15px; }
.widget ul li 							{ margin: 0; }


.widget .inside ul#lang								{ margin:0; padding:0; list-style:none; }
.widget .inside ul#lang li								{ margin:0; padding:0; width:100px; }
.widget .inside ul#qtrans_language_chooser			{ margin:0; padding:0; list-style:none; }
.widget .inside ul#qtrans_language_chooser li			{ margin:0 10px 0 0; padding:0; display:inline; width:300px; }

/*
	BLOG ENTRIES
*/
.post								{ margin: 0 0 45px 0; }
.datebox							{ width: 40px; float: left; padding: 0 5px 5px 5px; background: #be4e09; color: white; text-align: center; margin: 0 10px 0 0; }
.day								{ font-size: 3.4em; font-weight: bold; margin: 0; font-family: Georgia, serif; }
.month								{ font-size: 1.8em; font-weight: bold; text-transform: uppercase; margin: 0; }
.year								{ font-size: 1.6em; font-weight: bold; margin: 0; }
ol.commentlist						{ list-style: none; }
.commentlist li 						{ margin-bottom: 20px; }
.comment-bubble						{ background: #be4e09; color: white; padding: 10px; }
ol.commentlist li p					{ font-size: 1.0em; }
.meta								{ clear:both; }

/*
	FOOTER
*/
#footer								{ margin-top:15px; background: #fff; border-top: 4px solid #be4e09; padding:10px 0 15px 0; }
#footer-inside						{ width:900px; margin:0 auto; }
#footer p							{ color: #666; }

<div id="twitter_div">
<h2 #{header_style}>#{title}</h2>
<ul #{list_style}id="twitter_update_list"></ul>
<a href="http://twitter.com/#{user_name}" id="twitter-link" style="display:block;text-align:right;">follow me on Twitter</a>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/#{script_name}"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/#{user_name}.json?callback=twitterCallback2&amp;count=#{count}"></script>
