/*  
Theme Name: brainding
Theme URI: http://albert-augustin-gestaltung.de
Description: custom style for brainding
Version: 1.0
Author: Albert Augustin
Author URI: http://albert-augustin-gestlatung.de
Tags: two columns, simple, green, custom styled
*/

/* Common */

* 
{
  margin: 0;
  padding: 0;
}

body
{
  min-width: 760px;
  font: normal 0.8em sans-serif;
  background-color: #fffffa;
}

h1, h2, h3, h4, h5, h6
{
  -webkit-text-stroke: 1px transparent; 
 	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-weight: 200;
}

a
{ 
  text-decoration: none;
  outline: none;
  color: #004065;
}

a:hover
{ 
  color: #003045;
  text-decoration: underline;
}

a img
{
  border: none;
}


#wrapper {
	height: 100%;
	background: url(images/sidebar_bg.png) right repeat-y;
}






button,
input[type="button"],
input[type="submit"]
{
  color: #c6dba3;
  border: 1px solid #59832d;
  padding: 0.1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover
{
  color: #f90;
}

textarea,
input[type="text"],
input[type="password"]
{
  padding: 0.2em;
}

select, 
textarea,
input[type="text"],
input[type="password"]
{
  border: 1px solid #59832d;
}

select:hover, 
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover
{
  border: 1px solid #030;
}

select,
option,
optgroup
{
  padding: 1px;
  margin-bottom: 1px;
}

label
{
  font-size: 0.8em;
}

ul
{
  list-style-image: url(images/bullet_orange.png);
}

.alignright a
{
  	float: right;
  	color: #dd4411;
  	font-weight: bold;
  	margin-bottom: 33px;
}

.alignleft a
{
  	float: left;
  	color: #dd4411;
  	font-weight: bold;
	margin-bottom: 33px;
}

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear
{
  clear: both;
}

.separator
{
  //border-bottom: 1px dotted #59832d;
}



.addtoany_share_save_container, ul, li, a
{
	margin:0;
	pardding: 0;	
}


/* header */

#header
{
  height: 180px;
  background: #fffffa url(images/header.png) repeat-x bottom left;
}

#header .decoration
{
  width: 100%;
  height: 100%;
  background: transparent url(images/decoration.png) no-repeat bottom right;
}

/* Menu */







#menu
{
  background-image: url(images/menu_bg.png);
  color: #fffffa;
  padding: 4px 2px 4px 25px;
  letter-spacing: 1px;
}

#menu ul
{
  list-style: none;
  margin: 0;
}

#menu li
{
  float: left;
  margin: 0 2px;
}

#menu li a
{
  display: block;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25em 0.5em;
  color: #fffffa;
  border: 1px solid #afcd7b;
  background-image: url(images/btn_bg.png);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#menu li a:hover,
#menu li.current_page_item a
{
  background-image: url(images/btn_bg_a.png);
}


.breadcrumb
{
	font-size: 11px;
	padding-left: 1px;
	padding-top: 6px;
}

.breadcrumb a
{
	color: #dd4411;
}

/* Sidebar */

#sidebar
{
  float: right;
  text-align:justify;
  width: 270px;
  margin: 0;
  line-height: 15px;
  color: #c6dba3;
  font-size: 0.95em;
  //background: #71a513;
  //background-image: url(images/sidebar_bg.png);
  min-height: 1200px;
  height: 100%;
}

#sidebar-content
{
  background: transparent;
  padding: 0;
}

#sidebar a
{
  color: #fff;
  display: block;
}

#sidebar a:hover
{
  	color: #fff;
	text-decoration: none;
   	background-color: #4f730d;
}

#sidebar ul, 
#sidebar li > ul
{
  margin-left: 1px;
}

#sidebar select, 
#sidebar textarea,
#sidebar input[type="text"],
#sidebar input[type="password"]
{
  color: #59832d;
  border: 1px solid #c6dba3;
  width: 100%;
  font-size: 0.96em;
}

#sidebar select:hover, 
#sidebar textarea:hover,
#sidebar input[type="text"]:hover,
#sidebar input[type="password"]:hover
{
  border: 1px solid #c6dba3;
}

#sidebar input[type="submit"]
{
  border: 1px solid #f90;
}

#sidebar input[type="submit"]:hover
{
  border: 1px solid #c6dba3;
}

.sidebar-widget
{
  //border-bottom: 1px solid #fff;
  padding: 12px 23px 12px 23px;
  text-align: left;
}


.sidebar-widget ul li
{
  padding-bottom: 3px

}

.sidebar-widget ul li a
{
  	padding-left: 2px;
	padding-top: 2px;

}



.sidebar-widget h3
{
  font-size: 1.1em;
  margin-bottom: 0.5em;
  padding-left: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sidebar-widget h4
{
  font-size: 1em;
  margin-bottom: 0.5em;
}

#sidebar-header
{
  text-align: center;
  background: url(images/sidebar_top.png) bottom right no-repeat;
  height: 80px;
  padding: 0 !important;
  padding-bottom: 12px !important;
}

#sidebar-header h1
{
  font-size: 3em;
  font-variant: small-caps;
}

#sidebar-header p
{
  margin: 0.5em 0;
}

#sidebar-header a:hover
{
  color: #c6dba3;
}

#sidebar-search form
{
	background-image: url(images/search_bg.png);
  	width: 225px;
  	height: 26px;
}

#sidebar-search #s
{
  width: 188px;
  padding: 6px 0px 3px 5px;
  vertical-align: middle;
  border: none;
  color: #c6dba3;
   background: transparent;
}

#sidebar-search #s:hover
{
  border: none;
  background: transparent;
}

#sidebar-search #btn
{
  padding: 4px 3px 0px 0px;
  width: 20px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  float: right;
}

#sidebar-search #btn input
{
  width: 18px;
  height: 18px;
  background: url(images/icon_zoom.png) no-repeat center center;
}

#sidebar-meta ul
{
  list-style: none;
  list-style-image: none;
  margin: 0 !important;
}

#sidebar-meta li
{
  float: left;
  display: block;
  margin: 0.5em 0;
  width: 50%;
}

#sidebar-meta li img
{
  vertical-align: middle;
  margin: 0 0.25em 0 0;
}

#sidebar .cat-item img
{
  vertical-align: middle;
  margin: 0 0 0 1em;
}

#sidebar-footer
{
  border-bottom: none;
}

#sidebar-footer a
{
  color: #f90;
}

/* Content */

#content
{
  margin: 0 330px 20px 27px;
  padding-top: 1em;
  color: #59832d;

}

/*
#content p
{
  padding: 0.5em 0;
}
*/

h2.maintitle
{
  font-size: 2.5em;
  padding-top: 10px;
  color: #59832d;
}

h2.maintitle a
{
  color: #59832d;
}

.more-link
{
  font-size: 0.8em;
}

.tags
{
  	font-size: 0.85em;
  	background-color: #c6dba3;
  	color: #fff;
  	margin-top: 23px;
	margin-bottom: 23px;
  	padding: 3px 2px 2px 2px;
  	-moz-border-radius: 2px;
  	-khtml-border-radius: 2px;
  	-webkit-border-radius: 2px;
  	border-radius: 2px;
	border-bottom: 1px solid  #59832d;
}

p.tags a
{
  	color: #fff;
}

p.tags
{
  	color: #fff !important;
  	padding: 3px 2px 2px 2px !important;
}

.tags a
{
  color: #fff;
  text-decoration: underline;
}

.addcomment
{
  text-align: right;
  font-size: 0.85em;
  color: #fff;
  padding: 2px 3px 0 0;
  float: right;
  width: 200px;
}

.addcomment img
{
  vertical-align: middle;
}

img.edit
{
  float: right;
}

.maintitle img.edit
{
  margin-top: 0.5em;
}

h3.subtitle
{
  font-size: 1.5em;
  margin: 0.5em 0;
}

h3#previously
{
   padding-top: 1em;
   //border-top: 1px dotted #59832d;
}

ul.postlist
{
  margin: 2em 0 2em 3em;
  list-style-image: url(images/bullet_asterisk.png);
}

ul.postlist li
{
  font-size: 1.2em;
  padding: 0 0 0 0.5em;
  margin-bottom: 1em;
  font-weight: bolder;
}

ul.postlist li a
{
  color: #59832d;
}

ul.postlist li a:hover
{
  color: #f90;
}

.postmeta
{
  font-size: 0.85em;
  color: #fff;
  background-color: #c6dba3;
  margin: 0;
  padding: 3px 2px 2px 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  	border-top: 1px solid  #59832d;
}

.postmeta a
{
  color: #fff;
}

.post
{
  margin: 0;
  padding: 13px 0 15px 0;
  min-height: 170px;
}


.post a
{ 
  font-weight: bold;
  color: #dd4411;
}



.post p
{
  	padding: 0.5em 0;
 	color: #777;
 	text-align:justify;
  	line-height: 19px;
}

.post ul li a
{
  	font-weight: bold;
}
  




.post img.alignright
{
  	float: right;
  	margin: 1px 0px 10px 10px;
  	padding: 3px 3px 3px 3px;
  	border: 1px solid #e4f2cb;
	border-radius: 3px;
	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
  	-webkit-border-radius: 3px;
}

.post img.alignleft
{
  	float: left;
  	margin: 1px 23px 5px 0;
  	padding: 3px 3px 3px 3px;
  	border: 1px solid #e4f2cb;
  	border-radius: 3px;
	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
  	-webkit-border-radius: 3px;
}


.post img.aligncenter
{
	display: block;
  	margin: 3px 10px 10px 0;
  	padding: 3px 3px 3px 3px;
  	border: 1px solid #e4f2cb;
  	border-radius: 3px;
	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
  	-webkit-border-radius: 3px;
}

.post img.alignnone,
.attachment img
{
  border: 1px dotted #bcb;
}

.wp-caption img
{
  margin: 0;
  border: 1px solid #59832d;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption
{
  text-align: center;
  margin: 1em;
  padding: 6px 3px 3px;
  background-color: #ded;
  border: 1px solid #bcb;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption-text
{
  padding: 3px 0 0 !important;
  font-size: 0.85em;
}

.gallery
{
  margin: 0.5em 0 !important;
}

.gallery-item
{
  width: 200px !important;
}

.gallery-caption
{
  font-size: 0.85em !important;
}

.gallery img
{
  border: 2px solid #bcb !important;
}

.gallery br
{
  clear: left !important;
  line-height: 10px !important;
}

.pagination span
{
  margin: 1em 0;
}

div.post.notfound
{
  background: transparent url(images/404.jpg) no-repeat top right;
  padding: 0.5em 400px 0 0;
  min-height: 400px;
}

div.post.notfound #searchform
{
  margin: 1em 0;
}

/* Comments */

p.nocomments,
h3#comments,
h3#respond
{
   padding-top: 1em;
}

#submit {
	background-color: #c6dba3;
	color: #59832d;
}

#submit a:hover {
	background-color: #59832d;
	color: #fff;
}

#comment {
	margin: 3px 0 3px 0;
}

.comment {
	line-height: 19px;
}

img.comments-feed
{
  margin: 0 0.25em;
  vertical-align: middle;
}

.commentlist
{
  margin: 0px 0px 12px 33px;
  font-weight: bold;
}

.commentlist li
{
  margin-bottom: 1.5em;
  background-color: #e4f2cb;
  //border: 1px solid #59832d;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.commentlist li.alt
{
  background-color: #e4f2cb !important;
}

.commentlist li.self
{
  color: #f90;
}

.commentmeta
{
  font-weight: normal;
  font-size: 0.85em;
  color: #fff;
  background-color: #c6dba3;
  margin: 1px;
  padding: 1px 0.25em;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.commentmeta a
{
  color: #f90;
}

.commentmeta img
{
  vertical-align: middle;
}

.avatar
{
  float: left;
  margin: 0.5em;
  border: 1px solid #bcb;
}

.comment
{
  font-weight: normal;
  color: #59832d;
  min-height: 3.5em;
}

.comment p
{
  padding: 0.5em !important;
}

img.required
{
  vertical-align: super;
}

#commentform textarea 
{
  width: 98%;
}

/* User's Tags in Posts & Comments */

.post h1, .comment h1
{
  font-size: 2.8em;
}

.post h2, .comment h2
{
  font-size: 2.4em;
}

.post h3, .comment h3
{
  font-size: 1.8em;
}

.post h4, .comment h4
{
  font-size: 1.4em;
}

.post h5, .comment h5
{
  font-size: 1.2em;
}

.post h6, .comment h6
{
  font-size: 1em;
}

.post h1, .comment h1,
.post h2, .comment h2,
.post h3, .comment h3,
.post h4, .comment h4,
.post h5, .comment h5,
.post h6, .comment h6
{
  margin-top: 0.75em;
}

.post ul, .comment ul,
.post ol, .comment ol
{
   margin-top: 0px;
   margin-bottom: 10px;
}

.post ul, .comment ul
{
  list-style-image: url(images/bullet_orange.png);
  margin-left: 15px;
  line-height: 19px;
  color: #777;

}


.post li {
	    padding-top: 8px;
}

.post li > ul, .comment li > ul
{
  margin-left: 1em;
}

.post ol, .comment ol,
.post li > ol, .comment li > ol
{
  margin-left: 3.5em;
}

.post blockquote, .comment blockquote
{
  margin: 0 1.7em;
  padding: 0 0 0 30px;
  background: transparent url(images/quotation-left.png) no-repeat left 5px;
  color: #464 !important;
}

.post pre, .comment pre
{
  display: block;
  direction: ltr;
  text-align: left;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  margin: 0.5em 0;
  padding: 0.5em;
  font-family: monospace;
  white-space: pre;
  font-size: 1.1em;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
}

/* WP Syntax Plug-in */

.wp_syntax
{
  direction: ltr;
  margin: 0.5em 0 !important;
  border-color: #eee !important;
}

.wp_syntax .line_numbers 
{
  background-color: #ded !important;
}

/* Hide Print-Elements */
.printcontent {
	display: none;
}
