/*
Theme Name:Clean Home
Theme URI:http://midmodesign.com/news/general/our-special-wordpress-theme/
Description:This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization. Special thanks to <a href="http://bryanhelmig.com/">Bryan Helmig</a> of <a href="http://midmodesign.com/">Mid Mo Web Design</a>.
Version:1.2.0
Author:Mid Mo Design
Author URI:http://midmodesign.com/
Tags:white, red, fixed-width, two-columns, right-sidebar

	"Clean Home" by http://midmodesign.com/

	This theme was designed and built by Bryan Helmig
	of Mid Mo Design: http://midmodesign.com/.

	The CSS, XHTML and design is released under the GPL.

*/

/* basic */
/*-----------------------------------------------------------*/


body {
font-family:Arial, serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.7em;
}

a {
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
/* font-weight:600;  */
}

a:hover {
border-bottom:none;
background-color:none;
/*
color: #33ccff;
border-bottom:1px dotted #33ccff;
*/
}

hr{
margin:20px 0px;
border:0;
border-top:1px dotted #ccc;
width:620px;
color:#fff;
clear:both;
}

.blanky {
	margin: 0px;
	border-top: none;
}

.clear {
clear:both;
}

#wrapper {
width:900px;
margin:40px auto;
}


.hideMe { display: none; }


/* header */
/*-----------------------------------------------------------*/

#header {
width:900px;
height: 150px;
margin:0;
/*background: #fff56c url(images/header07.png) no-repeat top left;*/
}

#header a {
border-bottom:none;
font-size:18px;
color:#33ccff;
}

#header a:hover {
color:black;
}

#header img { font-size:90px; color: #fff56c}

#logo {
float:left;
width:auto;
padding:78px 0px 20px 0px;
visibility: hidden;
display:none;
}

#logo a {
color:white;
font-size:60px;
font-weight:600;
text-decoration:none;
border-bottom:none;
letter-spacing:-4px;
background-color:#fff56c;
}

#logo a:hover {
background-color:white;
color: #fff56c;
}

#logo h2 {
font-size : 18px;
font-weight : 200;
padding : 12px 4px 0 0;
letter-spacing : -1px;
}


/* nav */
/*-----------------------------------------------------------*/

#nav {
float:left;
width:100%;
padding:0px;
border-bottom:1px dotted #ccc;
}

#nav ul {
height:50px;
display:none;
}

#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
background: black;
border: 2px solid white;
}

#nav li a {
color: white;
font-size:16px;
font-weight:400;
display:block;
padding:7px;
border-bottom:none;
/*text-transform: uppercase;*/
}

#nav li a:hover {
background-color:#33ccff;
background-color:white;
color:black;
}


.navi a {
	font-size:18px !important;
}

/* blurb */
/*-----------------------------------------------------------*/


#blurb {
/* width: auto; */
width: 100%;
float: left;
font-family:Georgia;
height:auto;
padding:0px 0px 15px 0px;
font-size:14px;
font-weight:400;
line-height:120%;
}

#blurb:hover {
color:#33ccff;
}

#blurb .textwidget {
  display: inline;
}



/* content */
/*-----------------------------------------------------------*/

#content {
width:620px;
float:left;
border-right:1px dotted #ccc;
padding:0 0 30px 0;
min-height:900px;
}

#content h1 a {
border-bottom:none;
}

.post {
padding:0 30px 0 0;
}
.post p {
margin:14px 0 14px 0;
}
.post em{
font-style:italic;
}
.post h2 {
font-family:Georgia;
font-size:24px;
margin:25px 0 10px 0;
font-weight:normal;
}
.post h1, .post h1 a{
font-family:Georgia;
font-size:28px;
margin:30px 0 10px 0;
font-weight:normal;
line-height:32px;
}
.post h3, .post h4 {
font-family:Georgia;
font-size:20px;
margin:15px 0 10px 0;
font-weight:normal;
}
.post h4 {
font-size:18px;
}
.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
/*color:#e12000;*/
}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
text-transform: uppercase;
color: #666;
}
.post small a {
font-weight:normal;
color: #666;
/*
color: white;
background:black;
border-bottom: none;
*/
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}

