/*
Theme Name: The Joel Gaines Show
Theme URI: http://www.housetrevethan.com/
Description: First custom theme for The Joel Gaines Show.
Version: 1.0
Author: P. Allen Trevethan, Jr.
Author URI: http://www.housetrevethan.com/
Tags: Joel Gaines Show
*/

/* Set all margins to 0px */
body, p, img, h1, h2, h3, h4, h5
{
	margin: 0px;
}

/* Build Containers */
body
{
	background-color: #ffc85f;
}
.MasterContainer
{
	overflow: hidden;
	display: block;
	width: 1020px;
	margin: 0px auto 0px auto;
}
	.BackgroundAd
	{
		width: 173px;
		margin: 20px 0px 0px 5px;
		float: right;
		display: block;
	}
	.SiteContainer
	{
		width: 800px;
		background-color: #ffffff;
		margin: 0px 5px 0px 0px;	
		overflow: hidden;
		display: block;
		float: left;
	}
		.LogoContainer
		{
			clear: both;
			overflow: hidden;
			width: 100%;
			margin: 0px auto 0px auto;
			background-color: #1e5ed4;
		}
		.TabContainer
		{
			width: 100%;
			clear: both;
			overflow: hidden;
			background: url(images/topbg.jpg) repeat-x;
			background-position: center bottom;
		}
		.ContentContainer
		{
			width: 100%;
			clear: both;
			overflow: hidden;
		}
		.FooterContainer
		{
			width: 100%;
			clear: both;
			overflow: hidden;
			background: url(images/botbg.jpg) repeat-x;
			background-position: center top;
		}

/* Create Content Boxes */
.MainContent
{
	width: 562px;
	color: #000000;
	font-family: Sans-Serif;
	font-size: 14px;
	padding: 15px 10px 15px 10px;
	float: left;
}
.Sidebar
{
	width: 180px;
	padding: 18px 5px 0px 0px;
	float: right;
	overflow: hidden;
}
.FooterContent-left
{
	width: 50%;
	color: #ffffff;
	font-family: Sans-Serif;
	font-size: 13px;
	padding: 15px 0px 10px 10px;
	text-align: left;
	float: left;
}
.FooterContent-right
{
	color: #ffffff;
	font-family: Sans-Serif;
	font-size: 13px;
	padding: 15px 10px 10px 0px;
	text-align: left;
	float: right;
}
.TabContent
{
	width: 100%;
	padding: 5px 10px 5px 10px;
}
.LogoContent
{
	width: 100%;
	text-align: center;
}

/* Center Logo Image */
.LogoImage
{
	width: 476px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Setup TabBar List */
.TabContent ul
{
	font-family: Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: none;
	color: #ffffff;
	margin-left: -50px;
}
.TabContent ul li
{
	display: block;
	float: left;
	margin: 5px 20px 15px 10px;
}
.TabContent ul li a, .TabContent ul li a:visited
{
	text-decoration: none;
	color: #ffffff;
}
.TabContent ul li a:hover
{
	color:#ff0000;
}

/* Change footer links */
.FooterContent-left a, .FooterContent-left a:visited, .FooterContent-right a, .FooterContent-right a:visited
{
	color: #00ffff;
	text-decoration: none;
}
.FooterContent-left a:hover, .FooterContent-right a:hover
{
	color: #00ff00;
}

/* Alignment Tags */
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}

/* Build the Post Content Box */
.PostBox
{
	width: 100%;
	clear: both;
}
.Post
{
	padding: 0px 30px 0px 15px;
}
.Post a, .Post a:visited
{
	text-decoration: none;
	color: #0000ff;
}
.Post a:hover 
{
	color: #ff0000;
}
.Post p
{
	margin: 0px 0px 5px 0px;
}
.Post .Title
{
	width: 100%;
	clear: both;
	margin: 0px 0px 1px 0px;
}
	.Post .Title h2
	{
		font-family: Sans-Serif;
		font-weight: bold;
		font-style: normal;
		font-size: 20px;
	}
	.Post .Title h2 a, .Post .Title h2 a:visited
	{
		text-decoration: none;
		color:#000000;
	}
	.Post .Title h2 a:hover
	{
		color: #ff0000;
	}
.Post .ByLine
{
	width: 100%;
	clear: both;
	margin: 0px 0px 1px 0px;
}
	.Post .ByLine h3
	{
		font-family: Sans-Serif;
		font-weight: bold;
		font-style: italic;
		font-size: 15px;
	}
.Post .DateLine
{
	width: 100%;
	clear: both;
	font-family: Sans-Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
}
.Post .Content
{
	width: 100%;
	clear: both;
	font-family: Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 15px 0px 15px 10px;
}
	.Post .Content img
	{
		margin: 5px;
	}
	.Post .Content blockquote
	{
		margin: 10px 0px 15px 20px;
		padding-left: 5px;
		border-left: solid 5px #ffc85f;
	}
	.Post .Content ul
	{
		
	}
	.Post .Content ol
	{
		
	}
