/*  
Theme Name: TheTidy Theme
Theme URI: http://www.thetidy.com
Description: TheTidy Theme. Copyright &copy; 2008.
Version: 1.0
Author: Benjamin Chung
Author URI: http://www.thetidy.com/

*/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	
}

#ads {
	position: relative;
	height: 60px;
	margin-bottom: -60px;
	left: 60px;
	top: 40px;


}
body p {
	padding-bottom: 12px;
}
body a {
	font-size: 12px;
	font-weight: bold;
	color: #0574e5;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}

img {
	border: none;
}


#header {
	width: 800px;
	height: 114px;
	
}


#tagline_bar {
	background-image: url(images/tagline_bar.jpg);
	background-repeat: no-repeat;
	width:800px;
	height:57px;

}
#tagline {
	font-size: 16px;
	position: relative;
	float: left;
	top: 18px;
	left: 30px;
}

#tagline a {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#tagline a:hover {
	text-decoration: underline;
}

#logo {
	float: left;
	top: 49px;
	left: 21px;
	position: relative;
	background-image: url(images/thetidy_logo.jpg);
	background-repeat: no-repeat;
	width: 173px;
	height:76px;
	

}
#rss_icon {

	background-image: url(images/rss_icon.jpg);
	width: 36px;
	height: 36px;
	float: right;
	top: 80px;
	right: 25px;
	position: relative;
}

#search_bar input {

	position: relative;
	top: 18px;
	left: 70px;
	border: 0px;
	font-size: 10px;
	background-color: transparent;
	height: 12px;
	width: 170px;
	line-height: 10px;


}

#body_top {
	background-image: url(images/body_top.jpg);
	width: 800px;
	height: 22px;
	background-repeat: none;
}
#body_mid {
	background-image: url(images/body_mid.jpg);
	width: 800px;
	background-repeat: repeat-y;
	text-align: left;
}

#body_bottom {
	background-image: url(images/body_bottom.jpg);
	width: 800px;
	height: 30px;
	background-repeat: none;
}
.clear {
	clear: both;
	display: block;
}


#google_text_ads {

	padding-top: 15px;
	height: 20px;
	
}

.container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#container {
	float: left;
	width: 540px;
	padding-left: 50px;
	padding-right: 57px;
}

#container ul {
	padding-left: 20px;
}
#container h2 a {

	color: #0473e4;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#container h2 a:hover {
	text-decoration: underline;
}

#container .postdate {
	font-size: 10px;

}

.tags {
	font-size: 10px;

}
.tags a {
	font-size: 10px;
	font-weight: normal;
	color: #0574e5;
	text-decoration: none;
}
.tags a:hover {
	font-size: 10px;
	text-decoration: underline;
}

.sidebar {
	list-style: none;
	float: left;
	width: 130px;

}
.sidebar ul {
	list-style: none;
}
.sidebar li h2 {
	font-size: 14px;
	font-weight: bold;

}


.sidebar li ul a, .sidebar li ul  {
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	color: #333333;

}

.sidebar li ul a:hover {
	text-decoration: underline;

}

.sidebar .break {
	height: 20px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



#footer {
	margin-top: 20px;
	height: 72px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #e7e7e7;


}

#footer_text {
	position: relative;
	top: 20px;
	font-size: 10px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding-right: 35px;
}
#footer_text a {
	color: #333333;
	font-size: 10px;
}