/*
* Theme Name: Clean Child
* Template: clean
* Description: Clean Child Theme
* Theme URI: smama.ch
* Version: 1.0
* Author: net working AG
* Author URI: networking.ch
*/

@import url("../clean/style.css");

body {
	color: #535352;	
}

p.line {
    line-height: 1.7em;
    font-size: .75em;
    margin-bottom: 5px !important;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
}

td {
	line-height: 1.7em;
	font-size: .75em;
	margin: 0 0 20px 0;	
}

TABLE.showGrid td {
    border: 1px solid #DDDDDD;
}

#sidebar img.img-social {
    margin-top: 0;
    vertical-align: middle;
    display: inline;
}

#sidebar h3 {
    border-top: 3px solid #DDDDDD;
    padding-top: 8px;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
	background-color: #fafafa;	
	padding: 10px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;	
	border: 1px solid #ddd;
	background:	#fafafa url(http://www.smama.ch/wp-content/themes/clean-child/images/field_bkg.png) repeat-x;	
}

input[type="text"]:focus, input[type="password"]:focus {outline: none; background-color: #f7f7f7;}

#mainNav{	
	right: 2%;	
	position:absolute; top:50%; height:20px; margin-top:17px;	
	font-family: Helvetica, arial, sans-serif;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 36px !important; /* match top ul list item height */
}

.accordion { 
    padding-bottom: 20px; 
    clear: both; 
}

.accordion ul { 
    list-style-type: none !important;
}

.accordionTitle, .accordionSubTitle {
	margin-top: 10px;
	background: #EFEFEF url("images/plus-minus.png") 14px 7px no-repeat;
	border: 1px solid #e3e3e3;
	height: 32px;
	line-height: 31px;
	color: #888;
	font-size: 12px;
	padding: 0 14px 0 44px;
	cursor: pointer;
}
.accordionTitle:hover, .accordionSubTitle:hover { background-color: #c1da78; }
.a-open { background-position: 14px -75px; }
.accordionContent, .accordionSubContent {
	padding: 10px 0px 14px 14px;
	overflow: hidden;
	line-height: 1.7em;
	font-size: .82em;        
}
.accordionContent .l-child, .accordionSubContent .l-child { padding-bottom: 5px; }
.accordionContent *:last-child, .accordionSubContent *:last-child { padding-bottom: 5px; }

#footer h3 {
    font-weight: bold;
}

#footer .secondary ul.menu>li {
	float: left;
	width: 120px;
	font-size: 0.9em;
	padding-right: 10px;
        text-align: left;
}
#footer .secondary ul.menu li ul {
	margin-top: 4px;
}
#footer .secondary ul.menu li li {
	margin-bottom: 0;
	font-size: 0.8em;
	line-height: 1.25em;
}

#footer {
	color: #a2a2a2;
	background-color: #fff;
	background: -moz-linear-gradient(top, rgba(185,183,183,1) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(185,183,183,1)), color-stop(2%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(185,183,183,1) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(185,183,183,1) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(185,183,183,1) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 100%);
	background: linear-gradient(top, rgba(185,183,183,1) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 100%);
}
.partnerlogos {
	margin-top: -10px;
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 0.9em;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
}
.partnerlogos div { 
	margin-bottom: 10px;
}
.partnerlogos ul li, .accordion ul li {
	float: left !important;	
	margin: 0 20px 0 0  !important;
}
.accordion ul li {
	margin: 0 20px 12px 0  !important;
}
#footer .secondary {
	border-top: none;
	padding-top: 0 ;
	
}

/*Tag Widget--------------------*/

.widget_tag_cloud_child a{	
	font-size: 11px;
}

#sidebar .widget_tag_cloud a{
	background: none;
}


/* iPad Portrait */
@media only screen and (max-width: 768px) {
    
	#header #logo {				
		width: 280px;			
	}
        
        #mainNav{	
	right: 2%;	
	position:absolute; top:50%; height:20px; margin-top:6px;	
	font-family: Helvetica, arial, sans-serif;
}
}

/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

	#header #logo {				
		width: 280px;			
	}
	
	#header .inside{		
		padding: 30px 0 20px 0;		
	}
	
	#mainNav {
		position: relative;	
		width: 99%;		
		margin-top: 0;
		margin-left: 5px;
		top:0;
		margin-bottom: 0px;
		padding-top: 0;	
	}
        
	#footer .secondary .right, #footer .secondary .partnerlogos{
                clear: both;
		text-align: left;
	} 
        
        #footer .secondary .partnerlogos {
                padding-top: 15px;
        }        
}

/*feed-them-social Plugin*/
.fts-jal-fb-header {
    display: none;
}

.fts-jal-fb-message {
    font-size: 0.75em;
    line-height: 1.7em;
    margin: 0 0 20px;    
}
.fts-jal-fb-user-name, .fts-jal-fb-post-time {
    font-size: 1em;
    line-height: 1em;    
}
.fts-jal-fb-description-wrap {
    max-width: 570px !important;
}
.facebook-title {
    font-size: 1em !important;
    line-height: 1em !important;
}

span.error-msg {
    background-color: #FFEBE8;
    border-color: #CC0000;
    border-style: solid;
    border-width: 1px;    
    padding: 10px;
    display: block;
    font-size: 0.75em;
    line-height: 1.7em;
    margin: 0 0 20px;    
}

/*added by NTH*/
#content.threeFourths .event {
    margin: 0 0 30px 2.7027%;
    width: 97.29%;
}
#content .event {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#content .event .inside {
    margin: 0 25px;
    padding: 25px 0 0;
}


/* NEW VORSTAND TEMPLATE */ 

.vorstand-image {margin:10px 0;}
.vorstand-title { font-size: 0.75em; line-height: 1.7em; margin-bottom:10px; font-weight:bold;}

.documentDesc p{margin:0px;font-size: 0.9em;}