/*
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/
*/

#container {border: solid 5px #2c3f46}

body {background: #605d59}

a {color: rgb(223, 112, 13);}

.catsa  { font-size:12px; font-variant: small-caps;
letter-spacing: 1px; display: block; text-align: center; color: rgb(223, 112, 13); }

.catsimg  { display: block; margin: auto;}

#page {background-color: #ebe4da; padding: 0.7em 2.2em 2.2em 2.2em}

#header {border-bottom: 0px}
#content {background-color: white; border: solid 2px #d6d6d5}

.custom ul.menu li {padding: 0px 7px 0px 7px}

.custom ul.menu li.tab-home a { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat; display: block; height: 70px;background-position: 5px 41px;}
.custom ul.menu li.tab-home a:hover { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat;display: block; height: 70px;background-position: 5px -110px;}
.custom ul.menu li.tab.tab-home.current a { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat;display: block; height: 70px;background-position: 5px -110px;}

.custom ul.menu li.tab-1 a { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat; display: block; height: 70px;background-position: -58px 41px; padding-left: 30px; padding-right: 30px}
.custom ul.menu li.tab-1 a:hover { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat;display: block; height: 70px;background-position: -58px -108px; padding-left: 30px; padding-right: 30px}
.custom ul.menu li.tab.tab-1.current a { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat;display: block; height: 70px;background-position: -58px -108px; padding-left: 30px; padding-right: 30px}

.custom ul.menu li.tab-2 a { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat; display: block; height: 70px;background-position: -190px 41px;}
.custom ul.menu li.tab-2 a:hover { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat;display: block; height: 70px;background-position: -190px -108px;}
.custom ul.menu li.tab.tab-2.current a { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat;display: block; height: 70px;background-position: -190px -108px;}

.custom ul.menu li.tab-3 a { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat; display: block; height: 70px;background-position: -324px 41px;}
.custom ul.menu li.tab-3 a:hover { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat;display: block; height: 70px;background-position: -325px -109px;}
.custom ul.menu li.tab.tab-3.current a { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat;display: block; height: 70px;background-position: -325px -109px;}

.custom ul.menu li.tab-4 a { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat; display: block; height: 70px;background-position: -447px 41px;}
.custom ul.menu li.tab-4 a:hover { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat;display: block; height: 70px;background-position: -448px -108px;}
.custom ul.menu li.tab.tab-4.current a { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat;display: block; height: 70px;background-position: -448px -108px;}

.custom ul.menu li.tab-5 a { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat; display: block; height: 70px;background-position: -534px 41px;}
.custom ul.menu li.tab-5 a:hover { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat;display: block; height: 70px;background-position: -535px -109px;}
.custom ul.menu li.tab.tab-5.current a { background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_17/custom/images/menubk.png) no-repeat;display: block; height: 70px;background-position: -535px -109px;}

.custom #content_box { background:none}
.custom #column_wrap { background:none}
#sidebar_1 {width: 7em;}

#sidebar_1.sidebar ul.sidebar_list {padding-top: 0px}
#sidebar_1 ul.sidebar_list {padding-left: 0px;border: none; padding-right: 1em;}
#sidebar_2 ul.sidebar_list {padding-left: 2.2em;border: none}

#sidebar_1 li.widget {padding-bottom: 1em}
#sidebar_2 li.widget {color:#646464}

.textwidget img {margin-left: 5px}

#header {background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_16b/custom/images/header.png) no-repeat; display: block; height: 60px; text-indent: -9999px}

#image_box {padding-top:0px; padding-left: 2.2em; border:none}
#image_box img {padding: 0px}

#footer {border: none}

li#recent-comments-2.widget.widget_recent_comments h3 {background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_16b/custom/images/comments2.png) no-repeat; padding-left: 25px; }
li#tag_cloud-2.widget_tag_cloud h3 {background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_16b/custom/images/tags.png) no-repeat; padding-left: 25px; }
li#text-451534071.widget.widget_text h3 {background:url(http://www.alberodelcolore.com/blog/wp-content/themes/thesis_16b/custom/images/twitter.png) no-repeat; padding-left: 25px; }

#sidebar_1 ul.sidebar_list h3 {text-align: center; margin-bottom: 0.5em;}
#sidebar_2 ul.sidebar_list h3 {font-size: 1.1em}

#text-238855912 h3  {margin-left: -2px}
#text-333411271 h3  {margin-left: 3px}
#text-238855911 h3  {margin-left: -9px}
#text-333410931 h3  {margin-left: -9px}
#text-333411272 h3  {margin-left: 2px}
#text-333411273 h3  {margin-left: -7px}
#text-333411274 h3  {margin-left: -7px}

#archive_info {border-width: 0px 0px 0px 0px}