/*
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 {
	background-color: #0B2F49;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

.clear {
	clear: both;
}

/*** TITLE AREA STYLING ***/

#title_area {
	height: 88px;
	margin: 0;
	padding: 0;
}

.custom #logo {
	padding: 0;
}

.custom #logo a {
	background: transparent url(images/chazography.png) no-repeat scroll left top;
	display: block;
	float: left;
	height: 88px;
	text-indent: -9999px;
	width: 500px;
}

.custom #tabs {
	border: none;
	float: right;
	height: 88px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.ie ul#tabs { 
	border: none!important;
	width: auto!important
}

.custom #tabs a {
	letter-spacing: normal !important;
	text-transform: none !important;	
}

.custom #tabs li {
	background: transparent url(images/tabLeftOther.png) no-repeat scroll left bottom;
	float: left;
	margin: 0 1px;
	padding: 0 0 0 8px;
	border: none;
}

.custom #tabs li a {
	background: transparent url(images/tabRightOther.png) no-repeat scroll right top;
	color: #f0f0f0;
	display: block;
	font-size: 14px;
	font-variant: normal !important;
	margin-top: 48px;
	padding: 13px 18px 13px 10px;
	text-decoration: none;
}

.custom #tabs li.current_page_item {
	background: transparent url(images/tabLeftCurrent.png) no-repeat scroll left bottom;
	padding-bottom: 0;
}
	
.custom #tabs li.current_page_item a {
	background: transparent url(images/tabRightCurrent.png) no-repeat scroll right top;
	color: #000000;
}

/*** HEADER AREA STYLING ***/

.custom #header_area {
	background-color: #E4F2FD;
	border-bottom: 1px solid #C9DAE7;
}

.custom #header {
	border: none;
	color: #7c9bb3;
	margin: 0;
	padding: 8px 0;
}

.custom #header h2 {
	float: left;
	font-size: 2em;
	font-weight: bold;
}

.custom #socialMedia {
	float: right;
	list-style: none;
	margin-right: 5px;
}

.custom #socialMedia li {
	float: left;
	line-height: 25px;
	margin-right: 4px;
}

.custom #socialMedia img {
	vertical-align: middle;
}

/*** CONTENT AREA STYLING ***/

.custom #content_area {
	background-color: #ffffff;

}

.custom #content_box {
	background: transparent none no-repeat scroll;
}

.custom #archive_info {
	background-color: #FDFCBC;
	border: 1px solid #F4F659;
	margin: 15px 0;
}

.custom #commentform span.allowed  {
	background-color: #E4F2FD;

}

.custom #sidebars {
	width: 300px;
}

.sidebar ul.sidebar_list {
	padding-left: 0;
	padding-right: 0;	
}

.custom .sidebar h3 {
	border-bottom: 1px dotted #BBBBBB;
	font-variant: normal;
	letter-spacing: 1px;
	font-size: 1.1em;
}

.post_box, .teasers_box, .full_width #content_box .page {
	margin: 0;
}

div.relatedPosts {
	background-color: #FDFCBC;
	border: 1px solid #F4F659;
	margin-bottom: 15px;
	padding: 15px;
}

div.relatedPosts p {
	margin: 10px 0;
}

div.relatedPosts h4 {
	color: #AA9C00;
	font-size: 1.25em;
	margin: 10px 0;
	text-transform: uppercase;
}

div.relatedPosts ul {
	list-style: none;
	margin: 10px 0 30px 0;
}

div.sidebarResources img {
	float: left;
	margin-right: 5px;
}

.custom .prev_next {
	background-color: #FDFCBC;
	border: 1px solid #F4F659;
	margin-bottom: 15px;
}

/*** FOOTER AREA STYLING ***/

.custom #footer_area {
	background-color: #E4F2FD;	
	border-top: 1px solid #C9DAE7;
	padding: 10px 0;
}

.custom #footer {
	border: none;
	padding: 5px;
	text-align: left;	
}

.custom #footer p {
	color: #2361A1;
	font-size: 1.5em;
	margin: 0 0 5px 0;
}

.custom #footer a {
	color: #2361A1;
	font-size: 1.2em;
}

.custom #footer a:hover {
	color: #FFFFFF;
	background-color: #2361A1;
}

.custom #footer p.stick_around span {
	font-size: 1.6em;
}

/*** COPYRIGHT AREA STYLING ***/

#copyright_area {
	border-top: 2px solid #C9DAE7;
}

#copyright {
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 1.8em;
	margin: 8px 0;
}

#copyright .copyright {
	float: left;
}

#copyright .feed {
	float: right;
	text-align: right;
}

