/*  
Theme Name: Metaquark Theme
Theme URI: http://wordpress.org/
Description: Metaquark theme based on Design by Maik Szmatulewicz.
Version: 0.1 beta
Author: Maik Szmatulewicz / Jonas Witt / Thomas Winkler
Author URI: http://beta.metaquark.com/

*/

body {
	font-family: Geneva, "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	
	background-image: url(images/metaquark-body-gradient.png); 
	background-color: white; 
	background-repeat: repeat-x;

	margin:0;
	padding:0;
	line-height:1.5;
	font-size: 70.0%;
	color: #585859; /* #636364; */
}

#footerlogo {
	text-align: center;
	margin-top: 16px;
        font-size: 60%;
}

#notfound p {
	padding-bottom:5px;
}

.footer {
	margin-top:20px;
}

.center {
	text-align: center;
}

.content {
	padding-top: 20px;
}

.portlet-headline {
	padding-bottom: 10px;
}

.post-date {
	font-size:0.8em;
	margin-bottom:0;
}

.post {
	padding-top: 5px;
	padding-bottom: 5px;
}

.page {
	
}

.post-frontpage {
	
}

.post-single {

}

.post-single-metadata {
	clear:left;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top:10px;
}

.post-archive {
	
}

.post-archive-metadata {
	clear:left;
	margin-top:5px;
}

.post p, .post-single p, .page p {
	text-align: left;
	padding-bottom: 8px;
}

.portlet-img-10 {
	width: 380px;
	text-align: center;
}

.portlet-img-5 {
	width: 180px;
	text-align: center;
}

.post-headline {
    margin-top: 0;
	text-align: left;
	color:#759600;
	font-size:1.3em;
	padding-bottom: 5px;
}

.post-headline-nobreak {
    overflow: hidden;
	height: 1em;
}

.headline {
	text-align: left;
	color:#759600;
	font-size:1.3em;
	padding-bottom:10px;
}

.page h2, .content h2 {
	padding-bottom: 10px;
}

.post-navigation {
	height: 150px;
	border-right: 1px solid #999;
}

.post-navigation-left {
	
}

.post-navigation-right {
	
}

.post-comment-headline {
	text-align: left;
	font-size:1.0em;
	padding: 15px 0px 5px 0px;
}

.post-commentlist {
	padding: 0;
	text-align:left;
}

.post-commentlist li {
	padding: 5px 0px 5px 0px;
	list-style: none;
}

.about-frontpage {
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.about-frontpage-link {
	text-align: left;
	padding: 0px 0px 0px 0px;
	height: 25px;
	margin-bottom: 20px;
}

.about-frontpage p, .about-frontpage-link p {
	padding: 5px 5px 5px 5px;
}

.shop-frontpage {
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.shop-frontpage-link {
	text-align: right;
	padding: 0px 0px 0px 0px;
	height: 25px;
	margin-bottom: 20px;
}

.shop-frontpage p, .shop-frontpage-link p {
	padding: 5px 5px 5px 5px;
}

.portlet-application {
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.portlet-application-link {
	text-align: left;
	padding: 0px 0px 0px 0px;
	height: 25px;
	margin-bottom: 20px;
}

.portlet-application p, .portlet-application-link p {
	padding: 5px 5px 5px 5px;
}

.portlet-iusethis {
    margin-top: 30px;
    margin-bottom: 30px;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

.portlet-iusethis img {
	width: 128px;
	text-align: center;
	padding-bottom:10px;
}

.portlet-iusethis-include {
	padding-left:10px;
	padding-bottom:5px;
}

.portlet-category {
	margin-bottom: 20px;
	text-align: left;
	padding: 5px 5px 3px 5px;
}

.portlet-category ul {
	list-style-type:none;
	list-style-position:inside;
}

.portlet-category li {
	padding: 0px 0px 2px 0px;
}

.portlet-news {
	margin-bottom: 20px;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.portlet-news p, .portlet-news-link p {
	padding-bottom:2px;
}

.portlet-small {
    font-size: 90%;
    text-align: justify;
}

a {
	text-decoration:none;
	color:#699AFF;
}

a:focus,a:hover {
	text-decoration:underline;
	color:#699AFF;
}

h2 a {
        color: inherit !important;
}

h2 a:hover {
        text-decoration: none;
}

hr {
	color: #ddd;
}

h2, h3, b {
	color:#759600;
}

input.text:focus,input.title:focus,textarea:focus,select:focus {
	background:#fff;
	border:1px solid #999;
}

.feature h3 {
	text-align: left;
}

.feature-img {
        text-align: center;
}

.feature-img img {
        width: 64px;
        height: 64px;
        margin: 18px 14px;
}

.caution-img {
        text-align: center;
}

.caution-img img {
        width: 48px;
        height: 48px;
        margin: 14px 10px;
}

.screenshot-thumb img {
        border: 1px solid #759600;
        margin: 5px;
}

.screenshot {
        color: #aaa;
}

td.icon {
        width: 30px;
        text-align: center;
}

th {
        font-weight: bold;
        text-align: left;
}

td.label, th.label {
        text-align: right;
        width: 110px;
}

.price {
        text-align: right;
}

tr.sum td, tr.sum th {
        border-top: thin solid #bcb; 
        padding-top: 10px;
}

.formerror {
        text-align: center !important;
        font-weight: bold;
        color: #db0000;
}


.header-icon {
  font-family: "Helvetica", Arial, Verdana, sans-serif;;
  font-size: 16pt;
  color: #394752;
}

.header-icon:hover {
  text-decoration: none;
  color: #394752;
}

.header-icon {
  display: block;
  vertical-align: middle;
  height: 33px;
  padding-left: 58px;
  padding-top: 15px;
  background-repeat: no-repeat;
}

.header-icon:hover {  
  background-position: 0 -48px;
}

.nohover:hover {
    background-position: 0 0;
}
