/*
Theme Name: Wegmann Holz
Theme URI: http://www.wegmann-holz.de/
Description: WordPress Template für Wegmann Holz - Website 2010
Version: 1.0
Author: 4c media
Author URI: http://www.cccc.de/
*/

/* RESET CSS */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
}

strong {
	font-weight:bold;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END RESET CSS */


/* DIMENSIONS & ORIENTATION */
body{
	text-align:center;
}

#page {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#header, #footer {
	width:945px;
	margin-left:15px;
	margin-bottom:30px;
}

#top {
	height:90px;
	width:945px;
	position:relative;
}

#logo {
	position:absolute;
	left:-15px;
	top:17px;
	width:170px;
	height:40px;
}

#logo h1 { 
	display:none;
}

#search {
	position:absolute;
	right:15px;
	top:27px;
}

#headerimg {
	margin-top:20px;
}

#navigation {
	z-index:1000;
}

#content.widecolumn {
	width:945px;
	margin-left:15px;
}

#content.narrowcolumn {
	width:635px;
	margin:0 15px;
	float:left;
}

#sidebar {
	width:295px;
	float:right;
}

#sidebar .sidebox {
	width:260px;
	padding:10px 20px 15px 15px;
}

#sitemap {
	height:150px;
	width:635px;
	margin-right:15px;
	float:left;
}

/* GRAPHICS & IMAGES */

body {
	background:transparent url(images/page-background.gif) top left repeat-x;
}


#logo {
	background:transparent url(images/wegmann-holz-logo.gif) top left no-repeat;
}

#sidebar .sidebox {
	border-top:1px solid #ccc;
	background:#ebebeb;
}

#s {
	border:0;
	outline:0;
	background:white;
	vertical-align:bottom;
	height:17px;
	color:#585858;
}

#search {
	border:1px solid #ebebeb;
	padding:1px 1px 1px 5px;
}

/* TYPOGRAPHY */

body {
	font-family:"Lucida Grande", "Lucida Sans", "Arial", "Helvetica", sans-serif;
	color: #383838;
}

a {
	text-decoration:none;
	color:#46af4e;
}

#logo {
	cursor:pointer;
}

#content, #sidebar {
	font-size:12px;
	line-height:18px;
}

#content h2 {
	font-weight:bold;
	color:#46af4e;
	font-size:24px;
	line-height:24px;
}

#content h3 {
	font-weight:bold;
	font-size:18px;
	line-height:25px;
	margin-top:5px;
	margin-bottom:5px;
}

#content h4 {
	font-size:14px;
}

#content p, #sidebar p {
	margin-bottom:5px;
}

#content p.subline {
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	margin-top:5px;

} 


#content ul {
	list-style-type:disc;
	padding-left:35px;
	margin-bottom:5px;
}

#content hr {
	border:0;
	border-top:1px solid #ccc;
	display:block;
	width:635px;
	height:1px;
	margin:20px 0;
}

#content.widecolumn hr {
	width:945px;
}

#content .entry h2 {
	margin-top:25px;
	margin-bottom:10px;
}

#content .entry h3 {
	margin-top:15px;
	margin-bottom:5px;
}

#content .entry img {
	margin:15px 0;
}

#sidebar h2 {
	font-size:13px;
	color:#46af4e;
	font-weight:bold;
	margin-bottom:5px;
}


#footer p.small {
	font-size:8px;
	line-height:12px;
}

hr.footer {
	border:0;
	border-top:2px solid #ccc;
	display:block;
	width:945px;
	height:1px;	
	margin:30px 0 30px 15px;
}


/* DOWNLOADLIST */

#content .dlm_download_list {
	list-style-type:none;
	padding-left:0;
}

#content .downloaditem {
	border-bottom:1px solid #ebebeb;
	margin:15px 0;
	padding-bottom:5px;
}

#content .filetypeicon {
	width:120px;
	float:left;
}

#sidenotes {
	margin-left:665px;
}

#businesshours {
	margin-bottom:30px;
}

#businesshours h2 {
	font-size:15px;
	line-height:16px;
	color:#46af4e;
	font-weight:bold;
	margin-bottom:5px;
}

#businesshours p {
	font-size:13px;
	line-height:16px;
}


#sitemap ul li {
	display:block;
	float:left;
	width:225px;
	margin-bottom:15px;
}

#sitemap ul li ul {
	margin-top:5px;
}
#sitemap ul li ul li {
	margin-bottom:5px;
}

#sitemap ul li a {
	color:#585858;
	font-weight:bold;
	font-size:12px;
}


#sitemap ul li ul li a {
	color:#585858;
	font-weight:normal;
	font-size:12px;
}

.page-item-28 ul {
	display:none;
}

hr, .hidden {
	display:none
}

.clear {
	clear:both;
}

.alignleft {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}

.alignright {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
