/*
Theme Name: WISM
Theme URI: http://www.WasIstSocialMedia.de
Description: Childtheme for WISM based on Wooituts from Hein Maas on themeforest.net
Version: 1.0.1
Author: Birgit Olzem
Author URI: http://www.eifelweb.com
Tags: Social Media, Twitter, Facebook, Blog
Template: wooituts
*/

@import "../wooituts/inc/css/style.css";



body {
	background: #fff url(../wp-content/uploads/2010/02/logo_wism_de.jpg) no-repeat;;
	font: 0.7em "Tahoma", Verdana, sans-serif;
	line-height: 20px;
	color: #777777;
	text-align: center;
}
#header ul#topnav li {
	float: left;
	line-height: 13px;
	font-size: 11px;
	padding: 0 20px;
	margin: 6px 0 0 0;
	border-right: 1px solid #ccc;
}

#header ul#topnav li a {
	color: #333;
}
#header h1#logo a {
	display: block;
	width: 250px;
	height: 85px;
	background: url(images/logo-s.png) no-repeat;
        color: #ccc;
font-size: 20px;

}
#header ul.dropdown {
	width: 990px;
	background: url(images/mainnav.png) no-repeat;
	padding: 0 10px;
	z-index: 1;
	position: relative;
}
/* --- SUBSCRIBE SECTION --- */

#header #subscribe {
	height: 45px;
	width: 1000px;
	background: url(images/subscribe.png) repeat-x;
	overflow: hidden;
}

#header #subscribe p {
	line-height: 45px;
	float: left;
	text-transform: uppercase;
	color: #0b2236;
}

#header #subscribe p.rss {
	margin: 0 20px 0 505px;
	background: url(images/rss.png) 0 50% no-repeat;
	padding: 0 0 0 40px;
}
#header #subscribe p.facebook {
	margin: 0 20px 0 0px;
	background: url(images/facebook.png) 0 50% no-repeat;
	padding: 0 0 0 40px;
}
#header #subscribe p.twitter {
	background: url(images/twitter.png) 0 50% no-repeat;
	padding: 0 0 0 40px;
}
#main h2 {
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0 15px 10px;
	margin: 0 0 15px 0;
	font-size: 20px;
	color: #0b2236;
}

#main .post {
background: url(images/bg-list-box.png) no-repeat;
}
#main .postcontent p {
font-size: 13px;
color: #333;
}
#main .post .meta span {
	background-color: #eee;
	color: #CE0000;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
	margin: 2px 0 0 0;
}
#main .post .meta span a {
	color: #008100;
}
#main .post .postmeta p.comments span {
	text-align: center;
	display: block;
	width: 30px;
	height: 21px;
	float: left; 

	
}
#main a.more-link {
	display: block;
	background-color: #008100;
	color: #fff;
	width: 88px;
	height: 21px;
	float: right;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/*background: url(../images/morebutton.jpg) no-repeat;
	text-indent: -9999px;*/
}
acronym {
  border-bottom:1px dotted #000;
}