/*  
Theme Name: marcushasart.de
Theme URI: http://www.marcushasart.de/
Description: Simple and Clean Theme for a Photographers Newsblog.
Version: 1.00
Author: Marcus Hasart
Author URI: http://www.marcushasart.de/
*/

/*************************************
 +Containers
 *************************************/
body{
	background: none repeat scroll 0 0 #EFEFEF;
	color:#666666;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    line-height: 20px;
	margin:0;
	padding:0;
	text-align:center;
	font-weight: 300;
	font-style: normal;
	text-rendering: geometricPrecision;
}
#wrap{
    text-align:left;
	width:970px;
       
}
#content{
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-left: 190px;
    margin-top: 40px;
    padding: 10px;
    width: 970px;
}
      
#topline{
    background: none repeat scroll 0 0 #404040;
    height: 7px;
    position: fixed;
    width: 100%;
    color: #f2f2f2;
	z-index: 10;
}

#main-content{
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-left: 190px;
    margin-top: 40px;
    padding: 10px;
    width: 970px;
}
#header{
    height: 155px;
    padding-top: 40px;
    position: fixed;
    width: 190px;
    z-index: 5;
   }
   
.entrytitle { 	
 }


.page-content {
}

.sonnendeck {
    position: absolute;
    left: -9999px;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3, h4, h5, h6{
	font-family: futura-pt, sans-serif;
	font-weight:normal;
	margin:0;
	letter-spacing: 0.1em;
    text-transform: uppercase;
}
#header h1{
	font-family: futura-pt, sans-serif;
	font-size:1.2em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
    color: #FFFFFF;
    font-size: 2px;	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#header h1 a:hover{
	color:#f48517;
		-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#header p{
	color:#aaa;
	font-size:1.2em;
	margin:0;
	margin-top:-0.5em;
}

.post{
	margin-left: 15px;
	}

.entrytitle h2{
    color: #777777;
	font-family: futura-pt, sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-align: right;
    text-shadow: 0 1px 0 #E7E7E7;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.entrytitle h2 a
{
    color: #777777;
    font-family: futura-pt, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-align: right;
    text-shadow: 0 1px 0 #E7E7E7;
    text-transform: uppercase;
    	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
    letter-spacing: 0.1em;
}



.entrytitle h2 a:hover{
	color:#f48517;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.entrytitle h3{
	font-size:10px;
	color:#595959;
	text-align: right;
	opacity: 0.5;
}
/*************************************
 +Entry
 *************************************/

#content img{
    border: 0 none;
    height: auto;
    margin: 0;
    width: 970px;
    		-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
   }
   
   #content img:hover{
    border: 0 none;
    height: auto;
    margin: 0;
    width: 970px;
    opacity: 0.5;
		-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
   }


.blogroll{
    border: 0 none;
    height: auto;
    margin: 0;
    width: 970px;
    		-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
   }
   
.blogroll:hover{
    border: 0 none;
    height: auto;
    margin: 0;
    width: 970px;
    opacity: 0.5;
		-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
   }



.entry{
	margin-bottom:45px;
	width: 970px;
}

.entrymeta{
	font-size:1em;
	font-weight:bold;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.postedon{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/) no-repeat;
	text-transform: uppercase;
	color: #666666;
	float: right;
}

.social{
	border-top: 1px solid #E5E5E5;
    margin-top: 25px;
    padding-bottom: 5px;
    padding-top: 25px;
}


#content img.avatar {
    border-radius: 20px 20px 20px 20px;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
#commentform{

border-bottom: 1px solid #D1D1D1;
margin-top: 10px;
    padding-bottom: 10px;
}

#respond{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
text-transform: uppercase;
color: #666666;
padding-top: 20px;
}

#comments{
    color: #777777;
    font-family: futura-pt, sans-serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-shadow: 0 1px 0 #E7E7E7;
	text-transform: uppercase;
	padding-top: 20px;
}

#footer_prev{
    -moz-transition: all 0.3s linear 0s;
    background-color: #F2F2F2;
    color: #404040;
    float: left;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 25px;
    padding: 3px 8px 3px 9px;
    text-transform: uppercase;
    font-size: 13px;
}

#footer_next{
    -moz-transition: all 0.3s linear 0s;
    background-color: #F2F2F2;
    color: #404040;
    float: right;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 25px;
    padding: 3px 8px 3px 9px;
    text-transform: uppercase;
    font-size: 13px;
}

.share{
    color: #666666;
    float: left;
    font-family: futura-pt,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-rendering: geometricprecision;
	
}

.navigation{
	font-size: 13px;
}


.top{
    -moz-transition: all 0.3s linear 0s;
    background-color: #F2F2F2;
    color: #404040;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin: 25px auto;
    padding: 3px 8px 3px 9px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}


/* Social */

.flattr {
	float: right;
	margin-left: 0.75em;
	margin-top: 0px;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s linear;
}

.flattr:hover {
	opacity: 1.0;
	-webkit-transition: opacity 0.5s linear;
}

