/*
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/
*/

/* HTML & BODY */
html { overflow-x: hidden; }
/*body { background: url(images/bg.png) repeat; }
#page { background: url(images/bg-page.png) repeat-y;}*/

/* HEADER */
#logo a { color:#555; }
#logo a:hover { color:#555; }

#header {
	position: relative;
	height: 120px;
	background: url(images/bg_top.gif) repeat;
}

#header .box { 
	background:url(images/bg-header-box.png) repeat-x;	
}

#header .box.right {
	float: right;
	margin-right: 15px;
	padding: 20px 20px 30px 12px;
	width: 430px;
}

#header .box.left {
	float: left;
	margin-left: 10px;
	padding: 12px 30px 15px 10px;
	width: 345px;
}

/* DISQUS */
#disqus_thread { margin:20px 2.2em 10px 1.1em; padding:20px 0 0; border-top: 1px solid #ddd; font-family: Arial, Helvetica, sans-serif;}
#disqus_thread h3 { font-weight: bold; margin: 0 0 14px 0; font-size: 15px; }
a.dsq-brlink { display: none; }
input.dsq-trackback-url { width: 350px; padding: 3px; }
.dsq-subscribe-email { display: none; }
.dsq-subscribe-rss { display: none; }
.dsq-subscribe { display: none; }

#dsq-comments-title { float: left !important; width: 50%; clear:none;}
#dsq-content .dsq-options { float: right; width: 50%; clear:none; text-align: right; background: none;}
#dsq-content .dsq-options span { margin-right:0; }

#dsq-comments { clear:both;}
#dsq-content #dsq-new-post { border-top: 1px solid #eee; padding-top: 20px; }
#dsq-combo-content h3 { font-size: 13px !important; }
#dsq-combo-widget #dsq-combo-tabs li a { outline: none; }

/* POST HR */
hr { height:0; width:100%; border: 0; border-bottom:1px solid #e1e1e1; margin:20px 0 20px 0; }

/* NAV-MENU */
.menu .current > a, .menu .current-cat > a { cursor: pointer; }
.menu li { margin-right: 1px; }

/* TEASERS */
.teaser .format_teaser p { margin-bottom: 10px; }

/* POSTS */
.format_text img.block, .format_text img.alignnone, .wp-caption.alignnone { margin:0 0 1.5em 0; }
.format_text .photoby { display: block; margin: -4.0em 0 14px 0; color: #999; font-size: 11px; }

.format_text .post_tags { margin-top:1.833em; }


/* SOCIAL TOOLBAR */
#social_toolbar {
	background:#F3F3F3;
	border-bottom:1px solid #D4D4D4;
	border-top:1px solid #D4D4D4;
	margin:20px 0;
	padding:10px 0;
}

#social_toolbar li {
	display:inline;
	margin:0;
	padding:0;
}

#social_toolbar a {
	color:#69666A;
	font-size:11px;
	font-weight:normal;
	margin:10px 0 0;
	padding-left:10px;
}

social_toolbar a.subscribe {
	background-image:url(images/feed.gif);
	margin-left:20px;
}

/* SIDEBAR RSS */

ul.rss li a {
	background: url(/wp-content/themes/thesis_16/lib/images/icon-rss.gif) no-repeat left center;
	padding-left: 18px;
}


/* FOLLOW LINKS - OPTIONAL */
.follow #twitter:hover {
	background-position:0 -26px;
}

.follow #twitter {
	background:transparent url(images/follow_btns.png) no-repeat scroll 0 0;
	display:block;
	height:26px;
	position:absolute;
	right:68px;
	text-indent:-9999px;
	top:-5px;
	width:64px;
}

.follow #facebook:hover {
	background-position:-64px -26px;
}

.follow #facebook {
	background:transparent url(images/follow_btns.png) no-repeat scroll -64px 0;
	display:block;
	height:26px;
	position:absolute;
	right:0;
	text-indent:-9999px;
	top:-5px;
	width:64px;
}

