/*
Theme Name: Web-Construct
Theme URI:
Description:
Version: 1.0
Author: Wolfgang Krauss
Author URI:
Tags:
Text Domain: web-construct-2

*/

/* =Reset default browser 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,
hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
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;
}

/* more resets: links */
a {
	text-decoration: none;
}
a img {
 border: none;
}

/* =Fonts
-------------------------------------------------------------- */

body {
 font-family: arial, helvetica, sans-serif;
}
pre, code {
 font-family: 'courier new', courier, monospace;
}

/* =Global Elements
-------------------------------------------------------------- */
h1 {
	font-size: 195%;
}
h2 {
	font-size: 177%;
}
h3 {
	font-size: 161%;
}
h4 {
	font-size: 146%;
}
h5 {
	font-size: 133%;
}
h6 {
 font-size: 121%;
}
h1, h2, h3, h4, h5, h6 {
 line-height: 161%;
}
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 18px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
 padding-bottom: 4px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
small {
	font-size: 10px;
	line-height: 1.2em;
}
blockquote {
 border-left: 1px solid #444;
 margin-left: 18px;
	font-style: italic;
	padding: 0 1em;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
pre {
 color: #111;
 background: #d8d8d8;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
ins {
 background: #d8d8d8;
 text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a:hover, a:active {
	text-decoration: underline;
}
.clearfloat {
 clear: both;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.alignright {
	display: inline;
 float: right;
 margin-left: 10px;
	margin-top: 4px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
 margin: 0;
}

/* =Layout
-------------------------------------------------------------- */

body {
 color: #444;
 font-size: 100.01%;
}
#container {
 width: 720px;
 margin: 0 auto;
}
#wrapper {
 float:left;
 width:100%;
}
#content {
 position:relative;
}
#navigation {
 float:left;
 position:relative;
}
#bgc-col1 {
 float:left;
 width:100%;
 position:relative;
}
#bgc-col2 {
 float:left;
 width:100%;
 overflow:hidden;
 position:relative;
}
#footer {
 clear:both;
 width:100%;
}

/* =Header
-------------------------------------------------------------- */

#header a:hover,
#header a:active {
	text-decoration: none;
}
#branding {
padding: 0 16px;
}
#branding h1 a{
	font-size: 30px;
}
#branding a{
	font-size: 22px;
}

/* =Content
-------------------------------------------------------------- */

#container-content {
 font-size: 80%;
}
#content-main {
	line-height: 135%;
 padding: 16px;
}
#content-main p,
#content-main ul,
#content-main ol,
#content-main dd,
#content-main pre,
#content-main hr {
	margin-bottom: 12px;
}

#content-main p {
 text-align: justify;
}

#content-main hr {
 background: #444;
 margin-bottom: 12px;
}
#content-main ul ul,
#content-main ol ol,
#content-main ul ol,
#content-main ol ul {
	margin-bottom: 0;
}
#content-main li {
	margin-bottom: 4px;
}
#content-main pre,
#content-main code,
#content-main kbd,
#content-main tt,
#content-main var {
	font-size: 13px;
	line-height: 21px;
}
#content-main hr {
 height: 1px;
}
#content-main img {
	max-width: 320px;
}

/* =Sidebar
-------------------------------------------------------------- */
#navigation-content {
	line-height: 135%;
 padding: 12px;
}
#navigation-content p{
	font-weight: bold;
 margin: 12px 0 2px 0;
}
#navigation-content ul {
	list-style: none;
	margin: 0 0 1em 0;
}
#navigation-content ul ul{
 color: red;
 list-style: square;
	margin: 0 0 0 1em;
}

/* =Footer
-------------------------------------------------------------- */

#footer-content {
 text-align: center;
 font-size: 9px;
 margin: 30px;
}
#footer-content a {
 color: #aaa;
	text-decoration: none;
}

/* =Search
-------------------------------------------------------------- */

#searchtext {
 border-width: 1px;
 border-style: solid;
 width: 100%;
 margin: 2px 0 4px 0;
 float: left;
}
#searchsubmit {
 font-weight: bold;
 float: right;
}

/* Last Adaption: 2010-06-22 */