/*  
Theme Name: WordPress Renesveloshop
Theme URI: http://www.renesveloshop.ch/
Description: Eigenes Theme fuer Ren&eacute;'s Veloshop
Version: 1.1
Author: Pascal Mueller
Author URI: http://www.trockendock.ch/
*/

/* div
{
	border-color: green;
	border-width: 1px;
	border-style: dashed;
}
*/

body
{
	font-size: 100%;
	line-height: 1.125em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #000033;
	padding: 0;
	margin: 0;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
}

/*<!--[if !IE]>-->

body 
{
	font-size:16px;
}

<!--<![endif]-->*/

a
{
	text-decoration: none;
}

#content a
{
	color: #000033;
	border-bottom: #000033;
	border-width: 1px;
	border-style: none none dotted none;
}

#content a:hover
{
	background-color: #ecf3fe;
}

#content a:visited
{
	color: #000033;
}

#content a img
{
	color: #ffffff;
	border: inherit white inherit;
}

/* ----------container zentriert das layout-------------- */
#container
{
	margin: 0;
	padding: 0;
}

/* ----------banner for logo-------------- */
#header
{
	margin: 0;
	padding: 0;
	background-image: url(images/bg_head.gif);
	background-repeat: no-repeat;
	height: 150px;
	vertical-align: bottom;
}

#header h2
{
	margin: 0;
	width: 800px;
	height: 118px;
}

#header h2 a
{
	color: #FFF;
	text-decoration: none;
}

/*** Menu Components ********************************************************/
#menu
{
	font-size: 11px;
	background-image: url(images/bg_navi.gif);
	height: 32px;
	position: static;
	white-space: nowrap;
	padding: 0;
	margin: 0 0 0 236px;
}

#menu .menu,#menu li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu .menu
{
	background: transparent url(images/menu_right.png) repeat-y left top;
	height: 32px;
	padding: 0 0 0 1px;
}

#menu .utom_menu_b
{
	background: transparent url(images/menu_left.png) repeat-y right top;
	float: right;
	height: 32px;
	padding: 0 1px 0 0;
}

#menu .menu li
{
	float: left;
	line-height: 31px;
	height: 32px;
	background-image: url(images/menu_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu .menu a
{
	height: 32px;
	background-image: url(images/menu_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	text-align: center;
	padding: 0 10px;
	text-decoration: none;
}

#menu .menu a:hover
{
	background-image: url(images/menu_on.gif);
	background-position: center;
}

#menu .menu li .current_page_item
{
	color: red;
}

/* -----------------Inhalt--------------------- */
#content
{
	float: left;
	width: 600px;
	min-height: 220px;
	padding: 20px 0 22px 5px;
	margin: 0;
	background-position: left bottom;
	font-size: 0.7em;
}

#content h2
{
	font-size: 1.2em;
	letter-spacing: 0.2em;
}

#content h3
{
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding: 0;
}

#content p
{
	margin: 0 0 15px 0;
	padding: 0;
}

body h2
{
	font-size: 0.9em;
	letter-spacing: 0.2em;
}

#content img
{
	padding: 0 7px 0 0;
	border: inherit white inherit;
}

#content img a:link
{
	background-color: none;
	border: inherit white inherit;
}

.entry
{
	padding: 0 45px 0 0;
}

/* --------------left navigavtion------------- */
#sidebar
{
	float: left;
	width: 236px;
	height: 400px;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_sidebar.gif);
	background-repeat: no-repeat;
}

#sidebar ul
{
	margin: 35px 80px 0 10px;
	padding: 0;
}

#sidebar li
{
	font-size: 11px;
	color: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: right;
}

#sidebar li a
{
	color: #333333;
}

#sidebar li a:hover
{
	color: #000000;
}

/* -----------footer--------------------------- */
#footer
{
	clear: left;
	padding: 0;
	margin-left: 196px;
	color: #999999;
	font-size: 10px;
}

#footer a:link
{
	color: #999999;
	border-width: 0;
}

#footer a:hover
{
	color: #000033;
}

td
{
	font-size: 10px;
}

/* Begin Images */
p img
{
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

/* End Images */

