/*   
Theme Name: InnoGames
Theme URI: http://innogames-blog.de/
Description: Neues Blog-Design des IG-Blogs
Author: Christoph Dreis
Author URI: http://christoph-dreis.de
*/

/*****************************************
	FRAMEWORK AND HTML (START)
*****************************************/
 
* body {
	behavior: url('csshover.htc');
}

body {
	padding-top: 17px;
	background:url('images/background-top.jpg');
	background-attachment: fixed;
	padding-bottom: 50px;
}

#wrap {
	width: 915px;
	margin: auto;
	padding: 5px;	
	background: #FFFFFF url('images/wrap_back.jpg') bottom no-repeat;
	overflow:visible;
	position: relative;
}

/*****************************************
	FRAMEWORK AND HTML (END)
*****************************************/
/*****************************************
	HEADER & NAVIGATION (START)
*****************************************/
#header {
	width:915px;
	height: 280px;
	background: url('images/ig_header.jpg') no-repeat;
}

#nav {
	float:left;
	width: 915px;
	position: relative;
	top: 200px;
    z-index: 10;
	background-image: url('images/background-navigation.jpg');
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: inline;
}

#nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li:hover, #nav ul li:active {
	background-image: url('images/background-navigation-hover.jpg');
}

#nav ul li:first-child span a {
	background: none;
}
#nav ul li span a {
	text-decoration:none;
	display: block;
	line-height: 34px;
	background-image: url('images/vert_nav_line.gif');
    background-repeat: no-repeat;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0px 23px;
}
	
#nav ul li:last-child span a {
	padding: 0px 25px;
}

#nav ul li ul {
    display: none;
	width: auto;
	list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
	background: #666666;
}

#nav ul li:hover ul {
	display: block;
    position:absolute;
	z-index: 100;
}
	
#nav ul li ul li { 
	clear:both; 
	display:block;	
	border-bottom: 1px solid #437E3D;
	float:none;
	width: auto;
	margin: 0;
	padding: 0;
	white-space: normal;
}
 
#nav ul li ul li:hover { 
	background:none;
}
	
#nav ul li ul li span a {
    background: none;
	display: block;
	width: auto;
	height: 23px;
	text-decoration: none;
	color: #ffffff;
	line-height:23px;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0px 40px 0px 20px;
	white-space: nowrap;
}


#nav ul li ul li:last-child span a {
	border-bottom-color: #666666;
	padding: 0px 40px 0px 20px;
}
/*****************************************
	HEADER & NAVIGATION (END)
*****************************************/
/*****************************************
	PAGE & CONTENT (START)
*****************************************/

#page{
	width: 915px;
	margin-top: 0px;
	background: url(images/content_bg.jpg);
	position: relative;
	overflow:visible;
}

#page a {
	text-decoration: none;
	color:#339900;
}

#page a:hover {
	color:#339999;
}

#content {
	width: 550px;
	padding-left: 45px;
	padding-right: 35px;
	font-family:  'Lucida Grande', Verdana,Arial, Sans-Serif;	
	font-size: 12px;
	color: #333333;
	overflow:visible;
	position: relative;
}

#content p {
	font-family:  Arial, Sans-Serif;	
	font-size: 10pt;
	color: #333333;
}


#content .title{
	width: 450px;
	height: 60px;
	padding-top: 4px;
	margin-left: 110px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
}

.date_entry {  
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -5px;
	padding-right: 25px;
	background: url('images/date.png') no-repeat;
	width: 55px;
	height: 55px; 
	color: #eeeeee;
}

.date_entry span { 
    display: block; 
    text-align: center; 
}

.month { 
    text-transform: uppercase; 
    font-size: 12px;
    padding-top: 4px; 
}

.day { 
	font-size: 16px; 
	font-weight: bolder; 
	margin-top:-3px; 
}

.post {
	font-size: 12px;
}

#content .title a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;	
	color: #999999;	
}

#content .title a:hover {
	color:#99CCFF;
}

#content .post_head {
	background: url('images/post_head.png') no-repeat;
	width: 650px;
	height: 60px;
	margin-left: -66px;
	margin-right: 10px; 
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;	
	overflow: visible;
	color: #999999;	
	z-index: 50;
}
/*****************************************
	PAGE & CONTENT (END)
*****************************************/
/*****************************************
	SIDEBAR (START)
*****************************************/
#sidebar {
	float:left;
	width: 210px;
	padding-left: 0px;
	margin: 0 0;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	display: inline;
}

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

