/********** FONTS **********/
@font-face { font-family: WC Wunderbach; src: url('fonts/WC_Wunderbach_Mix.otf'); }

/********** RESET **********/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
abbr,acronym {border:0;}


/********** MAIN CLASSES **********/

body {
	font-family: Trebuchet MS, Verdana, Sans-Serif, Sans;
	font-size: 0.95em;
	color: #444444;
	background: #444444;
}

input, textarea {
	border: 1px solid #444444;
	font-family: Trebuchet MS, Verdana, Sans-Serif, Sans;
	border-radius: 2px;
	font-size: 1em;
	background: #ffffff;
	padding: 3px;
	color: #444444;
}

input[type='submit'] {
	border: 1px solid #2F4A65;
	border-radius: 2px;
	font-family: Trebuchet MS, Verdana, Sans-Serif, Sans;
	font-size: 1em;
	color: #ffffff;
	padding: 5px 20px 5px 20px;
	background: -webkit-gradient(linear, center bottom, center top, color-stop(0%, #2F4A65), color-stop(100%, #42678c));
}

input[type='submit']:hover {
	background: #42678c;
}

input:focus, textarea:focus {
	border: 1px solid #42678c;
}

select {
	border: 1px solid #444444;
}

a {
	color: #2F4A65;
	text-decoration: none;
}

a:hover {
	color: #42678c;
	text-decoration: none;
}

article {
	padding: 10px;
	text-align: justify;
	line-height: 20px;
}

.hr {
	border-bottom: 1px solid #444444;
}

.spacer {
	height: 20px;
}

.error_msg {
	font-weight: bold;
	color: #D90000;
}

.confirmed_msg {
	font-weight: bold;
	color: #42678c;
}

section.content img {
	border: 0px;
	margin: 0px 0px 5px 15px;
}

section.social {
	margin: 20px 10px 0px 10px;
}

/********** INDEX CLASSES **********/

.global {
	margin: 10px auto 10px auto;
	width: 800px;
	box-shadow: 0px 0px 10px #000000;
	padding: 1px;
	background: #ffffff;
}

nav {
	background: -webkit-gradient(linear, center bottom, center top, color-stop(0%, #2F4A65), color-stop(100%, #42678c));
	border: 1px solid #2F4A65;
}

a.logo {
	font-family: WC Wunderbach, Verdana;
	font-size: 4em;
	float: left;
	color: #ffffff;
	border-right: 1px solid #42678c;
	line-height: 50px;
	padding: 12px 20px 0px 10px;
	text-shadow: 0px 0px 2px #000000;
}

a.logo:hover {
	text-shadow: 0px 0px 0px #000000;
}

section.content {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	min-height: 200px;
}

section.content .col1 {
	float: left;
	width: 250px;
}

section.content .col2 {
	float: right;
	width: 460px;
}

form.searchBox {
	display: none;
	width: 200px;
	border: 1px solid #2F4A65;
	padding: 10px;
	background: #ffffff;
	float: right;
	border-top: 0px;
}

ul.topNav {
	float: left;
}

ul.topNav li, ul.rightTopNav li {
	float: left;
}

ul.topNav li a, ul.rightTopNav li a {
	line-height: 60px;
	color: #ffffff;
	padding: 1px 20px 1px 20px;
	border-left: 1px solid #2F4A65;
	border-right: 1px solid #42678c;
}

ul.topNav li a:hover, ul.rightTopNav li a:hover, ul.topNav li a.selected, ul.rightTopNav li a.selected {
	background: #42678c;
}

ul.topNav li.last {
	border-left: 1px solid #2F4A65;
	line-height: 62px;
}

ul.rightTopNav li.first {
	border-right: 1px solid #42678c;
	line-height: 62px;
}

ul.rightTopNav {
	float: right;
}

footer {
	border-top: 1px solid #444444;
	padding: 10px;
	text-align: center;
	margin: 10px 10px 0px 10px;
}


/********** HEADLINES **********/

h1 {
	font-size: 1.6em;
	color: #2F4A65;
	padding: 10px 10px 0px 10px;
	display: block;
}

h1 a:hover {
	color: #42678c;
	text-decoration: none;
}

/********** ADJUSTMENTS **********/

.clear {
	clear: both;
}

.block {
	display: block;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.smallinfotext {
	color: #888888;
	font-size: 0.9em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.padding1 {
	padding: 0px 15px 0px 15px;
}

.margin1 {
	margin: 18px 10px 0px 10px;
}

.margin2 {
	margin: 5px 10px 0px 10px;
}

.margin3 {
	margin: 20px 0px 20px 0px;
}

.textarea1 {
	width: 450px;
	height: 80px;
	margin: 1px 0px 1px 0px;
}

/********** CONTACT FORM **********/

form.contactForm {
	margin: 0px 20px 0px 20px;
}

form.contactForm label {
	display: block;
	margin-top: 10px;
}

form.contactForm textarea {
	width: 450px;
	max-width: 450px;
	height: 120px;
	margin-top: 0px;
}

form.contactForm input[type='text'] {
	width: 250px;
}

form.contactForm input[type='submit'] {
	float: right;
	margin: 3px 2px 0px 0px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

/********** BLOG COMMENTS **********/

.comment_table {
	border: 1px solid #444444;
	padding: 0px;
	margin: 20px 20px 10px 20px;
	display: block;
}

.comment_pic_cell {
	border: 1px solid #444444;
	margin: -1px 0px -1px -1px;
	width: 65px;
	height: 65px;
	float: left;
}

.comment_info {
	display: block;
	line-height: 20px;
	text-align: right;
	float: right;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}

.comment_content {
	display: block;
	vertical-align: top;
	line-height: 20px;
	padding: 25px 20px 10px 80px;
	text-align: justify;
}

form.writeComment {
	margin: 10px 20px 10px 20px;
}

form.writeComment input {
	width: 250px;
}

form.writeComment textarea {
	width: 450px;
	max-width: 450px;
	height: 120px;
}

form.writeComment input[type='submit'] {
	float: right;
	margin: 3px 2px 0px 0px;
	width: auto;
}

form.writeComment label {
	display: block;
	margin-top: 10px;
}


/********** BLOG TAGS **********/

p.codesnip {
	background: #f5f5f5;
	border: 1px solid #444444;
	font-family: Courier New, Courier, Monospace;
}

/********** SEARCH FORM **********/

form.searchBox input {
	margin-bottom: 2px;
	width: 130px;
	float: left;
}

form.searchBox input[type='submit'] {
	width: 58px;
	padding: 3px;
	float: right;
}

