/*
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 #multimedia_box { display: none; 
}


/* customize teaser box paste it in custom.css file  */

.custom .teaser_box{
width: 63.5em;  padding: 0; border-width: 0; 
}

.custom .teaser{
width: 63.5em;  height:100%; margin-top:1em; margin-bottom:2em; margin-right:1.2em;
}

.custom .teaser .format_teaser {
font-size:1.4em;
}

.custom .teaser h2{
font-size: 2em;
text-align:left;
}

.custom .post_box, .teasers_box {
border-color: #BBBBBB;
border-style: solid;
clear: both;
}


/*Top Post-eliminate the top borderline */
.custom .post_box {
border-width:0 0 1px;
}

.custom .prev_next {
border-width:0;
}

.custom #footer {
border-top: none;
}


.custom h2 a:hover, #logo a:hover {
    color: #FF0000;
}


/*HEADER FOR POST TITLES */
.custom .headline_area h1, .headline_area h2 {
font-size:1.6em;
font-weight:bold;
line-height:1.364em;
}

.custom #archive_intro h1 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 1.7em;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: -0.4em;
    padding-left: 7px;
    text-transform: uppercase;
}


/*HEADER FOR POST TITLES END*/




.custom .menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a {
background:none repeat scroll 0 0 #FFFFFF;
color:#111111;
}

.custom .menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a {
background:none repeat scroll 0 0 #FFFFFF;
color:#CCCCCC;
font-weight:bold;
}

.custom #header {
border-color:#DDDDDD;
border-style:none;
clear:both;
}

.custom #header {
padding-bottom:1.2em;
padding-top:0.2em;
}

.custom #header, #footer {
padding-left:0.7em;
padding-right:1.1em;
}





.custom .menu a {
border-width:0.091em 0.091em 0.091em 0;
font-size:0.9em;
line-height:1.273em;
padding:0.636em 0.818em;
}

.custom #header #tagline {
display: none;
}



.custom .sidebar ul.sidebar_list {
padding-top: 2.1em
}

/* customize Tweet Blender Font Settings */
.custom li#tweetblender-3.widget {
font-size:1.01em;
line-height:1.485em;
margin-bottom:2.769em;
}


/* take off Comments */
.custom .format_text .to_comments {
    display: none;
    font-size: 0.917em;
    line-height: 1.818em;
    margin-bottom: 1.818em;
}
/* take off Comments End */



/* divider line content and sidebar */

.custom #content_box {
    background: none repeat scroll 0 0 transparent;
}
/* divider line content and sidebar End */


/* dividing line for Ward, Pearlridge, Aloha Army Cat */

.custom #feature_box, #archive_intro, #comment_nav_2 {
    border-width: 0 0 0;
}
/* dividing line for Ward, Pearlridge, Aloha Army Cat End */


.custom #archive_intro h1 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 1.7em;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: -0.4em;
    padding-left: 7px;
    text-transform: uppercase;
}

.custom .headline_area h1,{
font-size:1.6em;
font-weight:bold;
line-height:1.364em;
}



.custom #tweet {
    float: right;
    margin-top: -4.9em;
    position: relative;
    margin-right: -2em;
}

.custom #face {
    float: right;
    margin-right: 7.8em;
    margin-top: -5em;
    position: relative;
}

.custom .format_text {
    font-size: 1.2em;
    line-height: 1.467em;
    text-decoration: none;

}

.custom .format_text a{
    text-decoration: none;

}


.custom #about a, h2 a:hover, #logo a:hover {
    color: #FF0000;
}


.custom #about {
padding-bottom: 14em;
}


.custom #footer p {
    display: none;
    font-size: 1.2em;
    line-height: 1.667em;
}

.custom .post_tags a{
color: #FF0000;
}

.custom .format_text a{
color: #FF0000;

}

.custom .wp-pagenavi {
    clear: both;
    padding-left: 1em;
    text-transform: uppercase;
}

.custom .wp-pagenavi a, h2 a:hover, #logo a:hover{
    color: #CCCCCC
}


.custom .prev_next a, h2 a:hover, #logo a:hover{
    color: #CCCCCC;
    display: none;
}
