/*
Theme Name: TDG
Description: Tested on WP2.8
Version: 2.0
Author: Hence Wijaya
Author URI: http://www.totaltheme.com/
Tags: dark, fixed width, two columns, widgets
*/

html, body, div, span, p, input, textarea, form {margin: 0px; padding: 0px;}

body
{	
	color: #333333;
	font: 12px Geneva, sans-serif;
	background-color: #ECECEC;
}

p{
	margin: 4px 0 5px 0;
	padding: 4px 0 7px 0;
	line-height: 16px;
}

a{
	color: #2F7B3D;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img,img{
	text-decoration: none;
	border: none;
}

h1, h2, h3, h4 {
	margin: 5px 0 5px 0;
	padding: 0px;
	font-weight: bold;
}
h1 {color: #e41a15; font-size: 20px; line-height: 22px;}
h2 {color: #333333; font-size: 18px; line-height: 20px;}
h3 {color: #333333; font-size: 16px; line-height: 18px;}
h4.pagetitle {color: #333333; font-size: 14px; line-height: 16px;}

#wrapper
{
	width: 950px;
	display: block;
	text-align: left;
	margin: auto;
}

	
div.sidebar-wrap h3{
	font: 11px arial; font-weight:bold;
	text-transform:uppercase;
	color: #ff6601;
	margin: 0 0 5px 0;
}

div.sidebar-wrap a{
	color: #333333;
}

div.sidebar-wrap a:hover{
	color: #666666;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

.sidebar-wrap {
    position: relative;
	width:205px;
	top: 0px;
	left: 0px;
	padding:10px;
	background: #EEEEEE;
	
	margin-bottom: 15px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding-left: 12px;
	background: url(images/bg_grey_arrow.png) no-repeat left 50%;
}
#sidebar li:hover {
	margin: 0;
	padding-left: 12px;
	background: url(images/bg_red_arrow.png) no-repeat left 50%;
}

div.sidebar-search{
	padding-left: 0px;
	margin-bottom: 4px;
	font-size: 9px;	
}
	
	div.sidebar-search input{
		font-size: 9px;
		height: 14px;
		border: 1px solid #999999;
	}
	
	div.sidebar-search input.text{
		width: 130px;		
		margin: 0px;
		vertical-align:middle;
	}
	
	div.sidebar-search input.submit{
		width: 60px;
		height: 16px;
		margin: 0px;
		margin-left: 4px;
		vertical-align:middle;
		color: #E41A15;
		background-color: #fff;
		line-height: 14px;
		
		background-image:url(images/bg_grey_arrow.gif);
		background-position: 52px 5px;
		background-repeat: no-repeat;
	}

div.sidebar-search input.subscribe{
	width: 66px;
	height: 16px;
	margin: 0px;
	color: #E41A15;
	background-color: #fff;
	line-height: 13px;
	vertical-align:middle;
	background-image:url(images/bg_grey_arrow.gif);
	background-position: 57px 5px;
	background-repeat: no-repeat;
}
div.tinyfont{
font-size:0.8em;
line-height: 12px;
}

div.top{
	width: 933px;
	padding-left: 19px;
	float: left;
	font-size: 9px;
}

	div.top p{
		float: left;
	}
	
		div.top p.centerd a{
			margin: 0px;
			color: #E41A15;
			font-weight: bold;
			text-decoration: underline;
		}
		
		div.top p.centerd span{
			color: #E41A15;
			font-weight: bold;
		}
	
	div.top a{
		color: #333333;
		font-weight: bold;
		margin: 0 3px 0;
	}
	
	div.top a:hover{
		color: #E41A15;
		text-decoration:none;
	}
	
	.topsearch {
		position:relative;
		float: left; padding-top:2px; margin-left:-2px;
	}
	div.top input{
		font-size: 9px;
		height: 14px;
		position: absolute;
		border: 1px solid #999999;
	}
	
	div.top input.text{		
		width: 152px;		
		margin: 0px;
	}	
	div.top input.submit{
		width: 60px;
		height: 16px;
		margin: 0px;
		margin-left: 155px;		
		color: #E41A15;
		background-color: #fff;
		line-height: 14px;
		
		background-image:url(images/bg_grey_arrow.gif);
		background-position: 52px 5px;
		background-repeat: no-repeat;
	}

div.header_image{
	width: 950px;
	height:116px;
	float: left;
	margin:0px; padding:0px;
	background-color: #fff;
}

#header{position:absolute; top:0px;width:950px;}

div#bg{
	float: left;
	width: 950px;
	margin: 0px;
	padding: 18px 0 0 0;	
	position:relative;
}

div.navigation{
	width: 950px;
	height: 92px;
	float: left;
	
	background-color: #fff;
	background-image:url(images/top_gradient.gif);
	background-position:bottom;
	background-repeat: repeat-x;
}

	div.navigation .logo a img{padding:15px 0 0 15px; }
	div.navigation img{float: left;}

	div.navigation div.links{
		width: 740px;
		padding-right: 29px;
		float: right;
	}
	
		div.navigation div.links a{
			color: #333333;
			font-weight: bold;
			margin-left: 35px;	
		}
		div.navigation div.links a:hover{
			color: #E41A15;
			text-decoration:none;
		}
		div.navigation div.links a.active{
			color:#2F7B3D;
		}	
		
		div.navigation div.links p{
			width: 740px;
			padding: 0px;
			margin: 0px;
			display: block;
			float: right;
			
			text-align: right;
		}
		
		div#plinks{
			position:relative;
			height:40px; top: 70px; text-align:right; 
		}
		
		div.navigation div.links img{float: right;}

div.blog-navigation {
	font-size: 9px;
	padding: 10px 10px 15px 10px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 660px;
}
div.top-blog-navigation {
    font-size: 9px;
	padding: 10px 10px 15px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 660px;
}

div.alignleft { float: left; }
div.alignright { float: right; }
	
div.column_holder{
	width: 935px;
	margin: 0px 0 15px 15px;
	float: left;
	
	background-image:url(images/grid.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

/* Content */

#content {
	float: left;
	width: 660px;
}

#single_content {
	float: left;
	width: 660px;
	padding:20px 0 0 0;
	position:relative;
}

/* Page */

#page {
	position:absolute;top:208px;padding-top:15px;
	width: 950px;
	float: left;	
	background-color: #fff;
	background-image:url(images/bottom_gradient.gif);
	background-position:top left;
	background-repeat: repeat-x;
}

/* Footer */

div#footer{
	width: 950px;
	margin-top: 9px;
	padding: 0px 0 10px 0px;
	float: left;
	background-color: #ECECEC;
	font-size: 9px;
}
	div#footer div.alignleft{
    float:left; width:500px;
    }
	div#footer div.alignright{float:right;padding:0px 25px 0 0px;}
	div#footer div.alignleft a img{padding:1px 20px 0 20px}
    div#footer div.footer-text {padding:10px 0 0 0; line-height:15px;}	
	div#footer a{color: #333333;}


