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

img a {
	border: none;
}

.custom img a {
	border: none
}

.custom #header {
	border-bottom: 1px solid #ddd;
	clear: both;
}

.custom a, .custom a:visited {
	color: #000;
	text-decoration: none;
}

.entry-content a {
	color: #000;
	text-decoration: none;
	background-color: #d5e17b;
}

.entry-content a:hover {
	color: #000;
	text-decoration: none;
}

.entry-content {
	text-align: justify;
}

.custom a:hover {
	color: #000;
}

.custom #header #logo a {
	display: block;
	height: 210px;
	width: 950px;
	background: url('/images/nerdist-nerdimal.gif') no-repeat;
	outline: none;
}

.custom #header #logo, .custom #header #tagline {
	text-indent: -9999px;
}

.custom #header #tagline {
	height: 0;
}

.custom #header {
	padding: 0;
}

#twitter_div {
	background-color: #d5e17b;
	padding: 15px;
	font: 115% Georgia, "Times New Roman", Times, serif;
	width: 170px;
}

#twitter_div  a {
	background-color: #c0cc3d;
}

li.widget p a { text-decoration: none; }

.sidebar a {
	text-decoration: none;
	background-color: #fff;
	border-style: none;
	color: #464646;
}

.sidebar a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #747474;
}

.sidebar a:hover {
	text-decoration: none;
	color: #000;
}

.image-border {
	text-decoration: none;
	border: 0 none;
	background-color: transparent;
}

.custom a.imagelink:hover {
	background-color: transparent;
}

.custom #footer {
	color: #888;
	border-top: 1px solid #ddd;
	text-align: left;
	clear: both;
}

.custom input, .custom textarea {
	font-size: 1em;
	color: #444;
	background: #dfdfdf;
	border: 1px solid #dfdfdf;
	margin-bottom: 5px;
}

.custom input:focus, .custom textarea:focus {
	background: #dfdfdf;
	border-color: #777;
	margin-bottom: 5px;
}

.custom #signupframe, td {
	text-align: left;
}

.author_comment {
	background: #e7eeb8 url(images/author-lines-blue.gif) repeat;
}

.comment_time, .edit_comment {
	color: #888;
	background-color: transparent;
}

.comment_time a, .edit_comment a {
	color: #888;
	background-color: transparent;
}

.comment_time a:hover, .edit_comment a:hover {
	color: #888;
	background-color: transparent;
}

.post_tags a:link,.post_tags a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #888888;
}

.post_tags a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #000;
}

li.thesis_widget_google_cse form input[type="submit"] {
	font-weight: bold;
	color: #111;
	cursor: pointer;
	background-color: #c0cc3d;
}

li.thesis_widget_google_cse form input[type="submit"]:hover {
	color: #fff;
	background-color: #000;
}

input.form_submit {
	font-weight: bold;
	color: #111;
	cursor: pointer;
	width: auto !important;
	overflow: visible;
	background-color: #c0cc3d;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#commentform input.form_submit {
	
}

input.form_submit:hover {
	color: #fff;
	background-color: #000;
}

/* @group socialable */

div.sociable {
	margin: 16px 0;
}

span.sociable_tagline {
	position: relative;
}

span.sociable_tagline span {
	display: none;
	width: 14em;
}

span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

.sociable span {
	display: block;
}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.sociable ul li:before {
	content: "";
}

.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	background-color: white;
}

.sociable-hovers a {
	background-color: white;
}

.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	background-color: white;
}

/* @end */

#tabs .rss a {
	padding-right: 16px;
	background: url('/images/icon-rss-blue.gif') 100% 50% no-repeat;
}

.custom .sidebar h3 {
	font-variant: normal;
	font-size: 11px;
}

custom #footer_1 {
	text-align: left;
	color: #333;
}

.custom #footer_1 ul.sidebar_list li.widget {
	width: 23%;
	margin-right: 2%;
	float: left;
}

.custom #footer_1 ul.sidebar_list li.widget h3 {
	color: #222;
}

.custom #footer_1 ul.sidebar_list li.widget a {
	color: #444;
	border-bottom: 0;
}

.custom #footer_1 ul.sidebar_list li.widget a:hover {
	color: #111;
}

/* @group menu */

.menu {
	position: relative;
	list-style: none;
	z-index: 50;
	border-bottom: 1px solid #dddddd;
}

.menu li {
	position: relative;
	float: left;
}

.menu ul {
	position: absolute;
	visibility: hidden;
	list-style: none;
	z-index: 110;
}

.menu ul li {
	clear: both;
}

.menu a {
	display: block;
}

.menu table {
	position: absolute;
	left: 0;
	border-collapse: collapse;
}

.menu table table {
	top: 0 !important;
}

.menu ul ul {
	position: absolute;
	top: 0;
}

.menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul {
	visibility: visible;
}

.menu :hover ul ul, .menu :hover ul :hover ul ul {
	visibility: hidden;
}

.menu, .menu a, .menu li ul {
	
}

.menu a {
	font: bold 16px Arial Black,"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
	letter-spacing: 0;
}

.menu .current > a, .menu .current-cat > a {
	cursor: text;
	color: #c0cc3d;
}

/*---:[ nav menu styles ]:---*/

ul#tabs {
	list-style: none;
}

ul#tabs li {
	margin-bottom: -0.1em;
	background: #fff;
	border-left: 0;
	float: left;
}

ul#tabs li.current_page_item, ul#tabs li.current-cat {
	padding-bottom: 0.1em;
	background: #fff;
	border-bottom: 0;
}

ul#tabs li a {
	display: block;
	line-height: 1em;
	color: #111;
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

ul#tabs li a:hover {
	color: #111;
	text-decoration: underline;
}

ul#tabs li.current_page_item a, ul#tabs li.current-cat a {
	cursor: default;
}

ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover {
	text-decoration: none;
}

/* DO NOT DISPLAY "COMMENTS CLOSED" IF THEY ARE CLOSED ON POSTS AND PAGES*/

.custom .comments_closed p, {
	display: none;
}

.custom .comments_closed p {
	display: none;
}

h1, h2, h3, h6 {
	font-weight: bold;
}

/* @end */