/*
Theme Name:		AATTheme
Theme URI:		http://wordpress.org/extend/themes/twentyeleven
Author:			Aldenborg.AT
Author URI:		http://aldenborg-at.de/
Description:	Auf Basis des Wordpress Themas 2011 leicht Customiziert ||:-))
Version: 		0.1
Template:		twentyeleven
*/

@import url('../twentyeleven/style.css');

/* Sonstige Änderungen Wordpress visuell geht gar nicht!

	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;

---------------------------------------------------------------*/
table.aattab 
{
	border-spacing: 5px 5px;
	border:none;
}

table.aattab td 
{
	border:none;
	background-color:#ecf2f4;
	padding:8px;
}

table.aattab td.aatleft 
{
	padding:15px;
	font-weight:bold;
}


/*Platz für 1 Kachel horizontal 88+6+6 */
img.kachel1 {
	max-width:60%;
	background-color: #f4fafc; 
	padding:10%;
	margin:0 10% 10% 10%
}

/*Platz für 2 Kacheln horizontal*/
img.kachel2 {
	max-width:35%;
	background-color: #f4fafc; 
	padding:5%;
	margin-right:3%;
}
/*Platz für 3 Kacheln horizontal*/
img.kachel3 {
	max-width:25%;
	background-color: #f4fafc; 
	padding:4%;
	margin-right:3%;
}

.aatcont {
	font-size:smaller;
	font-family: Verdana;
}

.aatcont .aatleft { 
	display:inline-block; 
	width:19%;
	margin-right:5%;
}

.aatcont .aatright { 
	display:inline-block; 
	width:75%;
	vertical-align:top;
}

.aatcont .info1 {
	background-color:#e2eaf6;
	padding:6px;
}

.aatcont li {
	margin-bottom:6px;

}

span.aatz {
	font-family: Arial;
	color:#2e2e8c;
	font-weight:bold;
}

.aatextinfo {
	font-family:"Open Sans",Helvetica, Arial, sans-serif;
	font-size:80%;
	background-color:#e2eaf6;
	padding:5px;
}


/* =AAT mein Logo
-------------------------------------------------------------- */

#aatlogo
{
	background-color:#e2eaf6;
	padding:4px 12px 6px 4px;
	font: bold 10px Arial; 
	color: #2e2e8c;
}
	
#aatlogo .a1 { float:left; }
#aatlogo .a11, #aatlogo .a12
{
		letter-spacing:1px;
		color:#f4fafc;
		background-color:#2e2e8c;
		padding:1px 6px 1px 4px;
}
	
#aatlogo .a12 { margin-top:4px; }
#aatlogo .a2 { text-align:right; }
#aatlogo .a21
{
	font-family:Verdana;
	font-size:14px; 
	letter-spacing:1px;
}

#aatlogo .a22
{
	font-family:Verdana;
	font-size:18px;
	font-style:italic;
	letter-spacing:-3px;
}

#aatlogo .a23
{
	letter-spacing:2px; 
	margin-top:-3px;
}

/* =AAT mein Menue
-------------------------------------------------------------- */

#secondary1 H5 {
	font: 12px Technic, Arial, sans-serif;
	font-weight:bold;
}


#secondary1 .aatsmenue {
	list-style: none outside none;
	margin-left: 0;
    margin-top: 2px;
	margin-bottom:30px
}

#secondary1 .aatsmenue li {
	color: #2e2e8c;
	border-bottom: 1px solid #dcdcdc;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0;
}
#secondary1 .aatsmenue li a {
	color: #2e2e8c;
	font-weight: normal;
	text-decoration: none;
}

#secondary1 .aatsmenue li a:hover {
	color: #2e2e8c;
	font-weight: bold;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #e2e2e2;
}
#page {
	background: #f9fbfd;
	max-width: 900px;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #2e2e8c;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#2e2e8c, #6496dc);
	background: -o-linear-gradient(#2e2e8c, #6496dc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2e2e8c), to(#6496dc)); /* older webkit syntax */
	background: -webkit-linear-gradient(#2e2e8c, #6496dc);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #f4fafc;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #e2eaf6;
	border-bottom: 1px dotted #ddd;
	color: #2e2e8c;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #e2eaf6;
}
#access li:hover > a,
#access a:focus {
	background: #e2eaf6; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f4fafc, #e2eaf6);
	background: -o-linear-gradient(#f4fafc, #e2eaf6);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4fafc), to(#e2eaf6)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f4fafc, #e2eaf6);
	color: #2e2e8c;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	background: #e2eaf6;
	border-top: 1px solid #ddd;
	color: #2e2e8c;
	font-size: 12px;
	line-height: 1.2em;
	padding: 1.2em 0.5em;
	text-align: center;
	font-weight: bold;
}
#site-generator a {
	color: #2e2e8c;
	font-weight: bold;
}


/* Search Form noch nicht geaendert*/
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f4fafc;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #6496dc;
	border-color: #2e2e8c;
	color: #2e2e8c;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #f4fafc;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 5% 0 15%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 7%;
	width: 95%;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 4px 0 0;
}
.singular .entry-title {
	color: #2e2e8c;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	background-color:#e2eaf6;
	padding-left: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0px;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}



/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary1 {
	float: left;
	margin-left: 2%;
	margin-right: 0;
	width: 15%;
}


