@charset "UTF-8";

/* 
Theme Name: Gnomx v3
Description: Gnomx Theme
Author: Alexander Rauscha - Sirlon
Verion: 1
*/

/* @group Reset */

body {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}

/*

 @end */

/* @group Body & Alg */

body {
	background-color: #f4f4ee;
	color: #091f27;
	font-family: Georgia, "Times New Roman", Times, serif;
}

hr {
	border: 0px;
	height: 1px;
	background-color: #557f8f;
	color: #557f8f;
	margin: 0px;
	padding: 0px;
	clear: both;
}

h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

#wrapper {
	width: 960px;
	margin: 0px auto 0px auto;
}

#header {
	height: 160px;
}

#content {
	min-height: 450px;
	padding: 10px;
	margin-bottom: 40px;
}

#footer {
	height: 150px;
	margin-top: 20px;
}

/*

 @end */

/* @group Header */

.logo {
	background: url(images/logo.jpg) center no-repeat;
	width: 300px;
	height: 110px;
	display: block;
	margin: 10px auto 0px auto;
	overflow: hidden;
	text-indent: -9999px;
}

#header>hr {
	position: absolute;
	width: 960px;
	margin: 1.64em 0px 0px 0px;
	z-index: -1;
}

/* Main Menu */

#main-menu {
	margin-top: 10px;
	padding-left: 100px;
	width: 670px;
	float: left;
	font-family: "Times New Roman", Times, serif;
}

#main-menu>div>ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#main-menu>div>ul>li {
	float: left;
	margin: 0px 80px 0px 0px;
}

#main-menu>div>ul>li>a {
	background-color: #f4f4ee;
	color: #557f8f;
	font-size: 1.2em;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

#main-menu>div>ul>li>a:hover {
	color: #e57215;
	text-decoration: none;
}

#main-menu>div>ul>li ul a {
	background-color: #f4f4ee;
	color: #557f8f;
	font-size: 1em;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

#main-menu>div>ul>li ul a:hover {
	color: #e57215;
	text-decoration: none;
}

#main-menu>div>ul ul {
	display: none;
	list-style: none;
	min-width: 100px;
	margin: 0 0 0 30px;
	padding: 5px;
	position: absolute;
	border: 1px #557f8f solid;
	border-radius: .2em;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	-khtml-border-radius: .2em;
	background-color: #f4f4ee;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
	-khtml-box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
	
	z-index: 99;
}

#main-menu>div>ul li:hover > ul {
	display: block;
}

#main-menu>div>ul>li ul li {
	border-top: 1px #DCDCDC solid;
	padding: 2px;
}

#main-menu>div>ul>li ul li:first-child {
	border-top: none;
}

/* Smart Menu */

#smartmenu {
	width: 100px;
	margin-top: 10px;
	float: right;
}

#smartmenu>ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#smartmenu>ul>li {
	float: left;
	margin: 0px 14px 0px 0px;
}

#smartmenu>ul>li>a {
	background-image: url(images/icons.png);
	width: 18px;
	height: 18px;
	display: block;
	margin: 4px 0px 0px;
}

.smart-rss {
	background-position: 0px 0px;
}

.smart-lang {
	background-position: -20px 0px;
}

.smart-search {
	background-position: -40px 0px;
}

.smart-tip {
	background-image: url(images/stoll.png);
	color: #557f8f;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;
	height: 25px;
	width: 80px;
	display: none;
	padding: 1.1em 0px 0px 0px;
	margin: 1.5em 3px 0px 0px;
	text-align: center;
	position: absolute;
}

#lang-menu {
	background-color: #f4f4ee;
	border: 1px #557f8f solid;
	color: #557f8f;
	position: absolute;
	margin: -2.2em -3em 0px 0px;
	padding: 4px 4px 2px 4px;
	display: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 1px 1px 4pxrgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.20);
	-khtml-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.20);
	opacity: 0.9;
}

/*

 @end */

/* @group Content */

#content>p , #first-post a {
	font-size: 0.96em;
}

#content>a , #content p a {
	color: #557f8f;
	text-shadow: 1px 1px 2px rgba(16, 104, 137, 0.10);
}

#content>a:hover, #content p a:hover {
	color: #e57215;
}



#first-post {
	float: left;
	width: 600px;
	margin: 10px 10px 0px 0px;
	padding-bottom: 5px;
}

