@charset "UTF-8";
/* 
	style.css 
 	ticking bomb games gmbh 2009
 	http://www.ticking-bomb-games.de/
*/

/*---------------- global settings  -------------------*/

* { margin: 0; padding: 0; }

body {
    font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
    font-size:12px;
    line-height:15px;
   background-color: #000;
	}

#page a, 
#page a:link {
    text-decoration: none;
    color: #ed1c24;
	}

#page li.page_item a:hover, 
#page li.page_item a:focus, 
#page li.current_page_item a {
    text-decoration: none;
    color: #fff;
	}

#page a:hover, 
#page a:focus {
    text-decoration: none;
    color: #000;
	}


h1 {
	font-size: 1px;
	text-indent: -10000px;
	color: #fff;
	}


h3 {
	font-size: 16px;
	font-weight: bold;
	}

h4 {
	font-size: 10px;
	font-weight: normal;
	}

h5 {
	font-size: 12px;
	font-weight: bold;
	}

.clr {line-height: 1px; height: 0; clear: both;}

/*----- dotted divider -----*/
.divider { border: 1px dotted #000; }

.alignleft { float:left; margin-right: 15px;}

.alignright { float:right; margin-left: 15px;}

/*---------------- pageWrapper  -------------------*/
#pageWrapper {	 
	 background: #000 url(img/bodyBG.jpg) 0 0 repeat-x;
	}

#page {
	width: 790px;
	margin: 0 auto;
	background: url(img/pagewrapperBG.gif) 0 0 repeat-y;
	padding-bottom: 200px;
	}

/*---------------- header  -------------------*/

#header {
	width: 762px;
	height: 100px;
	background: transparent url(img/headerBG.gif) 0 0 no-repeat;
	color: #ed1c24; 
	padding: 48px 0 0 28px;
	font-weight: bold;
	}

#topnav {
	font-size: 14px; 
	font-weight: bolder; 
	padding-top: 42px;
	}

#topnav ul li {
	list-style-type: none;
	float: left;
	border-left: 2px solid #ed1c24;
	padding: 1px 5px;
	}

#topnav ul li.first {
	border: none;
	}

#topnav li.page_item a, 
#topnav li.page_item a:link {
    text-decoration: none;
    color: #ed1c24;
	}

#topnav li.page_item a:hover, 
#topnav li.page_item a:focus, 
#topnav li.current_page_item a {
    text-decoration: none;
    color: #fff;
	}

/*---------------- content  -------------------*/

#contentWrapper {
	width: 760px;
	padding-left: 30px; 
	background: transparent url(img/contentBGTop.gif) 0 0 no-repeat;
	}

#content {
	width: 500px;
	float: left;
	margin-right: 30px;
	padding-top: 58px;
	}

#content .entry {
	clear: both;
	}

#content .entry p {
	margin-bottom: 8px;
	}

#content h2.entry, #content .entry h2 {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	}


#content h3 {
	margin-bottom: 8px;
	}

#content ol li, #content ul li {
	margin-left: 30px;
	margin-bottom: 3px;
	}

#content ol li div.comment-author{
	font-weight: bold;
	}

#content div.commentsSection, #content div#respond {
	border-top: 1px dotted #000;
	padding-top: 10px;
	margin-top: 10px;
	}

/*------------------ style news -----------------*/

.news { 
	clear: both;
	border-bottom: dotted 1px black; 
	padding: 0 8px 15px 8px; 
	margin-bottom: 15px;
	}

h2.newsDayHeader {
	width: 492px;
	height: 21px;
	padding-left: 8px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #fff;
	line-height: 19px;
	/*background: transparent url(img/newsDayHeadlineBG.gif) 0 0 no-repeat;*/
	background-color: #000;
	}

.news h3 {
	padding-bottom: 5px;
	}

.news h4 {
	color: #a3a3a3;
	}

.news ul {
	padding-left: 20px;
	}

.news ul li {
	list-style:  circle;
	}

.news p {
	padding-top:10px;
	}
	
.news img {
	border: solid 2px black;
	padding: 3px;
	}

/*---------------------- contactForm ---------------------*/

.contactform {
	clear: both;
	padding-top: 20px;
	}

.contactright {
	margin-bottom: 10px;
	}

.contactleft {
	margin-bottom: 3px;
	}

/*------------------ commentsSection -----------------*/
.commentsSection { 
	margin-top: 15px;
	}

/*---------------- sidebar  -------------------*/

#sidebar {
	width: 174px;
	float: left;
	padding: 60px 14px 0 14px;
	}

#sidebar .section {
	padding-bottom: 20px;
	}

#sidebar .section h2 {
	padding-bottom: 15px;
	font-size: 14px;
	}

#sidebar .section ul li {
	list-style-type: none;
	padding-bottom: 3px;
	}

#sidebar .section ul li a {
	line-height: 12px;
	padding-left: 15px;
	}

#sidebar .section ul li.current-cat a {
	color: #000;
	}

#sidebar .section ul li a, 
#sidebar .section ul li a:link {
	background: transparent url(img/blogNaviArrow_normal.gif) 0 2px no-repeat;
	}

#sidebar .section ul li a:hover, 
#sidebar .section ul li a:focus,
#sidebar .section ul li.current-cat a {
	background: transparent url(img/blogNaviArrow_normal_selected.gif) 0 2px  no-repeat;
	}

#sidebar .section h2.categories {
	text-indent: -10000px;
	background: url(img/linkCategories.gif) 0 0  no-repeat;
	}

#sidebar .section h2.archives {
	text-indent: -10000px;
	background: url(img/linkArchive.gif) 0 0  no-repeat;
	}

#sidebar .section h2.recentComments {
	text-indent: -10000px;
	background: url(img/recentComments.gif) 0 0  no-repeat;
	}
	
/*twitterwidget in sidebar*/
.twitterWidgetWrapper a.twitterwidget {
    outline: none;
	display: block;
	width: 173px;
	height: 82px;
	background: url(img/twitterIcon2.gif) 0 0  no-repeat;
	text-indent: -10000px;
	font-size: 1px;
	line-height: 1px;
	}

.twitterWidgetWrapper ul {
	list-style-type: none;
	border-left: solid 3px #000;
	}
	
.twitterWidgetWrapper ul li {
	margin: 0 10px 10px 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	}

/*---------------- footer  -------------------*/

#footerWrapper {
	clear: both;
	height: 170px;
	background: transparent url(img/footerWrapperBG.gif) 0 0 repeat-x;
	}

#footer {
	width: 760px;
	height: 30px;
	margin: 0 auto;
	background: transparent url(img/footerBG.gif) 0 0 no-repeat;
	color: #fff;
	font-size: 11px;
	text-align: right;
	padding-top: 108px;
	padding-right: 30px;
	}

#footer ul li {
	float:right; 
	list-style-type: none; 
	}

#footer p {
	float: left;
	padding-left: 20px;
	font-size: 9px;
	color: #4f4f4f;
	}

#footer a, #footer a:link {
	padding-left: 20px;
	text-decoration: none;
    color: #ed1c24;
    }

#footer a:hover, #footer a:focus {
	color: #fff;
	}