/* tdg end */


/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

textarea, select {
	font-size: 13px;
	color: #333333;
	width:400px;
}

/* Post */
.post {

	position: relative;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #DDDDDD;
	
	margin-bottom: 30px;
}

.title {
	padding: 5px 10px 0px 10px;
}
.date {padding: 0px 10px 0px 10px;}
.title a {
	text-decoration: none;
}

.page .entry {
	padding: 0px 10px;
	font-size:12px;
}

.post .entry {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px 10px;
	font-size:12px;
}

.post .meta {
	background: #F6F6F6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	line-height: 16px;
	padding: 5px 10px;
	font-size:10px;
}

.post .meta p small {
	line-height:14px;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #555555;
}

.icon-rss {position: relative;top: 2px;left: 0px;width: 12px;height: 12px;margin-right: 3px;}
.post .meta .byline {float: left;}
.post .meta .links {position: relative;float: right;top: -1px;font-size:10px;}
.post .meta .more {padding: 0 20px 0 18px;}
.post .meta .comments {padding-left: 22px;background: url(images/comment.gif) no-repeat left center;}
.post .meta b {display: none;}

.mambo {width:468px;background-color: #ECECEC;margin: 0px;padding: 0px;}
.mambo p {background-color: #ECECEC;margin:10px;}
.mambotop {background-color: #ECECEC;background-image: url(images/comment_top.gif);background-repeat: no-repeat;height: 33px;}
.mambolow {background-color: #ECECEC;background-image: url(images/comment_bottom.gif);background-repeat: no-repeat;height: 14px;}

#x {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #555555;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

blockquote
{
float:right;
width:150px;
border-top:#EDEDED 3px solid;
border-bottom:#EDEDED 3px solid;
background:none;
margin:0.5em;
padding:1em;
color:#E41A15;
}

.breadcrumb{
	position:absolute;top:0px;
	padding: 5px 10px 0px 25px; color:#666666;
}
.breadcrumb a{color:#666666; text-decoration:none}
.breadcrumb a:hover{text-decoration:underline;}

