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

/* ================ */ 
/* Custom Container */
/* ================ */ 
.custom #container {
    border: 0.30em solid #bbb;
		margin-top: 3em;
		margin-bottom: 2em;
}

.custom .menu {
    background-color: #6d6d6d;
	  -moz-border-radius: .8em;
		-webkit-border-radius: .8em;
}

/* ===================================*/
/* Move the menu items over a bit     */
/* starting with the "Home" menu item */
/* ===================================*/
.custom .menu-item-1016 a {
    margin-left: 10px;
}

/* ====================== */ 
/* Custom Header and Logo */
/* ====================== */ 
.custom #header {
		border-color: #0367c7;
		border-style: solid;
		margin-top: 0px;
		padding-top: 0px;
}

.custom #logo {
		margin-top: 0px;
		padding-top: 0px;
}

.custom #header #logo a:hover {
    color: #494738;
}

.custom #header #tagline {
    color: #a6a38c;
}

/* ======================================== */
/* Pull the body up closer to article title */
/* ======================================== */
.custom .headline_area {
    margin-bottom: 0em;
		padding-bottom: 0em;
}

.custom #yoastbreadcrumb {
		font-size: 1.25em;
		margin-bottom: 0.75em;
}

/* ==================================== */
/* Removes double line under blog title */
/* ==================================== */
.custom #header {
		padding-top: 0em;
		padding-bottom: 0em;
		border-color: #ffffff;
		border-style: solid;
}

/* ============ */
/* Nav Menu CSS */
/* ============ */
.custom #tabs a {
    background-color: #fafaf5;
}

.custom #tabs .current_page_item a {
    background-color: #dcdcbf;
}

/* ============================================================================ */
/* Lets place a nice dashed line above and below the h3 tags in a post and page */
/* ============================================================================ */
.custom .post h3 {
    border-bottom: dashed 1px #d2d2d2;
    border-top: dashed 1px #d2d2d2;
	padding-bottom: 15px;
	padding-top: 15px;
}

/* Body CSS
body.custom {
    background: #768568;
}
*/

/* Content - Container - Page CSS */
/* ============================== */

.custom #content .entry-title a:hover {
    color: #6b785c;
}


/* Custom Single Post CSS */
/* ====================== */
.custom .tsd_promote { margin: 2em 0; padding: 1em; background: #f7f3e2; border: 1px solid #ddce93; width:90%; float:center; text-align: center; line-height: 1.75; }
	
	.custom .tsd_promote p a, .custom .tsd_promote p a:visited { font-weight: bold; text-decoration: none; }
		
	.custom .tsd_promote p a:hover { text-decoration: underline; }

.custom .tsd_links a {text-decoration: none;}
.custom .tsd_links a:hover {text-decoration: underline;}


/* Custom More Link on Home Page */
/* ============================= */
.custom .more-link {
				color: #a90000;
				float: right;
				margin-bottom: 0px;
				margin-right: 3px;
}

.custom .headline_meta_div {
    border-top: 1px dotted #333;
		border-bottom: 0px;
		width: 100%;
}

/* Remove Italics */
.custom .headline_meta {
    font-style: normal;
}

/* Remove Uppercase */ 
.custom .headline_meta span,
 .custom .headline_meta abbr {
   text-transform: none;
}

.custom .headline_meta {
		padding: 3px;
}

.custom .headline_meta {
    font-family: verdana;
		font-size: 8pt;
}

.custom .headline_meta a {
    color: #a90000;
}

.custom .post {
    border: 0px;
}


/* Sidebar CSS */
/* =========== */
.custom .sidebar h3 {
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.455em;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-variant: normal;
    letter-spacing: 2px;
    color: #333;
    border-top: 1px solid #ddd;
    border-bottom: 1px dotted #ddd;
}

.custom #sidebars #custom_box {
    background: #dcdcbf;
}

.custom #sidebars li.widget a{ color: #666666; }
.custom #sidebars li.widget a:hover { color: #A41600; text-decoration: none; }

.custom .adsense-before-post {
    margin-bottom: 15px;
		margin-top: 0px;
}

.custom .adsense-after-post {
}

/* ======== */
/* Note Box */
/* ======== */
.custom .format_text form.note {
    background: #E3F0F2;
		margin-top: 15px;
		order: 1px solid #66CCCC;
		background-position: 7px 50%;
		padding: 10px 10px 10px 50px;
    -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px;
    -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px;
    -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;
		text-align: center;
}

