﻿body
{
	font-family: Courier New, Courier, Arial;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/v4/Background_Slice.jpg);
	background-repeat: repeat;
	color: #F79234; /*-- Light Orange --*/
}

/*-- Top Strip --*/

#topStrip
{
	width: 100%;
	height: 27px;
	background-image: url(Images/v4/TopBlueBar.jpg);
	background-repeat: repeat;	
	text-align: right;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
	vertical-align: bottom;
}

#topStrip A
{
	color: #000000;
	text-decoration: none;
}

#topStrip A:hover
{
	color: #000000;
	text-decoration: underline;
}

/*-- Drips --*/

#topDrip
{
	width: 89px;	
	height: 133px;
	top: 0px;
	left: 700px;
	position: absolute;
	background-image: url(Images/v4/TopDrip.jpg);
	background-repeat: no-repeat;	
}

#largeDrip
{
	width: 186px;	
	height: 185px;
	top: 70px;
	left: 820px;
	position: absolute;
	background-image: url(Images/v4/RightSideBlobSearch.png);
	background-repeat: no-repeat;
}

#searchBox
{
	width: 140px;	
	height: 300px;
	top: 111px;
	left: 848px;
	position: absolute;
	text-align: center;
	vertical-align: middle;	
}

#searchBox #searchBoxInput
{
	top: 12px;
	left: 50px;
	position: relative;	
}

#searchBox input
{
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
	color: #000000;
}

/*-- Header --*/

#header
{
	width: 100%;
	height: 202px;
	background-image: url(Images/v4/TopLogoBackground.jpg);
	background-repeat: repeat;	
}

#header #logo
{
	left: 20px;
	top: 27px;
	position: absolute;
	width: 176px;
	height: 159px;
	background-image: url(Images/v4/MainLogo.jpg);
	background-repeat: no-repeat;
}

#header #tagCloud 
{
	position: absolute;
	left: 210px;
	top: 30px;
	width: 480px;
	height: 140px;
	text-align: center;
}

#header #tagCloud #tag-cloud{font-size: 1em;margin: 0;padding: 0;}
#header #tagCloud #tag-cloud li{display: inline;list-style-type: none;}
#header #tagCloud #tag-cloud li, #header #tagCloud #tag-cloud li a
{
	display: inline; 
	text-decoration: none; 
	color: #F79234; /*-- Light Orange --*/
}
#header #tagCloud #tag-cloud li a:Hover {text-decoration: underline;}
#header #tagCloud #tag-cloud li{padding: 2px 3px;}

#header #tagCloud .tag-style-1{font-size: .7em;font-weight: normal;}
#header #tagCloud .tag-style-2{font-size: .9em;font-weight: normal;}
#header #tagCloud .tag-style-3{font-size: 1.1em;font-weight: bold;}
#header #tagCloud .tag-style-4{font-size: 1.3em;font-weight: normal;}
#header #tagCloud .tag-style-5{font-size: 1.5em;font-weight: bold;}
#header #tagCloud .tag-style-6{font-size: 1.7em;font-weight: bold;}
#header #tagCloud .tag-style-7 {font-size: 1.8em; font-weight: bold;}

#header #linkList
{
	left: 10px;
	top: 186px;
	position:absolute;
	width: 800px;	
	height: 35px;
}

#header #linkList .linkItem
{
	font-size: 16px;
	color: #8EE8E6; /*-- Light Blue --*/
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px 0px 5px;
	height: 35px;
	float: left;
	text-transform: uppercase;
}

#header #linkList A
{
	color: #8EE8E6;
	text-decoration: none;
}

#header #linkList A:Hover
{
	color: #8EE8E6;
	text-decoration: underline;
}
	
#header #linkList .linkItemSpliter
{
	background-image: url(Images/v4/HeaderLinkSpliter.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 35px;
	float: left;
}

#header #linkList .linkSpacer
{
	width: 10px;
	height: 35px;
	float: left;
}

#header #linkList .linkFeed
{
	width: 40px;
	height: 35px;
	float: left;
	text-align: center;
	vertical-align: middle;	
}

/*-- Body --*/

#body
{
	width:1050px;	
}

#body #leftAd
{
	padding: 25px 10px 5px 10px;
	font-size: 11px;
	float: left;
	width:160px;
	text-align: left;	
}

#body #imuAd
{
	padding: 15px 10px 5px 10px;
	font-size: 11px;
	float: left;
	width: 340px;
	height: 285px;
	text-align: center;	
}

#body #content 
{
	padding-top: 20px;
	margin: 0px 5px 0px 185px;
	float: none;
}

/*-- Sections --*/

#body #content .blobContentSection
{
	background-image: url(Images/v4/HotTopicBlob.png);
	background-repeat: no-repeat;	
	padding-top: 25px;
	font-size: 15px;
	font-family: Arial, Verdana, Tahoma;
	color: #AC8250; /*-- Light Brown --*/
}

#body #content .blobContentSection .header
{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Courier New, Courier, Arial;
	color: #F79234; /*-- Light Orange --*/
	padding-bottom: 5px;
}

#body #content .blobContentSection .subHeader
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Courier New, Courier, Arial;
	color: #F79234; /*-- Light Orange --*/
	padding-bottom: 5px;
}

