/*  
Theme Name: EDS
Theme URI: http://www.edsurgery.org
Description: The official EDS theme
Version: 2.0
Author: Felix Lange
Author URI: http://www.felixlange.de
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #e2e2e2;
	color: #222;
	text-align: left;
}
#page {
	background-color: #fff;
	text-align: left;
}
#content p {
	line-height: 1.5em;
	margin: 3px 0px 10px 0px;
}
#header {
	background: #64bb69;
}
#content {
	font-size: 1.2em
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#footer {
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -0.05em;
}
h1 {
	font-size: 4em;
	display: none;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
#sidebar {
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a {
	color: #5a985e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}
#conMain {
	background-color: #fff;
	background-image: url("bg.gif");
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 859px;
	border-bottom: 2px solid #c8c8c8;
}
#conNavi {
	width: 166px;
	border-right: 1px solid #e2e2e2;
	background-color: #f5f5f5;
	float: left;
}
#header {
	background-color: #64bb69;
	margin: 0;
	padding: 0;
	width: 100%;
	padding-top: 60px;
}
#header img {
	display: block;
	float: left;
	margin-right: 1px;
	padding-top: 20px;
}
#content {
	width: 480px;
	padding: 0 20px 10px 20px;
	background-color: #fff;
	float: left;
}
a.more-link {
	font-size: 1.1em;
}
img.archive {
	padding: 10px 0px;
}
img.teaser {
	margin: 10px 0px;
}
#conNavi ul {
	list-style: none;
	margin: 0;
	margin-top: 30px;
	padding: 0;
}
#conNavi ul li {
	display: block;
	padding: 0;
	margin: 0;
}
#conNavi ul li a {
	font-size: 1.2em;
	color: #838383;
	display: block;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e2e2e2;
}
#conNavi ul li a:hover {
	color: #fff;
	background-color: #838383;
}
#conNavi ul li.current_page_item a, #conNavi ul li.current_page_parent a {
	background-color: #555;
	color: #fff;
}
.post {
	margin: 33px 0 40px 0;
	text-align: justify;
}
.post hr {
	display: block;
}
#footer {
	width: 839px;
	padding: 5px 10px;
	color: #999;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer abbr {
	border-bottom: none;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}
h2 {
	margin: 0;
	color: #ef821c;
}
h3 {
	padding: 0;
	margin: 15px 0 0 0;
}
/* End Headers */

img.council {
	float: right;
	padding: 15px;
	border: 1px solid #e2e2e2;
}
img.contact {
	float: right;
	padding: 15px;
	border: 1px solid #e2e2e2;
}
div.society {
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding: 20px 0;
	clear: both;
	float: left;
}
div.society img {
	padding: 0;
	float: right;
	margin: 0;
	margin-right: 30px;
	width: 166px;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	color: #555;
}
#edit {
	margin-top: 33px;
	width: 20px;
	padding-top: 3px;
	float: right;
}
#edit a, #edit a:hover {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("edit.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
}
.entry ul ul li:before {
	content: "\00BB \0020";
	color: #ababab;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
/* Begin Sidebar */
#sidebar {
	width: 146px;
	border-left: 1px solid #e2e2e2;
	background-color: #f5f5f5;
	float: right;
	padding: 33px 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #555;
}
#sidebar #searchform {
	margin: 0 0 0 0;
}
#sidebar a {
	text-decoration: none;
	color: #555;
}
#sidebar img {
	padding: 5px;
}
#sidebar p {
	padding: 25px 0 0 0;
	margin: 0;
}
#sidebar #searchform #s {
	width: 115px;
	padding: 3px 4px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #444;
}
/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #f5f5f5;
	width: 270px;
	border: 0px solid #e2e2e2;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
blockquote p {
	padding: 0 !important;
	margin: 0 !important;
}
.center {
	text-align: center;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/
