@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

/*base
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body {
	font-family: Verdana, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	background-color:#666666;
	color: #FFF;
	background-image: url(http://blog.brainsellers.de/images/bckgrd.png);
}

a {
	color: #333333;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #FFCC00;
}

a img {
	border: none;
}

h1, h2, h3, h4 {
	font-family: Tahoma, Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #333333;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.5em;
}

p {
	padding: 10px;
}

ul {
	list-style: none;
	padding: 0 10px;
}

hr {
	border: none;
	border-bottom: 1px solid #CCC;
}

strong {
    font-weight: bold;
}

pre {
    border: 1px solid #ccc;
    padding: 8px ;
    background-color: #333;
    color: #eee;
}

#container {
	background-color: #FFFFFF;
	color: #000000;
	/*overflow: hidden;*/
        min-width: 658px;
}

/*verstecken
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#accessibility {
	position: absolute;
	top: -3333px;
}

/*header und suche
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#head {
	background-color: #0033CC;
	color: #FFFFFF;
	padding: 10px;
	height: 100px;
	background-image: url(http://blog.brainsellers.de/images/header.png);
}

#head a img {
	border: none;
}

.search {
	float: right;
	width: 200px;
	text-align: right;
	padding: 20px 0;
}

.search input {
	font-size: 0.8em;
	padding: 5px;
}

input.searchField {
	border: 1px solid #CCC;
}

input.searchField:hover, input.searchField:focus {
	border: 2px solid #EEEEFF;
	padding: 4px;
}

/*content
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#content {
	width: 60%;
	float: left;
	min-width: 410px;
	max-width: 60em;
	border-right: 1px solid #CCC;
}

#content h3 a {
	text-decoration: none;
}

/*sidebars
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#sidebar-1, #sidebar-2, #sidebar-3, #sidebar-4 {
	width: 19%;
	float: left;
	padding: 20px 0;
}
#zweiSpalter {
    width: 38%;
    float: left;
}

#sidebar-1 a, #sidebar-2 a, #sidebar-3 a {
	font-size: 0.85em;
	text-decoration: none;
}

#sidebar-1 a:hover, #sidebar-2 a:hover, #sidebar-3 a:hover {
	text-decoration: underline;
}

#sidebar-1 li, #sidebar-2 li, #sidebar-3 li {
	border: 1px solid #CCC;
	text-align: left;
	padding: 4px 10px;
	background: url(http://blog.brainsellers.de/images/sideNav.png);
}


/*#sidebar-1 {
	background-image: url(http://blog.brainsellers.de/images/sideBorder.png);
	background-repeat: repeat-y;
	background-position: left top;	
	padding-bottom: 3333px;
	margin-bottom: -3333px;
	padding-left: 5px;
}*/

#sidebar-1 h4, #sidebar-2 h4, #sidebar-3 h4 {
	/*color: #FFCC00;*/
	font-weight: bold;
	background-color: #666666;
	margin: 0 10px;
	padding: 2px 10px;
	border: 2px solid #CCC;
	border-top: 3px solid #BBB;
	border-bottom: 3px solid #FFCC00;
	background: url(http://blog.brainsellers.de/images/sideNav.png);
}

#sidebar-3 .links li, #sidebar-3 .links h4 {
	
	border: 1px solid #666;
        background: url(http://blog.brainsellers.de/images/sideLink.png);
}
#sidebar-3 .links h4 {
	border-top: 3px solid #666;
	border-bottom: 3px solid #eb0;
}

div.meebo {
	margin: 0 10px;
}

/*feedlinks---------*/

p.feedLinks {
	display: inline;
	font-size: 1.6em;
}

p.feedLinks a {
	background-image: url(http://brainsellers.de/images/62.png);
	background-repeat: no-repeat;
	padding: 0px 0 0 25px;
	background-position: center left;
	color: #CC6600;
}

/*footer
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#foot {
	padding: 10px;
	background-color: #666666;
	color: #FFF;
	background-image: url(http://blog.brainsellers.de/images/footer.png);
	clear: both;
	background-repeat: repeat-x;
	background-position: top left;
	/*overflow: hidden;
	width: 100%;
	display: block;
	position: relative;*/
}

#foot p {
	font-size: 0.7em;
}

#foot a {
	color: #FFF;
}

/*artikel
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.article {
	padding: 20px;
}

/*.article p {
	font-family: Georgia, Times, "Times New Roman", serif
}*/

#content .divider {
    clear: both;
	background-image: url(http://blog.brainsellers.de/images/articleDivider.png);
	background-repeat: repeat-x;
	background-position: top left;
}

p.published, p.tags, p.comments_invite {
	font-size: 0.7em;
	padding: 5px 15px;
}

.article h3, .article p.published {
	border-bottom: 1px solid #CCC;
}

.article p.tags, .article p.comments_invite {
	border-top: 1px solid #CCC;
}

.article ul {
	list-style: disc;
	margin-left: 35px;
}
a.readon {
	margin: 0px 15px 5px 15px;
	font-size: 0.7em;
}

.article .articleImg {
	margin: 10px 10px 5px 10px;
	float: left;
}

.article img.rightFlow {
	margin: 5px 0px 10px 5px;
	float: right;
}

.article img.leftFlow {
	margin: 5px 10px 5px 0px;
	float: left;
    display: inline;
}

.article a img {
	padding: 4px;
	border: 1px solid #ccc;
}

.article a:hover img {
	padding: 2px;
	border: 3px solid #ffcc00;
}

.article h3 {
	background-image: url(../images/article.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 25px;
}

.article p.comments_invite {
    clear: both;
	background-image: url(../images/comment.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
}

.article a.readon {
	background-image: url(../images/readon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

blockquote p {
    margin-left: 30px;
    font-size: 0.85em;
    background-color: #eee;
}

/*Kommentare
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#comments_display {
	padding: 20px;
}

#comments_display h3 {
	background-image: url(../images/commentHead.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 25px;
}

ol.comments {
	padding: 10px 30px;
	list-style: none;
}

#cpreview {
	padding: 8px;
	margin: 0 10px;
	border: 2px solid #FFCC00;
}

ol.comments li {
	margin: 0 0 10px 0;
}

ol.comments li p, #cpreview p {
	padding: 10px;
	font-size: 0.8em;
	border: 1px solid #CCC;
	background-color: #EEF;
}

ol.comments li p.small, #cpreview p.small {
	padding: 0 10px;
	background-color: #EEE;
}

.comments-wrapper {
	padding: 5px 10px 10px 10px;
	font-size: 0.85em;
}

.comments-wrapper label {
	padding: 10px;
}

.comments-wrapper input {
	font-size: 0.85em;
	padding: 5px;
	margin: 5px 0;
}

.comments-wrapper textarea {
	padding: 5px;
	margin: 5px 0;
}

.comments-wrapper input:hover, .comments-wrapper input:focus, .comments-wrapper textarea:hover, .comments-wrapper textarea:focus {
	padding: 4px;
	border: 3px solid #EEEEFF;
}


.remember label {
	font-size: 0.7em;
	padding: 10px 0;
	position: relative;
	top: -5px;
}

#txpCommentHelpLink {
	font-size: 0.7em;
}

/*gallery
::::::::::::::::::::::::::::::::::::::::::::::::::*/
ul.imageList {
    margin: 0 0 5px 5px;
    padding: 0;
}
.imageList li {
    margin: 5px;
    list-style:none;
    display: inline;
}

/*overwrites
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#head h1 a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: normal;
}
.clearer {
    clear: both;
}

/*hacks
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*#Kommentar {
	position: absolute;
}

.anchorFix {
	position: absolute;
}*/