/*-- Footer --*/


/*-- Hot Topic --*/

#hotTopicSection
{
	width: 480px;	
}

#hotTopicSection .popularTitle
{
	font-size: 15px;
	font-family: Courier New, Courier, Arial;
	padding-bottom: 5px;
}

#hotTopicSection .hotTitle
{
	font-family: Arial, Verdana, Tahoma;
	color: #AC8250; /*-- Light Brown --*/
	font-size: 12px;
}

#hotTopicSection .hotTitle A
{
	color: #AC8250; /*-- Light Brown --*/
	text-decoration: none;
}

#hotTopicSection .hotTitle A:Hover
{
	color: #AC8250; /*-- Light Brown --*/
	text-decoration: underline;
}

#hotTopicSection .author
{
	font-size: 12px;
}

#hotTopicSection .body
{
	font-size: 12px;
	padding: 5px;
	text-align:justify;
}

#hotTopicSection .bodyLeft
{
	font-size: 12px;
	padding: 5px;
	float: left;
	width: 220px;
}

#hotTopicSection .bodyRight
{
	font-size: 12px;
	padding: 5px;
	float: left;
	width: 220px;
}

#hotTopicSection a
{
	text-decoration: none;
	color: #F79234; /*-- Light Orange --*/
}

#hotTopicSection a:Hover
{
	text-decoration: underline;
}


#tabGroup
{
	float: none;	
}

/*-- Blogger Gravatar --*/

.gravatarImage
{
	width: 50px;
	height: 50px;
	text-align: left;
	margin-right: 5px;
}

/*-- Blogger List --*/

#body #leftAd #leftBloggerList
{
	width: 150px;
	padding-top: 20px;	
	text-align: left;
	padding-left: 5px;
	border: solid 1 white;
}

#body #leftAd #leftBloggerList .header
{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;	
}

#body #leftAd #leftBloggerList .blogger
{
	color: #AC8250; /*-- Light Brown --*/
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
}

#body #leftAd #leftBloggerList .stats
{
	color: #F79234; /*-- Light Orange --*/
	font-size: 10px;
	font-family: Arial, Verdana, Tahoma;
}

#body #leftAd #leftBloggerList .blogger a
{
	color: #AC8250; /*-- Light Brown --*/
	text-decoration: none;
}

/*-- Post --*/



#body .post
{
	font-family: Courier New, Courier, Arial;
	color: #FFFFFF; 
	padding: 10px 10px 10px 0px;	
}

#body .post .title
{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
	color: #F79234; /*-- Light Orange --*/
}
#body .post .title A
{
	text-decoration: none;
	color: #F79234; /*-- Light Orange --*/
}

#body .post .title A:hover
{
	text-decoration: underline;	
}

#body .post .content
{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 14px;
	text-align: justify;
}

#body .post .footer
{
	color: #AC8250; /*-- Light Brown --*/
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
}

#body .post .footer A
{
	color: #AC8250; /*-- Light Brown --*/
	text-decoration: none;
}

#body .post .footer A:Hover{text-decoration: underline;}


#body #liveAd
{
	text-align: center;	
	width: 200px;
	border: solid 1px #AC8250;
	display: block;
	margin: 10px 5px 0px 15px;
}

/*-- Ad --*/

#liveAd .ad
{
	text-align: left;
}

#liveAd .sponsorLink
{
	background-color: #AC8250;
	color: #FFFFFF;
	padding: 1px 2px 2px 2px;
	font-size: 11px;
	text-align: left;
}

#liveAd .ad .title 
{
	padding: 10px 5px 0px 5px;
}

#liveAd .ad .title A
{
	color: #f79234;
	font-size: 15px;
	font-weight: bold;	
}

#liveAd .ad .title A:Link
{
	color: #f79234;	
}

#liveAd .ad .description
{
	color: #FFFFFF;
	font-size: 14px;	
	padding: 0px 5px 0px 5px;
}

#liveAd .ad .displayUrl
{
	color: #ac8250;
	font-size: 12px;	
	text-transform: lowercase;
	padding: 0px 5px 10px 5px;
}

