/*  
Theme Name: FEAR_heat_v1
Theme URI: http://www.firheat.com
Description: WP theme designed by <a href="http://www.ferdielopez.com">Ferdie Lopez</a>.
Version: 1.0
Author: Ferdie Lopez
Author URI: http://www.ferdielopez.com

*/

body {
	font: 12px Arial, Tahoma, Arial;
	color: #707070;
	margin: 0px;
	background: #f7f7f7;
	
}
a {
	color: #707070;
	text-decoration: none;
}
a:visited {
	color: #707070;
	text-decoration: none;
}
a:hover {
	color: #428ccb;
	text-decoration: underline;
}
img{
	border: none;
}
h1{
	
}
h2{

}
h3{
	font-size: 18px;
	font-weight: normal;
}
#Clear{
	clear: both;
}




/* ID's */
#TileLogo{

}
#MainWrapper{
	width: 940px;
	margin: 0 auto;
	min-height: 300px;
	_height: 300px;
	background: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	
}
#HeaderWrapper{
	min-height: 170px;
	_height: 170px;
	background: url(images/top_image.jpg) right no-repeat;
}
#LogoHolder{
	width: 250px;
	float: left;
	height: 90px;
	margin-left: 10px;
	margin-top: 50px;
	background: url(images/firlogo.gif) no-repeat;
}
#TagLine{
	margin-top: 110px;
	padding-left: 100px;
	color: #ffffff;
	font-size: 90%;
}
#SearchRssHolder{
	width: 500px;
	float: right;
}
#SearchHolder{
	text-align: right;
	padding-top: 20px;
}
#SearchHolder form{
	margin: 0px;
	padding: 0px;

}
#RSSFeedHolder{
	text-align: right;
	padding-top: 13px;
}

#BodyWrapper{
	background: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	padding-top: 0px;
}
#BodyContent{
	display: block;
	border: 1px solid #ffffff;
	min-height: 600px;
	_height: 600px;
	background: #ffffff url(images/bodybackground.jpg) top repeat-x;
}
#FooterWrapper{
	min-height: 180px;
	_height: 180px;
}

#RecentPostLabel{
	width: 280px;
	float: left;
	color: #f5f5f5;
	font-size: 24px;
	height: 23px;
}
#RecentCommentsLabel{
	width: 280px;
	float: left;
	color: #f5f5f5;
	font-size: 24px;
	padding-bottom: 0px;	
	height: 23px;
}
#AboutLabel{
	width: 280px;
	float: right;
	color: #f5f5f5;
	font-size: 24px;
	padding-bottom: 0px;	
	height: 23px;

}

#RightContent{
	width: 310px;
	float: right;
	padding-top: 30px;
}
#LeftContent{
	width: 570px;
	float: left;
	padding-bottom: 20px;
}

#RightElement{
	border: 1px solid #94a3c4;
	background: #ffffff repeat-x;
	padding: 15px;
	margin-right: 20px;
	margin-top: 10px;
	color: #f5f5f5;
}
#LeftElement{
	margin-left: 20px;
	margin-top: 40px;
}
.featuredpost{
	margin-left: 20px;
	margin-top: 40px;
}
.featuredpost h3{
	background: #458ccc;
	padding: 5px;
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	margin-bottom: 5px;
}


#MenuWrapper{
	background: #458ccc;
	border: 1px solid #FFFFFF;
	border-bottom: none;
}

/* Classes */
.SearchBtn{
	background: url(images/searchbtn.jpg) no-repeat;
	width: 92px;
	height: 22px;
	border: none;
	cursor: pointer;
}
.SearchText{
	border: 1px solid #707070;
	font: Arial, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	padding-bottom: 2px;
	padding-top: 4px;
	width: 145px !important;
	
}




/* Menu */

.mainmenu{
	width: 100%;
	overflow: hidden;
}

.mainmenu ul{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
}

.mainmenu li{
	display: inline;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.mainmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 20px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #458ccc;
}

.mainmenu li a:visited{
	color: white;
}

.mainmenu li a:hover, .mainmenu li.selected a{
	background: #707070; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


.FeaturedPostTitle{
	background: #53abd5;
	padding: 5px;
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	margin-bottom: 5px;
}
.FeaturedContent{
	background: #FFFFFF;
	display: block;
	padding: 10px;
}
.FeaturedContent h1{
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.FeaturedContent h1 a:link, .FeaturedContent h1 a:visited{
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -.05em;
	text-decoration: none;
	color: #000000;	
}
.FeaturedContent h1 a:hover, .FeaturedContent h1 a:active{
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -.05em;
	text-decoration: none;
	color: #428ccb;
}
#ExtraFeatured{
	margin-bottom: 20px;
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;	
}

#ArticleElement{
	display: block;
	padding: 20px;
}
#ArticleElement h1{
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -.05em;
	color: #000000;
	
}
#SearchArticleElement{
	display: block;
	padding: 20px;
}
#SearchArticleElement h1{
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	
}
#SearchArticleElement h1 a:link, #SearchArticleElement h1 a:visited{
	color: #000000;
	letter-spacing: -.05em;
	text-decoration: none;
	
}
#SearchArticleElement h1 a:hover, #SearchArticleElement h1 a:active{
	color: #bd2125;
	letter-spacing: -.05em;	
	text-decoration: none;

	
}