/* SIMILAR POSTS */
#similar-posts {
	border-top: 1px solid #DDDDDD;
	margin:10px 0 0;
	padding:0;
}

/* HEADER TWITTER */
.twitStream {
	width:325px;	
}

	.twitStream a {	
		font-size: 11px;
		color: #1F98C7;
		text-decoration: none;
	}
	
	.twitStream a:hover {
		text-decoration: underline;
		border-bottom: none;	
	}

	.twitStream a.tweet-user {
		font-weight: bold;
	}

.tweet {
	display:block;
	width:325px;
}

.tweet-left {
	float: left;
	height: 48px;
	width: 48px;
	padding: 8px 8px;
	background: url(images/image-shadow.png) no-repeat;
	margin-top: -5px;
}

.tweet-left img {
	border: 1px solid #e1e1e1;
}

.tweet-right {
	width: 254px;
	float: right;
}

.tweet p.text {
	font-family:Arial,Georgia;
	color: #fff;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 0;
}

.tweet p.text a {
	font-family:Arial,Georgia;
	font-size: 12px;
	line-height: normal;
}

.tweet p.text a:hover {
	border-bottom: none;	
}

.tweet p.author {
	color:#999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:3px;
	text-transform:uppercase;
}


.tweet p.author a:hover {
	border-bottom: none;
}


/*Tabbed Widget Version 2.0*/
.tabbedwidget {		
	margin-bottom:2.769em;
}

.tabbedwidget h3 {		
	font-size: 13px;
}

.tabnav {
	padding-top: 8px;
	height: 18px;
}

.tabnav li {
	display:inline;
	float:left;
	margin-right:2px;
}

.tabnav li a {
	background: #CCCCCC;
	padding:4px 5px;
	outline: none;
	font-size: 11px;
	color: #444;
	display: block;
}

.tabnav li a:hover, .tabnav li a:active {
	text-decoration: none;
}

.tabnav li.ui-tabs-selected a {
	background: #F0F0F0;
}

.tabdiv {
	background: #F0F0F0;
	padding: 12px;
	clear:both;
}

.tabdiv li {
	list-style: none;
	margin-bottom: 0.667em;
	font-size:12px;
	line-height:15px;
}

.tabdiv li a {
	color: #444;
	display: block;
	line-height: 16px;
}

	.tabdiv li a.facebook {
		padding-left: 22px;		
		background: url(images/facebook.png) no-repeat;		
	}
	
	.tabdiv li a.twitter {
		padding-left: 22px;		
		background: url(images/twitter.png) no-repeat;		
	}
	
	.tabdiv li a.youtube {
		padding-left: 22px;		
		background: url(images/youtube.png) no-repeat;		
	}
	
	.tabdiv li a.linkedin {
		padding-left: 22px;		
		background: url(images/linkedin.png) no-repeat;		
	}
	
	.tabdiv li a.stumble {
		padding-left: 22px;		
		background: url(images/stumbleupon.png) no-repeat;		
	}
	
	.tabdiv li a.digg {
		padding-left: 22px;		
		background: url(images/digg.png) no-repeat;		
	}
	
	.tabdiv li a.delicious {
		padding-left: 22px;		
		background: url(images/delicious.png) no-repeat;		
	}
	
	.tabdiv li a.vimeo {
		padding-left: 22px;		
		background: url(images/vimeo.png) no-repeat;		
	}
	
	.tabdiv li a.ustream {
		padding-left: 22px;		
		background: url(images/ustream.png) no-repeat;		
	}
	
	.tabdiv li a.pusha {
		padding-left: 22px;		
		background: url(images/pusha.png) no-repeat;		
	}
	
	.tabdiv li a.lastfm {
		padding-left: 22px;		
		background: url(images/lastfm.png) no-repeat;		
	}
	
	.tabdiv li a.flickr {
		padding-left: 22px;		
		background: url(images/flickr.png) no-repeat;		
	}
	

.ui-tabs-hide {
	display: none;
}