/*
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 .addthis_default_style {
bottom:1.571em;
position:absolute;
right:0
}

.custom .post-comments-link {
font-size:1.2em;
}

.custom .feature-comment-icon {
padding: 0 0.3em 0 0;
}


.custom .entry-content{
position:relative;
}
.custom .format_text a {
text-decoration:none;
}

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

.custom #feature_box {
float:left;
background:transparent url(images/sliderbg.jpg) repeat scroll 63.4em 0;
margin:0 0 0 -2.2em;
padding:0 2.2em;
width:100%;
border:none;
}

.custom .menu {
float: right;
}

.custom .menu, .menu a, .menu li ul {
border-style: none;
}

.custom .headline_area {
margin-bottom: 1.1em;
}

.custom #logo a {
display:block;
padding-bottom: 1.1em;
clear: none;
height: 79px;
width: 575px;
background: url(images/trmp-logo-wide.png) no-repeat center left;
outline: none;
border-width: 0;
text-indent:-9999px; 
}

.custom #page {
padding: 0 2.2em;
}

.custom #header #tagline {
display:none;
}

.custom #header {
padding: 0;
border: none;
clear: none;


}

.custom .sidebar h3 {
text-transform:uppercase;
}

/* This formats the outside box */
.custom div.related_posts {
font-size:1.4em;
line-height:1.571em;
margin:0 2.3em 0 1.1em;
}

.custom div.related_posts h3{
margin-top: 0;
}
.custom div.related_posts ol{
margin:0 0 0 3.142em;
}

.custom .post_tags {
margin: 0;
padding: 0.7em 0 1.571em;
border-top: 0.1em solid #DDDDDD;
}

.custom .format_text .post_tags {
margin: 0;
font-size: 1em;

}


.custom .teaser .format_teaser {
margin-top: 1.1em;
margin-bottom: 1.1em;
}

.custom .headline_meta span,
.custom .headline_meta abbr,
.custom abbr,
.custom .teaser .teaser_author a,
.custom .teaser a.teaser_comments,
.custom .teaser a.teaser_category,
.custom .teaser .edit_post a {
text-transform: none;
}

.custom #disqus_thread {
margin:0 2.3em 0 1.1em;
}

.custom .teaser a.teaser_comments, .custom a.dsq-comment-count {
float: right;
vertical-align:text-bottom;
}

.custom .teaser .teaser_date {
padding: 0 0 0 1em;
}

.custom .headline_meta,
.custom .teaser_author {
font-style: normal;
}

.custom .home-page-post .post_image, .custom .category-video .post_image {
display:none;
}

.page-nav { font-size: 1.35em; font-weight: bold; margin: 1em 0; padding: 0; overflow: hidden; }
.page-nav-intro { float: left; padding: .3em .5em; margin: 0 1em 1em 0; background: #efefef; border: .1em solid #ccc; }
.page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #fff; border: .1em solid #ccc;  }
.current-page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #efefef; border: .1em solid #ccc; }
.elipses { float: left; padding: .3em .2em; }

.custom #feature_box_small {
width:960px;
}

.custom .feature_box_small_item {
float: left;
margin: 20px 7px;

}

.custom .feature_box_small_item_image {
height:169px;
width:300px;
overflow:hidden;
}

.custom .feature_box_small_item_text h2 a{
color:#EEEEEE;

}

.custom .feature_box_small_item_text h2 a:hover{
color:#2361A1;

}


.custom .feature_box_small_item_text h2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/insertbg-2.png) repeat-x scroll left top;
font-size:1.6em;
line-height:1.1em;
padding: 5px;
}


.addthis_toolbox .two_column 
{
    width: 216px;
    margin: 0 auto 0 auto;
}

.addthis_toolbox .two_column a 
{
    padding: 4px 0 4px 34px;
    position: relative;
    width: 66px;
    display: block;
    text-decoration: none;
}

.addthis_toolbox .two_column a:hover
{
    background: #EFEFEF;
    text-decoration: none;
}

.addthis_toolbox .two_column span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .two_column  .top
{
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    margin: 0 20px 10px 20px;
}

.addthis_toolbox .two_column  .more
{
    padding: 0;
    margin: 10px 20px 0 20px;
    text-align: center;
}

.addthis_toolbox .two_column  .more a
{
    padding: 4px 0;
    width: auto;
}

.addthis_toolbox .two_column .more span
{
    display: none;
}

.addthis_toolbox .two_column .column1
{
    width: 100px;
    float: left;
}

.addthis_toolbox .two_column .column2
{
    width: 100px;
    float: left;
}

.addthis_toolbox .two_column .clear
{
    clear: both;
    padding: 0;
    display: block;
    height: 0;
    width: 0;
}

.custom #feature_box_video, .custom #feature_box_small {
background: transparent url(images/videobgbottom.jpg) repeat-x scroll left bottom;
margin:0 0 0 -2.2em;
padding:0 2.2em;
width:100%;
float: left;
}
.custom #videoembed {
text-align: center;
width: 100%;
padding: 15px 0;
}

.custom .posterous_autopost img {
	clear:both;
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10pt;
}