#ArticleElement h1 a:link, #ArticleElement h1 a:visited{
	color: #000000;
	text-decoration: none;
	
}
#ArticleElement h1 a:hover, #ArticleElement h1 a:active{
	color: #428ccb;
	text-decoration: none;

	
}
#ArticleText{
	padding-bottom: 20px;
	padding-top: 20px;	
	border-bottom: 1px solid #e5e5e5;
	color: #000000;
	font-size: 12px;
}
#SearchArticleText{
	padding-bottom: 5px;
	padding-top: 5px;	
	border-bottom: 1px solid #cccccc;
	color: #000000;
}
#PageArticleText{
	padding-bottom: 20px;
	padding-top: 20px;	
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}
.ReadMoreBtn{
	display: inline-block;
	clear: both;
}
.ReadMoreBtn a:link, .ReadMoreBtn a:visited{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	background: #3d3d3d;
	text-decoration: none;
	color: #707070;
}
.ReadMoreBtn a:hover, .ReadMoreBtn a:active{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	background: #53abd5;
	text-decoration: none;
	color: #ffffff;
}

.more-link:link, .more-link:visited{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	background: #3d3d3d;
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: 180px;
	margin-top: 20px;
	

}
.more-link:hover, .more-link:active{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	background: #c9282d;
	text-decoration: none;
	color: #ffffff;

}


/* Tabs */


.container {
	width: 290px;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

#FooterMenu{
	padding: 20px;
}
#FooterMenu a:link, #FooterMenu a:visited{
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;	
}
#FooterMenu a:hover, #FooterMenu a:active{
	padding-left: 15px;
	padding-right: 15px;
	background: #428ccb;
	text-decoration: none;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;		
}
#CopyrightMenu{
	padding: 20px;
	text-align: right;
	color: #666666;
}

#SideBarTitle{
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	margin-top: 20px;
	display: inline-block;
	margin-bottom: 0px;
	background: #458ccc;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;	
}


.post-cat{
	width: 300px;
	float: left;
}
.mini-add-comment{
	float: right;
}
.mini-add-comment a:link, .mini-add-comment a:visited{
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 15px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #707070 url(images/ico-comment.png) no-repeat;
	background-position: 5px 5px;
}
.mini-add-comment a:hover, .mini-add-comment a:active{
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 15px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #428ccb url(images/ico-comment.png) no-repeat;
	background-position: 5px 5px;
}





/* Comments List */
.commentlist{
	padding-bottom: 40px;
	margin: 0px;
	padding: 0px;
}
.commentlist li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-bottom: 20px;
}
.post-comments{
	text-align: right;
	width: 180px;
	float: right;

}
.post-cat{
	width: 300px;
	float: left;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.post-comments a:link, .post-comments a:visited{
	padding-left: 30px;
	padding-right: 15px;
	background: #666666 url(images/ico-comment.png) no-repeat;
	background-position: 5px 3px;
	color: #f5f5f5;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;	
}
.post-comments a:hover, .post-comments a:active{
	padding-left: 30px;
	padding-right: 15px;
	background: #428ccb url(images/ico-comment.png) no-repeat;	
	background-position: 5px 3px;	
	text-decoration: none;
	color: #f5f5f5;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;	
}
.commentlist #CommentElement{
	display: block;
	background: #ffffff;
	padding: 10px;
	color: #707070;
	font-size: 12px;
}
#AuthorName{
	padding-left: 40px;
	background: url(images/authorarrow.jpg) no-repeat;
}
#AuthorName .url{
	margin-top: 3px;
	background: #707070;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;	
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;	
	text-decoration: none;
}
#AuthorName .url:hover{
	margin-top: 3px;
	background: #428ccb;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;	
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;	
	text-decoration: none;
}
.TextInput{
	border: 1px solid #707070;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #707070;
	font-size: 12px;
}
.CommentBtn{
	width: 175px;
	height: 34px;
	background: url(images/submitcommentbtn.png) no-repeat;
	border: none;
	cursor: pointer;
}
.tab_content ul{
	margin: 0px;
	padding: 0px;
}
.tab_content ul li{
	list-style: none;
}
.tab_content ul li a:link, .tab_content ul li a:visited{
	display: block;
	font-size: 12px;
	font-size: 80%;
	color: #707070;
	font-weight: bold;	
	text-decoration: none;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 5px;
	padding-top: 10px;
}
.tab_content ul li a:hover, .tab_content ul li a:active{
	display: block;
	font-size: 80%;
	color: #428ccb;
	font-weight: bold;	
	text-decoration: none;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 5px;
	padding-top: 10px;	
}
#SearchTitle{
	color: #000000;
	margin-left: 20px;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 40px;
}
#ExtraArticle{
	color: #666666;
	font-size: 80%;
	background: url(images/ico-time.png) no-repeat;
	padding-left: 20px;
}
#ExtraArticleSingle{
	color: #666666;
	font-size: 11px;
	border-bottom: 1px solid #999999;
	text-align: right;
	background: url(images/ico-time.png) top right no-repeat;
	padding-right: 20px;
	padding-bottom: 3px;
	
}
#PageTitle{
	border-bottom: 1px solid #999999;
	display: block;
}

