/*
Theme Name: Weixler
Theme URI:
Author: Tobias Weber
Author URI:
Description:
Version:
License:
License URI:
Tags:
Text Domain: twentytwelve
Template: twentytwelve
Comment:
*/

#aboutme-accordion {
	clear: both;
	position: relative;
	top: 7em;
}

#aboutme-accordion .ui-accordion-content {
    width: 100%;
    background-color: #ffff00;
    color: #777;
		height: auto;
		border-radius: 0;
}

#aboutme-accordion .ui-accordion-header {
    background-color: #ccc;
    margin: 0px;
		outline: none;
}

#aboutme-accordion .ui-accordion-content {
}

#aboutme-accordion .ui-accordion-header:first-of-type {
		padding: 30px;
    background: rgba(255,255,0,0.6);
		color: #000;
		letter-spacing: .1em;
}

#aboutme-accordion .ui-accordion-content:first-of-type {
		padding: 0px 30px 30px 30px;
	  width: 100%;
		background: rgba(255,255,0,0.6);
    color: #000000;
}

#aboutme-accordion .ui-accordion-header:first-of-type .defaultIcon {
		background-image: url('../icons/arrow-down-black.png');
		width: 20px;
		height: 20px;
		float: right;
}

#aboutme-accordion .ui-accordion-header:first-of-type .selectedIcon {
		background-image: url('../icons/arrow-up-black.png');
		width: 20px;
		height: 20px;
		float: right;
}

#aboutme-accordion .ui-accordion-header:nth-of-type(2) {
	padding: 30px;
	background: rgba(0,0,0,0.6);
	color: #ff0;
	letter-spacing: .1em;
}

#aboutme-accordion .ui-accordion-content:nth-of-type(2) {
		padding: 0px 30px 30px 30px;
    width: 100%;
		background: rgba(0,0,0,0.6);
    color: #ff0;
}

#aboutme-accordion .ui-accordion-header:nth-of-type(2) .defaultIcon {
		background-image: url('../icons/arrow-down-yellow.png');
		width: 20px;
		height: 20px;
		float: right;
}

#aboutme-accordion .ui-accordion-header:nth-of-type(2) .selectedIcon {
		background-image: url('../icons/arrow-up-yellow.png');
		width: 20px;
		height: 20px;
		float: right;
}

#aboutme-accordion .ui-accordion-header:nth-of-type(3) {
	padding: 30px;
	background: rgba(255,255,255,0.8);
	color: #ceba3a;
	letter-spacing: .1em;
}

#aboutme-accordion .ui-accordion-content:nth-of-type(3) {
		padding: 0px 30px 30px 30px;
		width: 100%;
		background: rgba(255,255,255,0.8);
    color: #000;
}

#aboutme-accordion .ui-accordion-header:nth-of-type(3) .defaultIcon {
		background-image: url('../icons/arrow-down-ochre.png');
		width: 20px;
		height: 20px;
		float: right;
}

#aboutme-accordion .ui-accordion-header:nth-of-type(3) .selectedIcon {
		background-image: url('../icons/arrow-up-ochre.png');
		width: 20px;
		height: 20px;
		float: right;
}
