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

/* General Styles
-----------------------------------------------------------------*/
body{
	margin: 0px;
	background-color: #426C8C;
	font-family: Trebuchet MS;
}

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

#mainContainerFloat{
	float: left;
	width: 899px;
}

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

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

img{
	border: none;
}

/* Header Styles
-----------------------------------------------------------------*/
#headerContainer{
	float: left;
	width: 899px;
	height: 383px;
	background: #426C8C url('images/headerBackground.jpg') no-repeat bottom left;
}

#headerPost{
	float: right;
	width: 364px;
	min-height: 190px;
	margin-top: 180px;
	margin-right: 130px;
	color: #ffffff;
	font-size: .7em;
}

#headerPost h3{
	margin-top: 0px;
}

#headerContainerInternal{
	float: left;
	width: 899px;
	height: 210px;
	background: #426C8C url('images/headerInternalBackground.jpg') no-repeat bottom left;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active{
	display: block;
	position: relative;
	z-index: 1;
	width: 365px;
	height: 138px;
	margin-left: 414px;
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px;
}

#logo a span{
	visibility: hidden;
}

#menuContainer{
	float: left;
	width: 889px;
	height: 32px;
	margin-left: 5px;
	background: url('images/menuBackground.jpg') no-repeat;
}

#menuContainer ul{
	float: left;
	width: 889px;
	margin-top: 2px;
	padding-top: 0px;
	margin-left: -30px;
	//margin-left: 0px;
}

#menuContainer ul li{
	float: left;
	margin-top: 0px;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 10px;
	list-style-type: none;
	font-size: .8em;
	text-transform: uppercase;
	background: url('images/menuSpacer.jpg') no-repeat;	
}

#menuContainer ul li#homeLink{
	background-image: none;
}

#menuContainer ul li#contactLink{
	float: right;
	background-image: none;
	margin-right: 20px;
}

#menuContainer ul li a:link,
#menuContainer ul li a:visited{
	text-decoration: none;
	color: #ffffff;
}

#menuContainer ul li a:hover,
#menuContainer ul li a:active{
	text-decoration: underline;
	color: #ffffff;
}

/* Template Styles
-----------------------------------------------------------------*/
#templateContainer{
	display: block;
	width: 642px;
	margin-left: auto;
	margin-right: auto;
}

#template{
	float: left;
	width: 642px;
	min-height: 200px;
	color: #2A4153;
	background: #ffffff url('images/templateFooter.jpg') no-repeat bottom left;
}

#templateContainerInternal{
	display: block;
	width: 899px;
}

#templateInternal{
	float: right;
	width: 602px;
	min-height: 200px;
	margin-right: 20px;
	padding: 20px 20px 0px 20px;
	color: #2A4153;
	font-size: .8em;
	background: #ffffff url('images/templateFooter.jpg') no-repeat bottom left;
}

#templateBody{
	float: right;
	width: 400px;
	padding: 20px;
	font-size: .8em;
}

#template a:link,
#template a:visited,
#templateInternal a:link,
#templateInternal a:visited{
	text-decoration: none;
	color: #2A4153;
}

#template a:hover,
#template a:active,
#templateInternal a:hover,
#templateInternal a:active{
	text-decoration: underline;
	color: #2A4153;
}

.theTitle{
	clear: both;
	margin: 0px;
}

.info{
	font-style: italic;
	font-size: .9em;
}

#theUltimateGuide{
	float: left;
	margin: 22px;
}

/* SideBar Styles
-----------------------------------------------------------------*/
#sidebar{
	float: left;
	width: 237px;
	font-size: .9em;
}

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

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

#sidebar li{
	list-style-type: none;
	background: url('images/listMarker.jpg') no-repeat center left;
	padding-left: 10px;
}

.widgettitle{
	color: #ffffff;
	font-style: italic;
	font-size: 1em;
	padding-left: 50px;
	background: url('images/widgetTitleBackground.jpg') no-repeat center left;
}

/* Footer Styles
-----------------------------------------------------------------*/
#footer{
	float: left;
	width: 642px;
	padding: 20px;
}

#footer ul{
	margin-left: -40px;
	//margin-left: -10px;
}

#footer ul li{
	float: left;
	list-style-type: none;
	margin-right: 30px;
}