.not_found h2 {
font-family:Georgia;
font-size:28px;
font-weight:normal;
line-height:32px;
margin:30px 0 10px;
}

/* comments */
/*-----------------------------------------------------------*/

#comments {
display: none;
}


#comments h3, #comments h4{
font-family:Georgia;
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:28px;
}
#comments cite{
font-family:Georgia;
font-size:18px;
font-weight:normal;
border-bottom:1px dotted #ccc;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments p {
margin:10px 0 0 10px;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-family:Georgia;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Georgia;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
}


/* sidebar */
/*-----------------------------------------------------------*/

#sidebar {
width:245px;
float:right;
margin:0 0 25px 0;
font-family: Georgia;
}

#sidebar a {
border:none;
}

#sidebar h3 {
padding:25px 0 3px 0;
font-size:18px;
}
#sidebar .block ul {
border-bottom:1px dotted #ccc;
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
border-top:1px dotted #ccc;
}
#sidebar .block li a {
font-family: Georgia;
font-size:13px;
font-weight:normal;
padding:2px 0 2px 15px;
display:block;
border-bottom:none;
}

#sidebar .block .current-cat a{
background:transparent url(images/bullet_black.png) no-repeat scroll 2px 10px;
color:black;
}
#sidebar .block li a:hover {
background:transparent url(images/bullet_blue.png) no-repeat scroll 2px 10px;
color:#33ccff;
}
#sidebar .widget_rss li a:hover,
#sidebar .widget_links li a:hover {
background-position: 2px 8px;
}

#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px dotted #ccc;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
border-bottom:1px dashed #e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px dotted #ccc;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
border-bottom:1px dotted #ccc;
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td{
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}

#sidebar .widget_newsletter {
	/* display: none; */
}

#sidebar .widget_newsletter p {
	display: inline;
}



/* widgets */
/*-----------------------------------------------------------*/
.widget_categories,
.widget_mycategoryorder { padding-bottom: 30px; padding-top: 30px; }
.widget_categories h3,
.widget_mycategoryorder h3 { display:none }
.widget_categories a,
.widget_mycategoryorder a { 
font-size:18px !important;
padding:25px 0 3px;
}

#sidebar .widget_rss li a { 
color: #666; 
font-family: Arial, sans-serif;
font-size:12px; 
}
#sidebar .widget_search label {
color:white;
padding-top:0px;
}
.widget_sfc-fanbox { margin-top: 20px; }

/* sidebar  photo */

.mycategoryorder-4 { 
padding-bottom: 0px;
}

.mycategoryorder-4 ul, .mycategoryorder-4 li {
border: none !important;
}

#sidebar .ngg_images h3 {
display:none;
}

#sidebar .text-5 {
border-top:1px dotted #CCCCCC;
margin-top:10px;
padding-top:10px;
}



/* footer */
/*-----------------------------------------------------------*/

#footer {
width:900px;
float:left;
border-top:1px dotted #cccccc;
text-align:left;
padding:30px 0 40px 0;
}

#footer p, #footer ul { float:left;}

/* addtoany */
/*-----------------------------------------------------------*/

.addtoany_share_save_container  {
	margin: 25px 0px !important;
	width:150px; 
	float:right;
	text-align:right;
}
.addtoany_share_save_container a { 
	border:none !important; 
	color: #666 !important;
	font-size:11px !important;
	text-transform:uppercase !important;
	padding-bottom:2px !important;
	padding-top:1px !important;
	}

/* gallery */
/*-----------------------------------------------------------*/
.gallery-item {
  text-align: left !important;
}

.gallery a,
.ngg-album-link a {
  border-bottom:none;
}