.fb {
    float: left;
    margin-left: 0;
    margin-top: 0;
    opacity: 0.5;
	-webkit-transition: opacity 0.5s linear;
}

.fbsingle {
    float: left;
    margin-left: 0;
    margin-top: 0;
    opacity: 0.5;
	-webkit-transition: opacity 0.5s linear;
}

.fb:hover {
	opacity: 1.0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.fbsingle:hover {
	opacity: 1.0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	}


.twitter {
	float: left;
	margin-left: 0.75em;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.twitter:hover {
	float: left;
	margin-left: 0.75em;
	opacity: 1.0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

#g_plus_one {
	float: left;
	margin-left: 0.75em;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

#g_plus_one:hover {
	float: left;
	margin-left: 0.75em;
	opacity: 1.0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.related_post_title {
	position: absolute;
    left: -9999px;
}
.related_post{
	position: absolute;
    left: -9999px;
}
/* End Social */


/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
  margin-bottom:0.3em;
  padding:0.3em;
}
#sidebar ul ul li{
  border-bottom:0px dotted #ddd;
}
.widgettitle{
	
	text-transform:uppercase;
	color:#666666;
	line-height: 1.7em;

}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	    margin-top: 0px;
}
.commentsblock textarea{
	width:965px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
	font-family: futura-pt, sans-serif;
	font-size: 1em;
	padding-left: 3px;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.2em;
}
ol.commentlist{
	list-style-type:none;
	color:#555;
	font-size:1em;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	border-bottom: 1px solid #E5E5E5;
    padding: 15px 15px 0;
}
h3#comments{
    border-top: 1px solid #E5E5E5;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.reply{
	font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: right;
    text-transform: uppercase;
    padding-top: 1px;
}

#submit{
	background: none repeat scroll 0 0 #F2F2F2;
    border: 0 none;
    color: #666666;
    font-family: futura-pt,sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 3px 8px 3px 9px;
    text-transform: uppercase;
}

.liky {
	float: right;
	margin: 0;

}

.iliky {
	float: right;
	margin: 0;
    padding-left: 4px;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#666666;
	text-decoration:none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
       
}
a:hover{
	color:#f48517;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a:active{
	color:#f48517;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	top: 1px;
	position: relative;
}



div.topsy_widget_shortcode {
        background-color: #ccc;
        display: inline
    }


.menu-standart-container {
	left: -10px;
    float: left;
    font-family: futura-pt,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 130px;
	margin-top: 10px;
	margin-bottom: -10px;
}

#menu {
	
}


#logo a {
	background: url("http://marcushasartblog.de/wp-content/themes/simpla/images/marcus_hasart_fotografie.png") no-repeat scroll 0 0px transparent;
    float: left;
    height: 130px;
    width: 129px;
   -webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 1;
   }

#logo {
    height: 130px;
    margin: 0 auto;
    width: 129px;
	}

#logo a:hover {
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0.5;
	}

#menu-standart ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none;
	  }
#menu-standart li {
	display: block;
    margin-bottom: 0;
    padding-left: 0;
	}
#menu-standart ul li a {text-decoration:none;  margin: 4px;
	padding: 0px 0px 0px 0px; color: blue;
	background: pink;}
#menu-standart ul li a:hover {color: purple;
	background: yellow;}
	
.menu {
}

.menu a {
  /** background: url("http://www.marcushasartblog.de/wp-content/uploads/Icon/pfeil.png") no-repeat scroll right 4px transparent; **/
    color: #777777;
    display: inline-block;
    text-decoration: none;
    text-shadow: 0 1px 0 #E7E7E7;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border-bottom: 1px solid #E7E7E7;
	width: 129px;
}

.menu a:hover {
/**background: url("http://www.marcushasartblog.de/wp-content/uploads/Icon/pfeil_hover.png") no-repeat scroll right 4px transparent; **/
	color: #f48517;
    text-decoration: none;
    text-shadow: 0 1px 0 #E5E5E5;
    display: inline-block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	o-transition: all 0.2s linear;
	transition: all 0.2ss linear;
	border-bottom: 1px solid #E7E7E7;
	width: 129px;
	}


.menu a:after {
		-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	o-transition: all 0.1s linear;
	transition: all 0.1s linear;
    content: "▶";
    float: right;
    font-size: ;
    position: relative;
    visibility: hidden;
}

.menu a:hover:after {
		-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	o-transition: all 0.1s linear;
	transition: all 0.1s linear;
    content: "▶";
    float: right;
    font-size: ;
    position: relative;
    visibility: visible;
}






#searchform{
	color: #777777;
}

#searchfield
	{
	font-family: futura-pt, sans-serif;
	color: #777777;
    text-decoration: none;
    text-shadow: 0 1px 0 #E7E7E7;
	background: none repeat scroll 0 0 #EFEFEF;
    border: 0 none;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    margin-left: 30px;
    width: 129px;	
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	o-transition: all 0.2s linear;
	transition: all 0.2ss linear;
	}

