/*
Theme Name: TAD
*/

body {
	background:#ddd;
	color:#000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, 'Century Gothic', 'Lucida Grande', Arial, Sans-Serif;
	margin:0px;
	text-align:center;
}

p, blockquote {
	text-align:left;
}

p, li {
	margin-right:0px;
}

a {
	color:#00f;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	list-style-type:disc;
}

h1, h2, h3, h4, h6 {
	color:#000;
}

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:#777;
	font-size:0.8em;
	font-weight:normal;
}

blockquote {
	background:url('images/hborder_right.png') repeat-y left;
	color:#000;
	font-size:1em;
	padding:0em 1em;
}

blockquote blockquote {
	background:none;
	margin:0;
	font-size:1em;
}

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;
}

img.wp-smiley {	
	margin: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:950px;
	min-height:950px;
	background:url('images/line-vdot-full.png') repeat-y left;
	padding:2px 0 0 20px;
	float:left;
}
html>body #content{height:auto}

#footer { 
	clear:both;
	margin:0 5em;
}

/* Header */
#header {
	height:120px;
	background: url("images/header_bg.png") 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;
	background:transparent;
	color:#000;
	margin:10px;
}
.header-title h1 a:hover {
	background:transparent;
	color:#000;
	text-decoration:none;
}
.header-title p {
	font-size:1.4em;
	text-align:center;
	margin:0px;
	background:transparent;
	color:#000;
}

#header .search {
	width:20%;
	float:right;
	padding:36px 5% 0 0 ;
}

#header #searchform input {
	width:100%;
	background:#acc4db;
	color:#fff;
	border:1px solid #fff;
	padding:0 0.2em;
}

#header #searchform input:focus {
	color:#666;
}
/* 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 {
	background:none;
}

.post-title div {
	background: url('images/hborder_right.png') no-repeat bottom right;
}
.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, 'Century Gothic', 'Lucida Grande', Arial, Sans-Serif;
	margin-bottom:0em;
}

.post-meta {
	margin-top:0em;
	margin-bottom:-2em;
	color:#777;
}

.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 */


/* Search results */
.searchresult {
	clear:both;
}
.searchresult h3 {
	font-size:1.5em;
	margin:0;
	padding:1em 0 0 0;
}
.searchresult p {
	margin:0;
	color:#000;
	padding:0 0 1em 0;
}
/* Search ends */
 
/* Footer */

#footer { 
	background:none;
}

#footer div {
	background:url('images/hborder_left.png') no-repeat top left;
}

#footer div div {
	background:url('images/hborder_right.png') no-repeat top right;
}

#footer div div div {
	padding:1em;
	color:#000;
	text-align:center;
	font-size:1em;
}
/* Footer ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#68b;
}
#wp-calendar thead th {
	font-weight:bold;
	color:#888;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
/* Calendar ends */

.alignleft {
	float:left;
}
.alignright {
	float:right;
}

div.bookmarkify
{
	margin: 0px;
	border: none;
	padding: 0px;

	height: 1%;

	background: transparent;
	
	text-align: left;
	vertical-align: middle;
	
	font-family: verdana, arial;
	font-size: 12px;
}

div.bookmarkify a
{
	text-decoration: none;
	
	font-family: verdana, arial;
}

div.bookmarkify a:hover
{
	text-decoration: underline;
}

div.bookmarkify div.title
{
	margin: 0px;
	border: none;
	padding: 0px;

	height: 1%;

	background: transparent;
	
	vertical-align: auto;

	font-weight: bold;
}

div.bookmarkify div.linkbuttons
{
	margin: 0px;
	border: none;
	padding: 2px;

	height: 1%;

	background: transparent;
	
	vertical-align: auto;
}

div.bookmarkify div.linkbuttons a
{
	margin: 0px;
	border: none;
	padding: 2px;

	height: 1%;

	background: transparent;
	
	vertical-align: auto;
}

div.bookmarkify div.linkbuttons a:hover
{
}

div.bookmarkify div.linkbuttons a img
{
	margin: 0px;
	border: none;
	padding: 0px;

	display: inline;

	background: transparent;
	
	vertical-align: auto;
}

div.bookmarkify div.linkbuttons a:hover img
{

}

div.bookmarkify div.brand
{
	margin: 0px;
	border: none;
	padding: 2px;

	height: 1%;

	background: transparent;
	
	vertical-align: auto;
}

div.bookmarkify div.brand a
{
	margin: 0px;
	border: none;
	padding: 0px;

	height: 1%;

	background: transparent;
	
	vertical-align: auto;

	color: gray;
	font-weight: normal;
}

div.bookmarkify div.brand a:hover
{
}