/*
Theme Name: How I Feel 2010
Theme URI: http://www.shapelight.com
Description: Theme for Tony DeSare's Web Site
Version: 1.0
Author: Dan Kaufman
*/



/* Begin Typography & Colors */
html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body {
	background-color: #000000;
	margin-top: -20px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clear
{
	clear: both;
}
a, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FFC000;
	text-decoration: underline;
}
a img {
	border: none;
} 

#centerer {
	margin-top:0px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	height: 600px;
	background-image: url('images/splash.jpg');
	background-repeat: no-repeat;
}

#centerer_secondary {
	margin-top:0px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	height: 600px;
	background-image: url('images/splash_secondary.jpg');
	background-repeat: no-repeat;
}

#navigation {
	background-image: url('images/navTransparentBG.png');
	background-repeat: no-repeat;
	height: 50px;
	min-height: 50px;
	color: #FFFFFF;
	padding-left: 20px;
}

#navigation ul
{
	margin-top:0px;
	margin-left: 30px;
	margin-right: 0px;
	width: 100%;
	padding: 0 0 0 0;
	list-style: none;
	display: block;
}
#navigation li
{
	float:left;
	font-size: 18px;
	color: #ffffff;
	text-align:center;
	margin-right: 41px;
	margin-top: 10px;
}
#navigation a, #navigation a:visited
{
	color: #ffffff;
}
#navigation a:hover
{
	color:#FFC000;
}

#siteTitleMain {
	position: absolute;
	top: 75px;
	margin-left: 635px;
	color: #FFFFFF;
	font-size: 48px;
}

#siteTitleNormal {

}

.wideLeftColumn {
	width: 616px;
	float: left;
	color: #FFFFFF;
}
.wideLeftColumnTop {
	width: 616px;
	height: 23px;
	min-height: 23px;
	float: left;
	color: #FFFFFF;
	background-image: url('images/wideColumnTop.png');
	background-repeat: no-repeat;
}
.wideLeftColumnMiddle {
	width: 616px;
	float: left;
	color: #FFFFFF;
	background-image: url('images/wideColumnMain.png');
	background-repeat: repeat-y;
	margin-right: 0px;
	margin-left: 0px;
}
.wideLeftColumnBottom {
	width: 616px;
	height: 23px;
	min-height: 23px;
	float: left;
	color: #FFFFFF;
	background-image: url('images/wideColumnBottom.png');
	background-repeat: no-repeat;
}
.wideLeftColumn p {
	margin: 0px;
	padding: 0px;
}
.thinRightColumn {
	width: 270px;
	float: right;
	color: ffffff;
}
.thinRightColumnTop {
	width: 270px;
	height: 23px;
	min-height: 23px;
	float: right;
	color: #FFFFFF;
	background-image: url('images/thinColumnTop.png');
	background-repeat: no-repeat;
}
.thinRightColumnMiddle {
	float: right;
	color: #FFFFFF;
	background-image: url('images/thinColumnMain.png');
	background-repeat: repeat-y;
	width: 270px;
}
.thinRightColumnBottom {
	width: 270px;
	height: 23px;
	min-height: 23px;
	float: right;
	color: #FFFFFF;
	background-image: url('images/thinColumnBottom.png');
	background-repeat: no-repeat;
}
.thinRightColumn p {
	margin-top:0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-right: 10px;
}

.player_link {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}

#footer {
	text-align: center;
	width: 100%;
	margin: 0 0 0 0;
}

.pagetitle
{
	color: #ffffff;
	font-size: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}

.post
{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.post .entry
{

}

.post_title
{
	color: ffffff;
	font-size: 14px;
	text-decoration: underline;
}

.post_meta
{
	margin-left: 20px;
	margin-right: 20px;
}

.post_content
{
	font-size: 12px;
}

.post_details
{

}

#respond
{

}

#commentform
{

}

#music_player
{
	float:left;
}
hr
{
	margin-left: 40px;
	margin-right: 40px;
}
