/*
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.custom {
background:#000000 url('images/bg_gradient.jpg') repeat-x;
margin: 0px;
padding: 0px;
}
.custom #container {
width:848px;
border-right: .5em solid #2f2f2f;
border-bottom: .5em solid #2f2f2f;
border-left: .5em solid #2f2f2f;
margin-bottom:2.2em;
padding: 0px;
}
.custom #page {
background:#BFBFBF none repeat scroll 0 0;
margin:0px;
padding:0px;
}
.custom #header {
background:#000000 url(images/DM_header.jpg) no-repeat; 
height:123px; 
width:848px;
margin:0px;
padding:0px;
border:0 none;
}
.custom #header #tagline {
color:#888888;
font-weight:normal;
left:255px;
position:relative;
top:85px;
font-size:1.5em;
}
.custom #header #logo { 
display:none; 
}
.custom .search_form {
float:right;
padding-top:60px;
padding-right:0;
}
.custom .search_form input {
font-size:1.2em;
color:#999999;
line-height:1em;
padding:0.3em;
width:13.5em;
background:#000000;
border:1px solid #323232;
}
.custom .search_form input:focus {
background:#991f10 none repeat scroll 0 0;
}
.custom ul#tabs {
background:#000000;
border:0 none;
padding:0;
}
.custom ul#tabs li {
background:transparent none repeat scroll 0 0;
border:0 none;
margin-bottom:0;
}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {
padding-bottom:0;
}
.custom ul#tabs li a {
color:#2f2f2f;
font-weight:bold;
font-size:1.2em;
letter-spacing:1.2px;
padding-bottom:0.909em;
padding-top:0.909em;
border-right:4px solid #2f2f2f;
text-decoration:none;
}
.custom ul#tabs li a:hover {
background:#991f10 none repeat scroll 0 0;
color:#ffffff;
text-decoration:none;
}
.custom ul#tabs li.current_page_item a {
background:#991f10 none repeat scroll 0 0;
color:#FFFFFF;
border-right:4px solid #2f2f2f;
}
.custom ul#tabs li.rss a {
background-image:none;
padding-right:10px;
color:#bfbfbf;
}
.custom #feature_box {
padding-left:1.1em;
padding-right:1.1em;
border:0 none;
}
.custom #content { 
width: 675px; 
border:0 none;
float: left; 
}
.custom #content_box {
background:transparent none repeat scroll 0 0;
border-top:4px solid #2f2f2f;
margin:0px;
padding:0px;
}
.custom .prev_next, .custom #archive_info {
border:medium none;
}
.custom input.form_submit:hover {
background:#F2E127 none repeat scroll 0 0;
color:#111111;
}
.custom #multimedia_box, .custom #image_box, .custom #video_box, .custom #custom_box {
background:transparent none repeat scroll 0 0;
border:0 none;
}
.custom #sidebars {
background:#000000;
border-left:10px solid #2f2f2f;
border-bottom:5px solid #2f2f2f;
width: 163px; 
float: right; 
}
.custom .sidebar { 
width: 100%; 
}
.custom #sidebar_1 { 
border: 0; 
padding-top: 1em;
}
.custom .sidebar ul .sidebar_list {
padding:0;
margin:0; 
}
.custom .sidebar li {
padding-top:5px;
padding-bottom:5px
margin:0; 
}
.custom .sidebar ul li a { 
color:#bfbfbf;
font-size:1em;
background:#000000;
text-decoration:none;
}
.custom .sidebar ul li a:hover { 
color:#ffffff;
background:#991f10
}
.custom #footer {
background:#000000;
border-top:4px solid #2f2f2f;
font-size:1.1em;
padding-bottom:5px;
padding-right:10px;
}
.custom #footer a {
text-decoration:none;
border:0 none;
background:#2f2f2f;
color:#bfbfbf;
}
.custom #footer a:hover {
color:#ffffff;
background:#991F10;
}
.custom a {
color:#991f10;
text-decoration:underline;
}
.custom a:hover {
background:#991F10 none repeat scroll 0 0;
color:#FFFFFF;
text-decoration:none;
}
.custom h2 a {
color:#111111;
background:transparent;
text-decoration:none;
}
.custom h2 a:hover {
background:#991f10;
color:#ffffff;
text-decoration:none;
}
.custom h3 {
color:#333333
font-weight:bold;
font-size:1.2em;
}
.custom h4 {
color:#991f10
font-weight:bold;
font-size:1.2em;
}
.custom input.form_submit:hover {
background:#991f10;
color:#ffffff;
}
.custom .to_comments span.bracket {
color:#ffffff;
}
.custom .to_comments a {
background:transparent;
text-decoration:none;
}
.custom .to_comments a:hover {
background:#ffffff;
text-decoration:none;
}
/*calendar*/
.custom #calendar_wrap {
padding:0 1%;
width:98%;
}
.custom table#wp-calendar caption {
background:#000000 none repeat scroll 0 0;
font-weight:normal;
letter-spacing:2px;
text-transform:uppercase;
color:#ffffff;
}
.custom table#wp-calendar th {
background:#000000 none repeat scroll 0 0;
border-bottom:1px solid #DDDDDD;
text-align:center;
color:#bfbfbf;
width:14%;
}
.custom table#wp-calendar td {
color:#888888;
text-align:center;
width:14%;
}
.custom #calendar_wrap a:hover {
background:#991f10 none repeat scroll 0 0;
text-decoration:none;
}
/*sociable*/
.custom div.sociable { 
margin:0; 
padding;0;
}
.custom .sociable span {
	display: block;
}
.custom .sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.custom .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.custom .sociable ul li:before { content: ""; }
.custom .sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.custom .sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.custom .sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.custom .sociable a:hover {
background:transparent;
}
.custom .border {
border:2px solid #2f2f2f;
}
.custom .comments_closed p {
display:none;
color:#888888;
letter-spacing:1px;
text-transform:uppercase;
}
