/*   
Theme Name: Capoeira Equilibrio
Theme URI: http://www.capoeiraequilibrio.de
Description: A theme for the "Capoeira Equilibrio Germany" website.
Author: Philipp Strube
Author URI: http://www.capoeiraequilibrio.de
Version: 0.1
.
General comments/License Statement if any.
.
*/

body {
	
}

/* Wordpress Standard Styles */

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;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #234A73;
	text-decoration: none;
}

a:hover {
	color: #234A73;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* 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";
}

.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;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
	
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
	
/* End Wordpress Standard */

html {
	background: #ffffff url(images/capoeirista.png) right bottom fixed no-repeat !important;
}

#container {
	background: transparent url(images/bghd.png) top repeat-x;
}

.clear {
	clear: both;
}

#hd a.logo {
	background: url(images/logo.png);
	display: block;
	width: 434px;
	height: 160px;
}

#hd h1, #hd p {
	text-indent: -2000em;
}

#hd ul#mainmenu {
	font-size: 153.9%;
	font-weight: bold;
	height: 2.3em;
}

#hd ul#mainmenu a {
	color: #C0C2BE;
	text-decoration: none;
}

#hd ul#mainmenu a:hover {
	color: #0D0D0D;
	text-decoration: underline;
}

#hd ul#mainmenu li {
	float: left;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

#hd ul#mainmenu li a {
	border: 1px solid transparent;
	border-bottom: none;
	display: block;
	padding: 0.5em;
}

#hd ul#mainmenu .current_page_item a, #hd ul#mainmenu .current_page_ancestor a, #hd ul#mainmenu .current_page_parent a {
	color: #0f0f0f;
	background: #ffffff;
	border: 1px solid #87211a;
	border-bottom: none;
}

#bd ul#submenu {
	background: #f2f2f2;
	font-size: 123.1%;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
}

#bd ul#submenu li.page_item a {
	display: block;
	padding: 10px 5px 10px 5px;
}

#bd ul#submenu li.page_item a:hover {
	background: #f7f7f7;
}

#bd ul#submenu li.page_item {
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#bd ul#submenu li.current_page_item {
	background: #f7f7f7;
}

#aktuelles h2 {
	background: #f2f2f2;
	border-bottom: #a2a2a2;
	font-size:153.9%;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:1em;
	padding: 5px;
}

.post {
	margin-bottom: 20px;
	padding: 5px;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post strong {
	font-weight: bold;
}

.post .date {
	float: left;
	width: 4em;
}

.post .date span {
	display: block;
	font-weight: bold;
	text-align: center;
}

.post .date span.day, .post .date span.month {
	font-size: 131%;
}

.post .date span.year {
	font-size: 77%;
}

.post h2 {
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 1em;
}

.post div.content {
	font-size: 116%;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 10px;
	padding-left: 6em;
}

.post div.content p, .post div.content div, .post div.content ul, .post div.content ol, .post div.content h1, .post div.content h2,.post div.content h3, .post div.content h4, .post div.content h5, .post div.content h6 {
	margin-top: 1.5em;
}

.post a.more-link {
	float: right;
	margin: 2px;
}

/* WIDGET Styling */

div.widget {
	border-right: 1px dashed #dddddd;
	border-left: 1px dashed #dddddd;
	margin-top: 20px;
	padding: 10px;
}

.widget h2.widgettitle {
	font-size: 153.9%;
	font-weight: bold;
	margin-top: 20px;
}

/* Styling for recent posts and statspress topposts */

#recent-posts li, #statpress-topposts li {
	border-bottom: 1px dashed #f2f2f2;
	padding: 5px 0 5px 0;
}

/* events.php Styles for rsevents Plugin */

.widget_rs_event ul {
	margin-top: 0.5em;
}

.widget_rs_event ul li {
	font-weight: bold;
	padding: 0.5em;
}

.widget_rs_event span.single_event {
	float: left;
	font-weight: normal;
	margin-left: 1em;
}

.widget_rs_event span.single_event a {
	margin-left: 1em;
}

#events {
	padding: 1em;
}

#events ul li {
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.5em;
}

#events div.event {
	border-right: 1px dashed #DDDDDD;
	border-left: 1px dashed #DDDDDD;
	font-size: 93%;
	font-weight: normal;
	line-height: 1.5em;
	margin-left: 0.5em;
	padding: 0.5em;
	text-align: justify;
}

#events div.event h3.event_title, div.event .event_dates .event_date, #events div.event .event_dates .event_time {
	font-weight: bold;
}

#events div.event div.event_content {
	padding: 10px;
}