.Post .MetaData
{
	width: 100%;
	clear: both;
	margin: 10px 0px 0px 0px;
	font-style: normal;
	overflow: hidden;
}
	.Post .MetaData .TagsLine
	{
		width: 100%;
		clear: both;
		margin: 0px 0px 5px 0px;
	}
	.Post .MetaData .UpdatedLine
	{
		font-style: italic;
	}
	.Post .MetaData .CategoriesLine
	{
		width: 100%;
		clear: both;
		margin: 0px 0px 5px 0px;
	}
	.Post .MetaData .CommentsLine
	{
		width: 100%;
		clear: both;
		margin: 0px 0px 5px 0px;
	}
	.Post .MetaData .TrackbackLine
	{
		width: 100%;
		clear: both;
		margin: 0px 0px 5px 0px;
	}

/* Build the Comments Blocks */
.Comments
{
	width: 100%;
	clear: both;
	overflow: hidden;
	font-family: Sans-Serif;
}
.Comments a, .Comments a:visited
{
	text-decoration: none;
	color: #0000ff;
}
.Comments a:hover 
{
	color: #ff0000;
}
.Comments .FormTitle
{
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 2px 0px;
}
.Comments .LoggedIn
{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 5px 0px;
}
.Comments .TextBox
{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 5px 0px;
}
	.Comments .TextBox input
	{
	}
.Comments textarea
{
	width: 80%;
}
.Comments label
{
	font-size: 12px;
}
.Comments .UserComment
{
	width: 100%;
	margin: 5px 0px 20px 15px;
	overflow: hidden;
}
	.Comments .UserComment .Avatar
	{
		width: 60px;
		float: left;
		margin-right: 8px;
	}
	.Comments .UserComment .Data
	{
		float: left;
		font-family: Sans-Serif;
		width: 480px;
	}
		.Comments .UserComment .Data .Title
		{
			width: 100%;
			clear: both;
			font-size: 18px;
			font-weight: bold;
			font-style: normal;
		}
		.Comments .UserComment .Data .Content
		{
			width: 100%;
			clear: both;
			font-size: 15px;
			font-weight: normal;
			font-style: normal;
			margin: 5px 0px 5px 7px;
		}
		.Comments .UserComment .Data .MetaData
		{
			width: 100%;
			clear: both;
			font-size: 12px;
			font-style: italic;
			font-weight: normal;
		}
		
/* The Ad Container */
.AdContainer
{
	width: 215px;
	overflow: hidden;
	float: left;
	margin: 20px 0px 0px 0px;
}		
		

/* Draw the 160x600 AdBox */
.BackgroundAd160x600
{
	clear: both;
}

.BackgroundAd160x600 img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.BackgroundAd160x600 .Ad-top
{
	width: 173px;
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
	.BackgroundAd160x600 .Ad
	{
		width: 160px;
		margin: 0px;
		padding: 0px;
		float: left;
	}
	.BackgroundAd160x600 .Ad-right
	{
		width: 13px;
		margin: 0px;
		padding: 0px;
		float: right;
	}
.BackgroundAd160x600 .Ad-bottom
{
	width: 173px;
	margin: 0px;
	padding: 0px;
}

/* Draw the 200x200 AdBox */
.BackgroundAd200x200
{
	clear: both;
}

.BackgroundAd200x200 img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.BackgroundAd200x200 .Ad-top
{
	width: 213px;
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
	.BackgroundAd200x200 .Ad
	{
		width: 200px;
		margin: 0px;
		padding: 0px;
		float: left;
	}
	.BackgroundAd200x200 .Ad-right
	{
		width: 13px;
		margin: 0px;
		padding: 0px;
		float: right;
	}
.BackgroundAd200x200 .Ad-bottom
{
	width: 213px;
	margin: 0px;
	padding: 0px;
}
		
/* Build Sidebar content box */
.SidebarContent
{
	width: 100%;
	margin: 0px 0px 25px 0px;
}
	.SidebarContent h2
	{
		background: url(images/sidebarheader.jpg) repeat-y;
		font-size: 16px;
		font-weight: bold;
		font-style: normal;
		padding: 2px 2px 2px 2px;
		margin: 0px 0px 7px 0px;
	}

/* Setup styles for email opt-in */
.EmailOptIn
{
	font-size: 12px;
	font-family: Sans-Serif;
}

/* Setup styles for Sidebar Lists */
.SideList
{
	font-size: 12px;
	font-family: Sans-Serif;
}
	.SideList ul
	{
		list-style-position: outside;
		list-style-type: circle;
		padding: 0px 0px 0px 20px;
		margin: 0px 0px 0px 0px;
	}
	.SideList li
	{
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
	}
	.SideList li a, .SideList li a:visited
	{
		text-decoration: none;
	}
	.SideList li a:hover
	{
		color: #ff0000;
	}
	
/* Setup bullets for RSS Feed List */
.RSSFeedList
{
	list-style-image: url(images/rss-bullet.jpg);
}
	.RSSFeedList li
	{
		margin-left: 10px;
	}
	
/* Setup WP Polls */
.WPPolls ul
{
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Setup Donate Button Style */
.DonateButton
{
	margin-left: auto;
	margin-right: auto;
}

/* Center the Mog Channel */
.Mog
{
	width: 525px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}

.uStream
{
	width: 525px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}