/*  
Theme Name: Tough Love Records
Theme URI: http://www.toughloverecords.com
Description: Custom Wordpress Theme for Tough Love Records
Version: 1.0
Author: Simon Moore
Author URI: http://www.toughloverecords.com/
*/

body
{
	margin: 0px 10px;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	color: rgb(95, 95, 95);
	word-spacing: 0.25em;
	letter-spacing: 0.05em;
}

div.header
{
	width: 975px;
	height: 260px;
	padding: 0px;
	background-image: url('images/header3.jpg');
	background-repeat: no-repeat;
	margin: 0px;
}

div.header div#menu
{
	margin: 0px;
	font-family: Arial;
	font-size: 19pt;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(219, 65, 60);
	width: 100%;
	text-align: left;
	/*background-image: url('images/menugrad2-trans.png');
	background-repeat: repeat-x;*/
	padding-top: 8px;
	padding-left: 8px;
}

a img
{
	border: 0px;
}

a
{
	color: rgb(219, 65, 60);
	text-decoration: none;
}

a:hover
{
	color: black;
}

h1
{
	letter-spacing: 5px;
	font-family: Arial;
	font-size: 35pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	color: black;
}

div.header div#menu a:hover
{
	background-color: rgb(219, 65, 60);
	color: black; 
}

h2, ul#sidebarLinks li, div#sidebar li h2, div#sidebar div.title
{
	letter-spacing: 3px;
	font-family: Arial;
	font-size: 22pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
	color: black;
}

div#sidebar h2
{
font-size: 18pt;
}

h2 a:link, h2 a:active, h2 a:hover, h2 a:visited
{
	color: black;
}

h3
{
	margin-top: 12px;
	font-size: 16pt;
	word-spacing: 3px;
	letter-spacing: 2px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	color: rgb(219, 65, 60);
	text-transform: uppercase;
}

h3 div.sub
{
	font-size: 12pt;
}

a:hover h3
{
	color: black;
}

h4
{
	font-size: 14pt;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	color: rgb(219, 65, 60);
	margin-top: 5px;
}

div.wrapper
{
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

div.content
{
	width: 650px;
	float: left;
}

div .contentHome
{
	width: 500px;
	float: left;
}

div#footer
{
	clear: both;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 11px;
}

div.post
{
	margin-bottom: 45px;
}

div#sidebar
{
	list-style-type: none;
	width: 250px;
	text-align: right;
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}

div .sidebarHome
{
	width: 350px;
}

div#sidebar ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul#sidebarLinks
{
	margin-top: 30px;
}

ul#sidebarContent li
{
	margin-top: 30px;
}

a:hover div.sidebarProduct, a:hover div.sidebarProduct div.productDetails, div.sidebarProduct:hover, div.productDetails:hover
{
	background-color: rgb(219, 65, 60);
	color: black;
}

div.sidebarProduct
{
	height: 75px;
	clear: both;
	margin: 10px 0px;
}

div.productDetails
{
	width: 150px;
	padding: 3px;
	color: rgb(219, 65, 60);
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	float: left;
	margin-left: 0px;
}

div.productThumb
{
	margin-left: 0px;
	margin-right: 5px;
	text-align: left;
	float: left;
}

p.postmetadata
{
	font-style: italic;
	margin-top: 20px;
	text-align: right;
}

div.alignleft
{
	float: left;
}

div.alignright
{
	float: right;
}
