/*  
Theme Name: Lammenett
Theme URI: http://www.team-in-medias.de/
Description: A clean, minimalist theme
Version: 1.0 
Author: Viktor Franz
Author URI: http://www.team-in-medias.de/
*/

/*************************************
 +Containers
 *************************************/

/*************************************
 +Containers
 *************************************/
html
{
} 

body
{
	background:#fff url(images/n_header_bg.gif) repeat-x;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	font-size: 10px;
}

#wrap
{
	margin:0 auto;
	text-align:left;
	width:1000px;
	position:relative;
}

#content
{
	font-size:1.2em;
	float:left;
	display:inline;
	padding:0px;
	margin-bottom: 50px;
	width:680px;
	margin-top: 20px;
}

#sidebar
{
	position:absolute; 
	right:20px;
	top:52px;
	padding:0px 0px 0px 0px;
	width:280px;
	font-size:11px;
	background: url(images/n_sidebar_bg2.gif) no-repeat 0px 100px ;
	display:inline;
}

#header
{
	background: url(images/n_header_bg.gif) repeat-x;
	background-color:#3B76AE;
	width: 100%;
	height: 152px;
	margin-top: 0px;
	float: left;
	display:inline;
}

#header-logo {
	float:left;
	width:215px;
	height:50px;
	margin:28px auto auto 58px;
	background-color:#ffffff;
	display:inline;
	background: url(images/n_header_logo.gif) no-repeat;
}



#header-menuhead {
	float:right;
	width:400px;
	height:152px;
	margin:0px 0px auto auto;
	background-color:#ffffff;
	background: url(images/n_header_menuhead.gif) no-repeat;
	display:inline;
}

#footer
{
	background:#79aed0;
	border-top:1px solid #6F6F6F;
	color:#fff;
	clear:both;
	font-size:0.9em;
	margin-bottom: 0px;
}


/*************************************
 +Hn and p
 *************************************/

h1, h2, h3
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: 0px;
	margin:0;
}

h2
{
	color: #555555;
	margin-left: 5px;
}

#header h1
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top:90px;
	margin-right:400px;
	margin-bottom:0px;
	font-style:italic;
}

#header h1 a
{
	color:#ffffff;
	font-size: 20px;
}

#header h1 a:hover
{
	color:#eeeeee;
}

#header h2
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:-4 405px 0 auto;
	color:#A1C6E1;
	text-align: right;
	font-style:italic;
	/*font-weight:bold;*/
}

#header p
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 3em;
	margin:0;
	margin-top: -20px;
	padding-left: 10px;
}





/*************************************
 +Entry
 *************************************/

.entry
{
	padding: 0px 5px 0px 30px;
	margin:0px;
	width: 620px;
	background: url(images/n_entry_bg.gif) repeat-y;
}

.entrytitle h2
{
	margin:0px 0px 0px 20px;
	font-size:1.7em;
	letter-spacing: 0.02em;
	color: #92CBE6;
	font-style:italic;
}

.entrytitle h2 a
{
	color:#92CBE6;
}

.entrytitle h2 a:hover
{
	color:#92CBE6;
}

.entrytitle h3
{
	margin:0px 0px 0px 20px;
	font-size:1.2em;
	color:#024677;
	font-style:italic;
}

.entrybody .date {
	float:left;
	display:inline;
	width:56px;
	height:20px;
	background: url(images/n_entrybody_date.gif) no-repeat;
	margin:10px auto auto auto;
}

.entrybody .date .month {
	float:left;
	display:inline;
	margin:1px auto auto 6px;
	color:#ffffff;
}


.entrybody .date .day {
	float:right;
	display:inline;
	margin:1px 6px auto auto;
	color:#004679;
	font-weight:bold;
}

.entrybodytextblock{
	float:left;
	display:inline;
	width:520px;
	margin:10px auto 10px 10px;
	color:#012770;
	
}

.entrybodytextblock p{
	display: compact;
	margin:0px auto 10px auto;
}


.entrybodytextblock ul {
	list-style-image:url(images/n_listitem.gif);
	padding:0px;
	padding-left:33px;
}

.entrymeta
{
	background: url(images/n_entrymeta_bg.gif);
	font-size:0.9em;
	width: 500px;
	clear:both;
	margin:0px 0px 0px 20px;
	padding:10px 20px 10px 20px;
}

