/*
Theme Name: BMM-RED
Theme URI: http://www.bmm-ev.org
Description: A white 2 column theme with red elements. Individual nextgen gallery styles. Dedicated to the benevolent society "Begegnungen mit Menschen e.V."
Version: 0.9
Author: Sebastian Grassl (seb)
Author URI: http://www.sebastiangrassl.de
Tags: white, red, benevolent society, two columns, ngg styles
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- BASIC CSS ELEMENTS
	- FORMS
		+ GENERAL
		+ SEARCHFORM
		+ COMMENTFORM
	- FOOTER
	- USEFUL
		+ WORDPRESS CSS
		+ WIDGETS CSS

  Colours:
  
  dark-red    : bd1220
  lighter-red : E2001A
  orange      :
  ocker       :
  
  ToDo    ------------------------------
  * 404 Seite mit anständiger Suchleiste ausstatten
  * eine Paypal Bestätigungsseite bauen
  -------------------------------------------------
  
  Ideen   ------------------------------
  * Integration eines Terminkalenders
  
  --------------------------------------
  
	##################################
   	GENERAL
	################################## */
html { height:100%; width:100%; }

body {
	margin: 0px;
	padding: 0px;
/*	background: #FFE9AF url(img/bg_body.png) no-repeat center top; */
	background: #fff;
	color: #000;
	font-family: georgia, "times new roman", serif;
	font-size: 11px;
  text-align : center;
  width      : 100%;
}

a {
	color: #000;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 19px;
}

img {
	border: none;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 960px;
	margin: 0 auto;
}
	
#header {
  margin : 0px auto;
  height   : 300px;
  text-align : left;
  width:960px;
	background: #fff url(img/bmm-header_01.jpg) no-repeat;
  display : inline-block;
}

  .logo {
    display : inline; /* bug fix for IE6 and older, because of margin for loated elements */
    float : left;
    border   : 0px;
    padding  : 0px;
    margin-top       : 61px;
    margin-left      : 61px;
  }

#content {
  float  : left;
  width    : 960px;
  background-color : #fff;
	z-index: 1; /* IE z-index bug */
}

#content-left {
	float: left;
  text-align : left;
	width: 640px;
	padding: 20px 10px;
}

#content-right {
	float: right;
  text-align : left;
	width: 240px;
	padding: 20px 0px;
}

/*	##################################
   	HEADINGS
	################################## */
	
h1#blog-title {
	float: left;
	margin: 50px 10px 0 0;
	padding: 0px;
	font-size: 18px;
}

h1#blog-title a {
	color: #fff;
	text-decoration: none;
}

h1#blog-title a:hover {
	text-decoration: underline;
}

h2#blog-description {
	/*float: left;*/
	margin: 28px 0 0 0;
	padding: 0px;
	color: #c8cf02;
	font-size: 18px;
	font-weight: bold;
}

h2#category-title {
	margin: -10px 0 30px 0;
}

h3.post-title {
	margin: 0 0 20px 0;
	padding: 0px 0px 0px -5px;
	color: #467BA4;
	font-size: 18px;
  border-bottom : 1px solid #467BA4;
}

h3.post-title a {
	color: #006990;
	text-decoration: none;
	border-bottom: 1px dotted #006990;
}

h3.post-title a:hover {
	border-bottom: none;
}

h4.sidebar-title {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #555;
	font-size: 14px;
}

h4.content-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #006990;
	font-size: 14px;
}

/*	##################################
   	HEADER
	################################## */

#rss {
	position: absolute;
	right: 0px;
	bottom: 40px;
	line-height: normal;
}

#rss a {
	display: block;
	padding: 0 30px 0 0;
	background: url(img/bg-rss.png) no-repeat right center;
	line-height: 40px;
	text-align: right;
	text-decoration: none;
	color: #fff;
}

#rss a:hover {
	text-decoration: underline;
}

/* For menu styles please edit /lib/superfish.css */

#menu {
  clear       : both;
  margin-top  : 260px;
	width       : 960px;
  background-color  : #bd1220;
  font-size          : 14px;
  letter-spacing     : 1px;
}

#menu .homelink {
  width  : 58px;
  float  : left;
  line-height: 40px;
  display : block;
  border-right:  2px solid #fff;
	background: url(img/btn-home.gif) no-repeat right center;
  text-decoration : none;
  
}
#menu a.homelink:hover {
  background-color  : #E2001A;
}


/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

#content-left a {
	color: #E6781E;
}

#content-left h4 {
  font-size  : 1.2em;
	color: #1693A7;
}

.breadcrumb {
  display  : none;
  margin-bottom  : 20px;
}

.box-left, .post, .page {
	margin: 0 0 40px 0;
}

.sticky {
	padding: 20px;
	background: #2a2a2a;
	border: 1px solid #3a3a3a;
}

.tags {
	padding: 0 0 0 15px;
	background: url(img/bg-tags.gif) no-repeat left center;
}
	
