/*
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 .menu { padding: 0 0px; background:#ebebeb; background-color:#ebebeb; }
.custom #header { padding-top: 0; padding-bottom: 8; }
.custom #footer { padding-bottom: 0; border-top:0;}
.custom #footer_area {background:#ebebeb; padding:0.5em 0; border-top:4px solid #d5d5d5;}
.custom #header_area { background:#ebebeb; border-bottom:4px solid #d5d5d5;}
.custom #footer_area .page {background:transparent;}
.custom #header { background-color: #ebebeb ; }
.custom #header_area .page { background:#ebebeb; }

.custom #content .teaser a.teaser_link { color:#74939F ; }
.custom #content .teaser a.teaser_comments { color:#1c69a1 ; }



.custom #sidebars { border-top: 3; }

.custom .menu a {
        text-transform:capitalize;
}

.custom .headline_area h2,
 .custom p.to_comments {
	display:inline;
}

.custom .headline_area h1, .custom .headline_area h2 {
font-family: "lato";
	font-size:28;
letter-spacing: -.5px;
}

.custom .headline_area h3, .custom .headline_area h4 {
font-family: "lato";
}

 .custom p.to_comments {
	padding-left:1em;
	font-size:1.4em;
	font-color:#33332a;
}

.custom .frame { border: 5px }

.custom p.to_comments a { color:#000000; }

.custom #feature_box {background:transparent;}

.custom .teaser {
width: 100%;
margin-top: 1em;
padding-top: 1em;
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 5px solid #ebebeb;
text-align: justify;
}

.custom .teaser h2 { font-size: 2.2em ; }

.custom .teasers_box {
padding-top: 0;
padding-bottom:0;
border-top: 0;
}

.custom div.tweetbutton {
	float:left;
	padding-left: 0px;
	padding-bottom: 2px;
}

.custom div.facebookbutton {
	float:left;
	padding-left: 5px;
	padding-bottom: 2px;
}

.custom div.facebooklike {
	float:left;
	padding-left: 5px;
}

.custom div.tweetbuttontop {
	float:left;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.custom div.facebookbuttontop {
	float:left;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.custom div.facebookliketop {
	float:left;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.custom .format_text blockquote.left {
   border: 0px double #3d3d3d;
   color: #2b4e69;
   background-color: #FFFFFF;
}

.custom .format_text blockquote.right {
   border: 0px double #3d3d3d;
   color: #2b4e69;
   background-color: #FFFFFF;
}

/* Unlinked author name */
.custom span.author {
   color: #a0a0a0;
   text-transform: capitalize;
}

/* Linked author name */
.custom span.author a {
   color: #a0a0a0;
   text-transform: capitalize;
}

.custom abbr.published {
   font-weight:bold;
   cursor: default;
   color: #a0a0a0;
}

.custom .headline_meta {
   font-style: normal;
   color: #a0a0a0;
}

.custom .format_text .to_comments span.bracket {color: #1c69a1;}

/* Style Comments Intro */
.custom .comments_intro p {
}

/* Style Bracket */
.comments_intro p span.bracket {
  color: #1c69a1;
}

/* Style "Add One" link */
.custom .comments_intro a {
 color: #2b4e69;
 text-decoration: underline;
}

/* Reply Comment Side Line */
.custom dl.children dt, .custom dl.children dd div.format_text { border-left:4px solid !important; border-color:#000000 !important; }

/* Comment Date Formatting */
.custom div#comments span.comment_time a {color:#000000;}

.custom dl#comment_list p.reply a { color:#000000; margin-bottom: 1em; }


#content {
    border-top: 0px solid #3d3d3d;
    border-right: 0px solid #3d3d3d;
    padding-top: 10px
}

hr {
  border: 0;
  color:#EEE;
  width: 100%;
}

.custom #content {
    background: none repeat scroll 0 0 #FFFFFF;
}
.custom #column_wrap {
    background: url("../lib/images/dot-ddd.gif") repeat-y scroll 14.2em 0 #3d3d3d;
}

/* Style the First (or Only) Post */
.custom .post.top {
   padding:.8em;
}

/* Style Remaining Posts (in a Multi-Post Listing) */
.custom .post.post_box {
   padding:.8em;
}

.custom #page {
    position: relative;
}
 
.custom ul.menu {
    float: right; 
    background: #ebebeb; 
}

body {
font-family: lato;
}

.comment .avatar {
    border: 1px;
}

.custom #footer-widget-block { text-align:left; overflow:hidden; }
.custom .footer-widgets { float:left; }
.custom .my-footer-one { width:35%; }
.custom .my-footer-two { width:32%; }
.custom .my-footer-three { width:33%; }

.custom #footer a { border-bottom: none; }

.custom .sidebar h3 { color: #000000; font-family: Lato; font-size: 1.2em; font-variant: normal; text-transform: uppercase; letter-spacing:-.5px; }

table { background-repeat:no-repeat; }