/*
Theme Name: Mel Parsons
Theme URI: http://kelpdesign.com/
Description: The layout for mel parson
Version: dev
Author: Ben Parson & Tim Klein
Author URI: http://www.kelpdesign.com/
*/

*
{
	padding: 0;
	margin: 0;
}

body
{
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Helvetica, Arial;
}

img
{
	border: 0;
}


#wrapper
{
	width: 900px;
	margin: 0 auto;
	padding: 0 50px;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	
}


#home-headerimg
{
	background-image: url(images/header/home.jpg);
	height:414px;
}

#headerimg
{
	background-image: url(images/header/default.jpg);
	height: 180px;
}

#header #logo
{
	padding-left: 15px;
	padding-top: 70px;
}

#header #menu
{
	padding-left: 15px;
	padding-top: 5px;
	font-size: 13px;
}

#header #menu ul li
{
	float: left;
	text-transform: uppercase;
	list-style: none;
	padding-right: 15px;
}

#header #menu ul li.page_item a:link,
#header #menu ul li.page_item a:visited,
#header #menu ul li.page_item a:active
{
	text-decoration: none;
	color: #b2bdc1;
}

#header #menu ul li.current_page_item a:link,
#header #menu ul li.current_page_item a:visited,
#header #menu ul li.current_page_item a:active,
#header #menu ul li.current_page_item a:hover,
#header #menu ul li.page_item a:hover
{
	color: #00acf0;
}

#content
{
	background-color: #00acf0;
}

.post
{
	padding: 15px 20px;
	width: 420px;
	float: left;
}

#content h1
{
	color: #e0f1f7;
	text-transform: uppercase;
	font-size: 35px;
}

#content h2
{
	color: #333;
	font-size: 20px;
	margin-bottom: 5px;
}

#content h5
{
	color: #333;
	font-size: 14px;
	padding-bottom: 5px;
}	

#content p
{
	color: #333;
	margin-bottom: 14px;
}

#content a:link,
#content a:visited,
#content a:hover,
#content a:active
{
	color: #E0F1F7;
}


#content p strong
{
}


#content form fieldset
{
	border: 0;
	color: #333333;
}

#content form fieldset legend
{
	color: #E0F1F7;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: bold;
}

#content form
{
	width: 420px;
}

#content form p.cf-sb
{
	text-align: left;
	margin-left: 90px;
}
 
#content form ol li
{
	list-style: none;
	padding-bottom: 5px;
}

#content form ol li label
{
	display: block;
	width: 90px;
	float: left;
}


#content form fieldset.cf_hidden
{
	display: none;
}


#content form input,
#content form textarea
{
	border:1px solid #999999;
	margin-right: 10px;
	font-size: 14px;
}

#content form input.single,
#content form textarea.area
{
	width: 200px;
}

#content form input.sendbutton
{
	color: #666666;
	padding: 0 5px;
}


#content .gallery img
{
	border: 5px solid #0093CF;
}




#player
{
	width: 400px;
	padding: 20px;
	height: 215px;
	background-image: url(images/player-bg.png);
	background-repeat: repeat;
	float: right;
}

#flashplayer
{
	float: left;
	width: 205px;
	height: 215px;
}

#social {
	float:right;
	width: 400px;
	text-align: right;
	margin: 20px 20px;
}



#player-text
{
	text-transform: uppercase;
	color: #FFF;
	float: left;
	width: 175px;
	margin-left: 20px;
	height: 215px;
	background-color: #00ACF0;
	font-weight: bold;
	font-size: 13px;
}

#player-text .text
{
	padding: 10px;
}

#player-text ul li
{
	list-style: none;
	background-color: #FFF;
	border: solid #0093cf 1px;
	margin-bottom: 2px;
	padding: 2px;
	padding-bottom:0;
	width: 100px;
	font-size: 12px;
}

#player-text ul li a:link,
#player-text ul li a:visited,
#player-text ul li a:hover,
#player-text ul li a:active
{
	
	color: #00ACF0;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;

}


#player-text h3
{
	padding-left: 10px;
	background-color: #0093cf;
	/** font-weight: normal; **/
	font-size: 17px;
	color: #FFFFFF;
}

#player-text h4
{
	margin-top: 3px;
	padding-left: 10px;
	background-color: #0093cf;
	/** font-weight: normal; **/
	font-size: 12px;
	color: #FFFFFF;
}

#footer
{
	color: #00acf0;
	text-transform: uppercase;
	font-size: 14px;
	width: 900px;
	padding: 0 50px;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 40px;
	clear: both;
	
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active
{
	color: #00acf0;
	text-decoration: none;
}



#footer .col-left
{
	float: left;
	padding: 7px 10px;
	width: 430px;
}

#footer .col-right
{
	float: right;
	text-align: right;
	padding: 7px 10px;
	width: 430px
}



.linklove {
	display: none;
}

#footer form ol
{
	float: left
}
 
#footer form ol li
{
	list-style: none;
}

#footer form ol li label
{
	padding-right: 10px;
}


#footer form fieldset.cf_hidden
{
	display: none;
}

#footer form p.cf-sb
{
	float: left;
}

#footer form input
{
	border:1px solid #999999;
	margin-right: 10px;
	height: 17px;
}

#footer form input.sendbutton
{
	color:#666666;
	font-family:Arial;
	height:19px;
	padding:1px 5px;
}


