/*  
Theme Name: mobileandroid
Theme URI: http://www.mobileandroid.de
Description: mobileandroid Theme 
Version: 1.0
Author: mobileandroid	
Author URI: http://www.mobileandroid.de

	
	
*/

* html {
  height: 1%;
}

body {
	margin: 0px auto 0px;
	height: 100%;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	font-size: 12px;
	background: #7FA905;
	color: #1F1F1F;
}
a {
	color: #7FA905;
	text-decoration: none;
}
.frontpage{
margin-left: 130px;
}
a:hover {
	color: #1F1F1F;
}
p {
	text-align: justify;
}
hr {
	color: #7FA905;
	background-color: #7FA905;
	height: 1px;
	border: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}


#header {
	background: url(images/logo.png) no-repeat;
	height: 68px;
}
#headerimg{
	width: 540px;
	float: left;
	height: 68px;
}
#headerimg h1 {

}
#headerimg h1 a {
	margin-left: 68px;
	font-family: "Trebuchet MS";
	font-size: 32px;
	color: #1F1F1F;
	font-weight: lighter;
	text-decoration: none;
	text-align: justify;
	letter-spacing: -1pt;
	line-height: 1em;
	font-style:italic;
}
#header span {
	color: #7FA905;
}
.description{
	margin-left: 68px;
	margin-top: -12px;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	font-size: 13px;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	line-height: 1em;
}
.rechtsfloater{
	float: right;
	margin-top: 20px;
	width: 50px;
}
#headerrechts {
	width: 335px;
	float: right;
	color: #1F1F1F;
	text-align: right;
	margin: 0px;
	padding: 5px 10px 0px 0px;
	overflow: hidden;
}

#wrap {
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	margin: -5px auto 0;
	padding: 5px 20px 0;
	width: 900px;
	background: #fefefe;
}

#wrap2 {
}

#content {
  margin-right: 270px;
}
#contentfull {
}
#spoolonfront{
  margin-right: 270px;
}
#content h1, #contentfull  h2{
	font-size: 1.5em;
	font-weight: bold;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	color: #7FA905;
	border-bottom: 1px solid #7FA905;
}
#content h3, #contentfull h3{
	color: #7FA905;
	margin-bottom: 0px;
}
#content h3 a, #contentfull h3 a{
	color: #7FA905;
}
.posttitle {
	margin-bottom: 0px;
	color: #7FA905;
}
.post small{
	margin-bottom: 0px;
}
.post p{
	margin: 0px;
	margin-bottom: 9px;
}
.post h3{
	color: #7FA905;
}
p{
line-height: 18px;
}

#sidebar {
  float: right;
  width: 250px;
}
#sidebar li{
}
.cat-item{
	list-style: disc;
	line-height: 18px;
	margin-right: 20px;
	border-bottom: 1px dotted #7FA905;
}
.cat-item a{
	
}
.widget{
  	list-style: none;
}
.widget li{
	line-height: 18px;
	margin-right: 20px;
	border-bottom: 1px dotted #7FA905;
}
.widgettitle{
	border-bottom: 1px solid #7FA905;
	color: #1F1F1F;
	display:block;
	font-size:1.1em;
    font-weight:bold;
	margin-right:5px;
	padding:2px 5px;
	text-decoration:none;
}


#page {

  }
.entry {
	margin-top: 5px;
}
.postmetadata {
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #CDCDCD;
	background: #EDEFF4;
	color: #444;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 10px;
	padding: 3px;
}
.postshare {
	color: #444;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 10px;
}

/**** NAVI ****/
#navbar {
	width: 900px;
	height: 23px;
	margin: 0px auto 0px;
	padding: 0px;
	border-bottom: 5px solid #7FA905;	
	}

#nav {
	margin-top: 10px;
	padding: 0px;	
	}
#nav ul{
	margin: 0px;
	padding: 0px;
}
#nav li {
    float: left;
	margin: 0px;
	list-style: none;
	}
	
#nav li a{
	border: 0px;
	background:#ffffff;
	color: #1F1F1F;
	display:block;
	font-size:0.9em;
    font-weight:bold;
	margin-right:5px;
	padding:5px 10px;
	text-decoration:none;
	text-transform: none;
	line-height: 13px;
}
#nav a:hover, #nav li.current_page_item a:hover {
	background:#7FA905;
	color:#fff;
	padding:5px 10px;
	text-decoration:none;
	text-transform: none;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;	
	}
#nav li.current_page_item a{
	border: 0px;
	background:#7FA905;
	color:#fff;
	display:block;
	font-size:0.9em;
	font-weight:bold;
	margin-right:5px;
	padding:5px 10px;
	text-decoration:none;
	text-transform: none;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;	
}
	
	
/*** Bilder ****/

.imgrund{
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 5px;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

}
/*** Footer ****/
.footer {
  clear: both;
  border-top: 1px solid #7FA905;
  }
#footerfo{
  border-top: 1px solid #7FA905;
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.spalte{
	float: left;
	margin-left: 140px;
	padding: 0;
	list-style-type: none;
}
ul.spalte:first-child{
	margin-left: 0;
}
ul.spalte li{
}
ul.spalte li.bold{
	font-weight: bold;
	color: #1F1F1F;
}		
ul.spalte li a{
	text-decoration: none;
}

/**** TABLES ***/
.prepaid .column-7, .prepaid .column-2{
	min-width: 45px;
}
.prepaid .column-3{
	min-width: 90px;
}
.prepaid .column-4{
	min-width: 110px;
}
.prepaid .column-1 {
	text-align: center;
}
.smartphone .column-1 {
	text-align: center;
}
.smartphone .column-2{
	min-width: 45px;
}
.smartphone .column-3{
	min-width: 75px;
}
.smartphone .column-4{
	min-width: 62px;
}
.smartphone .column-5{
	min-width: 55px;
}
.smartphone .column-6{
	min-width: 41px;
}
.smartphone .column-7{
	min-width: 90px;
}
.smartphone .column-8{
	min-width: 59px;
}
.smartphone .column-9{
	min-width: 55px;
}
.smartphone .column-9{
	min-width: 88px;
}
.smartphone .column-11{
	min-width: 61px;
}
/** Sternchen ***/
.keinstern{
	width: 12px;
    height: 12px;
    text-decoration: none;
    display: block;
    background: url('http://www.mobile-prepaid.net/wp-content/themes/mobile-prepaid/images/sterne.png') 0 0;
}
.einstern{
	width: 12px;
    height: 12px;
    text-decoration: none;
    display: block;
    background: url('http://www.mobile-prepaid.net/wp-content/themes/mobile-prepaid/images/sterne.png') 0 13px;
}

#clearer{
	clear:both;
}
.copyright, address{
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #CDCDCD;
	background: #EDEFF4;
	color: #444;
	display: block;
	font-size:0.8em;
	line-height: 1.1em;
	font-weight: normal;
	margin-top: 5px;
	padding: 3px;
}

/**TABLE**/
.smartphone .column-1 {
	text-align: center;
}
.smartphone .column-2{
	min-width: 45px;
}
.smartphone .column-3{
	min-width: 75px;
}
.smartphone .column-4{
	min-width: 62px;
}
.smartphone .column-5{
	min-width: 55px;
}
.smartphone .column-6{
	min-width: 41px;
}
.smartphone .column-7{
	min-width: 90px;
}
.smartphone .column-8{
	min-width: 59px;
}
.smartphone .column-9{
	min-width: 55px;
}
.smartphone .column-9{
	min-width: 88px;
}
.smartphone .column-11{
	min-width: 61px;
}
.hreview-aggregate{
	display: none;
}