/* 
Theme Name: TNT_blog
Theme URI: 
Description: WP-Andreas09 theme for WordPress based on the open source template, andreas09 by <a href="http://www.andreasviklund.com/">Andreas Viklund</a> - Ported to WordPress by <a href="http://webgazette.co.uk/">Ainslie Johnson</a>.
Version: 2.1
Author: Paul Schmidt
Author URI: http://webgazette.co.uk/wordpress-themes/wp-andreas09/



Ported to WordPress by Ainslie Johnson - Last updated 28/07/06
*/


/* General Element Styling */

body {
	background:url(images/bg.jpg) repeat center top;
	color:#010100;
	font-family: Times New Roman,Times, serif;
	margin:0;
	padding:0;
	text-align:center;
}

a:link.gallery_lnk{ font-weight:normal;  text-decoration:none}     
a:visited.gallery_lnk { font-weight:normal;  text-decoration:none}
a:hover.gallery_lnk { font-weight:normal;  text-decoration:none}
a:active.gallery_lnk { font-weight:normal;  text-decoration:none; color:none}


a {
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#FF6600;
}

p {
	line-height:1.5em;
	margin:0 0 15px;
	padding: 0px;
}



/*** Main container ***/



#container {
	color:#303030;
	margin:0 auto;
	min-width:770px;
	padding:0;
	text-align:left;
	width:980px;
}

/*** Header section ***/

#sitename {
	color:#ffffff;
	height:116px;
	margin:20px 0 20px 0;
	text-align:left;
}

#sitename h1,#sitename h2 {
	font-weight:400;
	margin:0;
	padding:0;
}

#sitename h1 {
        background: url(images/header.png) no-repeat;
        height: 116px;
        text-indent:-999em;
	font-size:2.4em;
}

#sitename h1 a {
        display:block;
        width:100%;
        height:100%;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 5px;
}

#sitename h2 {
        display:none;
	font-size:1.6em;
}

/*** Content wrap ***/

#wrap {
	clear:both;
	font-size:0.9em;
	padding:0;
	margin-top: 5px;
}

/* Horizontal menu */

#mainmenu {
	clear: both;
	width: 100%;
        height: 53px;
        background:url(images/navi_bg.png) repeat-x;
	margin: 0 0 18px 0;
	padding: 0px;
}

#mainmenu ul.level1 {
}

#mainmenu ul {
	padding: 13px 0 0 0;
	margin: 0px;
}

#mainmenu li {
	display: inline;
	line-height: 25px;
	margin-left: -4px;
	padding: 0px;
	font-size: 0.9em;
	list-style: none;
	text-transform: uppercase;
}

#mainmenu a {
	padding: 6px 9px 6px 9px;
	text-decoration: none;
        font-size:14px;
        font-weight:normal;
	border-right: 1px solid #B0B0B0;
}

#mainmenu li.current a {
	color: #000;
}

/*** Sidebars ***/

#leftside,#rightside {
	margin:0;
	padding:0 10px 10px;
	width:165px;
}

#leftside {
	float:left;
	margin-right:10px;
}

#rightside {
	float:right;
	margin-left:10px;
}

#rightside img {
	border: 0px;
}

/*** Sidebar menu ***/

#leftside h2, #rightside h2 {
        background: url(images/h2_bg.png) no-repeat;
        color:#010100;
        height:20px;
        width:157px;
        text-align:center;
	font-size: 16px;
        font-weight: bold;
	padding: 9px;
        margin:14px 0;
        text-transform:uppercase;
}

#leftside ul, #rightside ul {
	padding-left: 0px;
	margin: 0px;
}

#leftside li, #rightside li {
	list-style: none;
}



li#categories li a, li#archives li a, li.pagenav li a {
	display:block;
    font-size:12px;
    font-weight:normal;
	/*margin-top:4px;*/
	padding:0 4px 0 20px;
	position:relative;
	text-transform: capitalize;
	width:140px;
}

li#categories li a:hover, li#archives li a:hover, li.pagenav li a:hover {
	color:#FF6600;
	text-decoration:none;
}

li#categories ul.children li a, li#archives ul.children li a, li.pagenav ul.children li a {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;
}

