/*
Theme Name: skd2014
Description: Hueman Child Theme
Author: Sam Krieg
Template: hueman
Version: 1.0
*/

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

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300|Ubuntu+Condensed);
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script);

/*  common : fonts

/* ------------------------------------ */

body, input, textarea, button, select, label {
	font-family: 'Ubuntu', "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: 400;
}

body {
    background: -webkit-linear-gradient(left top, #fefefe , #ededed); /* For Safari */
	background: -o-linear-gradient(bottom right, #fefefe, #ededed); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #fefefe, #ededed); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #fefefe , #ededed); /* Standard syntax (must be last) */
}

.site-title {
	font-family: 'Ubuntu Condensed', "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	font-size: 42px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 60px;
	padding: 10px 0;
}

#nav-header .container {
    background: none repeat scroll 0 0 #0059a1;
    padding: 0 15px;
}


#nav-header.nav-container { background-color: #0059a1; }
@media only screen and (min-width: 720px) {
	#nav-header .nav ul { background-color: #70ae09 !important;  }
}

/* SKD Anpassungen
-------------------------------------------------------------- */


.niceQuote  {
	font-family: 'Dancing Script', cursive;
	font-size: 24px;
	/* margin: 20px;*/
}

.niceQuote p {
	font-family: 'Ubuntu', "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-align: right;
}

.tribe-events-list-widget ol, .tribe-events-adv-list-widget ol {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
}

.calpad {
	padding: 20px 30px 20px 0;
}

/* Ordered List */

.satzungen ol { 
	counter-reset: item 
}
.satzungen ol li { 
	display: block 
}
.satzungen ol li:before { 
	content: counters(item, ".") ". "; 
	counter-increment: item 
}

/* Jetpack Icons */

.content div.sharedaddy div.sd-block {
	border: none;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 0;
}

.single-format-quote .content div.sharedaddy div.sd-block {
	display: none;
}

.content div.sharedaddy .sd-content {
	float: left;
	margin-bottom: 10px;
}

.content div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none;
}

.content .sd-social-icon-text a.sd-button > span, a.sd-button > span {
	opacity: 1;
	padding: 8px 15px;
}


/* MailChimp Form */

.mc4wp-form {
}

.mc4wp-form input[type="text"], .mc4wp-form input[type="email"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #DDDDDD;
    color: #777777;
    display: block;
    max-width: 100%;
    outline: medium none;
    padding: 7px 8px;
    -moz-box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    font-size: 14px;
    font-family: inherit;
}

.mc4wp-form input[type="submit"], .mc4wp-form button[type="submit"] {
    background: none repeat scroll 0 0 #3B8DBD;
    border: medium none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 14px;
}

.content li.share-facebook a.sd-button > span,
.content li.share-google-plus-1 a.sd-button > span,
.content li.share-email a.sd-button > span,
.content li.share-pinterest a.sd-button > span,
.content li.share-twitter a.sd-button > span {
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.content li.share-facebook a.sd-button > span {
background: #4965a0 !important;
}
.content li.share-google-plus-1 a.sd-button > span {
background: #dd4b39 !important;
}
.content li.share-email a.sd-button > span {
background: #ae09ad !important;
}
.content li.share-twitter a.sd-button > span {
background: #00abf0 !important;
}

.content li.share-facebook a.sd-button:hover > span,
.content li.share-google-plus-1 a.sd-button:hover > span,
.content li.share-linkedin a.sd-button:hover > span,
.content li.share-twitter a.sd-button:hover > span {
	background: #000;
}

.sd-content .sd-button span.share-count {
	color: #fff !important;
	font-size: 100% !important;
}

div.sharedaddy h3 {
font-size: 20px!important;
text-transform: none;
letter-spacing: 0;
line-height: 1;
font-weight: bold;
}