/*
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; }	&lt;--- 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/
*/

/* from layout */
/*---:[ content elements ]:---*/
html { min-height: 101%; margin-bottom: 1px;}
body { font-family: verdana, "Tahoma", sans-serif; }
	#header { padding-top: 0; padding-bottom: 5px; }
		.post_box { padding-top: 2.2em; }
			.headline_area { margin-bottom: 2.2em; }
		.teasers_box { padding-top: 2.2em; padding-bottom: 2.2em; }
		#multimedia_box { margin-bottom: 2.2em; margin-top:1.0em }
	#footer { padding-top: 1.1em; padding-bottom: 1.1em; }

#content { width: 63.2em; float: right; }
			.no_sidebars #content { width: 100%; }
				.post_box, .teasers_box, .full_width #content_box .page { margin: 0 3em 0 1.3em; }
					.full_width #content_box .page { width: auto; }
				.no_sidebars .post_box { margin: 0 1.1em; }
				.teasers_box { width: 60em; }
					.teaser { width: 28.9em; }
				#archive_info, .prev_next { padding-right: 1em; padding-left: 2.2em; }
			#sidebars { width: 25.2em; border: 0; float: left; }
				.sidebar { width: 100%; }
				#sidebar_1 { border: 0; }
					.sidebar ul.sidebar_list { padding-right: 1.1em; padding-left: 1.1em; }

/* HEADER MODS BY MULES */

.custom #header
{
height: 314px;
background-color: #dbc781 !important;
background: url('http://meandthecat.com/blog/wp-content/themes/thesis_16/custom/images/meandcatheader.gif') left top no-repeat;
}

/* HEADER NUDGE LOGO-TAGLINE MODS BY MULES */

.custom #logo,
.custom #tagline
{
margin-left: 900px;
}

/* BODY MODS BY MULES */

body.custom
{
background-color: #af4525 !important;
background: url('http://meandthecat.com/blog/wp-content/themes/thesis_16/custom/images/blogbknd.gif') center top repeat scroll;
}


/* CONTENT BOX MODS BY MULES */

.custom #content_box
{
background-color: #dbc781 !important;
}



/* MENU NAV MODS BY MULES */

.custom .menu
{
height: 31px;
background-color: #cab571 !important;
border:0px;
}

.custom .menu li a
{
letter-spacing: 1px;
text-transform: uppercase;
font-size: 10px;
}

.menu a { font-size: 10px; line-height: 1.333em; padding: 0.767em 0.944em; border-width: 0.083em; border-left-width: 0; }
.menu ul a { width: 17.767em; border-left-width: 0.083em; }

/* BYLINE MODS BY MULES */

.custom p.headline_meta,
.custom p.headline_meta span,
.custom p.headline_meta abbr
{
font-weight: normal;
font-style: normal;
text-transform: smallcaps;
letter-spacing: 1px;
color: #9F6C00;;
cursor: auto;
}

.custom p.headline_meta span a
{
border-bottom: none;
}

/*---:[ post content area ]:---*/
.format_text { font-size: 12px; line-height: 18px; }


/* SIDEBARS MODS BY MULES */

.custom #sidebars
{
background: #dbc781;
}

.custom #sidebar_1
{
background: #dbc781;
}

.custom #sidebar_2
{
background: #dbc781;
}

/*---:[ sidebar styles ]:---*/
.sidebar { }
#column_wrap .sidebar ul.sidebar_list { padding-top: 2.2em; }
	li.widget { font-size: 1.3em; line-height: 1.0em; margin-bottom: 2.0em; }
	li.tag_cloud { line-height: 1.692em; }
		li.widget p { margin-bottom: 1.385em; }
		li.widget abbr, li.widget acronym { font-size: 0.769em; }
		li.widget code { font-size: 0.846em; }
			li.widget ul li { margin-bottom: 0.692em; }
				li.widget li ul { margin: 0.692em 0 0 1.385em; }

/* WIDGET MODS BY MULES */

.custom .widget h3, .custom .widget h3 a
{
text-transform: uppercase;
font-variant: smallcaps;
color: #990000;
letter-spacing: 1px;
}

