/*
Theme Name: Veronika Beckh - Glassworks
Theme URI: 
Description: clean and simple cms theme
Version: 0.95
Author: Tobias Krumbein
Author URI: http://www.tobiaskrumbein.de
*/

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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
}

em {
	font-style:italic;}
html {
	height:100%;
}
a:focus {
	outline:none;
}

a {
	color: #747474;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:visited, a:active {
	color: #747474;
}

.current_page_item a {
	text-decoration:underline;
}
.cpi {
	text-decoration:underline;
}
	

img {
	border: 0;
	width: auto;
}
body {
	margin:0px;
	text-align:center;
	background-color:#fff;
	color: #747474;
	font-family: "Courier New", Courier, monospace;
	margin: auto;
	text-align: left;
}

#pagewrap {
	width: 100%;
	height: 100%;
	overflow: auto;
}

#page {
	padding: 40px;
	width: 960px;
	font-size: 12px;
	line-height: 1.4em;
}

#navigation {
	overflow:hidden;
	clear: both;
	height: 180px;
	background: url(images/vb-logo.gif) no-repeat 0 0;
}
#nav_right {
	overflow:hidden;
	clear: both;
	width: 480px;
}
#nav_right ul {
	overflow: hidden;
	display: block;
	height:24px;
}

#subnavigation {
	padding-top: 0px;
	overflow:hidden;
	clear:both;
	display: inline;
}

#home a {
	overflow:hidden;
	display:block;
	float:right;
	width: 340px;
	height: 65px;
}

.entry {
	width:520px;
}

.entry_wide {
	padding-top: 120px;
	width:100%;
}

.entry_wider {
	padding-top: 120px;
	width:800px;
}

p {
	margin: 0 0 15px 0;
	}

.news {
	/* border-bottom:dotted 1px #747474;*/
	background: url(images/trenner-dots.gif) 0 12px no-repeat;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 520px;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#navigation ul, #navigation ul ol {
	margin: 0;
	padding: 0;
	}

#navigation ul li {
	list-style-image: url(images/li-item.gif);
	list-style-position: 0 0;
	float:left;
	margin-right:8px;
	padding-right:10px;
	}
/* End Entry Lists */