/*
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/
*/

.custom #header { border-bottom:none;
height:150px;
padding-top:0;
padding-bottom:0;
background:url(http://angryandcliff.com/wp-content/uploads/2010/03/angryandcliff-header-image2.jpg)
center left no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }


/*---:[ Set 2: repeating background grid pattern for brick background ]:---*/

body.custom { background: #f9f5db url('images/brick004.jpg'); background-attachment: fixed; }

.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }

.custom #page { padding: 2em 1.9em; 
background: #fff; 
border: 0.1em solid #b5b198; 
border-top: 0; 
}

/*---:[ end Set 2 ]:---*/

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #BDAB99;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 265px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #2361A1;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1.5em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #660000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #660000;
	/* distance between border and widget text */
	margin-bottom: 5px;
}
	
/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

.custom #footer {
	height: 250px;
	width: 870px;
	background: #A39484;
}

/* footer font styles */
.custom #footer a {
	font-size: 1.2em;
	border-bottom: none;
	/* default Thesis link color */
	color: #111111;
}
.custom #footer a:visited {
	text-decoration: none;
	/* default Thesis link color */
	color: #111111;
}
.custom #footer a:link {
	text-decoration: none;
	/* default Thesis link color */
	color: #111111;
}
.custom #footer a:hover {
	text-decoration: underline;
	/* default Thesis link color */
	color: #660000;
}
/*---------------------------------*/
/* END OF WIDGETIZED FOOTER        */
/*---------------------------------*/

/*---------------------------------*/
/* Start of widget header edit     */
/* each CSS change puts image      */
/* in place of invisible text      */
/*---------------------------------*/


/* Social media buttons heading   */

.custom li#text-5.widget h3 {
height: 46px;
background: url(images/find_us.jpg) no-repeat;
font-size: 0;
visibility: none;
position: relative;
left: -10px;
}


/* Archives heading   */
.custom li#archives-3.widget h3 {
height: 46px;
background: url(http://angryandcliff.com/wp-content/uploads/2010/03/archives.jpg) no-repeat;
font-size: 0;
visibility: none;
position: relative;
left: -10px;
}

/* Comments widget heading   */
.custom li#recent-comments-3.widget h3 {
height: 46px;
background: url(http://angryandcliff.com/wp-content/uploads/2010/03/your_comments.jpg) no-repeat;
font-size: 0;
visibility: none;
position: relative;
left: -10px;
}

/* Search box widget heading   */
.custom li#search.widget h3 {
height: 46px;
background: url(http://angryandcliff.com/wp-content/uploads/2010/03/search.jpg) no-repeat;
font-size: 0;
visibility: none;
position: relative;
left: -10px;
}

/* Twitter plugin widget heading   */
.custom li#twitter-tools.widget h3 {
height: 46px;
width: 300px;
background: url(http://angryandcliff.com/wp-content/uploads/2010/03/Twittering.jpg) no-repeat;
font-size: 0;
visibility: none;
position: relative;
left: -10px;
}

/* Recent posts widget heading   */
.custom li#widget_killer_recent_entries-2.widget h3 {
height: 46px;
background: url(http://angryandcliff.com/wp-content/uploads/2010/03/recent_shows.jpg) no-repeat;
font-size: 0;
visibility: none;
position: relative;
left: -10px;
}

/* Tag cloud widget heading   */
.custom li#tag_cloud-3.widget h3 {
height: 46px;
background: url(http://angryandcliff.com/wp-content/uploads/2010/03/weve-discussed.jpg) no-repeat;
font-size: 0;
visibility: none;
position: relative;
left: -10px;
}

/* sidebar pages widget heading   */
.custom li#pages-3.widget h3 {
height: 46px;
background: url(http://angryandcliff.com/wp-content/uploads/2010/03/pages.jpg) no-repeat;
font-size: 0;
visibility: none;
position: relative;
left: -10px;
}

/* sidebar categories widget heading   */
.custom li#categories-3.widget h3 {
height: 46px;
width: 165px;
background: url(http://angryandcliff.com/wp-content/uploads/2010/03/categories.jpg) no-repeat;
font-size: 0;
visibility: none;
position: relative;
left: -15px;
}

