/*
Theme Name: New OnCouRSS Theme
Theme URI: http://localhost/wordPress271/wordpress/
Description: OnCouRSS Theme
Version: 1.0
Author: Sean Newby
*/

/* General Styles
-----------------------------------------------------------------*/
body{
	margin: 0px;
	background: url('images/bodyBackground.jpg') repeat;
	font-family: Trebuchet MS;
}

#mainContainer{
	display: block;
	width: 809px;
	margin-left: auto;
	margin-right: auto;
}

#mainContainerFloat{
	float: left;
	width: 809px;
	background-image: url('images/templateBackground.jpg');
	background-repeat: repeat-y;
}

.alignleft{
	float: left;
	margin: 5px;
}

.alignright{
	float: right;
	margin: 5px;
}

img{
	border: none;
}

a:link,
a:visited{
	text-decoration: none;
	color: #000000;
}

a:hover,
a:active{
	text-decoration: underline;
	color: #982520;
}

.wp-caption{
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

/* Header Styles
-----------------------------------------------------------------*/
#headerContainer{
	float: left;
	width: 809px;
	min-height: 102px;
	background-image: url('images/headerBackground.jpg');
	background-repeat: no-repeat;
}

/* Template Styles
-----------------------------------------------------------------*/
#templateContainer{
	float: left;
	width: 700px;
	margin-left: 52px;
	margin-bottom: 30px;
}

#templateBody{
	float: left;
	width: 490px;
	font-size: .7em;
}

#logo a:link,
#logo a:visited,
#logo a:hover,
#logo a:active{
	position: relative;
	z-index: 2;
	display: block;
	float: left;
	width: 144px;
	height: 84px;
	margin-top: -384px;
	margin-left: 40px;
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px;
}

#logo a span{
	visibility: hidden;
}

#welcomeText{
	position: relative;
	z-index: 2;
	float: right;
	width: 300px;
	height: 100px;
	margin-top: -340px;
	margin-right: 40px;
	font-family: Trebuchet MS;
	font-size: .7em;
}

#welcomeStrong{
	font-size: 1.3em;
	font-weight: bold;
}

.pageTitle{
	font-family: Courier New;
	font-size: 2.2em;
	margin-bottom: 0px;
}

.postTitle{
	font-size: 1.4em;
	clear: both;
	margin: 0px;
	margin-top: 10px;
}

.postTitle a:link,
.postTitle a:visited{
	text-decoration: none;
	color: #982520;
}

.postTitle a:hover,
.postTitle a:active{
	text-decoration: underline;
	color: #982520;
}

.postImg{
	float: left;
	margin: 5px;
}

/* SideBar Styles
-----------------------------------------------------------------*/
#internalSidebar{
	float: left;
	width: 200px;
	margin-left: 10px;
}

#internalSidebar ul li{
	float: right;
	clear: both;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 0px;
	margin-left: 0px;
	font-size: .7em;
	background: url('images/listMarker.gif') no-repeat right top;
}

.widgettitle{
	font-size: 1em;
	margin-bottom: 5px;
}

/* Footer Styles
-----------------------------------------------------------------*/
#footerContainer{
	float: left;
	width: 809px;
}

#footerBodyContainer{
	float: left;
	width: 750px;
	min-height: 100px;
	margin-left: 25px;
}

#footerTemplate{
	float: left;
	width: 400px;
	margin-left: 50px;
	font-size: .7em;
}

#footerTemplate img{
	max-width: 400px;
}

#footerSidebarLeft{
	float: left;
	width: 130px;
	min-height: 100px;
	margin-top: 50px;
	padding: 0px;
	text-align: right;
}

#footerSidebarLeft ul li{
	float: right;
	clear: both;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 0px;
	margin-left: 0px;
	font-size: .7em;
	background: url('images/listMarker.gif') no-repeat right top;
}

#footerSidebarLeft a:link,
#footerSidebarLeft a:visited{
	text-decoration: none;
	color: #000000;
}

#footerSidebarLeft a:hover,
#footerSidebarLeft a:active{
	text-decoration: underline;
	color: #000000;
}

#footerSidebarRight{
	float: right;
	width: 110px;
	min-height: 100px;
	margin-top: 50px;
	text-align: center;
}

#footerSidebarLeft img,
#footerSidebarRight img{
	margin-bottom: 10px;
}

#footer{
	float: left;
	width: 809px;
	min-height: 187px;
	background-image: url('images/footerBackground.jpg');
	background-repeat: no-repeat;
}

#copyRight{
	float: left;
	margin-left: 50px;
	margin-top: 100px;
	font-size: .8em;
}

/* snNavFader Styles
-----------------------------------------------------------------*/
#jsFadeContainer{
	float: left;
	width: 809px;
	height: 343px;
}

#jsFadeBackground{
	float: left;
	width: 809px;
	height: 343px;
}

#jsFadeBuffer{
	float: left;
	width: 809px;
	height: 343px;
}

#jsFadeInterface{
	position: relative;
	z-index: 2;
	float: left;
	width: 809px;
}

#jsFadeText{
	float: left;
	width: 700px;
	min-height: 100px;
	margin-left: 52px;
	margin-bottom: 10px;
	font-size: .9em;
	overflow: hidden;
}

/* Banner IE fix
-----------------*/
#iHateIE{
	position: relative;
	float: left;
	width: 809px;
	background: url('images/templateBackground.jpg') repeat-y;
	z-index: 1001;
}

#iHateIE img{
	margin-left: 65px;
}

/* Wordpress 101 Template Styles
---------------------------------*/
.wordpress101Img{
	float: left;
	margin: 5px 10px 10px 0px;
	width: 50%;
	height: 50%;
}

/* Comments Styles
-------------------*/
#respond{
	clear: both;
	margin-top: 20px;
}