/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body {
	background: #ffffff;
}
#container {
	background: #ededed;
	padding: 0 0.3em;
	border: 0.3em solid #f9f9f9;
	border-width: 0 0.3em;
}
.menu {
	background: url(images/menu-gray.gif) 0 0 repeat-x;
	border-right: 0.1em solid #dddddd;
}
.menu, .menu a, .menu li ul {
	font-weight: bold;
	line-height: 1em;
	border-color: #dddddd;
      border-bottom: none;
      margin-bottom: 0.1em;
}
.menu .current a, .menu .current-cat a {
	border-bottom-color: #ffffff;
}
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a {
	border-bottom-color: #dddddd;
}
.menu a, .menu .current ul a, .menu .current-cat ul a {
	color: #111111;
	background: #efefef;
}
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover {
	color: #111111;
	background: #dddddd;
}
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
	color: #111111;
	background: #ffffff;
}
.menu .current-parent > a, .menu .current-cat-parent > a {
	color: #111111;
	background: #f0eec2;
}
.menu .rss a, .menu .rss a:hover {
	color: #111111;
	margin-right: 1em;
}
#archive_info p {
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: 1em;
}
.headline_area h1, .headline_area h2 {
	font-size: 2.2em;
	line-height: 1.1em;
}
.headline_meta {
	line-height: 1.3em;
}
.headline_meta .pad_left {
	padding-left: 0.2em;
}
.teaser .edit_post {
	font-size: 1.1em;
	padding-left: 0;
}
#header {
	border-width: 0 0 0.1em 0;
	border-bottom: none;
}
#footer {
	border-width: 0.1em 0 0 0;
}
#footer p {
	line-height: 1.3em;
}
#feature_box, #archive_info, #comment_nav_2 {
	border-width: 0 0 0.1em 0;
}
.post_box, .teasers_box {
	border-width: 0.1em 0 0 0;
}
.prev_next {
	border-width: 0.1em 0 0 0;
}
.image_box, .custom_box {
	border-width: 0 0 0.1em 0;
}
.custom #header_search #s {
	float: right;
	font-size: 1.1em;
	width: 242px;
	margin-top: -3.5em;
	padding: 3px;
}
.format_text {
	line-height: 1.3em;
}
.format_text p {
	margin-bottom: 1.3em;
}
.format_text ul {
	margin: 0 0 1.3em 1.3em;
}
.format_text ol {
	margin: 0 0 1.3em 1.3em;
}
.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol {
	margin: 0 0 0 1.3em;
}
#sidebar_1 li.widget {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 0.1em solid #dddddd;
}
#sidebar_1 h3 {
	font-size: 1.1em;
	line-height: 1.3em;
}
#sidebar_1 li.widget ul li {
	margin-bottom: 0.7em;
}
#sidebar_1 li.widget li ul {
	margin: 0.7em 0 0 1.5em;
}
#sidebar_2 li.widget {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 0.1em solid #dddddd;
}
#sidebar_2 h3 {
	font-size: 1em;
	line-height: 1.3em;
}
#sidebar_2 li.widget li {
	background: url(images/bullet.gif) left 0.5em no-repeat;
	padding-left: 1em;
}
#sidebar_2 li.widget ul li {
	margin-bottom: 0.7em;
}
#sidebar_2 li.widget li ul {
	margin: 0.7em 0 0 1.5em;
}
.format_text h1 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
}
.format_text h2 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
}
.format_text h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
}
.format_text h4 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
}
.format_text h5, .format_text h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
}
.format_text .to_comments {
	line-height: 1.3em;
	margin-bottom: 1.3em;
}
.format_text .to_comments span {
	font-size: 2.2em;
}
.format_text .post_tags {
	line-height: 1.3em;
	margin-bottom: 1.3em;
}
.prev_next {
	padding-top: 1.1em;
	padding-bottom: 1.1em;
}
.prev_next p {
	font-size: 1.2em;
	line-height: 1.3em;
}
.post_nav .previous {
	margin-bottom: 0.7em;
}
.post_nav a {
	font-size: 1em;
	line-height: 1.3em;
}
.previous span {
	background: url(images/lt.gif) 0% 50% no-repeat;
	padding-left: 1em;
}
.next span {
	background: url(images/gt.gif) 100% 50% no-repeat;
	padding-right: 1em;
}
.teaser_link span {
	background: url(images/gt.gif) 100% 50% no-repeat;
	padding-right: 1em;
}
#archive_info {
        padding-top: 2em; padding-bottom: 2em;
}
#archive_info p {
        font-size: 1.1em; line-height: 1em; margin-bottom: 1em;
}
