/*
Theme Name: Sam Le Chiq Theme
Theme URI: http://localhost/wordPress271/wordpress/
Description: Theme for Sam Le Chiq
Version: 1.0
Author: Sean Newby
*/

/* General Styles
-----------------------------------------------------------------*/
body{
	margin: 0px 0px 20px 0px;
	background: #000000;
	text-transform: uppercase;
	font-family: Trebuchet MS;
}

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

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

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

#mainContainerFloat{
	float: left;
	width: 900px;
	height: 600px;
	background: #000000 url('images/bodyBackground.png') no-repeat;
}

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

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

/* Header Styles
-----------------------------------------------------------------*/
#headerHome{
	float: left;
	width: 900px;
	height: 98px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#headerInternal{
	float: left;
	width: 900px;
	height: 98px;
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: solid 1px #404040;
}

#logo a:link,
#logo a:visited,
#logo a:hover,
#logo a:active{
	display: block;
	float: left;
	width: 246px;
	height: 98px;
	margin-left: 180px;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px;
}

#logo a span{
	visibility: hidden;
}

/* Template Styles
-----------------------------------------------------------------*/
#templateHome{
	float: left;
	width: 450px;
	min-height: 400px;
	background: url('images/Sam.gif') no-repeat center left;
}

#templateInternal{
	float: left;
	width: 408px;
	min-height: 400px;
	margin-top: -10px;
	padding: 20px;
	font-size: .7em;
	color: #808080;
	border-left: solid 1px #404040;
}

h1,h2,h3,h4,h5,h6{
	color: #ffffff;
}

.theHeading{
	font-size: 2.3em;
	color: #ffffff;
	margin-top: 0px;
}

.theTitle{
	clear: both;
	margin: 0px;
	color: #ffffff;
}

.theInfo{
	clear: both;
	margin-bottom: 0px;
	color: #CC3300;
}

.postImg{
	float: left;
	max-width: 100px;
	max-heifht: 100px;
	margin: 5px;
}

/* SideBar Styles
-----------------------------------------------------------------*/
#sidebarHome{
	float: left;
	width: 450px;
	min-height: 400px;
}

#sidebarHome ul li{
	list-style-type: none;
	font-size: 2.5em;
	color: #ffffff;
}

#sidebarInternal{
	float: left;
	width: 450px;
	min-height: 400px;
	background: url('images/Sam.gif') no-repeat center left;
}

#sidebarInternal ul{
	float: left;
}

#sidebarInternal ul li{
	list-style-type: none;
	font-size: 1.8em;
	color: #ffffff;
}

.menuItem0{
	margin-left: 30px;
}

.menuItem1{
	margin-left: 10px;
}

.menuItem2{
	margin-left: 50px;
}

.menuItem3{
	margin-left: 20px;
}

.menuItem4{
	margin-left: 40px;
}

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

#sidebarHome ul li a:hover,
#sidebarHome ul li a:active,
#sidebarInternal ul li a:hover,
#sidebarInternal ul li a:active{
	text-decoration: none;
	color: #CC3300;
}

#sidebarBody{
	float: left;
	width: 200px;
	height: 300px;
}

/* Footer Styles
-----------------------------------------------------------------*/
#footerContainer{
	float: left;
	width: 900px;
	height: 50px;
	margin-top: 50px;
}

#footerContainer h5{
	color: #CC3300;
}	
