/*
Theme Name: Aikidoschule
Theme URI: http://aikidoschule-graz.at
Description: Theme for Aikidoschool Graz (Based on Stalkers, based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 0.3gelb
Author: Andreas Foerster
Author URI: http://andreasfoerster.at
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/* colors

mintgreen: D3EDD9
dunkel: 616D64

violet: D6B4B4
dunkelviolett: A06F72

gelb: #ffe822

*/


html, #body {
	
	background: #D3EDD9;
	background: #c9e9d0;
	background: #ffe822;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	
	color: #19161C;
}

#side {
	position: fixed;
	width: 320px;
	margin-top: 80px;
/*	border: 1px solid black; */
	z-index: 2;
}


#header {
	width: 320px;
	height: 100px;
	height: 30px;
	
/*	border: 1px solid red; */
}


#sidebar {
	width: 320px;
	float: left;
	right: 0px;
	padding-top: 20px;
	margin-right: 10px;
	
	text-align: right;

/*	border: 1px solid blue; */
}


#logo img {
	margin-left: 85px;
	margin-bottom: 250px;
}

#pagenav {
	font-family: 'Times New Roman', serif;
	font-size: 18px;
}


.nav a, .nav a:visited, .accordion a, .accordion a:visited {		


	color: #19161C;	
/*	color: black; */
}

.nav a:hover, .accordion a:hover {
	color: #A06F72;
	color: #616D64;
	text-decoration: none;
}


.nav li, .accordion li, .accordion dt, .accordion dt li {
	margin-bottom: 8px;
}


/* INDIVIDUAL PAGE LINKS */
/* ====================================== */

.top a, .top a:visited {
	font-size: 18px;
	font-family: 'Georgia', serif; /* fantasy, cursive, sans-serif, monospace */
	font-style: italic; /* italic, normal */
	font-weight: normal;
	text-transform: lowercase; /*apitalize, lowercase */
}

.news a, .news a:visited {
	font-size: 18px;
	font-family: 'Times New Roman'; /* fantasy, cursive, sans-serif, monospace */
	font-style: normal; /* italic, normal */
	font-variant: small-caps; /*normal */
	font-weight: lighter;
	text-transform: uppercase; /*apitalize, lowercase */
}



.about a, .about a:visited {
	font-size: 18px;
	font-family: monospace; /* fantasy, cursive, sans-serif, monospace */
	font-style: oblique; /* italic, normal */
	font-weight: lighter;
	text-transform: capitalize; /*apitalize, lowercase */
}

.aikidoschule a, .aikidoschule a:visited, .aikido a, .aikido a:visited {
	font-size: 18px;
	font-family: 'Times New Roman', serif; /* fantasy, cursive, sans-serif, monospace */
	font-style: italic; /* italic, normal */
	text-transform: lowercase; /*apitalize, lowercase */
}
/*
.aikido a, .aikido a:visited {
	font-size: 16px;
	font-family: 'Courier New',sans-serif; 
	font-style: nomral;
	font-variant: small-caps; 
	font-weight: lighter;
	text-transform: uppercase;
}
*/
.personen a, .personen a:visited {
	font-size: 18px;
	font-family: serif; /* fantasy, cursive, sans-serif, monospace */
	font-style: oblique; /* italic, normal */
	font-variant: small-caps; /*normal */
	font-weight: lighter;
	text-transform: uppercase; /*apitalize, lowercase */
}

.meister a, .meister a:visited, .lehrer a, .lehrer a:visited, .schulleitung a, .schulleitung a:visited {
	font-size: 18px;
	font-family: 'Times New Roman', serif; /* fantasy, cursive, sans-serif, monospace */
	font-style: italic; /* italic, normal */
	text-transform: lowercase; /*apitalize, lowercase */
}
/*
.schulleitung a, .schulleitung a:visited {
	font-size: 16px;
	font-family: 'Trebuchet MS',serif;
	font-style: normal;
}

.meister a, .meister a:visited {
	font-size: 16px;
	font-family: monospace; 
	font-style: normal;
	font-weight: lighter;
	text-transform: uppercase;
}
*/
.training a, .training a:visited {
	font-size: 18px;
	font-family: fantasy, 'Comic Sans'; /* fantasy, cursive, sans-serif, monospace */
	font-style: italic; /* italic, normal */
	font-weight: lighter;
	text-transform: lowercase; /*apitalize, lowercase */
}



/* ====================================== */


.postal {
	margin-top: 50px;
	margin-top: 80px;
	padding-top: 30px;
	font-size: 12.5px;
	color: #19161C;
	
	background: url('images/border_gelb.png') top right no-repeat;
}

.postal a, .postal a:visited  {
	color: #A06F72;
	color: black;
	text-decoration: none;
}

.postal	a:hover {
	color: #616D64;
}


.date {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 11px;
	color: gray;
	text-align: right;
}




#content {
/*	float: left; */
	width: 550px;
	
	padding-left: 340px;
	margin: 10px;
	margin-left: 50px;

	margin-top: 80px;

	color: #19161C;
	/*border: 1px solid black;*/
	z-index: 0;
}

#content h2 {
	font-family: serif;
	font-size: 38px;
	color: white;
	
	margin-top: 35px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted gray;
}

#content h1 {
	font-family: serif;
	font-size: 28px;
	color: black;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted lightgray;
}

#content h2 a {
	text-decoration: none;
	color: white;
}

#content h3 {
	font-size: 18px;	
	font-family: 'Times New Roman', serif;
}


.post {
	margin-top: 50px;
	margin-bottom: 40px;
}


a, a:visited  {
	color: #A06F72;
	text-decoration: none;
}

a:hover {
	color: #616D64;
}

.archivbuttons {
	padding-bottom: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.archivbuttons a {
	font-size: 13px;

}


#footer {
	clear: both;
	width: 600px;
	
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

#footer p {
	padding-top: 5px;
	border-top: 1px dotted gray;
	text-align: center;
}