#older-posts {
	float: right;
	width: 300px;
	margin: 10px 0px 0px 0px;
}

#first-post>header, .post-small>header {
	position: relative;
	display: block;
}

.post-small {
	float: left;
	width: 140px;
	height: 190px;
	margin: 0px 10px 0px 0px;
}

#first-post>header>hr.post-head-hr {
	position: absolute;
	width: 600px;
	margin: 1.6em 0px 0px 0px;
	z-index: -1;
}

hr.post-small-hr {
	position: absolute;
	width: 140px;
	margin: 0.85em 0px 0px 0px;
	z-index: -1;
}

h3.post-header {
	color: #557f8f;
	font-style: normal;
	font-weight: normal;
	font-size: 1.8em;
	margin: 0px 0.5em 8px 0.5em;
	padding: 0px;
}

h3.post-header>a {
	background-color: #f4f4ee;
	color: #557f8f;
	text-decoration: none;
	padding: 0px 0.1em 0px 0.1em;
	z-index: 2;
}

h3.post-header>a:hover {
	color: #557f8f;
}

h3.post-small-header {
	color: #557f8f;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0.8em 0.3em 0px 0.3em;
	padding: 0px;
}

h3.post-small-header>a {
	background-color: #f4f4ee;
	color: #557f8f;
	text-decoration: none;
	padding: 0px 0.1em 0px 0.1em;
}

h3.post-small-header>a:hover {
	color: #557f8f;
}

.post-small>p {
	font-size: 0.8em;
}

/* @end */

/* @group Footer */

#footer {
	padding: 5px;
}

#footer>p {
	font-size: 0.8em;
	color: #557f8f;
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#footer-content {
	width: 930px;
	height: 110px;
	margin: 0px auto;
}

#footer-content>ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer-content>ul>li {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 240px;
}

#footer-content>ul>li:first-child {
	width: 380px;
}

h4.footer-header {
	color: #557f8f;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	margin: 0.9em 0px 0px 0px;
	padding: 4px;
}

h4.footer-header>a, h4.footer-header>span {
	background-color: #f4f4ee;
	color: #557f8f;
	text-decoration: none;
}

#footer-content>ul>li>hr {
	position: absolute;
	width: 165px;
	margin: 1.65em 0px 0px 0px;
	z-index: -1;
}

#twitter_update_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.tweet {
	float: left;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	border-left: 1px #e0e0e0 outset;
	color: #55686F;
	width: 167px;
	margin: 0px 12px 0px 0px;
	padding: 4px;
	overflow: hidden;
}

#twitter_update_list>li:first-child {
	border: none;
}

a.tweet-link {
	color: #38aed6 !important;
	font-size: .78em;
}

a.tweet-taglink {
	color: #38aed6 !important;
	font-size: .74em;
}

a.tweet-userlink {
	color: #38aed6 !important;
	font-size: .8em;
	text-shadow: 1px 1px 2px rgba(16, 104, 137, 0.1);
}

.tweet a:hover {
	color: #F63 !important;
}

.tweet-date {
	color: #beb8b8;
	font-size: 0.7em;
}

.book-list {
	list-style: inside circle;
	font-size: 0.8em;
	color: #557f8f;
	padding: 2px;
}

.book-list>li {
	margin: 1px 6px 0px 0px;
}

.book-list>li a {
	color: #557f8f;
}

.book-list>li a:hover {
	color: #e57215;
}

#footer-googlead {
	width: 90px;
	height: 120px;
	float: left;
	margin: 0px 5px;
}

#footer-ads {
	float: right;
	margin: 0px 20px 0px 0px;
	width: 90px;
}

#footer-ads img {
	opacity: .7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

/*

 @end */

/* @group Search Form */

#search-window {
	background-color: #f4f4ee;
	border: 1px solid #557f8f;
	color: #557f8f;
	width: 225px;
	height: 50px;
	margin: -4.2em 0px 0px -8.8em;
	padding: 5px;
	position: absolute;
	display: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	-khtml-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	opacity: 0.9;
}

#s {
	background-color: #f4f4ee;
	border: 1px solid #557f8f;
	color: #557f8f;
	width: 160px;
	height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

#s:focus {
	border-color: #e57215;
}