#sidebar ul li a, #sidebar a {
	text-decoration: none;
	color:#339900;
}

#sidebar p {
	padding: 0px 14px 0px 5px;
	color:#333333;
	text-align:justify;
}

#sidebar h2 {
	text-indent: 10px;
	margin: 3px 0px 3px 0px;
	height: 24px;
	font-weight:bold;
	padding-left: 10px;
	font-size: 12px;
	background: url(images/next.png) no-repeat;
	color:#999999;
	text-align:left;
}

#sidebar ul ul li {
	width: 170px;
	padding: 2px 0px 2px 5px;
	margin: 2px 0px;
	color: #339900;
	border-left: 3px solid #AFEA97;
	border-bottom: 1px dotted #AFEA97;
}

#sidebar ul ul ul li {
	width: 162px;
}

#menubar {
	margin-top: 30px;
	margin-left: -4px;
	width: 210px;
	height:40px;
	vertical-align: middle;
}

#menubar a, #menubar img {
	text-decoration:none;
	border: none;
}
/*****************************************
	SIDEBAR (END)
*****************************************/
/*****************************************
	FOOTER (START)
*****************************************/

#footer {
	height: 97px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 20px 0px 0px 0px;
}

#footer a {
	text-decoration: none;
	color: #339900;
}
/*****************************************
	FOOTER (END)
*****************************************/
/*****************************************
	FORMS & OTHER USEFUL CLASSES (START)
*****************************************/
h2{
	color: #77B74D;
	font-weight: normal;
	text-align: center;
	margin: 1px 0;
}

select {
	width: 130px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
}

.clear {
	clear:both;
}

.postmetadata{
	padding-top: 10px;
	padding-bottom:10px;
	color: #666666;
}

.postmetadata a{
	text-decoration: none;
	color: #339900;
}

.alignleft a, .alignright a, .alignleft img, .alignright img { 
	color: #339900;
	text-decoration:none;
	border:none; 
	vertical-align:middle; 
}

.alignleft span, .alignright span { 
	color: #999999; 
	text-decoration:none; 
	border:none; 
	vertical-align:middle; 
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.alt {
	background-color: #f8f8f8;
	padding: 10px;
	margin: 30px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.social_links
{
	clear: both;
	line-height:16px;
	padding: 0px 0 25px 0px;
	position:relative;
	margin: 20px 0px;
}

.social_links ul
{
}

.social_links ul li
{
list-style: none;
float: left;
line-height: 16px;
padding-left: 8px;
}

.social_links ul li a
{
display:block;
padding-left: 24px;
padding-right: 4px;
color:#555555;
}

.social_links ul li a:hover
{
color:#f7bf29;
}

.social_links ul li a.delicious
{
background: url("images/delicious.png") no-repeat;
}
.social_links ul li a.digg
{
background: url("images/digg.png") no-repeat;
}.social_links ul li a.facebook
{
background: url("images/facebook.png")  no-repeat;
}.social_links ul li a.feed
{
background: url("images/feed.png") no-repeat;
}.social_links ul li a.twitter
{
background: url("images/twitter.png") no-repeat;
}.social_links ul li a.mail
{
background: url("images/email.png") no-repeat;
}

.social_links ul li a.delicious:hover
{
background: url("images/delicious.png") 0px -16px no-repeat;
}
.social_links ul li a.digg:hover
{
background: url("images/digg.png") 0px -16px no-repeat;
}.social_links ul li a.facebook:hover
{
background: url("images/facebook.png") 0px -16px no-repeat;
}.social_links ul li a.feed:hover
{
background: url("images/feed.png") 0px -16px no-repeat;
}.social_links ul li a.twitter:hover
{
background: url("images/twitter.png") 0px -16px no-repeat;
}.social_links ul li a.mail:hover
{
background: url("images/email.png") 0px -16px no-repeat;
}

/* Search Box */
.searchform{
	background:transparent url(images/search-bar.png) left no-repeat; 
	height:37px;
	width:210px;
	margin-left: -4px;
}
.search-submit{background:transparent;border:none;cursor:pointer;display:block;float:left;height:37px;width:40px}
.s:focus{outline:none !important}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


/*****************************************
	STYLESHEET END
*****************************************/