/*
Theme Name: ...
Author: Denis Welsch
Author URI: http://www.deniswelsch.de
Description: ...
*/

/* -------------------------------
BODY STYLES
----------------------------------*/

* {
  margin: 0;
  padding: 0;
}

body {
  color: #fff;
  background: #000 url(images/bg_body.jpg);
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:135%;
}

/*----------------------------------------------------
BASIC HTML ELEMENTS STYLES
------------------------------------------------------*/

a:hover {
  text-decoration: none;
}

a img {
	border: none;
	}

h1 {
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	padding:10px 0;
}

h1 a {
	color: #fff;
	text-decoration:none;
	border-bottom:1px dotted #ff05f0;
}

h1 a:hover {
	border:none;
}

h2{
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	padding:10px 0 5px 0;
} 


ul {
	list-style:none;
}



/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#mainwrapper {
	background:url(images/bg_top-wrapper.png) 0 0 repeat-x;
	margin:0;
	padding:0;
	overflow:hidden;
}

#wrapper {
	width:950px;
	margin:0 auto;
}

#header {
	height:40px;
}

#featPost_wrapper {
	background-color: #fff;
	width:650px;
	padding:10px 0;
	margin-bottom:10px;;
}

#content {
	background-color: #000;
	width:650px;
	float:left;
}


#sidebar {
	width:300px;
	margin-top:-180px;
	float:left;
}



/* -------------------------------
HEADER ELEMENTS
----------------------------------*/

#logo {
	background:url(images/logo.png) 20% 50% no-repeat;
	height:40px;
	width: 182px;
	float:left;
	border-right:1px solid #424242;
}

#logo img {
	border:none;
}

/* Top menu */

#top_menu {
	float:left;
	height:40px;
	padding-right: 50px;
}


#top_menu ul li {
	height:28px;
	float:left;
	padding:12px 8px 0 8px;
	border-left:1px solid #2c2c2c;
	border-right:1px solid #424242;
}

#top_menu a:link, a:visited, a:active {
	color:#adadad;
	text-decoration:none;
	}

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

#search {
	height:28px;
	padding-top:12px
}


/*--------------------------------
CONTENT ELEMENTS
----------------------------------*/

hr {	width:100%;
	border:0px;
	border-top:dotted 1px #0f42ff;
	border-bottom:solid 1px #000;
}


/* FEATURED POST */


#featPost {
	background:url(images/featured.png);
	height:50px;
	width:630px;
	padding-top:100px;
	margin:0 10px;
}

#featPost_title {
	background:url(images/bg_featPost-title.png);
	padding-left:10px;
	margin-left:20px;
}

#featPost_title h1 a {
	color: #fff;
	text-decoration:none;
	border-bottom:1px dotted #ff05f0;
}

#featPost_title h1 a:hover {
	border:none;
}

/* BLOG POST */


#blogPost {
	width:630px;
	margin:20px 10px 5px 10px;
	border-bottom:dotted 1px #0f42ff;
	padding-bottom:10px;
}

#blogPost span {
	font-size:11px;
	font-weight:normal;
}

/*--------------------------------
COL RIGHT
----------------------------------*/

#flickr {
	background:url(images/bg_shadow_top.png) 0 100% repeat-x;
	height:170px;
	width:300px;	
}

#flickr_label {
	background:url(images/flickr.png) no-repeat;
	height:170px;
	width:29px;
	float:left;	
}

#flickr_con {	
}


/*--------------------------------
FOOTER
----------------------------------*/


/* COMMENTS
------------------------------------------*/

/* FORMS
-------------------------------------------*/