li#categories ul.children li li, li#archives ul.children li li, li.pagenav ul.children li li {
	padding-left: 10px;
}

li#categories ul.children li li a, li#archives ul.children li li a, li.pagenav ul.children li li a {
	width: 115px;
}

li.feed {
	background: url(images/rss.gif) no-repeat left top;
	padding: 2px 0 8px 20px;
}

li#recent-comments ul li {
	padding-bottom: 5px;
}

li#recent-posts ul li {
	padding-bottom: 5px;
}

/*** Content ***/

#content {	
	position:relative;
	margin:0 200px;	
	padding:15px 0 5px;
	width:580px;		
	color:#2a2a2a;
}
#content > * {
}
#content h1 {
	margin:0 auto 15px;
	border-bottom: 1px solid #b0b0b0;
	padding:0;	
	background-color:inherit;
	color:#606060;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
}

#content h2 {
	font-size:26px;
	color:#606060;
    margin:0 0 1px;
}
#content h3 {
	font-size:20px;
	color:#606060;
    margin:0 0 1px;		
}
#content .pagetitle {
	position:relative;
	left:0;
	width:540px;
}
#content .cat-description {
	display:block;
	overflow:hidden;
	margin-left:20px;
	width:540px;
}
#content #respond {
	margin-left:20px;
}

/* Archives/Links Page List styles */

.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	padding-left: 10px;
	margin-left: 10px;
}

/*** Footer ***/

#footer {
	clear:both;
	color:#000;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:20px 0;
	text-align:center;
	width:100%;
}

#footer a {
	color: #010100;
	font-weight:bold;
}
#footer a:hover {
	color: #f60;
}

/*** comments Form ***/

#comment {
	width: 100%;
	border:1px solid #b0b0b0;
}

#commentform {
	width: 540px;
	margin-left:20px;
}

#author {
	border:1px solid #b0b0b0;
}

#email {
	border:1px solid #b0b0b0;
}

#url {
	border:1px solid #b0b0b0;
}

#submit {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#submit:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/* Image Display */

.entry img, .entrytext img {
	border: 1px solid #b0b0b0;
	margin: 5px;
	padding: 5px;
}

.entry a:hover img, .entrytext a:hover img {
	border: 1px solid #505050;
	padding: 5px;
}

img.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.thumbnail {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:0 0 10px 10px;
	padding:5px;
}

.left {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:left;
	margin: 5px 15px 6px 0px;
	padding:5px;
}

.right {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:right;
	margin: 5px 0px 6px 15px;
	padding:5px;
}

.noalign {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin: 5px 5px 5px 5px;
	padding:5px;
}

/* TNT Blog Image Galery */
.gallery {
	position: relative;
	background:url(images/tnt_Blog_Galerie_8klein.jpg) no-repeat;
	margin-bottom:20px;
	padding:0;
	width:540px;
	height:307px;
}
.gallery_top {
	position: relative;
	background:url(images/tnt_Blog_Galerie_8klein_TRANSPARENCY.png) no-repeat;
	margin-bottom:20px;
	padding:0;
	width:540px;
	height:307px;
}
.gallery li{
	list-style: none;
}

.gallery_img_0{
    position: absolute;
	top:-1px;
	left:-4px;
    float: left;
    margin: 5px 5px 5px 5px;
	overflow: hidden;
	width:114px;
	height:142px;	
}
.gallery_img_1{
    position: absolute;
	top:2px;
	left:107px;
    float: left;
    margin: 5px 5px 5px 5px;
	overflow: hidden;
	width:129px;
	height:147px;	
}
.gallery_img_2{
    position: absolute;
	top:-4px;
	left:253px;
    float: left;
    margin: 5px 5px 5px 5px;
	overflow: hidden;
	width:136px;
	height:156px;	
}
.gallery_img_3{
    position: absolute;
	top:-4px;
	left:390px;
    float: left;
    margin: 5px 5px 5px 5px;
	overflow: hidden;
	width:135px;
	height:144px;	
}
.gallery_img_4{
    position: absolute;
	top:150px;
	left:-2px;
    float: left;
    margin: 5px 5px 5px 5px;
	overflow: hidden;
	width:114px;
	height:147px;
}
.gallery_img_5{
    position: absolute;
	top:149px;
	left:113px;
    float: left;
    margin: 5px 5px 5px 5px;
	overflow: hidden;
	width:129px;
	height:153px;	
}
.gallery_img_6{
    position: absolute;
	top:164px;
	left:240px;
    float: left;
    margin: 5px 5px 5px 5px;
	overflow: hidden;
	width:136px;
	height:91px;	
}
.gallery_img_7{
    position: absolute;
	top:137px;
	left:384px;
    float: left;
    margin: 5px 5px 5px 5px;
	overflow: hidden;
	width:135px;
	height:163px;
}

