/*
File: custom.css
Description: Sara Stribe Pavell's custom styles for Thesis
*/


/*
Adds a clickable header image
*/
.custom #header #logo a { display: block; height: 250px; width: 857px; background: url('images/header.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { padding: 0; }


/*
Removes border below header
*/
.custom #header {border-bottom: none; }


/*
Replaces border (images/dot-ddd.gif) between content and sidebar with transparent GIF
*/
.custom #content_box {
background:transparent url(http://www.sarastribe.com/wordpress/wp-content/themes/thesis-15b-r7/custom/images/pixel.gif) repeat-y scroll 63.4em 0;
width:100%;
}


/*
Removes border between posts
*/

.custom .post_box, .teasers_box {
border-top:0px dotted #BBBBBB;
clear:both;
}


/*
Replaces RSS icon in menu with invisible GIF
*/

.custom ul#tabs li.rss a { padding-right: 0px; background: url('http://www.sarastribe.com/wordpress/wp-content/themes/thesis-15b-r7/custom/images/pixel.gif') 100% 50% no-repeat; }


/*
Changes comment links size and colour on front page
*/

.custom .format_text .to_comments span {
font-size:0.857em;
}

.custom .format_text .to_comments span {
color:#666666;
line-height:1em;
}


/*
Changes comment links size and colour on post page
*/

.custom .comments_intro span {
font-size:0.857em;
}
.custom .comments_intro span {
color:#666666;
line-height:1em;
}


/* Bort med understrukna l&auml;nkar i inl&auml;ggen, &auml;ndra f&auml;rg p&aring; alla l&auml;nkar */
.custom a, a:visited { text-decoration: none; color: #7c2317; }
.custom a:hover { color: #7c2317; }



/* Men beh&aring;ll svarta rubriker*/
.custom h2 a { color: #000000; }