/*  
Theme Name: allyve
Theme URI: http://www.allyve.com/blog
Description: Simple and clean, lightweight theme. 
Author: Marcel Semmler
Author URI: http://www.allyve.com/

*/

/*###############################################################################
#																				#
#						Allgemeines/Strukturierung der Seite					#
#						Vereinheitlichung aller Abstände, Größen, Farben, usw.	#
#																				#
#																				#
###############################################################################*/

/* Normalize */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
		margin: 0;
		padding: 0;
		font-family: Arial,Verdana,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
		font-size: 100%;
		font-family: Arial,Verdana,sans-serif;
}
ol,ul {

		list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
		font-style: normal;
		font-weight: normal;
		font-family: Arial,Verdana,sans-serif;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

fieldset,img {
		border: 0;
}

caption,th {
		text-align: left;
}

q:before, q:after {
		content: '';
}

html, body {
		height: 100%;
}


h1 { 	font-size: 40Px;
		color: #fdb03b;
		font-weight: bold;
		margin-bottom: 10Px;
}
   
h2 { 	font-size: 16Px;
		color: #666666;
		font-weight: regular;
		margin-bottom: 15Px;
}

h3 { 	font-size: 16Px;
		color: #666666;
		font-weight: bold;
		margin-bottom: 15Px;
}

h3 a { 	font-size: 16Px;
		color: #fdb03b;
		font-weight: bold;
		margin-bottom: 15Px;
}
  
h4 { 	font-size: 14Px;
		color: #666666;
		font-weight: bold;
		margin-bottom: 15Px;
}
	 
p  { 	font-size: 13Px;
        line-height: 140%;
        color: #666666;
        margin: 5Px 0Px;
		padding: 0Px;
}

   
li  { 	font-size: 12Px;
        line-height: 140%;
        color: #666666;
        margin: 5Px -10Px;
		padding: 0Px;
}
   
a:link, a:visited {
		color: #fdb03b;
		text-decoration: none;
		font-weight: normal;
}

a:hover {
		color: #fdb03b;
		border-bottom: none;
}

.img {
		border: 0;
}

/* Normalize End */
	
/* Body */

body {
		background-color: #F9F9F9;
		margin: 0Px;
		padding: 0Px;
}

/* Body End */

/* Content-Wrapper */

.wrapper-site {
		margin: 0Px auto;
		width: 952Px;
	
}

.wrapper-header {
		margin: 0Px auto;
		width: 952Px;
		padding-top: 0Px;
}

/* Content-Wrapper End*/

/* Header  */
.header {
		width: 100%;
		height: 100Px;
}

.logo {
		margin-top:20Px;
		margin-left:25Px;
		float: left;
}


/* Header End */

/* Navigation  */

.navigation {
		padding-top: 44Px;
		height: 23Px;
		float: right;
		width: 670Px;
		
}

.navigation ul {
		list-style-type: none;
		margin-left: 40Px;
}

.navigation li {
		display: inline;
		font-weight: bold;
		font-size: 14Px;
}

.navigation a {
		margin: 0 21Px;
		font-weight: regular;
		font-size: 14Px;
		float: left;
		display: block;
		padding: 2Px 5Px 3Px 5Px;
		height: 18Px;
}

.navigation a.active {
		color: #d78200;
		background-color: #ffdfaf;
		height: 18Px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		float: left;
		padding: 2Px 5Px 3Px 5Px;
}

.navigation a:hover {
		color: #d78200;
		background-color: #ffdfaf;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		float: left;
		height: 18Px;
		padding: 2Px 5Px 3Px 5Px;
}

.navigation a.btn-none {
		padding: 0;
		height: 23Px;
		}

.navigation a.btn-none {
		padding: 0;
		height: 23Px;
		}

.btn-contact  {
		float: right;
		margin-right: 10Px;
		height: 23Px;
		width: 83Px;
		display:block;
}

#wrapper {
	margin: 0Px auto;
	border-left: 1Px solid #cccccc;
	border-right: 1Px solid #cccccc;
	border-bottom: 1Px solid #cccccc;
	width: 950px;
	background-color: #ffffff;
	padding-top: 0Px;
	min-height: 1500Px;
}


.wrapper-content {
		border-left: 1Px solid #CCCCCC;
		border-right: 1Px solid #CCCCCC;
		border-bottom: 1Px solid #CCCCCC;
		width: 920Px;
		background-color: #FFFFFF;
		padding: 30Px 15Px 30Px 15Px;
		min-height: 800Px;
		-webkit-border-bottom-left-radius: 7Px;
		-khtml-border-bottom-left-radius: 7Px;
		-moz-border-bottom-left-radius: 7Px;
		border-bottom-left-radius: 9Px;
		-webkit-border-bottom-right-radius: 7Px;
		-khtml-border-bottom-right-radius: 7Px;
		-moz-border-bottom-right-radius: 7Px;
		border-bottom-right-radius: 9Px;
		overflow: hidden;
}