#searchfield:focus
	{
	font-family: futura-pt, sans-serif;
	color: #777777;
    text-decoration: none;
    text-shadow: 0 1px 0 #E7E7E7;
	background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    margin-left: 30px;
    width: 123px;
    padding: 3px;	
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	o-transition: all 0.2s linear;
	transition: all 0.2ss linear;
	outline:none;
	}

/* Footer
-------------------------------------------------------------- */
#footer {
    background: none repeat scroll 0 0 #404040;
    clear: both;
    height: auto;
    margin-left: 190px;
    min-height: 205px;
    width: 990px;
    float: left;
}
.footer-bottom {
	width:970px;
	margin:0 auto;
	padding:15px 0px 30px 0px;
}
/* --- Footer Widgtes --- */
.widget-area {
	width:220px;
	margin:0px 20px 0px 20px;
	padding:0px 20px 0px 0px;
}

#first {
	padding:10px 0px 0px 0px;
	float:left;
		
}
#second {
	padding:10px 0px 0px 0px;
	float:left;
	
}
#third {
	padding:10px 0px 0px 0px;
	float:left;
		
}

#fourth {
	padding:10px 0px 0px 0px;
	float:right;
		
}
.testimonial {
	float:right;
	width:230px;
	height:160px;
	background:url(images/testimonal.png) 0 0 no-repeat;
}

#footer-widget-area {
	background: #404040;
}

#footer li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}



.widget-title{
	
	text-transform: uppercase;
	
}

#footer-wrap {}


#content .atr_reply img.atr_reply_img {
    border: 0 none;
    height: 10px;
    position: static;
    width: 10px;
}

#content .wp-smiley {
	border: 0 none;
	height: 15px;
	width: 15px;
}

#content .wp-smiley:hover {
	border: 0 none;
	height: 15px;
	width: 15px;
}


 *::-moz-selection
    {
    background:#f48517;
    color:#fff;
    }
     
    *::selection
    {
    background:#f48517;
    color:#fff;
    }


/* Hover -------------------------------------------------------------- */

.tt-wrapper{
	float: right;

}
.tt-wrapper li{
	float: right;
}
.tt-wrapper li a{
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 2px;
	outline: none;
	background: transparent url() no-repeat top left;
	text-indent: -9000px;
	position: relative;
}
.tt-wrapper li .tt-gplus{
    background-position: 0px 0px;
}
.tt-wrapper li .tt-twitter{
    background-position: -68px 0px;
}
.tt-wrapper li .tt-dribbble{
    background-position: -136px 0px;
}
.tt-wrapper li .tt-facebook{
    background-position: -204px 0px;
}
.tt-wrapper li .tt-linkedin{
    background-position: -272px 0px;
}
.tt-wrapper li .tt-forrst{
    background-position: -340px 0px;
}
.tt-wrapper li a span{
	width: 80px;
	height: auto;
	line-height: 10px;
	padding: 5px;
	left: 50%;
	margin-left: -50px;
	font-family: ;
	font-weight: 400;	
	font-style: ;
	font-size: 14px;
	text-transform: uppercase;
	color: #404040;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #f2f2f2;
	background: rgba(242,242,242,1);
	text-indent: 0px;
	border-radius: 0px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 30px;
}



/** Accordion **/


#wrapper {
	width: 200px;
	   padding: 10px 0 0 10px;
	   float: left;
	}

.accordionButton {	
    background: none repeat scroll 0 0 #404040;
    border-bottom: 1px solid rgba(239, 239, 239, 0.25);
    color: #F2F2F2;
    cursor: pointer;
    float: left;
    font-size: 11px;
    padding-bottom: 4px;
    padding-top: 5px;
    width: 195px;
    padding-left:5px;
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
	
.accordionContent {	
	background: none repeat scroll 0 0 #f2f2f2;
    float: left;
    padding: 5px;
    width: 190px;
    color: #404040;
	font-size: 11px;
	_float: none; /* Float works in all browsers but IE6 */
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #CCCCCC;
	color: #ffffff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
	
.over {
	background: #f48517;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}



#social_buttons{   margin-right: 10px;
    text-align: right;
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	float: right;
	margin-top: 10px;
    }

#copyright{
    border-top: 1px solid;
    float: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 960px;
    }



.pagebar {
  	font-size: 11px;
    padding-bottom: 20px;
    text-align: left;
    width: 500px;
    float: left;
    text-transform: uppercase;
    margin-top: 5px;
	}

.pagebar .this-page {
    background: none repeat scroll 0 0 #404040;
    color: #f2f2f2;
    padding: 7px 10px 6px 10px;
	}

.pagebar a {
    background-color: #F2F2F2;
    color: #404040;
    line-height: 20px;
    padding: 7px 10px 6px 10px;
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}

.pagebar a:hover {
    background: none repeat scroll 0 0 #f48517;
    color: #f2f2f2;
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


.pagebar a, .pageList .this-page {
    text-decoration: none;
}

