/*
Theme Name: TAD
*/

body {
	background:#ddd;
	color:#000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	margin:0px;
	text-align:center;
}

p, li {margin-right:0px}

a {color:#00f; text-decoration:none}

a:hover {text-decoration:underline}

ul {list-style-type:disc}

h2 {
	margin:0 0 0.5em 0;
	padding:0 0 0 0;
}

h3 {
	font-weight: strong;
	font-size: 1em;
	padding: 1.5em 0 0 0;
}

h5 {
	color:#555;
	font-size:0.8em;
	font-weight:normal;
}

input, textarea {
	background:transparent;
	border:1px solid #aaa;
}

input:focus, textarea:focus {background:#def}

img {border:0}

img.left {float:left; margin:0 15px 5px 0; border:0; }

img.right {margin:0 0 5px 15px; border:0}

/* Layout */
#page {
	background-color:#FFFFFF;
	width:900px; 
	margin:0 auto;
	text-align:left;
}
#wrapper {
	clear:both;
	width:855px;
	margin:1em auto;
}
#sidebar {
	width:200px;
	float:left;
}
#content {
	width:630px;
	height:600px;
	min-height:600px;
	background:url('images/line-vertical-dashed.png') repeat-y top left;
	padding:2px 0 0 20px;
	float:left;
}
html>body #content{height:auto}

/* Header */
#header {
	height:120px;
	background: url("images/header_bg.jpg") repeat-x;
}

#header div div div {
	height:auto;
	background:none;
}

.header-title {
	float:center;
	position:relative;
	left:0%;
	top:15px;
	margin:0px;
}

.header-title h1 {
	text-align:center;
	margin:0px;
	font-size:4em;
}
.header-title h1 a {
	text-align:center;
	color:#000;
	margin:10px;
}
.header-title h1 a:hover {
	color:#000;
	text-decoration:none;
}
.header-title p {
	font-size:1.4em;
	text-align:center;
	margin:0px;
	color:#000;
}
/* Header ends here */

/* Sidebar*/
#sidebar {
	color:#000;
	overflow:hidden;
}

#sidebar div {padding:1em 2em 4em 0em}

#sidebar div div {
	padding:0;
	background:none;
}

#sidebar #searchform {
	text-align:left;
	margin-top:1.5em;
	margin-bottom:0.5em;
}

#sidebar h2 {
	color:#000;
	font-size:1.5em;
	font-weight:bold;
	font-variant:none;
	margin-top:1em;
	margin-bottom:0.5em;
}

#sidebar p {
	font-size:1.5em;
	color:#00f;
}

#sidebar ul {
	list-style:none;
	margin-top:0;
	margin-left:0;
	padding-left:0;
}

#sidebar ul ul ul{
	margin-top:1em;
	padding-left:1em;
}

#sidebar li li {margin-bottom:0.8em}

#sidebar li li a {
	font-size:1.2em;
	color:#00f;
	text-decoration:none;
}
#sidebar li li a:hover {
	font-size:1.2em;
	color:#00f;
	text-decoration:underline;
}
/* Sidebar ends */

#content {text-align:left}

h2.archive-title {font-size:1.5em}

h2.pagetitle {font-size:2em}

/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

.post-title h2, .post-title h3 {
	font-size:1.5em;
	font-weight:bold;
	margin:1em 1em 0 0;
}

.post-title h2 a, .post-title h3 a{color:#000}

.post-entry, .archives {
	font:1.3em/1.3em Verdana, Arial, Sans-Serif;
	margin-bottom:0em;
}

.post-meta {
	margin-top:0em;
	margin-bottom:-2em;
	color:#555;
}

.post-more {
	margin-top:-3em;
	margin-bottom:0em;
}

/* Post ends */


/* Comments */
#comments {margin:0 7%}

#comments h3 {font-size:1.5em}

.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}

.commentlist li {
	margin:2em 0;
	overflow:auto;
}
.commentlist p {
	font-size:1.2em;
	margin:0.5em 0;
}
.commentlist h4 {
	font-size:1.2em;
	margin:0;
}

textarea#comment {width:100%}

/* Comment ends */

.searchresult h3 {
	font-size:1.5em;
	margin:0;
	padding:3em 0 0 0;
}
 
#footer {
	padding:1em;
	color:#000;
	text-align:center;
	font-size:1em;
	clear:both;
	margin:0 5em;
}

.alignleft {float:left}
.alignright {float:right}
