/*
(c) Ditton Wine Traders 2008
Developed by Mark Ilff, Talespinner - www.talespinner.co.uk
******************************************************************************/


/*Template objects
******************************************************************************/

#logoBlock {
	/*Coloured bar at top of page*/
	margin: 0;
	width: 100%;
	background: url(/images/branding/topbar8.jpg) center top no-repeat;
	height: 100px;
	}

#logoBlock h1 {
	margin: 0;
	padding: 0;
	}

#logoBlock h1 a {
	border-bottom: 0;
	}
	
#logoMain {
	/*Image that's overlaid on coloured bar*/
	width: 210px;
	height: 50px;
	margin: 20px 0 0 20px;
	}



#tagline {
	padding: 0;
	margin: 0;
	}

#tagline img {
	margin: 15px 0 0 20px;
	width: 271px;
	height: 31px;
	}


/* Recurring search box */

	#search {
		position: absolute;
		top: 110px;
		right: 13px;
		width: 300px;
		padding: 0;
		}
	
	#searchBox {
		float: right;
		padding: 0; 
		margin: 0
		}
	
	#search fieldset {
		border: 0;
		}
	
	#search label {
		font-weight: bold;
		color: #3d007a;
		}
	
	#search .box {
		vertical-align: middle;
		background: #e5cbff;
		border-width: 1px;
		}
	
	#search p {
		width: 260px;
		float: right;
		margin-top: 0;
		margin-right: 36px;
		line-height: 1;
		font-size: 80%;
		}
	
	#search p a {
		/*
		border-bottom-width: 1px;
		*/
		}
	
#wrap {
	/*Wrapper that contains everything after logoBlock*/
	margin: 1ex 48px 8ex 20px;

	/*Use when IE6 dead & gone
		max-width: 1250px;*/
	/*Or if can't wiat try this:
	max-width:800px;
	width:expression(document.body.clientWidth > 800? "800px": "auto" );*/
	}

#wrapMaint {
	margin: 20px;
	}


#sidebar {
	/*Wrapper for left hand zone*/
	margin-top: 2ex;
	float: left;
	width: 210px;
/*Use when IE6 dead & gone
	width: 30%;
	max-width: 240px*/
	}

#sidebar ul {
	margin-bottom: 1ex;
	}

#sidebar h3, 
#sidebar p 
	{
	padding: 0 10px 0 0;
	}


/* Wrapper for main zone
-----------------------------------------------------------------------------*/
	#main {
		float: right;
		width: 68%;
		margin-top: 2ex;
		margin-bottom: 4ex;
		text-align: justify;
		position: relative;
		}
	
	#main h2, 
	#main h3, 
	#main p 
		{
	/*	padding: 0 10px;*/
		}
	
	#main h2 {
		font-family: Arial, Helvetica, sans-serif;
		padding-bottom: 5px;
		margin: 1ex 0;
		font-weight: normal;
		color: #b19274;
		text-transform: lowercase;
		letter-spacing: 0;
		text-align: right;
		border-bottom: 1px dotted #b19274;
		}
	

#header h1, h1.line2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 1ex 0;
	font-weight: normal;
	color: #b19274;
	font-size: 2.5em;
	text-transform: lowercase;
	letter-spacing: 0;
	text-align: right;
	}

h1.line2 {margin-bottom: 2ex}


/* ShareIt links 
-----------------------------------------------------------------------------*/
	#shareItTop {
		padding-bottom: 1em;
		font-size: 90%;
		border-bottom: 1px solid #9274b1;
		}

	#shareItBot {
		clear: both;
		padding-top: 1em;
		text-align: right;
		font-size: 90%;
		border-top: 1px solid #9274b1;
		}


/* Footer menu
-----------------------------------------------------------------------------*/
	#footer {
		clear: both;
		position: relative
		}
	

/* Footer address
-----------------------------------------------------------------------------*/
	#footerAddr {
	/*	margin: 0; 
		padding: 0;*/
		clear: both;
		width: 100%; 
		height: 25px;
		color: white;
		background: url(/images/widgets/roundedBot2500x25L.gif) no-repeat left bottom;
		margin-top: 1ex;
		margin-bottom: 2ex
	/*	margin: 10px; 
		padding: 5px; 
		padding-bottom: 10px; */
		}
	
	#footerAddr p {
		font-size: 0.9em;
	/*	color: white;*/
		text-align: center; 
		}
	
	#footerAddr a {
		color: white;
		border-bottom-width: 1px;
		border-bottom-color: white;
		}
	
	#footerAddr strong {
		color: white;
		}


/* Developer credit
-----------------------------------------------------------------------------*/
	#devCredit {
		clear: both;
		text-align: right;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		margin: 6ex 0;
		color: gray;
		}
	
	#devCredit a {
		color: gray;
		border-bottom: 1px dotted gray;
		}
	
	#devCredit a:hover {
		color: #120eae;
		border-bottom: 1px solid #120eae;
		}

	
/*Non-printing template objects
******************************************************************************/
	@media print {
		#sidebar,
		#search,
		#navBot
			{
			display: none;
			}
		}