.postedby
{
	background: url(images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

.filedto
{
	background: url(images/n_post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

.commentslink
{
	background: url(images/n_packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}


/*************************************
 +Sidebar
 *************************************/

#sidebar h2 {
	clear:both;
	margin:0px 25px 0px 25px;
	color:#62B4D9;
	font-size:1.3em;
	padding-left: 20px;
	background: url(images/n_sidebar_listhead.gif) no-repeat;
	line-height:1.4;
}

#sidebar  #sidebar_inhalt {
	margin:auto 20px auto 18px;
}

#sidebar #sidebar_inhalt ul{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

#sidebar #sidebar_inhalt ul li {
	background: url(images/n_sidebar_btn.gif) no-repeat;
	padding:3px 0px 1px 30px;
	margin:0px 0px 0px 0px;
	color: #ffffff;
	list-style-type:none;
}

#sidebar #sidebar_inhalt ul li a {
	color: #ffffff;
}

#sidebar #sidebar_inhalt ul li a:hover {
	color: #dddddd;
}

#search {
	height:40px;
	margin:10px auto auto 25px;
	background: url(images/n_sidebar_searchbox.gif) no-repeat;
}

#search #searchform #s{
	float:left;
	display:inline;
	margin:1px 0px auto 20px;
	border:0px solid black;
	background-color:#F2F2F2;
	width:179px;
	height:16px;
	font-size:10px;
}
#search #searchform #earchsubmit{
	float:right;
	display:inline;
	width:30px;
	height:18px;
	margin:5px auto auto 5px;
}


#sidebar #sidebar_links ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#sidebar #sidebar_links ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#sidebar #sidebar_links ul li ul{
	margin:10px 0px 0px 46px;
	padding:0px 0px 0px 0px;
}

#sidebar ul
{
	color: #000000;
	list-style-type:none;
}

#sidebar ul li
{
	padding:0px 0px 0px 6px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
	color: 002774;
}

#sidebar ul li a
{
	color: 002774;
}

#sidebar ul li a:hover
{
	color: #63B2D9;
}

#sidebar #links-fest {
	margin:30px 30px 30px 46px;
	color:#002774;
}


/*************************************
 +Comments
 *************************************/

.commentsblock
{
	margin:20px auto auto 50px;
}

.commentsblock textarea
{
	width:35em;
	color: #000000;
}

.commentsblock input, .commentsblock textarea
{
	border:1px solid #d1d1d1;
}

.commentsblock textarea:focus
{
	background:#eee;
	border:1px solid #a1a1a1;
}

.commentsblock textarea:focus, .commentsblock input:focus
{
	background:#eee;
	border:1px solid #a1a1a1;
}

.commentauthor
{
	display:block;
	font-size:1.5em;
}

ol.commentlist
{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}

.commentlist li
{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}

.alt
{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}

h3#comments
{
	font-size:1.6em;
}


/*************************************
 +Misc
 *************************************/

a
{
	color:#579;
	text-decoration:none;
}

a:hover
{
	color:#CC0000;
}

#links-fest
{
	width: 140px;
	color: #ffffff;
	margin-left: 12px;
	backgound: #f3f5e9;
}

#xing-logo
{
	margin-left: 0px;
	margin-top: -8px;
}

#skype-logo
{
	width: 89px;
	height: 41px;
	margin-left: 0px;
	margin-top: -8px;
}

#rss-logo
{
	width: 42px;
	height: 41px;
	margin-left: 0px;
	margin-top: -8px;
}

#newsletter a
{
	font-size:1em;
	list-style-type:none;
	color: #FFFFFF;
	margin-left: 15px;
	padding-bottom: 20px;
}

#newsletter a:hover
{
	color: #cccccc;
}
#diverse
{
	width: 89px;
	height: 41px;
	margin-left: 0px;
	margin-top: -8px;
}

.ddsg-sitemap
{
	font-size: 18;
}

.ddsg-sitemap ul
{
	padding-top: 5px;
	list-style: none;
}

.ddsg-sitemap ul li
{
	padding-top: 5px;
	list-style: none;
}

.ddsg-sitemap ul li a
{
	text-decoration: underline;
	colo
}

.entrybody .entrybodytextblock .wp-caption 
{
	float:left;
}


.twitt_block {
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #EEEEEE;
    margin:10px 0 0 65px;
    width:550px;
}

.twitt_text {
    color:#333333;
    font-size:16px;
    line-height:20px;
    margin:10px;
    text-align: left;
}

.twitt_image {
    float:left;
    padding:0 10px 0 0;
}

.twitt_image img {
    border: none;
}

.tim-link { border:none; display: block; margin:2px 0 0 223px; }
.tim-link img { border:none; }