/*  
Theme Name: dvdnewreleases
Theme URI: http://wordpress.org/
Description: My Custom Template
Version: 1.0
Author: Simon
Author URI: http://www.dvdnewreleases.co.uk

	My Custom Template

 * Colours
 097054 green
 FFDE00 yellow
 6599FF blue
 FF9900 orange
 
 FAF5D0 tr
 EDE083 tr.hightlight1
 F6F5EC tr.hightlight2
 *

*/

html, body
{
	font: 13px "Trebuchet MS",Arial,Verdana,Sans-serif;
	background: #6599FF;
	color:#000000;
	margin: 10px auto 0 auto;
	text-align:center;
}

h1, h2, h3
{
	color: #097054;
	font-size: 13px;
}

a
{
	text-decoration:underline;
	color: #097054;
}

a:hover
{
	text-decoration:none;
	color: #097054;
}

.clear 
{
	clear: both;
	height: 0;
}

input,textarea
{		
	border: #000 1px solid;
	color: #097054;
	font-family: "Trebuchet MS",Arial,Verdana,Sans-serif;  
	line-height:13px;
	font-size: 13px; 
}


.subscribe
{
	margin: 0 0 10px 0;
	padding: 6px 10px 7px;
	font-size: 13px; 
	background: url(images/feed-icon.jpg)  10px 6px no-repeat;
}

.subscribe a{
	padding-left: 22px;
	color: #097054;
}

.free
{
	color: #097054;
}

img
{
	border:0;
}

.floatRight, .alignright
{
	float: right;
}

.highlight
{
	background: #EDE083;
	
}

/**********************/
/* Page CONTAINER     */
/**********************/

#page			
{
	margin:0 auto 0 auto;
	background: #fff;
	width:775px;	
	border: 1px solid #097054;
}

/***************************/
/* Columns sidebar */
/***************************/

.sidebar2			
{
	width:176px;	
	float: left;
	margin:0;
	text-align: left;
	padding: 0 0 0 5px;
}

.sidebar2 ul.outer
{
	border:0;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.sidebar2 ul.outer li
{
	margin: 0;
	padding: 0;
}

.sidebar2 ul 
{
	margin:0 0 10px 0;
	padding:0 0 10px 25px;
} 

.sidebar2 h1, .sidebar2 h2
{
	font-size: 17px;
	margin:0;
	padding: 3px 20px 3px 20px;
	border-bottom: 3px solid #6599FF;
}

.sidebar2 a
{
	text-decoration: none;
}

/***************************/

#content
{
	width:569px;
	float: left;
	margin:0 7px 0 7px;
	text-align: left;
}

/***** Header **************/

#content #header
{
	width:550px;	
	height: 125px;
	background: #fff url(images/header.jpg) no-repeat;
	margin:0;
	padding: 1px 0 0 0;
	text-align: left; 
}

#content #header h1
{
	margin: 45px 0 0 180px;
	border: 0;
}

#content #header p
{
	margin: 5px 0 0 100px;
	padding: 0;
}

#content #header p a
{
	color: #097054;
	padding-left:12px;
	margin-right:5px;
	text-decoration:none;
}

/***** rest of content *******/

#content img
{
	margin: 3px;
}

#content h1,h2
{
	border-bottom: 3px solid #FF9900;
	font-size: 17px;
}

#content h1,h2 a
{
	text-decoration: none;
}

#content h1,h2 a:hover
{
	text-decoration: none;
}


#content p
{
	margin:8px 0 8px 0;
}

#content div.navigation
{
	text-align: right;
}

#content div.bottom_navigation
{
	border-top: 1px solid #097054;
	text-align: right;
}

#content .latest_dvd_block
{
	width: 265px;
	float: left;
	margin: 0;
}

#content .latest_dvd_block h3
{
	margin: 0 0 0 23px;
}

/***************************/

#footer
{
	margin: 50px 0 25px 0;
	border-top: 1px solid #097054;
}