/* Import basic styles */
@import url(../../rsc/css/basic.css);
/* Import standard image styles */
@import url(../../rsc/css/img.css);
/* Import standard blog elements styles */
@import url(../../rsc/css/blog_elements.css);
/* Import default form styles */
@import url(../../rsc/css/forms.css);
/* Import default comment styles */
@import url(../../rsc/css/comments.css);

/* styles for tm_dark skin */
body {
background-color: #211E1E;
background: #000 url(img/bg.jpg) repeat-x fixed left top;
color: #CCCCC8;
font-family: "Monaco", "Lucida Console", arial, sans-serif;
font-size: 0.95em;
}
a {
color: #858EF4;
text-decoration: none;
}

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

h1 {
color: #E18913;
}
h3 {
color: #E1C96B;
}
div.pageHeader {
	padding: 0;
	padding-top: 50px;
	text-align: center;
	background: #000 url(img/basin.jpg) top right no-repeat;
	height: 150px;
}

div.pageSubTitle {
margin-top: 0px;
}

a.BlogButtonCurr {
color: #E18913;
}

div.bSideBar {
width: 200px;
float: left;
padding: 10px;
margin: 5px;
background-color: #303030;
background: #000 url(img/bild3.png) repeat;
font-size: 90%;
}
.bSideBar ul {
margin-left: 2px;
padding-left: 2px;
}
.bSideBar li {
list-style-type: none;
}
.searchbar {
height: 25px;
background: #FFF;
border: 1px solid #D7D7D7;
width: 185px;
padding: 0;
margin: 6px 12px 20px 7px;
}
input.SearchField {
float: left;
background-color: #FFF;
border: none;
padding: 6px 2px 0px 4px;
width: 155px;
height: 18px;
margin: 0;
}
input.submit {
float: right;
margin-top: 2px;
}
div.bPosts {
margin-left: 250px;
}
.bSmallPrint {
font-size: 80%;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #303030;
}

/* Calendar: */
caption.bCalendarCaption {
border: 1px solid #211E1E;
background-color: #211E1E;
border-bottom: 0;
}
table.bCalendarTable {
border: solid 1px #211E1E;
border-collapse: separate;
font-size: 100%;
}
table.bCalendarTable tfoot td {
background-color: #211E1E;
border-top: 1px solid #211E1E;
}
table.bCalendarTable tfoot a {
text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
background-color: #78a;
color: #fff;
}
th.bCalendarHeaderCell {
color: #E1C96B;
}
#bCalendarToday, #bCalendarToday a {
background-color: #E18913;
color: #211E1E;
}

div.bCommentSmallPrint {
clear: none;
font-size: 78%;
margin: 1ex 0;
}

blockquote {
background: #303030;
border: none;
border-left: 3px solid #E18913;
padding: 5px 10px;
}
/* The color scheme for this skin is based on a color scheme from TextMate (www.macromates.com), a code editor for Mac OS X. Here are some other colors from that scheme: #B8CD06, #72283D, #58592F, #2E759C
--Danny Ferguson */ 
