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

@font-face{ font-family: "Quicksand"; src: url(http://www.violetminded.com/fonts/QuicksandBold.otf) format("opentype"); }

body{ font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif; 
	background:url(images/bg.png);}

.custom h1, h2, h3 {font-family: "Quicksand", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;}

.custom h3 {color:#a6dd24; font-size:18px; font-variant:normal;}

.custom .entry-title a { font-size:22px; }
.custom .entry-title a:link { color:#5d3b74; }
.custom .entry-title a:visited { color:#5d3b74; }
.custom .entry-title a:hover { color:#9a2f69; }

.custom a:link{
	font-weight:bold;
	color:#9a2f69;
}

.custom a:visited{
	font-weight:bold;
	color:#9a2f69;
}

.custom a:hover{
	color:#9a2f69;
	font-weight:900;
	text-decoration:none;
}

/* Bitchin' banner */
.custom #header #logo a { display: block; background:url(images/banner.png) #efedf0 no-repeat; outline: none; border: none; width:864px; height:306px; position:relative; margin-left:125px; margin-top:10px; padding-bottom:35px; }

/* Solving the problem of the background within the header */

.custom #header { padding: 0; background:#efedf0;}

/* Stretching the width */
.custom .page { width:1200px; background:#efedf0;}

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

.custom b, strong {font-weight:bolder; color:#79a61e;}

/* Custom Nav */

.custom .menu { background:#a6dd24; font-family: "Quicksand", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif; font-size:18px; border-style:none; border-bottom:none; padding-bottom:1px; padding-left:150px; }

.custom .menu .tab-1 a { background:#a6dd24; color:#d4ff6e; text-transform:lowercase; border-top:none; border-bottom:none; border-right:thin solid #d4ff6e; letter-spacing:-0.02em; }
.custom .menu .tab-1 a:hover { background:#a6dd24; color:#ffffff; text-transform:lowercase; border-top:none; border-bottom:none; border-right:thin solid #d4ff6e; letter-spacing:-0.02em; }

.custom .menu .tab-2 a { background:#a6dd24; color:#d4ff6e; text-transform:lowercase; border-top:none; border-bottom:none; border-right:thin solid #d4ff6e; letter-spacing:-0.02em; }
.custom .menu .tab-2 a:hover { background:#a6dd24; color:#ffffff; text-transform:lowercase; border-top:none; border-bottom:none; border-right:thin solid #d4ff6e; letter-spacing:-0.02em; }

.custom .menu .tab-3 a { background:#a6dd24; color:#d4ff6e; text-transform:lowercase; border-top:none; border-bottom:none; border-right:thin solid #d4ff6e; letter-spacing:-0.02em; }
.custom .menu .tab-3 a:hover { background:#a6dd24; color:#ffffff; text-transform:lowercase; border-top:none; border-bottom:none; border-right:thin solid #d4ff6e; letter-spacing:-0.02em; }

.custom .menu .tab-4 a { background:#a6dd24; color:#d4ff6e; text-transform:lowercase; border-top:none; border-bottom:none; border-right:thin solid #d4ff6e; letter-spacing:-0.02em; }
.custom .menu .tab-4 a:hover { background:#a6dd24; color:#ffffff; text-transform:lowercase; border-top:none; border-bottom:none; border-right:thin solid #d4ff6e; letter-spacing:-0.02em; }

.custom .menu .tab-5 a { background:#a6dd24; color:#d4ff6e; text-transform:lowercase; border-top:none; border-bottom:none; border-right:thin solid #d4ff6e; letter-spacing:-0.02em; }
.custom .menu .tab-5 a:hover { background:#a6dd24; color:#ffffff; text-transform:lowercase; border-top:none; border-bottom:none; border-right:thin solid #d4ff6e; letter-spacing:-0.02em; }

.custom .menu li a { background:#a6dd24; color:#d4ff6e; text-transform:lowercase; border-top:none; border-bottom:none; border-right:thin solid #d4ff6e; border-left:thin solid #d4ff6e; letter-spacing:-0.02em; }
.custom .menu li a:hover { background:#a6dd24; color:#ffffff; text-transform:lowercase; border-top:none; border-bottom:none; border-right:thin solid #d4ff6e; border-left:thin solid #d4ff6e; letter-spacing:-0.02em; text-decoration:none; }

/* Custom Content, Baby */

.custom #content_box { background:#efedf0; width:1200px; }
.custom #content .post_box { margin-top:20px; padding:20px; border-right:35px solid #efedf0; border-bottom:35px solid #efedf0; background:#ffffff; }

.input{
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif; 
	font-size:12.5px;
	border:thin solid #757575;
	width:90%;
	padding:10px;
	background:#cfcfcf;
}

#s{
	border:thin solid #757575;
	width:95%;
}

.submitbutton{
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif; 
	font-size:12.5px;
	background:#757575;
	color:#ffffff;
	border: 1px solid;
	padding:10px;
}

#searchsubmit{
	font-size:12.5px;
	background:#757575;
	color:#ffffff;
	border: 1px solid;
	width:105%;
}

#twitter_update_list{
	font-size:12.5px;
	display:inline-block;
	list-style-type:none;
	padding:10px;
}

#twitter_update_list li{
	padding-bottom:10px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.alignleft ul {	
        list-style:none;
	padding: 0;
	margin-left: 0;}

.alignleft li {padding-bottom:15px;}

.floatright
{
float: right;
margin: 0 0 10px 10px;
clear: right;
}

/* Custom Post Footer */

.post-footer { margin-right:15px; }

.post-footer-list { padding-left:10px; color:#9a2f69; }

.post-footer-list li { font-weight:bold; font-size:12.5px; display:inline; padding-right: 5px; }

.post-footer-list li a:link { color:#9a2f69; }
.post-footer-list li a:visited { color:#9a2f69; }
.post-footer-list li a:hover { color:#5d3b74; }

/* Mailchimp Style */

#mc-signup { font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif; position:relative; float:right; width:236px;}

/* Previous/Next and After Content Stuff */

.custom .shiny-after-content { background:#cfcfcf; border-right:40px solid #efedf0; border-left:20px solid #efedf0; border-bottom:20px solid #efedf0; padding:20px; }
.custom .shiny-after-content h2 { font-size:22px; color:#5d3b74; text-align:center; } 
.custom .previous { position:relative; float:left; padding-right:190px; }

/* Custom Post Footer */

.post-footer { margin-right:15px; }

.post-footer-list { padding-left:10px; color:#1c1c1c; }

.post-footer-list li { font-weight:bold; font-size:12.5px; display:inline; padding-right: 5px; }

.post-footer-list a:link { color:#5d3b74; }
.post-footer-list a:visited { color:#5d3b74; }
.post-footer-list a:hover { color:#adadad; }

.category-love { padding:10px; font-size:12.5px; }

/* Fancy Comments */

.custom dl#comment_list .bypostauthor { background: #c0dbde; }
.custom #comments { font-size: 11px; }

/* Sexy Sidebar */ 

.custom .sidebars { background:#efedf0; }
.custom .sidebar_list { margin-left:35px; }
.custom .sidebar_list .widget { padding:10px; background:#ffffff; }

/* This footer is a floozy-bot */

.custom #footer { background:#cfcfcf; color:#9a2f69; text-align:center; }

.custom #footer a {color:#5d3b74;}