/*

colors		#98948d 	- grey/brown body text on main site
				#333			- dark grey text for blog  
				
font-size	13px			- blog text
				11px			- everthin' else 

*/

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Blog css 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.blog_sidebar,.blog_loop {/* blog loop text actually takes color from .post}*/
									/*  blog sidebar has same CSS as .sidebar too  - sort it out*/
	font-family: helvetica, arial;
	font-size:11px;
	color:#333;
	/*line-height:15px;*/
	background:#fff;
	vertical-align:top;
}


.blog_sidebar /*formerly copyright*/
{
	width:120px; padding:10px;       /* *** HACK during DEV - index, sidebar and archicve .php have i- line CSS for body post L margin - fix when no longer in tables **      */
}
.blog_loop /*formerly bodycopy*/
{
	border-left:solid 1px #ccc;
}

.blog_loop  h2{font-size:13px;}
.blog_loop  h2 a, div.meta a, div.postmetadata a{ color:#98948d; text-decoration:none;}
.blog_loop  h2 a:hover, div.meta a:hover,div.postmetadata a:hover{color:#663c19;text-decoration:none; }




.post { 			background:#fff; padding:25px 20px 10px 20px; /* 02.12.11  - padding bottom reduced in response to client request to reduce spaces between posts */

					
	font-family: helvetica, arial;
	font-size:13px;
	color:#333; 
	line-height:24px;              /*border: 3px solid blue;*/} 
	
#sidebar{			  background:#fff;

	font-family: helvetica, arial;
	font-size:11px;
	color:# 333; /*98948d*/
	line-height:15px;}
	
#sidebar h2 {font-weight:bold;font-size:13px;margin: 20px 0 0 0 ;}

/* wp-categories widget */

ul {}								/* the only list on teh sit eis in the wp blog - this may change */
li.cat-item						{list-style:none; margin: 0 0 10px 0; text-align:left;font-size:11px;}
li.cat-item a					{color:#98948d; text-decoration:none;}
li.cat-item a:hover			{color:#605953;}


/*


english/deutsch image links showing border in FF

*/

a img  {border:none; text-decoration:none;}





/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Original durchzug css from old site below this line
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/


body
{
	margin:0px;
	font-family: helvetica, arial;
	font-size:11px;
	color:#98948d;
}

#content
{
	padding:50px;
}

#main_nav
{
	background-color:#CFCBC5;
}

.bodycopy
{
	font-family: helvetica, arial;
	font-size:11px;
	color:#98948d;
	line-height:15px;
	vertical-align:top;
}

#product_image
{
	height:295px; 
	width:467px;
}

img
{
	font-family: helvetica, arial;
	font-size:11px;
	color:#98948d;
}

.copyright
{
	font-size:11px;
}

.bold_text
{
	color:#605953;
}

.shop_bg
{
	width:562px;
	height:297px;
	background-image:url('images/shops_bg.jpg');
	background-repeat:no-repeat;
	vertical-align:top;
}

.text_box
{
	width:380px;
	height:23px;
	border:0px;
	font-family: helvetica, arial;
	font-size:11px;
	vertical-align:middle;
	color:#605953;
	padding-top:6px;
	padding-left:7px;
	padding-right:7px;
}

.send
{
	padding-bottom:1px;
	vertical-align:bottom;
	text-align:left;
	width:62px;
}

a:hover.bodycopylink
{
	color:#605953;
}

.bodycopylink
{
	color:#98948d;
}

/* removes dotted borders on firefox links */
a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}