.custom .widget
{
border-bottom:0;
}

/* COMMENT MODS BY MULES */

.custom dt.even,
.custom dd.even,
.custom dt.even span,
.custom dd.even span
{
color: #597cb8 !important;
background: #c4d9f1 !important;
}

.custom dt.even a,
.custom dt.even a:visited,
.custom dt.even a:active,
.custom dt.even span a,
.custom dt.even span a:active,
.custom dt.even span a:visited,
.custom dd.even a,
.custom dd.even a:visited,
.custom dd.even a:active,
.custom dd.even span a,
.custom dd.even span a:active,
.custom dd.even span a:visited
{
color: #597cb8 !important;
background: #c4d9f1 ;
}

.custom dt.even a:hover,
.custom dd.even a:hover,
.custom dt.even span a:hover,
.custom dd.even span a:hover
{
color: #ae4226 !important;
}

.custom dt.odd,
.custom dd.odd,
.custom dt.odd span,
.custom dd.odd span
{
color: #597cb8 !important;
background: #ffffff !important;
}

.custom dt.odd a,
.custom dt.odd a:visited,
.custom dt.odd a:active,
.custom dt.odd span a,
.custom dt.odd span a:active,
.custom dt.odd span a:visited,
.custom dd.odd a,
.custom dd.odd a:visited,
.custom dd.odd a:active,
.custom dd.odd span a,
.custom dd.odd span a:active,
.custom dd.odd span a:visited
{
color: #597cb8 !important;
background: #ffffff ;
}

.custom dt.odd a:hover,
.custom dd.odd a:hover,
.custom dt.odd span a:hover,
.custom dd.odd span a:hover
{
color: #ae4226 !important;
}

.custom dt.comment-author-admin,
.custom dd.comment-author-admin,
.custom dt.comment-author-admin span,
.custom dd.comment-author-admin span
{
color: #ae4226 !important;
background: #f8c9bf !important;
}

.custom dt.comment-author-admin a,
.custom dt.comment-author-admin a:active,
.custom dt.comment-author-admin a:visited,
.custom dd.comment-author-admin a,
.custom dd.comment-author-admin a:active,
.custom dd.comment-author-admin a:visited
{
color: #ae4226 !important;
background: #f8c9bf !important;
}

.custom dt.comment-author-admin a:hover,
.custom dd.comment-author-admin a:hover
{
color: #000000 !important;
}

/*---:[ comments area from layout ]:---*/
#comments { margin-right: 4.1em; margin-left: 3.1em; }
	.comments_intro, #respond_intro { margin-left: 1.1em; }
		dl#comment_list dt, dl#trackback_list dt { padding-right: 1.1em; padding-left: 1.1em; }
		dl#comment_list dd, dl#trackback_list dd { padding-left: 1.1em; }
			dl#comment_list dd .format_text, dl#comment_list dd #respond { padding-right: 1.1em; }
		dl#comment_list dl dt { padding-left: 2.2em; border-width: 0 0 0 0.1em; }
		dl#comment_list dl dt.bypostauthor { padding-left: 2.1em; border-width: 0 0 0 0.2em; }
		dl#comment_list dl dd { padding-left: 0; }
		dl#comment_list dl dd .format_text { padding-left: 1.6em; border-width: 0 0 0 0.071em; }
		dl#comment_list dl dd.bypostauthor > .format_text { padding-left: 1.5em; border-width: 0 0 0 0.143em; }
		dl#comment_list dl dd dl { padding-left: 2.2em; }
#commentform { padding-right: 2em; padding-left: 2.1em; }
.comments_closed, .login_alert { margin-left: 1.1em; }


/* FOOTER MODS BY MULES */

.custom #footer
{
padding: 2em;
color: #446194;
text-align: right;
background-color: #dbc781;
}

.custom #footer a,
.custom #footer a:link,
.custom #footer a:visited
{
color: #446194;
text-decoration: underline;
border-bottom: none;
}

.custom #footer a:hover
{
color: #ae4226;
text-decoration: none;
border-bottom: none;
}
