/*
Theme Name: StudentSN
Theme URI: http://studentsn.com/
Description: The original 2010 theme for student.com
Version: 1.0
Author: Marcel Eichner // Ephigenia <love@ephigenia.de>
Tags: orange, two-columns, sidebar
*/

#app, body {
	font: normal normal normal 12px/1.75em Verdana, Arial, sans-serif;
	background: #fff;
}

/**
 * General element styles
 */
a {
	color: #324886;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2, h3 {
	font-weight: bold;
}
h1 {
	padding: 0.3em 0.5em;
	font-size: 2em;
	line-height: 1.25em;
}
h2 {
	padding: 0.3em 0.5em;
	font-size: 1.5em;
	line-height: 1.5em;
	background: #EDF2FE;
	border-bottom: 5px solid #BFCAE5;
}
h3 {
	font-size: 1.25em;
	line-height: 1.25em;
	border-bottom: 3px solid #BFCAE5;
	margin: 1em 0em 0.75em 0em;
}

/** quoting **/
body.en_EN q:before { content: '“' }
body.en_EN q:after { content: '”' }
body.de_DE q:before { content: '„' }
body.de_DE q:after { content: '“' }
body.tr_TR q:before { content: '"' }
body.tr_TR q:after { content: '"' }

#app {
	width: 760px;
	margin: 2em auto;
}
#header {
	border-bottom: 3px solid #B4BFDD;
	margin: 0em 0em 2em 0em;
	height: 80px;
}
#content {
	float: left;
	width: 560px;
}
#footer {
	font-size: 0.75em;
	text-align: center;
	line-height: 2em;
	margin-top: 3em;
	border-top: 1px solid #BFCAE5;
	clear: both;
}
#footer, #footer a {
	color: #A2A2A2;
}

/** hints, errors etc **/
p.error, p.hint, p.success {
	display: block;
	padding: 0.5em 0.75em;
	margin: 1em 0.5em 1em 0em;
	border: 1px solid #000;
}
p.error {
	background-color: #f42727;
	color: #ffffff;
	border-color: #A7160C;
}
p.hint {
	border-color: #e6db55;
	background-color: #ffffe0;
	color: #000000;
}
p.success {
	background-color: #dcffdc;
	border-color: #b5f782;
}

/** breadcrumb **/
#breadcrumb {
	margin: 0em 0em 1em 0em;
}
#breadcrumb li {
	font-size: 0.8em;
	display: inline;
}
#breadcrumb li a {
	padding: 0.4em 0.6em 0.3em 0.6em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background-color: #EDF2FE;
	text-decoration: none;
}
#breadcrumb li a:hover {
	background-color: #BFCAE5;
}

/** Static page styles **/
.page .text {
	padding: 1em;
}
.page ul {
	list-style-type: square;
	margin-left: 1.5em;
}

.alignleft {
	float: left;
	margin: 0.3em 1em 0em 0em;
}
.alignright {
	float: right;
	margin: 0.3em 0em 0em 1em;
}

/**
 * Blog post style
 */
.post {
	margin: 0em 0em 3em 0em;
}
.post h1 { }
.post .meta {
	padding: 0em 1em;
	height: 1.75em;
	line-height: 1.6em;
	background: #BFCAE5;
	display: block;
	clear: both;
}
.post .text {
	border: 1px solid #B4BFDD;
	padding: 1em;
}
.post textarea { /** code parts in blog posts */
	font-family: monaco, courier, sans-serif;
	border: 1px solid #C0C0C0;
	background-color: #DFDFDF;
	padding: 0.3em 0.5em;
}

/** single comment style **/
.comment {
	margin: 0em 0em 1.5em 0em;
}
.comment p {
	border: 1px solid #B4BFDD;
	padding: 0.8em 1em;
}
.comment .meta cite {
	font-weight: bold;
}
.comment a.time {
	color: #000;
	text-decoration: none;
}

/** language chooser in top **/
#languageChooser {
	padding-top: 56px;
}
#langaugeChooser, #languageChooser li {
	display: inline;
	float: right;
}
#languageChooser li a {
	margin: 0em 0.6em;
}
#languageChooser li.selected a {
	text-decoration: none;
	color: #000;
}

/** pagination styles **/
#wp_page_numbers ul {
	text-align: center;
}
#wp_page_numbers ul li {
	display: inline;
}
#wp_page_numbers li.active_page, #wp_page_numbers li.active_page a {
	font-weight: bold;
	color: #000;
}
#wp_page_numbers li.first_last_page {
	margin-left: 0.3em;
}
#wp_page_numbers li a {
	background-color: #EDF2FE;
	text-decoration: none;
	padding: 0.4em 0.6em 0.3em 0.6em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
#wp_page_numbers li.active_page a {
	background-color: #BFCAE5;
}
#wp_page_numbers li a:hover {
	background-color: #BFCAE5;
}