/* @override http://dev.red66.com:8888/wp-content/themes/thesis/custom/custom.css */

/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's 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!
*/

/*---:[ Set 6: image of ocean water that slides into a tranquil blue-green color ]:---*/

body.custom { background: #000 none no-repeat 50% 0; }

.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #b2001a; border: 0.4em solid #610008; }

.custom #page { background: #fff; }
	
/*.custom #header { 
	border-bottom: 3px double #ddd; 
	clear: both; 
	background: url(images/multi_banner-5.png) no-repeat;
	padding-top: 5em;
	padding-bottom: 0.429em;
	text-align: left;
}*/

#footer ul li {
	list-style-type: none;
}

.custom #footer {
	text-align: left;
	background: url(images/footer-banner.png) no-repeat;
}

#footer p {
	padding-top: 1.1em;
}

div#my_info {
	padding-right: 1.1em;
}

/*---:[ #header styles ]:---*/

/*#header #logo { line-height: 1.167em;
	font-size: 2em !important;
	font-weight: bold;
	left: -1200px;
	position: absolute;
}*/

	/*#header #logo a, #header #logo a:visited { color: #320000; text-decoration: none;
	font-variant: small-caps;
}

	#header #logo a:hover { color: #2361a1; }
	
#header #tagline { font-weight: normal; font-size: 1.4em; line-height: 1.429em; color: #888; }*/

/*---[ end Set 6 ]:---*/

#disqus_thread {
	margin-right: 20px;
}

/*#sidebars div.sidebar.alert { background: #ffffa0; border: 1px solid #e5e597;
	left: -1px;
	position: relative;
}*/

#sidebars div.sidebar.alert ul.sidebar_list {
	background: #ffffa0; border: 1px solid #e5e597;
}

#sidebar_0 ul.sidebar_list li.widget {
	padding: 1.1em;
	margin-bottom: 0;
}

#sidebars div.sidebar ul.sidebar_list {
	background-color: #fff;
	padding-top: 1.1em;
}

li.widget.thesis_widget_search {
	padding: 0 0 0.692em;
	margin: 0;
}

li.widget.thesis_widget_recent {
	padding: 0.692em 0 0;
	margin: 0;
}

/*li.widget.widget_text {
	margin: 0;
	padding-top: 1.1em;
	padding-bottom: 1.1em;
}*/

li.widget.widget_text {
line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6;
	margin-bottom: 1.1em;
	padding: 1.1em;
	width: 95%;
}

div#dsq-combo-recent.dsq-combo-box {
	background-color: #e3f0f2 !important;
}

div#dsq-combo-popular.dsq-combo-box {
	background-color: #e3f0f2 !important;
}

div#dsq-combo-people.dsq-combo-box {
	background-color: #e3f0f2 !important;
}

li#dsq-combo-tab-recent.dsq-active {
	background-color: #e3f0f2 !important;
}

li#dsq-combo-tab-popular.dsq-active {
	background-color: #e3f0f2 !important;
}

li#dsq-combo-tab-people.dsq-active {
	background-color: #e3f0f2 !important;
}

p.dsq-widget-meta {
	padding-top: 0.429em !important;
}

#sidebar_1 ul.sidebar_list li.widget.widget_text div.textwidget h4 {
	margin-top: 1.1em;
	margin-bottom: 0.692em;
}

li.delicious-post.delicious-odd {
	/*background-color: #eaeaea;*/
	padding: 0.429em;
	border-bottom: 1px solid #ddd;
}

p.delicious-extended {
	margin-left: 1.1em;
	font-size: 1em;
}

a.delicious-tag {
	background-color: #e3f0f2;
	padding: 4px;
	color: #2361a1;
}

li.delicious-post.delicious-even {
	padding: 0.429em;
	border-bottom: 1px solid #ddd;
	background-color: #efefef;
}

a.delicious-link {
	font-weight: bold;
	text-decoration: none;
}


#custom_box { background: #eee; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;
	padding-right: 1.1em;
	padding-bottom: 1.1em;
	padding-left: 1.1em;
}

/*#sidebar_box {
	margin: 1.1em;
}*/