.meta {
	padding: 0px 0 10px 0;
	/* background: url(img/bg-meta.gif) repeat-x left top; */
	color: #777;
	/* border-top: 1px dotted #5d5d5d; */
	clear: both;
}

.meta-date {
	padding: 0px;
	/* background: url(img/bg-meta-date.gif) no-repeat 0px 2px; */
}

.meta-categories {
	padding: 0 10px 0 15px;
	/* background: url(img/bg-meta-categories.gif) no-repeat 0px 2px; */
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

.box-left ol, .post ol, .page ol {
	line-height: 22px;
}
 
.box-left ul, .post ul, .page ul {
	line-height: 19px;
	padding: 0 0 0 20px;
	list-style: inherit;
}

.box-left ul li, .post ul li, .page ul li {
	margin: 0px;
	padding: 0 0 0 20px;
}

/** CONTENT RIGHT */

.box-right {
	margin: 0px;
	padding: 6px;
  background : #ffe;
  border-left  : 3px solid #bd1220;
  margin-bottom : 7px;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
}

.box-right ul {
	margin: 0px 0px 0px 10px;
	padding-left: 10px;
	list-style: disc;
}

.box-right li {
	margin: 0px;
	padding: 2px 0px 2px 10px;
}

.box-right li a {
	padding: 5px 0;
	text-decoration: none;
}

.box-right li ul {
	padding: 5px 0 0 0;
}

/*	##################################
   	BASIC CSS ELEMENTS
	################################## */
	
hr {
	height: 1px;
	margin: 20px 0;
	background: #3a3a3a;
	border: none;
}
	
table {
	width: 100%;
	margin: 0 0 20px 0;
}

th, td {
	padding: 5px 10px;
}

th {
	background: #006990;
	color: #fff;
}

tr.even {
	background: #2a2a2a;
}

pre {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #2a2a2a;
	line-height: 22px;
	border: 1px solid #3a3a3a;
	font-family: Courier, serif;
	overflow-x: scroll;
	overflow-y: visible;
}

blockquote {
	padding: 0 0 0 20px;
	border-left: 5px solid #E2001A;
}

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset {
	margin: 0 0 40px 0;
	padding: 0 40px 40px 40px;
	border: none;
}

legend {
	color: #006990;
	font-size: 14px;
}

label {
	display: block;
	margin: 0 0 5px 0;
  cursor : pointer;
}
	
input, textarea {
	width: 50%;
	height: 16px;
	margin   : 0 0 8px 0;
	padding  : 3px;
	color    : #5d5d5d;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
  border:1px solid #AAAAAA;
  font-size : 12px;
}

textarea {
	width: 80%;
	height: 150px;
}

select {
	margin: 0 0 20px 0;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

input.submit, input.button ,.cform input.sendbutton {
  -moz-border-radius  : 3px;
  -webkit-border-radius : 3px;
  font-family   : arial, helvetica, sans-serif;
  font-weight : bold;
  border : 1p solid #E2001A;
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #BD1220;
  font-size : 14px;
	border: none;
	color: #fff;
  margin-left  : 190px;
}

input.submit:hover, input.button:hover ,.cform input.sendbutton:hover {
  cursor : pointer;
  background: #E2001A;
}
	
/** SEARCHFORM */

#searchform {
    display : inline; /* bug fix for IE6 and older, because of margin for loated elements */
  float   : right;
  padding  : 0px;
  margin-top        : 200px;
  margin-right       : 90px;
  height     : 40px;
	width: 260px;
  text-align: left;
}
	
#searchform #search {
	float: left;
	width: 200px;
	height: 16px;
	padding: 3px;
	color: #5d5d5d;
}

#searchform #search-submit {
	float: right;
	width: 30px;
	height: 24px;
	margin: 0px;
	padding: 0px;
  background  :url(img/bg-search-button.gif) -8px -8px;
}

/** COMMENTFORM */

#comments, #trackbacks {
	margin: 40px 0 0 0;
}

#trackbacks {
	margin: 20px 0 0 0;
}

.comment {
	padding: 0 40px 40px 40px;
	background: #2a2a2a;
}

#trackbacks ul {
	margin: 0 0 40px 0;
	padding: 40px 40px 30px 40px;
	background: #2a2a2a;
	list-style: none;
}

#trackbacks li {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	line-height: 22px;
	background: url(img/bg-list-item-content.png) no-repeat 0px 4px;
}

.first {
	padding: 40px;
}

#response {
	margin: 60px 0 0 0;
}

#response fieldset {
	padding: 40px;
}

.comment-left, #commentform-left {
	float: left;
	width: 120px;
	height: 120px;
	background: url(img/bg-commentform-left.gif) no-repeat right top;
}

.comment-right, #commentform-right {
	float: left;
	width: 430px;
	min-height: 120px;
}