#copyright .feed a { 
	background: transparent url(images/feed.png) no-repeat scroll right;
	color: #7C9BB3;
	font-weight: bold;
	padding-right: 22px;
}

#copyright .feed a:hover { 
	text-decoration: underline;
}

/*** GALLERY PAGE STYLES ***/

#flickrStream {
	background: #EFF8FF url(images/flickr.png) no-repeat scroll left;
	border: solid 1px #C9DAE7;
	margin: 10px 0;
	padding: 0 0 0 60px;
	position: relative;
	height: 150px;
	width: 900px;
}

#flickrStream li {
	list-style: none; 
	float: left; 
	height: 150px; 
	width: 150px;	
}

#flickrStream li a {
	display: block; 
	border: solid 2px #C9DAE7;
	height: 130px; 
	margin: 10px 10px 10px 0;
	text-indent: -9999px; 
	width: 130px; 
}

#flickrStream li a:hover {
	border: solid 2px #ff0084;
}

#flickrSets {
	width: 768px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#flickrSets ul {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#flickrSets ul li {
	list-style: none;
	background-color: #EFF8FF;
	margin: 0 10px 10px 0;
	float: left;
	width: 180px;
	height: 180px;
	border: 1px solid #C9DAE7;
}

#flickrSets ul li a {
	background-color: #EFF8FF;
	font-weight: bold;
	display: block;
	width: 160px;
	height: 25px;
	line-height: 33px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	border-top: 1px solid #C9DAE7;
	margin: 0;
	padding: 0;
}

#flickrSets ul li a:hover {
	text-decoration: underline;
}

#flickrSets ul li span {
	position: relative;
	bottom: 0px;
	display: block;
	width: 158px;
	height: 158px;
	border: 1px solid #C9DAE7;
	background-color: #000000;
	text-align: center;
	margin: 10px;
	
}

.hide {
	display: none;
}

/*** MASHUP PAGE STYLES ***/

#flickrMashup, #lastfmMashup, #twitterMashup {
	background-color: #EFF8FF;
	border: 1px solid #C9DAE7;
	float: left;
	height: 360px;
	padding: 0px 5px;
	margin: 10px 12px 0 0;
	width: 300px;
}

#flickrMashup h2, #lastfmMashup h2, #twitterMashup h2 {
	margin: 8px 0;	
}

#flickrMashup ul, #lastfmMashup ul, #twitterMashup ul {
	clear: both;
	list-style: none outside none;
	margin-bottom: 15px;
}

#flickrMashup h2 a, #lastfmMashup h2 a, #twitterMashup h2 a {
	display: block;
	color: #346196;	
	line-height: 32px;
	height: 32px;
	text-indent: 37px;
	text-decoration: none;
}

#lastfmMashup li, #flickrMashup li {
	border: 0;
	float: left;
}

#lastfmMashup li a, #flickrMashup li a {
	display: block;
	height: 50px;
	width: 50px;
}

#flickrMashup h2 a {
	background: transparent url(images/flickr_logo.png) no-repeat scroll top left;
}

#lastfmMashup h2 a {
	background: transparent url(images/lastfm_logo.png) no-repeat scroll top left;
}

#twitterMashup {
	color: #456B88;
	margin-right: 0;
}

#twitterMashup a {
	color: #456B88;
	text-decoration: underline;
}

#twitterMashup h2 a {
	background: transparent url(images/twitter_logo.png) no-repeat scroll top left;
}

#twitterMashup ul li {
	display: block;
	margin-bottom: 5px;
}

div.twitterMashupTweet {
	background: transparent url(images/twitter_quote.png) no-repeat scroll top left;
	display: block;
	font-size: 12px;
	height: 82px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.twitterMashupTweet div.distance {
	float: left;
}

div.twitterMashupTweet div.center {
	clear: left;
	display: inline-block;
	height: 74px;
	margin: 0;	
	padding: 8px 5px;
	text-align: center;
	vertical-align: middle;
}

div.twitterMashupTime {
	display: block;
	font-size: 12px;
	vertical-align: middle;
}

#home_sidebar, .blogMashup ul {
	list-style: none;
}

.blogMashup ul {
	margin-bottom: 15px;
}

.blogMashup {
	float: left;
	width: 300px;
	padding: 0 5px;
	margin: 15px 12px 0 0;
}

.widgettitle {
	color: #0B2F49;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.blogMashup ul li {
	border-bottom: 1px solid #C9DAE7;
	font-size: 13px;
	line-height: 25px;
}

/*** MISCELLANEOUS PAGE STYLES ***/

#wpstats {
	visibility: hidden;
}