.custom .post_tags {
    margin-bottom: 0px;
		padding-bottom: 0px;
}

.custom #crp_related {
    background: #f0f0f0;
    border-top: 0.5em solid #999999;
    margin-top: 1em;
    padding: 1em 1em 0.4em 1em;
}

.custom #crp_related p {
    margin-bottom: 0.5em;
}

#optin {
	background: #393939 url(images/dark.png) repeat-x top;
	border: 3px solid #111;
	color: #fff;
	padding: 15px 15px;
	text-align: center;
}
	#optin p { margin: 8px 0 0 }
  #optin h3 {
		color: #fff;
    font-family: tahoma;
	  font-size: 16px;
		font-weight: bold;
	}
	#optin input {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #111;
		-moz-box-shadow: 0 2px 2px #111;
		-webkit-box-shadow: 0 2px 2px #111
	}
		#optin input[type="text"] {
			border: 1px solid #111;
			font-size: 15px;
			margin-bottom: 10px;
			padding: 8px 10px;
			width: 90%
		}
		#optin input.email { background: #fff url(images/email.png) no-repeat center right }
		#optin input.name { background: #fff url(images/name.png) no-repeat center right }
		#optin input[type="submit"] {
			background: #960e17 url(images/red.png) repeat-x top;
			border: 1px solid #111;
			color: #fff;
			cursor: pointer;
			font-size: 18px;
			font-weight: bold;
			padding: 8px 0;
			text-shadow: -1px -1px #3a060a;
			width: 100%
		}
			#optin input[type="submit"]:hover { color: #ffa5a5 }

.custom #recent-posts-2 h3 {
    border:0px;
		margin-left:0px;
}

.custom #recent-posts-2 ul {
	  border-top: 1px dotted #BBBBBB;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
}

.custom #recent-posts-2 ul li {
	  border-bottom: 1px dotted #BBBBBB;
		margin: 0px;
}

.custom #recent-posts-2 ul li a, .custom #recent-posts-2 ul li a:visited {
    display: block;
		margin: 0px;
		padding: 3px 0 4px;
		textdecoration: none;
}

.custom #recent-posts-2 ul li a:hover {
    background: #f7f7f7 none repeat scroll 0 0;
		color: #25579b;
		margin: 0;
		padding: 3px 0 4px;
		text-decoration: none;
}

.custom #wpp-3 h3 {
    border:0px;
		margin-left:0px;
}

.custom #wpp-3 ul {
	  border-top: 1px dotted #BBBBBB;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
}

.custom #wpp-3 ul li {
	  border-bottom: 1px dotted #BBBBBB;
		margin: 0px;
}

.custom #wpp-3 ul li a, .custom #wpp-3 ul li a:visited {
    display: block;
		margin: 0px;
		padding: 3px 0 4px;
		textdecoration: none;
}

.custom #wpp-3 ul li a:hover {
    background: #eeeeee none repeat scroll 0 0;
		color: #25579b;
		margin: 0;
		padding: 3px 0 4px;
		text-decoration: none;
}

.custom #topcomm-widget-3 h3 {
    border:0px;
		margin-left:0px;
}

.custom #topcomm-widget-3 ul {
	  border-top: 1px dotted #BBBBBB;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
}

.custom #topcomm-widget-3 ul li {
	  border-bottom: 1px dotted #BBBBBB;
		margin: 0px;
}

.custom #topcomm-widget-3 ul li a, .custom #topcomm-widget-3 ul li a:visited {
    display: block;
		margin: 0px;
		padding: 3px 0 4px;
		textdecoration: none;
}

.custom #topcomm-widget-3 ul li a:hover {
    background: #f7f7f7 none repeat scroll 0 0;
		color: #25579b;
		margin: 0;
		padding: 3px 0 4px;
		text-decoration: none;
}

.custom #text-21 h3 {
    border:0px;
		margin-left:0px;
}

.custom #text-21 ul {
	  border-top: 1px dotted #BBBBBB;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
}

.custom #text-21 ul li {
	  border-bottom: 1px dotted #BBBBBB;
		margin: 0px;
}

.custom #text-21 ul li a, .custom #wpp-3 ul li a:visited {
    display: block;
		margin: 0px;
		padding: 3px 0 4px;
		textdecoration: none;
}

.custom #text-21 ul li a:hover {
    background: #f7f7f7 none repeat scroll 0 0;
		color: #25579b;
		margin: 0;
		padding: 3px 0 4px;
		text-decoration: none;
}