.comment-text {
	padding: 20px;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	color: #5d5d5d;
	line-height: 22px;
}

#response textarea {
	width: 420px;
	height: 100px;
	margin: 0px;
	padding: 5px;
}

#response label {
	display: block;
	line-height: 20px;
}

#response input.text {
	width: 420px;
	height: 20px;
	margin: 0px;
	padding: 5px;
}

#response input.submit {
	float: right;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.comment-author {
	margin: 0px;
	padding: 5px 0;
	color: #006990;
	font-size: 14px;
}

.comment-author a {
	color: #006990;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

/** COMMENTS IN WP 2.7 */

#commentfieldset {
	padding: 20px 40px;
}

.commentlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist li {
	margin: 7px 0 0 0;
	padding: 20px 0 20px 20px;
	background: #e8e8e8;
	list-style: none;
  border-bottom : 1px solid #ddd;
}

.commentlist .avatar {
	float: right;
	margin: 0 20px 10px 20px;
}

.commentlist li a {
	color: #f8dec7;
}

.commentlist li p {
	margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
	margin: 0 0 20px 0;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	color: #fff;
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border: 1px solid #3a3a3a;
	border-right: none;
}

.reply {
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #1f1f1f;
	border: 1px solid #5d5d5d;
	border-right: none;
	border-bottom: none;
}

.reply a {
	display: block;
	height: 25px;
	line-height: 25px;
}

#cancel-comment-reply {
	margin: 5px 0 20px 0;
}

#cancel-comment-reply a {
	color: #6a6a6a;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 {
	background: #2a2a2a;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
	background: #3a3a3a;
}

/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
  text-align : left;
  clear   : both;
	width: 960px;
	margin: 0 auto 30px auto;
  background  : #fff;
}

#footer1 {
  padding     : 10px 20px;
	background  : #bd1220;
  color       : #fff;
}

#footer-wrap p {
	margin: 0px;
	padding: 0px;
}

#legal {
	float: left;
	width: 450px;
}

/*	##################################
   	USEFUL
	################################## */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
  border: 1px solid #bbb;
  text-align: center;
  background-color: #eee;
  -moz-border-radius : 3px;
}

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

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 2px;
	background: #3a3a3a;
}

.bold {
  font-weight : bold;
}

/* content specific */
strong.bmm { color : #bd1220; }
.current_page_item { font-weight : bold; }
/* guestbook comment numbers */

div.comment-number {
float: right;
text-align: right;
font-size: 2.5em;
font-weight: bold;
font-family: 'Times New Roman', Times, serif;
padding: 8px;
color: #777;
}

.guestbook input, .guestbook textarea { 
	padding   : 3px;
	border    : 1px solid #aaa; 
	font      : 1em Trebuchet MS,sans-serif;
	color     : #888;
  margin-right : 20px;
	background-color :#fff;
	vertical-align:top;
}

.guestbook .submit_button {
  width     : 250px;
  height    : 23px;
  background : transparent url(img/bg-menu-hover-blue.png) repeat-x scroll left top;
	padding   : 3px;
	border    : 1px solid #aaa; 
	font      : 1em Trebuchet MS,sans-serif;
	color     : #fff;
  font-weight : bold;
}

.guestbook  label {
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #000;
	font:1em Trebuchet MS,sans-serif;
}
/* form in content area */

#content-left .cform { 
	margin  : 10px 0px; 
	width   : 500px; 
}

#content-left .cform ol {
  list-style-type: none;
  padding : 0px;
}

#content-left .cform li {
  background : none;
  padding    : 0px;
}

#content-left .cform input, #content-left .cform textarea {
  width       : 250px;
}

#content-left .cform .reqtxt, #content-left .cform .emailreqtxt {
  display : none;
}

#content-left .cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

#content-left .cform label {
	width      :180px; 
	margin     :4px 10px 0 0; 
	display:-moz-inline-box;  /*for mozilla*/
	display:inline-block;     /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

#content-left .cform label span {
	width    : 180px; /* must be the same as above!*/
	display    : block; 
}

/* form in sidebar */
#cforms2form ol {
  list-style-type: none;
  padding : 0px;
}

#cforms2form li {
  background : none;
  padding    : 0px;
}

#cforms2form input {
  width       : 200px;
}

#content-right .sendbutton {
  margin : 0px;
}

#cforms2form .reqtxt, #cforms2form .emailreqtxt {
  display : none;
}

#cforms2form .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.linklove { display  :none;}

.paypal {
  text-align  : center;
}

.paypal input {
  height : inherit;
  width  : inherit;
  border-width : 0px;
  background   : none;
}

div.advancedtext {
  background : #fec;
}

div.advancedtext h1, div.advancedtext h2, div.advancedtext h3 , div.advancedtext p { border : 0px; margin: 0px; padding : 0px; }

div.advancedtext p { 
  border-bottom : 1px solid #F29400;
  margin : 2px 0px 4px 0px;
}