#ArchivePage{
	padding: 20px;
}
#ArchivePage ul{
	margin: 0px;
	padding: 0px;
}
#ArchivePage ul li{
	margin-left: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	padding-top: 3px;
}
.the_day{
	width: 120px;
	display: inline-block;
	font-size: 10px;
	color: #666666;
}


#AuthorName .avatar {
	float: left;
	margin: 0;
	padding: 5px 4px 0 0;
}

.commentmetadata{
	font-size: 10px;
	color: #666666;
}
.commentmetadata a:link, .commentmetadata a:visited{
	font-size: 10px;
	color: #666666;
}
.commentmetadata a:hover, .commentmetadata a:active{
	font-size: 10px;
	color: #990000;
}




/* Social Bookmark  */
.SocialStumble a:link, .SocialStumble a:visited{
	width: 15px;
	height: 15px;	
	background: url(images/stumbleupon.gif) no-repeat;
	background-position: 0pt 0px;
	display: inline-block;
	margin-right: 10px;
}
.SocialStumble a:hover, .SocialStumble a:active{
	width: 15px;
	height: 15px;
	text-decoration: none;
	background: url(images/stumbleupon.gif) no-repeat;
	background-position: 0pt -29px;
	display: inline-block;
	margin-right: 10px;	
}
.SocialFacebook a:link, .SocialFacebook a:visited{
	width: 15px;
	height: 15px;	
	background: url(images/facebook_icn.png) no-repeat;
	background-position: 0pt 0px;
	display: inline-block;
	margin-right: 10px;	
}
.SocialFacebook a:hover, .SocialFacebook a:active{
	width: 15px;
	height: 15px;
	text-decoration: none;
	background: url(images/facebook_icn.png) no-repeat;
	background-position: 0pt -29px;
	display: inline-block;
	margin-right: 10px;	
}
.SocialDigg a:link, .SocialDigg a:visited{
	width: 15px;
	height: 15px;	
	background: url(images/digg.gif) no-repeat;
	background-position: 0pt 0px;
	display: inline-block;
	margin-right: 10px;	
}
.SocialDigg a:hover, .SocialDigg a:active{
	width: 15px;
	height: 15px;
	text-decoration: none;
	background: url(images/digg.gif) no-repeat;
	background-position: 0pt -29px;
	display: inline-block;
	margin-right: 10px;	
}
.SocialDelicious a:link, .SocialDelicious a:visited{
	width: 15px;
	height: 15px;	
	background: url(images/delicious.gif) no-repeat;
	background-position: 0pt 0px;
	display: inline-block;
	margin-right: 10px;	
}
.SocialDelicious a:hover, .SocialDelicious a:active{
	width: 15px;
	height: 15px;
	text-decoration: none;
	background: url(images/delicious.gif) no-repeat;
	background-position: 0pt -29px;
	display: inline-block;
	margin-right: 10px;	
}
.SocialTechnorati a:link, .SocialTechnorati a:visited{
	width: 15px;
	height: 15px;	
	background: url(images/technorati_icn.png) no-repeat;
	background-position: 0pt 0px;
	display: inline-block;
	margin-right: 10px;	
}
.SocialTechnorati a:hover, .SocialTechnorati a:active{
	width: 15px;
	height: 15px;
	text-decoration: none;
	background: url(images/technorati_icn.png) no-repeat;
	background-position: 0pt -29px;
	display: inline-block;
	margin-right: 10px;	
}
.Socialtweet a:link, .Socialtweet a:visited{
	width: 15px;
	height: 15px;	
	background: url(images/tweet_icn.png) no-repeat;
	background-position: 0pt 0px;
	display: inline-block;
	margin-right: 10px;	
}
.Socialtweet a:hover, .Socialtweet a:active{
	width: 15px;
	height: 15px;
	text-decoration: none;
	background: url(images/tweet_icn.png) no-repeat;
	background-position: 0pt -29px;
	display: inline-block;
	margin-right: 10px;	
}

#SocialBookmarking{
	border: 1px solid #ccc;
	text-align: right;
	padding: 5px;
	padding-left: 10px;
}
#BackToTop{
	display: block;
	padding: 10px;
	text-align: right;
	background: url(images/top-bg.gif) right no-repeat;
	padding-right: 20px;
	margin-right: 10px;
}
#BackToTop a:link, #BackToTop a:visited{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.feedburnerbutton{
background: url(images/feedburner_button.gif); 
border: none; 
width: 123px; 
height: 27px;
}
.feedburnertxt{
border: 1px solid #dddddd;
padding: 4px;
font-family: arial;
font-size: 12px;
color: #000;
width: 250px !important;
}