#searchform label {
	display: block;
	margin-bottom: 0px;
}

#searchsubmit {
	background-color: #f4f4ee;
	border: 1px solid #557f8f;
	color: #557f8f;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	cursor: pointer;
}

#searchsubmit:hover {
	background-color: #EDF6FF;
}

/* @end */

/* @group Various Classes */

.baskerville {
	font-family: Baskerville, Georgia, serif;
	font-style: italic;
}

.orange-color {
	color: #e57215;
}

.dblue-color {
	color: #557f8f;
}

.left {
	float: left;
}

.right {
	float: right;
}

.edit-link {
	font-size: 0.9em;
	font-weight: 500;
	font-family: "Times New Roman", Times, serif;
	margin: 8px;
	padding: 5px;
	border-top: 1px #F93 solid;
}

.edit-link a {
	color: #903;
}

.edit-link a:hover {
	text-decoration: underline;
	color: #F93;
}

.more-link {
	float: right;
	margin: 15px;
}

.rbox {
	padding: 10px;
	border: 1px rgba( 85, 127, 143, .5) solid;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-khtml-border-radius: .3em;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	-khtml-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

.page-link {
	font-family: "Times New Roman", Times, serif;
	margin: 10px 0px 0px 5px;
	padding: 4px;
	text-align: right;
}

.page-link>a>span {
	border: 1px #557f8f solid;
	padding: 0px 4px;
	margin: 0px 2px;
	color: #557f8f;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
}

.page-link>a:hover>span {
	color: #e57215;
}

.page-link>span.page-link-num {
	border: 1px #557f8f solid;
	padding: 0px 4px;
	margin: 0px 1px;
	color: #f4f4ee;
	background-color: #557f8f;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
}

.share-link {
	margin-top: 5px;
	opacity: 0.8;
}

.share-link:hover {
	opacity: 1;
}

#error-box {
	font-size: 0.9em;
	width: 400px;
	margin: 40px auto;
	padding: 10px;
	border: 1px #557f8f solid;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-khtml-border-radius: .3em;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	-khtml-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

h3.error-header {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	color: #C03;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.twitter-anywhere-user:hover {
	color: #38aed6 !important;
	text-decoration: underline;
}

/* @end */

/* @group HTML Elements */

input, textarea {
	outline: none;
	background-color: #ccd9de;
	border: 1px solid #557f8f;
	color: #557f8f;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

input:focus, textarea:focus {
	background-color: #f4f4ee;
	color: #557f8f;
}

input[type=button], input[type=submit] {
	background-color: #f4f4ee;
	cursor: pointer;
}

input[type=submit]:hover, input[type=button]:hover {
	background-color: #EDF6FF;
}

label {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #557f8f;
	padding: 0px 0px 10px 0px;
}

table {
	border: 1px #557f8f solid;
	background-color: #557f8f;
	table-layout: auto;
	border-radius: .2em;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	-khtml-border-radius: .2em;
}

tr {
	background-color: #f4f4ee;
}

tr>th {
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	color: #f4f4ee;
	text-align: center;
	padding: 5px 7px;
	background-color: #557f8f;
}

tr>th a {
	color: #f4f4ee;
}

tr>td {
	border-top: 1px #557f8f solid;
	border-left: 1px #557f8f solid;
	padding: 4px;
	text-align: left;
}

tr>td:first-child {
	border-left: none;
}

cite {
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-style: italic;
	color: #557f8f;
}

blockquote {
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	color: #557f8f;
	background-color: #f4f4ee;
	min-width: 220px;
	max-width: 420px;
	display: block;
	margin: 7px auto;
	padding: 5px 30px;
	text-align: center;
	background: url(images/block_open.png) top left no-repeat, url(images/block_close.png) bottom right no-repeat;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	-khtml-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

blockquote small {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	display: block;
}

acronym {
	border-bottom: 1px #e57215 dotted;
	cursor: help;
}

abbr {
	border-bottom: 1px #e57215 dashed;
	cursor: help;
}

del {
	text-decoration: line-through;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	margin: 5px;
}

dt {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
}

/* @end */

/* @group Images */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 3px 7px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 7px 3px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.wp-caption-text {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 0.6em;
	color: #557f8f;
	font-style: italic;
	margin: 2px 5px 0px 0px;
	padding: 2px;
}

/* @end */
