/*
Theme Name: SB 
Theme URI: http://www.brauchbarkeit.de
Author: Brauchbarkeit
Author URI: http://www.brauchbarkeit.de
Description: For Sebastian Brandl Gallery
Version: 1.0
License: GNU General Public License

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
	font-family: Verdana, sans-serif;
	font-size: 70%;
	color: #000000;
	margin: 50px 0 0 50px;
}

a {
	color: #000000 !important;
	text-decoration: underline;
}

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



/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
	margin: 1em;
}

#main {
	width: 1000px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

#sidebar {
	width: 200px;
	float: left;
	margin-right: 20px;
}
#sidebar2 {
	margin-top: 26px;
}

#sidebar2 li{
list-style: none;
}

#sidebar3 {
	margin-top: 100px;
}
#content {
	margin: 0;
	float: left;
	width: 780px;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */
#branding {
height: 75px;
}

/* =Sidebar
-------------------------------------------------------------- */
#sidebar1 ul, #sidebar3 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

#sidebar1 ul li, #sidebar3 ul li{
	margin: 10px 0 0 0;
}

#sidebar1 ul a, #sidebar3 ul a{
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 ul a:hover, #sidebar3 ul a:hover , #sidebar1 li.current-menu-item, #sidebar3 li.current-menu-item{
	text-decoration: underline;
}

/*News*/
#sidebar1 ul.news{
	text-transform: none;
}
#sidebar1 ul.news li{
	text-transform: none;
	margin: -10px 0 0 0;
}

#sidebar1 ul.news li a{
	font-weight: normal;
}

/*Navigation unten*/
#sidebar1 ul.sub-menu, #sidebar3 ul.sub-menu {
	text-transform: none;
	text-decoration: none;
}

#sidebar1 ul.sub-menu a, #sidebar3 ul.sub-menu a {
	text-decoration: none;
	font-weight: normal;
}
#sidebar1 ul.sub-menu a:hover, #sidebar3 ul.sub-menu a:hover, , #sidebar1 ul.sub-menu li.current-menu-item, #sidebar3 ul.sub-menu li.current-menu-item {
	text-decoration: underline;
}

#sidebar1 ul.sub-menu li, #sidebar3 ul.sub-menu li, #sidebar1 ul.sub-menu p {
	margin: 0;
}


#sidebar1 .widget h1 {
	font-size: 1em;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#sidebar1 .widget .cat-post-item {
	text-transform: none;
}

#sidebar1 .widget .cat-post-item p, #sidebar1 .widget .cat-post-item {
	margin: 0;
}

/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: left;
	margin: 1em 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	margin: 0;
	text-align: left;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: left;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}



/* = Martina
-------------------------------------------------------------- */
.text {
	padding-left: 0px;
	padding-top: 20px;
}

p {
	margin: 10px 0 0 0;
}

.entry-content {
	margin-bottom: 40px;
}


img a {border: none;}

.news-title {font-weight: normal;}

td {vertical-align: top;}