/**
 * CSS FILE FOR deformo
 * STYLE: Yin&Yang WP-Theme Overrides
 */

/**
 * AUTHOR & COPYRIGHT INFORMATIONS
 *
 * @author          Joe Ginciauskas
 * @copyright       deformo. Maike Märtzschink
 * @date            2013-10-11
 */

/**
 * VERSION
 *
 * @version         1.0
 * @lastmodified    2014-06-25
 */

/**************************************************
 *
 * Stylesheet contains:
 *
 * Stylesheet Overrides for the great Yin&Yang Theme
 *
 ***************************************************/

/* deformo branding logo correction */	
	
.csstransitions #logo {
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.opacity #logo img:hover, .opacity #wp-title-logo:hover {
	opacity: 1;
}

.csstransitions #logo img:hover, .csstransitions #wp-title-logo:hover {
	top: 0;
}

#branding {
	display: table;
}

#logo, #intro-section {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0 20px 0;
}

#intro-section {
	width: 460px;
}


/* brand color: #e2001a; 

/* 2013-11-22: Header section, about deformo template */

#aboutDeformo div.header {
	 padding-bottom: 15px;
}

/* 2013-11-22: Who is Maike section, about deformo template */

#aboutDeformo div.mm {
	padding: 42px 0 15px 0;
	min-height: 445px;
	background: url('images/layout/border-img.png') 0 0 repeat-x;
}

/* 2013-11-22: Skills section, about deformo template */

#aboutDeformo div.skills {
	padding: 42px 0 15px 0;
	background: url('images/layout/border-img.png') 0 0 repeat-x;
}

/* 2013-11-22: Awards section, about deformo template */

#aboutDeformo div.mmAwards {
    min-height: 200px; 
	padding: 42px 0 5px 0;
	background: url('images/layout/border-img.png') 0 0 repeat-x;
}

/**************************************************
 *
 * Headlines
 *
 ***************************************************/

#aboutDeformo h1 {
    
}

#aboutDeformo h3 {

}

#aboutDeformo h6 {

}

/**************************************************
 *
 * Text Styling
 *
 ***************************************************/

#aboutDeformo div.header p {

}

#aboutDeformo div.mm p {

}

/**************************************************
 *
 * Link Styling
 *
 ***************************************************/

/**************************************************
 *
 * Images
 *
 ***************************************************/

#aboutDeformo div.mm img {
	margin-right: 25px;
}

#aboutDeformo div.mmAwards img {
    margin: 0;
}

/**************************************************
 *
 * Navigation Items
 *
 ***************************************************/

/* 2013-10-17: Anpassung für deformo: Andere Schrift und deformo-Rot verwendet */

#filter .active a, #filter .active .term-name, #filter .active a:hover .term-name, #filter .active .term-count {
	color: #595959;
	background: #f4f4f4;
}

#filter .active .triangle-down {
	border-top: 3px solid #f4f4f4;
}

/**************************************************
 *
 * Lists and Tables
 *
 ***************************************************/

/* 2013-11-06: Skill list */

#aboutDeformo div.skills ul {
	display: inline;
	margin: 0;
}

#aboutDeformo div.skills ul h6 {
	display: inline;
	font-size: 1em;
	font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
	color: #e2001a;
}

#aboutDeformo div.skills ul li {
	list-style-type: none;
	display: inline;
}

#aboutDeformo div.mm table {
	float: left;
    margin: 204px 0 0 10px;
    width: 500px;
    border: none;
    background: transparent;
}

#defCol1 {
    width: 12%;
}

tr:nth-of-type(odd), .page-content tr:nth-of-type(odd), .post-content tr:nth-of-type(odd) {
	background: transparent;
}

#main th, #main td, .page-content th, .page-content td, .post-content th, .post-content td {
	border: none; 
	padding: 4px 20px 4px 20px;
	
}

/**************************************************
 *
 * Buttons
 *
 ***************************************************/

/* buttons */

/* 2013-10-11: Anpassung für deformo: Buttonfarbe geändert */

input[type="submit"], button, input[type="button"] {
	padding: 10px 12px 8px 12px;
	display: block;
	color: #333;
	background: #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: solid 1px #ccc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: #aaa 0 1px 0;
}

input[type="submit"]:hover, button:hover, input[type="button"]:hover {
	background: #cdcdcd;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdcdcd), color-stop(1, #cdcdcd));
	background-image: -moz-linear-gradient(center bottom, #cdcdcd 0%, #cdcdcd 100%);
	border-bottom: solid 1px #cdcdcd;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #555;
}

input[type="submit"]:active, button:active, input[type="button"]:active {
	position: relative;
	top: 1px;
	-webkit-box-shadow: #aaa 0 1px 0;
	-moz-box-shadow: #aaa 0 1px 0;
	box-shadow: #aaa 0 1px 0;
}

input[type="submit"] {
	display: inline;
	vertical-align: top;
}

/* CSS3 submit buttons (with the help of modernizer classes - start */
.borderradius input[type="submit"], .borderradius button, input[type="button"] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type="submit"]:active, button:active, input[type="button"]:active {
	position: relative;
	top: 1px;
}
/* CSS3 submit buttons - end */

/* align checkboxes, radios, text inputs with their label
 by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}

/* style the text inputs only */
input:not([type=submit]):not([type=file]), textarea {
	padding: 10px 8px;
	max-width: 450px;
	display: block;
	background: #ccc;
	/* background: rgba(255, 255, 255, 0.3); */
}
.csstransitions input:not([type=submit]):not([type=file]), .csstransitions textarea {
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.borderradius input:not([type=submit]):not([type=file]), .borderradius textarea {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* drop-down page form elements */
#dropdown-wrapper input:not([type=submit]):not([type=file]), #dropdown-wrapper textarea, #dropdown-wrapper select, #dropdown-wrapper input:not([type=submit]):not([type=file]):focus, #dropdown-wrapper textarea:focus, .slide-out-div input:not([type=submit]):not([type=file]), .slide-out-div textarea, .slide-out-div select, .slide-out-div input:not([type=submit]):not([type=file]):focus, .slide-out-div textarea:focus {
	background: #ccc;
	border: none;
}

/* text inputs on focus */
input:not([type=submit]):not([type=file]):focus, textarea:focus, #dropdown-wrapper input:not([type=submit]):not([type=file]):focus, #dropdown-wrapper textarea:focus, .slide-out-div input:not([type=submit]):not([type=file]):focus, .slide-out-div textarea:focus {
	background: #eaeaea;
}

.boxshadow #dropdown-wrapper input[type="text"], .boxshadow #dropdown-wrapper textarea, .boxshadow .slide-out-div input[type="text"], .boxshadow .slide-out-div textarea {
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
}
.boxshadow #dropdown-wrapper input[type="text"]:focus, .boxshadow #dropdown-wrapper textarea:focus, .boxshadow .slide-out-div input[type="text"]:focus, .boxshadow .slide-out-div textarea:focu {
	-moz-box-shadow: 0 0 9px rgba(0, 0, 0, .95);
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .95);
	box-shadow: 0 0 9px rgba(0, 0, 0, .95);
}