/*
Theme Name: Freestyle
Theme URI: http://freestyleapplication.com/
Description: The theme for the freestyle app website. bitches.
Version: 1
Author: Bennett Kolasinski and Bob Jones
Author URI: http://bennettk.com
*/

body {
	background-color: #9f6739;
}

img {
	border: 0px;
}

/* HEADER / FOOTER STYLES */

#bodycontainer {
	width: 900px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

/*left: 605, top: 25*/

#sociallinks {
	background-image: url(images/socialmediabg.gif);
	top: 25px;
	left: 600px;
	width: 232px;
	height: 32px;
	position: absolute;
}

#sociallinks img {
	margin-top: 4px;
	margin-bottom: 3px;
	padding-left: 14px;
	border: 0px;
}

#appstore {
	top: 75px;
	left: 600px;
	width: 264px;
	height: 70px;
	position: absolute;
}

#header {
	position: relative;
	width: 100%;
	height: 240px;
}

#musicsalesheader {
	background-image: url(images/musicroom.jpg);
	background-repeat: no-repeat;
	height: 30px;
	position: relative;
	padding-bottom: 10px;
	background-color: #ffcc00;
	float: left;
}

#musicsalesheader h2 {
	clear:both;
	display:block;
	height: 30px;
	overflow:hidden;
	width:900px;
}

#musicsalesheader h2 a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}

#brickheader {
	background-image: url(images/webheader.jpg);
	background-repeat: no-repeat;
	background-color: #ffcc00;
	height: 160px;
	position: relative;
	float: left;
}

#brickheader h1 {
	clear:both;
	display:block;
	height: 160px;
	overflow:hidden;
	width:900px;	
}

#brickheader h1 a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;	
}

#navbar {
	height: 40px;
	width: 100%;
	background-color: #ffcc00;
	position:relative;
	float: left;
}

#navbar ul {
	margin: 0px;
	padding-top: 3px;
}

#navbar ul li {
	list-style-type: none;
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}

#navbar ul li a {
	color: #ffffff;
	background-color: #b7ab0a;
	text-transform: uppercase;
	font-size: 22px;
	font-family: "Impact", sans-serif;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 3px;
}

#navbar ul li a:hover {
	color: #605346;
}

h2 {
	text-transform: uppercase;
	font-family: "Impact", sans-serif;
	color: #605345;
	font-weight: normal;
}

#bodymain {
	padding: 15px;
}

p {
	font-family: sans-serif;
	font-weight: normal;	
}

em {
	color: #605345;	
}

#footer {
	background-image: url(images/footer.jpg);
	height: 200px;
	position: relative;
}

#footer p {
	text-align: right;
	font-size: 12px;
	color: #9f6739;
	padding: 10px;
}

#footer a {
	color: #605345;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#filler {
	height: 300px;
}

.clearer {
	clear: both;
}

/* BODY STYLES */
#main {
	background-image: url(images/rhymerecordrelease.jpg);
	background-repeat: no-repeat;
	background-position: 324px -2px;
	position: relative;
	float: left;
	width: 100%;
}

#helpmain {
	position: relative;
	float: left;
	width: 100%;
}


.leftcol {
	width: 400px;
	margin: 15px;
	float: left;
	position: relative;
}

.rightcol {
	width: 400px;
	margin: 15px;
	float: left;
	position: relative;
}

#howfreestyleworks {
	position: relative;
	margin-top: 300px;
	width: 400px;
}

#toolbar {
	background-image: url(images/toolbar.gif);
	background-position: 320px 50px;
	height: 50px;
	width: 320px;
	overflow: hidden;
	position: relative;
	float: left;
}

.toolbar_callout {
	float: left;
	width: 60px;
	font-size: 12px;
	font-style: italic;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
}

#toolbar a {
	display: block;
	float: left;
	height: 50px;
	width: 80px;
}

.toolbar_write a:hover {
	background-image: url(images/toolbar.gif);
	background-position: 320px 0px;
}

.toolbar_beats a:hover {
	background-image: url(images/toolbar.gif);
	background-position: 240px 0px;
}

.toolbar_rhymes a:hover {
	background-image: url(images/toolbar.gif);
	background-position: 160px 0px;
}

.toolbar_recordings a:hover {
	background-image: url(images/toolbar.gif);
	background-position: 80px 0px;
}

.toolbar_write a .selected_tab {
	background-image: url(images/toolbar.gif);
	background-position: 320px 0px;
}

.toolbar_beats a .selected_tab {
	background-image: url(images/toolbar.gif);
	background-position: 240px 0px;
}

.toolbar_rhymes a .selected_tab {
	background-image: url(images/toolbar.gif);
	background-position: 160px 0px;
}

.toolbar_recordings a .selected_tab {
	background-image: url(images/toolbar.gif);
	background-position: 80px 0px;
}


.toolbar_content {
	height: 175px;
	width: 420px;
	background-color: #ccc;
	padding: 15px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

.toolbar_content h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.toolbar_content_left {
	width: 290px;
	padding-right: 10px;
	float: left;
}

.toolbar_content_right {
	
}

#features li {
	color: #95001A;
	font-weight: bold;
	margin-bottom: 11px;
}

.callout p {
	line-height:26px;
	font-size:20px;
}

.callout img {
	float: left;
	margin: 10px;
}

#freestyleartists {
	width: 400px;
}

#freestyleartists img {
	float: left;
	padding-right: 15px;
}

#freestyleartists ul {
	padding-top: 15px;
}

#freestyleartists ul li a {
	color: #95001A;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#freestyleartists ul li a:hover {
	text-decoration: underline;
}

#freestyleartists ul li {
	list-style-type: none;
}

#helpvideo {
	margin-top: 25px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/* wordpress overrides*/
.post, .entry, #content {
	padding: 0px;
	margin: 0px;
}


/* need to define:
	.post
	.post h2
	.entry
	.entry p */
	