/* lightbox
--------------------------------------------------*/


#stimuli_lightbox a {
  border-bottom:none !important;
}

#stimuli_overlay {
	background-color: #c4f0fe !important;
}


/* forms
--------------------------------------------------*/

#s,
#mc_embed_signup input,
.wpcf7-form .inner input, 
.wpcf7-form .inner select, 
.wpcf7-form .inner textarea { 
background-color:#F7F7F7;  
border: 1px solid #ddd !important; 
color: #444; 
width: 240px;
font-family: "Verdana", sans-serif;
font-size: 12px;
padding: 2px !important; 
text-indent: 2px;
} 

#s { width: auto; }
.wpcf7-form .inner select { width: 245px; }

#mc_embed_signup input { width: auto; float:left; }
#mc_embed_signup input#mc-embedded-subscribe { 
	border:none !important; 
	background: #33CCFF;
	color: white; 
	}

span.wpcf7-list-item input {
width: 20px !important;
background: white !important;
border: none !important;
}

span.wpcf7-list-item label {
display: block;
}

.label1 {  
width: 80px; 
display:block;
float:left; 
}   

.label2 {  
padding: 10px 0px 5px 0px; 
display:block;
}    
  
.label3 {   
display: inline; 
}    

.label4 {  
width: 150px; 
display:block;
float:left; 
}    
  
textarea {  
height: 200px; 
width: 320px !important; 
}  

.wpcf7 small {
text-transform: none;
padding-left: 80px;
color: black;
}

span.wpcf7-not-valid-tip,
div.wpcf7-response-output,
div.wpcf7-validation-errors  {
color: #33ccff;
border: 1px solid #33ccff !important;
background: #f3fbfd !important;
font-size: 11px !important;
}

span.wpcf7-not-valid-tip {
left: 80% !important;
text-align: center;
width: 250px !important;
}

.stand span.wpcf7-not-valid-tip,
.verkauft span.wpcf7-not-valid-tip {
left: 47% !important;
}

.input_30 {
	width: 40px !important;
}

.input_70 {
	width: 190px !important;
}

.addtoany_share_save_container {
clear:both;

}

.addthis_button { 
	float: right;
	border: none;
	}
	
/* google translate */


ul.g-flag { 
	float: right;
	}

ul.g-flag li {
	background-color:#EEEEEE;
	/* background-image:url("//www.google.com/images/flags/sprite_flag-50.png"); */
	background-image:url("images/sprite_flag-25-sw-50.png");
	background-position:25px 0;
	background-repeat:no-repeat;
	display:block;
	margin-right:3px;
	margin-top:3px;
	float: left;
	height:17px;
	text-decoration:none;
	width:26px;
	cursor: pointer;
}

ul.g-flag li span {
	display: block;
	overflow:hidden;
	text-indent:-999em;
}

ul.g-flag li:hover,
ul.g-flag li:active,
ul.g-flag li:focus {
	background-image:url("images/sprite_flag-25.png");
}
	
.g-flag .en {
	/* background-position:-51px -408px; */
	background-position:-25px -204px;
}

.g-flag .tr {
	/* background-position:-153px -884px; */
	background-position:-77px -442px;
}

.g-flag .es {
	/* background-position:-51px -68px; */
	background-position:-25px -34px;
}

.g-flag .ru {
	/* background-position:-102px -1802px; */
	background-position:-51px -901px;
}

.g-flag .fr {
	/* background-position:-51px -272px; */
	background-position:-25px -136px;
}

.g-flag .it {
	/* background-position:-51px -1360px; */
	background-position:-25px -680px;
}

.g-flag .cn {
	/* background-position:0 -1258px; */
	background-position:0px -629px;
	width:25px;
}

.g-flag .ja {
	/* background-position:-51px -1496px; */
	background-position:-25px -748px;
}

.input_5 { width: 22px !important; }

.green { color: green; }