.content {
		float: left;
		width: 670Px;
		min-height: 600Px;
		padding-right: 15px;
		border-right: 1Px solid #CCCCCC;
		display: block;
}



/*###############################################################################
#																				#
#												Header							#
#																				#
#																				#
###############################################################################*/


.graphic-top {
		margin-top: 0Px;
		height: 176Px;
}
	

.graphic-top .standard{
		background-image: url(http://blog.allyve.com/wp-content/uploads/allyve-graphic.png);
		background-repeat: repeat-x;
		height: 176Px;	
		padding: 10Px 20Px 5Px 20Px;
}

.claim {
		width: 250px;
		}
	
		
.graphic-top .step-icon {
		clear: both;
		float: left;
		margin-bottom: 5Px;
		display: block;
	}

.graphic-top .step-1 {
		font-weight: bold;
		font-size: 13Px;
		float: left;
		margin: 0 0 5Px 3Px;
		color: #ffffff;
		background-color: #fdbe5d;
		height: 18Px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		width: 200Px;
		padding: 3Px 0 2Px 5Px;
}

.graphic-top  .step-1 a{
		color: #ffffff;
		font-weight: bold;
	}

/*###############################################################################
#										#
#			Blogbeiträge						#
#										#
#										#
###############################################################################*/

.post {
    	position: relative;
	margin-right: 19Px;
	margin-bottom: 40Px;
    	float:  left;
    	width: 670px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 30Px;	
}

.postmetadata {
	background-color: #f1f1f1;
	padding: 7Px 10Px 0 10Px;
	margin: 0Px 20Px 20Px 00Px;
	height: 50px;
        width: 290Px;
        float: left;	
	color: #666666;
        font-size: 10Px;
        font-weight: normal;
	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	-moz-border-radius: 5px;
	border-radius: 5px;
}


.postmetadata .avatar{
	float: left;
	margin-right: 3px;
	background-color: #cccccc;
} 

.postmetadata .author{
	float: left;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0Px;

}

.category{
	background-color: #f1f1f1;
	padding: 7Px 10Px 0 10Px;
	margin: 0Px 0Px 20Px 00Px;
	height: 50px;
        width: 300Px;
        float: right;	
	color: #666666;
        font-size: 10Px;
        font-weight: normal;
	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	-moz-border-radius: 5px;
	border-radius: 5px;
}

.commentbutton a {
	width: 80x;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	background: #333;
	display: block;
	height: 17Px;
	text-align: center;
	float: right;
	vertical-align: top;
	padding-top: 2Px;
	margin-top: -20Px;
	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	-moz-border-radius: 3px;
	border-radius: 3px;
}

.commentbutton a:hover {
	background-color: #999;
	color: #ffffff;
}

.entry {
	clear: both;
	margin-bottom: 40Px;
}

.entry .exzerpt {
	font-size: 14Px;
	float: left;
	font-weight: bold;
	font-style: italic
}

.entry .exzerpt a {
	font-size: 14Px;
	float: left;
	font-weight: bold;
	font-style: italic
}


.entry .time {
	float: right;
	font-weight: bold;
}
       
.entryarchive {
         margin: 0.5em 1em 1em;
}

.entry blockquote p:first-child {
	font-weight: normal; 
	color: #444; 
	font-size: inherit;
}

.entry blockquote {
	font-weight: normal; 
	color: #6c6c6c; 
	font-size: 1.1em; 
	border-left: 2px solid silver; 
	margin: 1.2em 0 1.2em 2em; 
	padding-left: 1em;
}

.entry img {
	max-width: 660px;
}

.newslogo{
	float: left;
	margin-top: 15px;
	margin-right: 8px;
}


/*###############################################################################
#										#
#			Sidebar							#
#										#
#										#
###############################################################################*/


#sidebar {
	float: right;
	text-align: left;
	margin-right: 10px;
	padding-left: 10px;
	margin-bottom: 20Px;
	width: 197Px;
}

#sidebar .feld {
	margin-bottom: 30Px;
	width: 196Px;
	clear: both;
}

#sidebar .feld .allyve-facebook {
	margin-bottom: 5Px;
	width: 196Px;
}

#sidebar .feld .allyve-twitter{
	margin-bottom: 5Px;
	width: 196Px;
}

#sidebar .feld .allyve-rss{
	width: 196Px;
}

#sidebar .feld .dropdown {
    	padding-top: 5px;
    	padding-bottom: 20px;
	color: #ee7600;
	font-size: 12Px;
}


.feld .step-icon {
		clear: both;
		float: left;
		margin-bottom: 5Px;
	}

.feld .step-1 {
		font-weight: bold;
		font-size: 13Px;
		margin: 0 0 5Px 3Px;
		color: #ffffff;
		background-color: #fdbe5d;
		float: left;
		height: 18Px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		width: 160Px;
		padding: 3Px 0 2Px 5Px;
}

