/*  
Theme Name: Love You To Death
Theme URI: http://www.loveyoutodeath.com/
Description: A custom theme for the Pop band Love You To Death.
Version: 1.0
Author: Matt McCausland
Author URI: http://www.idiotbanter.com/
*/

/* General Styles ============================== */

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: small;
	background: #000 url(images/BodyBG.gif) top left repeat-x;
}

#Container {
	width: 960px;
	border-left: 5px solid #f33;
	border-right: 5px solid #f33;
	background: #fff url(images/MainContentBG.gif) top right no-repeat;
	margin: 50px auto;
	position: relative;
}

#Content {
	background: url(images/SidebarBG.png) repeat-y left top;
}

.Clear {
	clear: both;
}

/* Header ============================================ */

#Header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -50px;
}

#Header h1 a {
	display: block;
	text-indent: -9999px;
	width: 380px;
	height: 380px;
	background: url(images/Logo.png) no-repeat;
}

#Header h2 {
	display: none;
}

/* Navigation ======================================= */

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 40px;
	background: #f33;
}

ul#Nav li {
	margin: 0;
	padding: 0;
	float: right;
}

ul#Nav li a {
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}

ul#Nav li a:hover {
	background: #000 url(images/NavOver.png) top right no-repeat;
}

ul#Nav li.current_page_item a {
	background: #000;
}

/* Sidebar ========================================== */

#Sidebar {
	width: 380px;
	float: left;
	padding: 280px 0 20px 0;
}

#Sidebar ul {
	margin: 0 50px 0 30px;
	padding: 0;
	list-style: none;
}

#Sidebar ul li {
	background: #E01D24 url(images/SidebarBoxBG.gif) repeat-x;
	padding: 8px;
	margin: 10px 0;
	border: 1px solid #ff3333;
}

#Sidebar ul li ul li {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

#Sidebar ul li ul li.vevent {
	padding: 8px 0;
}

#Sidebar h2 {
	text-transform: capitalize;
	color: #fff;
	margin: 0 0 2px 0;
}

#Sidebar a {
	text-decoration: none;
	padding: 2px;
	color: #fff;
}

#Sidebar a:hover {
	color: #000;
	background: #ececec;
}	

/* Main Content ==================================== */

#MainContent {
	width: 560px;
	float: right;
	padding: 0 10px;
}

#MainContent a {
	color: #f33;
	text-decoration: none;
	padding: 2px;
}

#MainContent a:hover {
	color: #000;
	background: #ececec;
}

/* Footer =========================================== */

#Footer {
	clear: both;
	padding: 10px 20px;
	background: #f33;
	text-align: center;
	color: #fff;
}

#Footer a {
	color: #000;
	text-decoration: none;
}

#Footer a:hover {
	color: #F7B14D;
}

/* Newsletter Form ================================== */

form.newsletter input {
	border: 2px solid #000;
	margin: 8px 2px 5px 2px;
	background: #C07C1A;
	padding: 2px;
}

form.newsletter input.newslettertype {
	margin-left: 30px;
}

/* Photos ============================================ */

#Sidebar div.flickr-photos a:hover {
	background: transparent;
}

#Sidebar div.flickr-photos a.more-photos:hover {
	background: #ececec;
}

div#highlight .photos a:hover {
	background: transparent;
}

/* Music Page ========================================== */

img.AlbumCover {
	float: right;
	margin: 0 10px 10px 0;
}

/* Store =============================================== */

div.SidebarProduct {
	width: 140px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}

#Sidebar div.SidebarProduct a:hover {
	background: 0;
}

table.productdisplay tr {
	border-bottom: 2px solid #000;
}