/* Search Form */

#search {
	background: url(images/bg_widget_search.png) transparent -8px top no-repeat;
	padding: 5px 10px 20px;
	width:160px;
}

#searchform {
	margin-top: 10px;
}
#searchform fieldset {
	margin:0;
	border:none;
	padding:0;
		
}
#searchform fieldset legend {
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
	color:#303030;
}
#searchbox {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
	margin:0 0 5px 0;
	width:160px;
}

#searchbutton {
	background: url(images/bt_more.png) transparent left 2px no-repeat;
	border:none;
	padding-left:35px;
	height:17px;
	width:auto;	
	cursor: pointer;
	font-style:italic;
	font-weight:300;
	font-family: serif;
	font-size:12px;
	/*
	background:#f0f0f0;
	border:1px solid #b0b0b0;*/

}

#searchbutton:hover {
	color:#F60;
/*	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
*/
}


/*** Comments Display ***/

.postmetadata {
	/*background:#e8e9ea;
	border: 1px solid #b0b0b0;
	padding: 10px;
	
	*/
	background:transparent;
	font-size: 0.9em;
	margin: 0px;
}

ol.commentlist li {
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist li cite {
	text-transform: capitalize;
}

ol.commentlist li p {
	padding-top: 10px;
}

.alt {
	background:#e8e9ea;
}

/*** Text format ***/

.intro {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}

blockquote {
	border: 1px dashed #b0b0b0;
	padding: 10px;
	margin: 30px;
}

blockquote p {
	padding: 0px;
	margin: 0px;
}

.small {
	font-size:0.8em;
}

.large {
	font-size:1.4em;
}

.center {
	text-align:center;
}

.category {
	border-bottom: 1px solid #b0b0b0;
}

.date {
	position:relative;	
	margin-bottom:11px;
	padding-top: 0px;
	border-bottom: 1px solid #b0b0b0;
}

#page {
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left:20px;
	width:540px;
}
.editpost {
	margin-left:20px;
}

/* Previous/Next Page Navigation */

.navigation {
	overflow:hidden;
	margin: 0 0 20px 20px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #b0b0b0;
	width:540px;
}

.bottomnavigation {
	margin: 30px 0 0 20px;
	padding: 5px 0 30px;
	border-top: 1px dashed #b0b0b0;
	width:540px;
}
.navigation .alignleft,
.bottomnavigation .alignleft {
	margin-right:5px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.post {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0 0 0 20px;
	width:540px;
}
.post .postcontent {
	overflow:hidden;
}
/* Fix by Andy Skelton */

.entry, .entrytext {
	overflow: hidden;
	margin-bottom:15px;
}

* html.entry, * html.entrytext {
	overflow: visible;
	height: 1px;
}

* html.entry p, * html.entrytext p {
	width: 99%;
	overflow: hidden;
}

.entrytext {
	padding-top: 0px;
}

/*** Various classes ***/

.clearingdiv {
	clear:both;
	height:30px;
	width:1px;
}

.hide {
	display:none;
}


/* Widgets */
.rsswidget {
	border:0px;
	vertical-align: bottom;
}
.widget {
	margin-bottom:35px;
	line-height:19px;
	font-size:12px;
}
#firstpost.addtoany_share_save_container {
	float:left;
	margin-top:25px;
}

#firstpost {
}

#firstpost.more-link {
	display:inline;
	position:relative;
	top:-10px;
	padding-left:35px;
	width:auto;	
	text-indent:0;
	font-style:italic;
	font-weight:300;
}

.wp-caption {
	width:317px !important;
}

/*** End of file ***/