.feld .step-1 a{
		color: #ffffff;
		font-weight: bold;
	}

.feld .step-3 {
		float: left;
		font-size: 13Px;
		margin: 0 0 40Px 3Px;
		color: #666666;
		height: 18Px;
		display: block;
		padding: 3Px 0 2Px 5Px;
		width: 160Px;
}

.feld .step-f {
		font-weight: bold;
		font-size: 13Px;
		margin: 0 0 5Px 3Px;
		color: #ffffff;
		background-color: #3b5997;
		float: left;
		height: 18Px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		width: 160Px;
		padding: 3Px 0 2Px 5Px;
}

.feld .step-f a{
		color: #ffffff;
		font-weight: bold;
	}
.feld .step-t {
		font-weight: bold;
		font-size: 13Px;
		margin: 0 0 5Px 3Px;
		color: #ffffff;
		background-color: #55d3fb;
		float: left;
		height: 18Px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		width: 160Px;
		padding: 3Px 0 2Px 5Px;
}

.feld .step-t a{
		color: #ffffff;
		font-weight: bold;
	}
.feld .step-r {
		font-weight: bold;
		font-size: 13Px;
		margin: 0 0 40Px 3Px;
		color: #ffffff;
		background-color: #fd942f;
		float: left;
		height: 18Px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		width: 160Px;
		padding: 3Px 0 2Px 5Px;
}

.feld .step-r a{
		color: #ffffff;
		font-weight: bold;
	}


#searchfield {
        margin-top: -15px;
        font-color: #444444;
}

#searchfield .searchbutton {
	margin-top: 7px;
	cursor: pointer;
	background-color: #333333;
	padding-left: 5Px;
	padding-right: 5px;
	padding-top: -2Px;
	height:20Px;
	color: #ffffff;
	border: none;
	font-size: 11Px;
	-webkit-border-radius: 2px;
    	-khtml-border-radius: 2px;
    	-moz-border-radius: 2px;
	border-radius: 2px;
}


/*###############################################################################
#										#
#			navigation unten					#
#										#
#										#
###############################################################################*/

.navigation3 {
	width: 670px;
	clear: left;
	display: block;
	float: left;
}

.navigationleft a {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3Px;
	display: block;
	height: 18Px;
	text-align: center;
	float: left;
	color: #ffffff;
	font-size: 11Px;
	background: #333333;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	-moz-border-radius: 3px;
	border-radius: 3px;
}

.navigationleft a:hover {
	color: #ffffff;
	background: #999999;
}

.navigationright a {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3Px;
	color: #ffffff;
	background: #333333;
	display: block;
	height: 18Px;
	float: right;
	margin-bottom: 30px;
	font-size: 11Px;
	text-align: center;
	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	-moz-border-radius: 3px;
	border-radius: 3px;
}

.navigationright a:hover {
	color: #ffffff;
	background: #999999;
}





/*###############################################################################
#										#
#			Footer							#
#										#
#										#
###############################################################################*/


.footer {
	text-align: center;
	clear: both;
	padding-bottom: 20Px;
}

.footer p {
	font-size: 10Px;
	margin-top: 20Px;
}


/*###############################################################################
#										#
#		Sonstiges							#
#		Normalerweise sollte hier nichts geändert werden müssen		#
#										#
###############################################################################*/

.pagetitle {
	width: 600Px;
	margin-left: 20Px;
}

strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

.borderless img, img.borderless {
	border: none;
}

em {
	font-style: italic;
}

.entry li {
	display: block;
}

ul {
	padding-bottom: 1em;
}

ul.related li a{
	display: block;
}

ul.related li {
	display: block;
	}

ul.archive li{
	display: block; 
	padding: 0 0 1em;
	font-weight:normal;
}

ul.archive p {
	display: block; 
	padding: 0;
}

ul.archive {
	margin: 0; 
	padding:0;
}

.alignleft {float: left;}
.alignright {float: right;}

.sharethis {padding: 2em 0 3em;}

#akst_form {margin-left: -50px;}

#searchform {
	width: 15px;}



/*###############################################################################
#																				#
#			Kommentare															#
#																				#
#																				#
###############################################################################*/

#kommentare{
	padding-left: 6px;
}

#commentform p {
	padding: 5px 0;
	font-size: 13Px;
	}


#comment {

	width: 336px;
	height: 100px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#commentPreview {
	font-size: .8em;
}

div.bubble {
	width: 600px;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 10px;
	border: 1px solid #c9c2c1;}
        width: 600px;

div.bubble blockquote p {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
        width: 600px;
}

div.bubble cite {
	position: relative;
	margin: -7px;
	padding: 7px 0px 10px 15px;
	top: 5px;
	background: transparent url('images/tip.gif') no-repeat 20px 0;
	font-style: normal;
	font-size: 12Px;
	display: block;
	color: #666666;
}

.alt {
	margin: 0;
	padding: 0;
	}