/*li.widget { font-size: 1.3em; line-height: 1.385em; margin-bottom: 2.769em; }*/
	
li.widget.rtfm { line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6;
	padding-top: 1.1em;
	padding-bottom: 1.1em;
	padding-left: 1.1em;
	margin-bottom: 0;
}

li.widget.rtfm h4 { font-size: 1.077em; font-weight: bold; line-height: 1.286em; margin-bottom: 0.429em; }

li.widget.rtfm p { margin-bottom: 1em; padding: 0; }

li.widget.alert { line-height: 1.385em; background: #ffffa0; border: 1px solid #e5e597;
	padding-top: 1.1em;
	padding-bottom: 1.1em;
	padding-left: 1.1em;
	margin-bottom: 0;
}

li.widget.alert h4 { font-size: 1.077em; font-weight: bold; line-height: 1.286em; margin-bottom: 0.429em; }

li.widget.alert p { margin-bottom: 0; padding: 0; }


#rss_subscribe a img {
	padding-left: 1em;
	padding-right: 0.9em;
}

#sidebar_box {
	padding: 0;
}

div#sidebar_box.sidebar {
	padding: 0;
}

#sidebar_1 .friendfeed.widget {
  color: #222222 !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 10pt !important;
  position: relative !important;
  border: 0px !important;
}

#sidebar_1 .friendfeed.widget .feed .entry .comments .comment,
.friendfeed.widget .feed .entry .body .summary {
  overflow: auto !important;
  white-space: normal !important;
}

#sidebar_1 .friendfeed.widget .feed {
  	margin: 0 !important;
	padding: 0 !important;
}

#sidebar_1 .friendfeed.widget,
#sidebar_1 .friendfeed.widget div,
#sidebar_1 .friendfeed.widget span,
#sidebar_1 .friendfeed.widget img,
#sidebar_1 .friendfeed.widget table,
#sidebar_1 .friendfeed.widget tr,
#sidebar_1 .friendfeed.widget td {
  background-color: #e3f0f2 !important;
  /*padding-right:  0.692em !important;*/
}

#sidebar_1 .friendfeed.widget .bottom {
	margin-top: 1.1em !important;
	margin-bottom: 1.1em !important;
}

#lifestream .friendfeed.widget {
  color: #222222 !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 10pt !important;
  position: relative !important;
  border: 0px !important;
}

#lifestream .friendfeed.widget .feed .entry .comments .comment,
.friendfeed.widget .feed .entry .body .summary {
  overflow: auto !important;
  white-space: normal !important;
}

#lifestream .friendfeed.widget .feed {
  	margin: 0 !important;
	padding: 0 !important;
}

#lifestream div.friendfeed.widget div.feed div.entry {
	border-bottom: 1px dotted #bbb;
	margin-bottom: 0.692em;
	padding-bottom: 0.692em;
}

#lifestream .friendfeed.widget .bottom {
	margin-top: 1.1em !important;
	margin-bottom: 1.1em !important;
}

.friendfeed.widget a, a:visited {
	text-decoration: none !important;
	border-bottom-style: none !important;
	color: #2361a1 !important;
}

.friendfeed.widget a:hover {
	text-decoration: none !important;
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
}

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 51px; width: 860px; background: url('images/multi_banner-5.png') no-repeat; outline: none; }
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }
/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; border-bottom: 1px solid #ddd;}

div.breadcrumb {
	padding-top: 0.692em !important;
	padding-bottom: 0.692em !important;
	font-size: 12px !important;
}

div.breadcrumb a {
	text-decoration: none !important;
}

div.breadcrumb a:hover {
	border-bottom: 1px solid !important;
	text-decoration: none !important;
}

/*div #content.hfeed a, a:visited { color: #2361a1; text-decoration: none;
	border-bottom: 1px solid #2361a1;
}

div #content.hfeed a:hover { color: #2361a1; text-decoration: none;
	border-bottom-style: none;
}

div #sidebars a, a:visited { text-decoration: none; border-bottom-style: none;
}

div #sidebars a:hover { text-decoration: none; border-bottom: 1px solid #2361a1;
}*/
