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

*/ 

		/*Stretched Header and main background colour*/

body {
background: url('http://www.roddysrant.com/wp-content/themes/thesis_15/custom/images/Headerside.jpg') 
repeat-x 
scroll 
top 
right 
#354867 
!important;
}

		/*Custom Header*/

.custom #header {
border-bottom:none; 
padding:0; 
margin:0;
}

.custom #header #logo a { 
display: block; 
height: 180px; 
width: 960px; 
background: url('http://www.roddysrant.com/wp-content/themes/thesis_15/custom/images/header.jpg');
center; 
no-repeat; 
outline: none; 
z-index: 1;
}

		/*Sidebar background*/

.custom #content_box {
background: url('http://www.roddysrant.com/wp-content/themes/thesis_15/custom/images/w-back.jpg') 
repeat-y 
right
#354867;
border-bottom:2px #0a1d3b solid;
height:100%;
z-index:11;
}

.custom #header #logo, .custom #header #tagline { 
text-indent: -9999px; 
}

		/* Nav bar */

	/*styles for whole nav menu here*/

.custom ul#tabs {
border-style: hidden;
border-bottom: solid;
font: Arial, Helvetica, Serif;
font-weight:bold;
border-bottom:1px #0a1d3b solid;
}

	/*styles for each item here*/

.custom ul#tabs li {
border-style: hidden;
background: #354867;
font: "Arial", "Helvetica", sans-serif;
float:center;

}


			/* nav text */

.custom ul#tabs li a { 
color: white;
}
.custom ul#tabs li a:hover {
color: #57e2ec;
text-decoration: underline;
}

.custom ul#tabs li.current_page_item, 
  .custom ul#tabs li.current-cat {
    padding-bottom: 0;
}
.custom ul#tabs li.current_page_item {

z-index:10;
}

.custom ul#tabs li.current_page_item a {
background: url('http://www.roddysrant.com/wp-content/themes/thesis_15/custom/images/tabdropleft.jpg') no-repeat left #f3f3f3 !important;
color: #12294a;
font-style:bolder;
border-bottom:1px #0a1d3b solid;
}

.custom ul#tabs li.current_page_item a:hover {
text-decoration: underline;
}

			/*styles for current page or category here*/

.custom ul#tabs li.current_page_item {
background: #F0F0F0;
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
}

                        /*widget titles*/

.custom li#text-477103942.widget h3 { 
background: url('http://www.roddysrant.com/wp-content/themes/thesis_15/custom/images/taxspec.png') no-repeat !important;
height: 57px; 
z-index: 1;
text-indent: -9999px;
}

.custom li#text-477103942.widget .textwidget { 
margin-left:6px;
margin-right:5px;
font-family:arial;
font-size: medium;

}

.custom li#subscriptions.widget h3 { 
background: url('http://www.roddysrant.com/wp-content/themes/thesis_15/custom/images/sub.png') no-repeat !important;
height: 27px; 
z-index: 1;
text-indent: -9999px;
}

.custom li#search.widget h3 { 
background: url('http://www.roddysrant.com/wp-content/themes/thesis_15/custom/images/search.png') no-repeat !important;
height: 27px; 
z-index: 1;
text-indent: -9999px;
}

.custom li#categories-477103941.widget h3 { 
background: url('http://www.roddysrant.com/wp-content/themes/thesis_15/custom/images/topics.png') no-repeat !important;
height: 27px; 
z-index: 1;
text-indent: -9999px;
}

.custom li#tag_cloud-2.widget h3 { 
background: url('http://www.roddysrant.com/wp-content/themes/thesis_15/custom/images/tags.png') no-repeat !important;
height: 27px; 
text-indent: -9999px;
}

.custom li#recent-comments-2.widget h3 { 
background: url('http://www.roddysrant.com/wp-content/themes/thesis_15/custom/images/nc.png') no-repeat !important;
height: 27px; 
text-indent: -9999px;
}



			/*Hyperlinks */

.custom .teaser h2 a { 
color: #2361A1;

text-decoration: none;
}

.custom .teaser h2 a:hover {
color: #57e2ec;
text-decoration: underline; 
}

.custom .teaser .teaser_link a:hover {
color: #57e2ec;
text-decoration: underline; 
}

.custom .headline_area h2 a { 
color: #2361A1;
text-decoration: none;
}

.custom .headline_area h2 a:hover {
color: #57e2ec;
text-decoration: underline; 
}

.custom .sidebar h3 { 
font-weight: bold; 
color:#7890a7; 
text-align:center; 
font-size:18px; 
font-family:garamond;
background: url('http://www.roddysrant.com/wp-content/themes/thesis_15/custom/images/w-titles.jpg') left repeat-y !important;
}

.custom .sidebar a { 
color: #154061; 
text-decoration: none;
}

.custom .sidebar a:hover {
color: #57e2ec;
text-decoration: underline;
}


                        /*side bar text */

.custom #sidebars {
color: #f3f3f3;
font-family: verdana;
}

                       /*breadcrumb*/
.custom .breadcrumb {
margin-left:1.5em;
padding-top:1.0em;
color:#000000;
}

.custom .breadcrumb a { 
color: #154061; 
text-decoration: underline;
}

.custom .breadcrumb a:hover {
color: #57e2ec;
text-decoration: none;
}



			/*custom Content*/

.custom #content {
background: url('http://www.roddysrant.com/wp-content/themes/thesis_15/custom/images/bodyb.jpg') 
repeat-y 
#354867 
!important;
width:58.5em;
border-bottom: none;
z-index:6;
}

/*teaser align*/
.post_box {
padding-top:2.3em;
padding-right:1.5em;
padding-left:1.5em;
padding-bottom:1.5em;
}

/*teaser indent*/
.custom .teasers_box {padding-left:1em;}

/*comments align*/

.custom #comments {
margin-left: 2.3em;
}

/*article page header*/

.headline_area h1, .headline_area h2 {
font-size:2em;
line-height:1.364em;
color: #081a39;
}

	/*previous next bottom box*/

.custom .prev_next {
border-top: 0px;
}


			/* Custom Footer and stretched image */

.custom #footer_area {
background: url('http://www.roddysrant.com/wp-content/themes/thesis_15/custom/images/footer.jpg') !important;
right;
z-index: 1;
height: 70px;
color: #081a39; 
}

.custom #footer {
border-bottom: none; 
padding: 0; 
margin: 0;
border: 0;
width: 100%;
text-align: right;
}

			/*kind of hiding the Admin log-in button */
.custom #footer a { 
color: #f3f3f3; 
border-bottom: 1px solid #354867; 
z-index: 2;
}

#footer a:hover { 
color: #f3f3f3; 
text-decoration: underline;
}



/* footer nav bar*/

ul.footer_bar,
.footer_bar ul{
/*Remove all spacings from the list items*/
	margin:0;
	padding:0;
	cursor:default;
	list-style-type:none;
	display:inline;
        float:right;
}

ul.footer_bar{
	display: table;
}

ul.footer_bar li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

