

.custom .format_text {
font-size:1.48em;
line-height:1.571em;
}


body { background: #000000; color: #FFFFFF; font-size: 62.5%; }


.custom li.widget ul li {
  border-top:1px dotted #333333 ;
  padding:0.2em 0;
}
.custom li.widget ul li:first-child {
  border-top: 0;
}

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; align: left; height: 290px; width: 958px;  background: url('images/header.png') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0px; }

/*remove header border*/
.custom #header {  border:none ; }

/*post title link and link colour*/
.custom a { color: #f0a329; text-decoration: none; }
.custom a:hover { color: #f0a329; text-decoration: underline; }
.custom .entry-title a {color:#f0a329;}

/*---:[repeating background stripe pattern ]:---*/

body.custom { background: #000000 url('images/background.png') 20% 0 no-repeat; }

/* --==[ BEGIN Nav Menu styles ]==-- */

/* add a line to right of nav bar tabs */
.custom #tabs li {
	/* background of tabs is white */
	background: #000000;
	/* lines between tabs are black */
	border-color: #FFFFFF;
	/* solid border on right of tab */
	border-style: none solid none none;
	/* width of border of right tab */
	border-width: 0 1px 0 0;
}

.custom ul#tabs {border-bottom:none; border-left:none; padding-left: -2px; }
.custom ul#tabs { list-style: none; background: none; border-bottom-width: 0px;} /* whole nav menu */
.custom ul#tabs li { margin-bottom: 0em; background:none; border: none; float: left; } /* each item */
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { padding-bottom:0; background:none; border: none;  } /* current page or category */
.custom ul#tabs li a { display: block; color: #f0a329; text-transform: uppercase; letter-spacing: 2px; border: none; } /* each item link */
.custom ul#tabs li a:hover { color:#f0a329; text-decoration: underline; background:none;border: none; } /* each item hover link */
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {cursor: default; color: #FFFFFF;border: none; } /* current page or category links */
.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover { text-decoration: none; color: #FFFFFF; background:none;border: none; } /* current page or category link hover */


.custom ul#tabs li a {text-transform: capitalize; font-size:2.3em;}

.custom ul#tabs {margin-left: -10px; }
.custom ul#tabs {font-size:8pt; }


/* --==[ END Nav Menu Styles ]==-- */


/*---:[ remove line below header ]:---*/

.custom #archive_info {
border-bottom:0px;
}


/*---:[ remove from archive title ]:---*/

#archive_info {display:none;}


/*---:[ remove from archive title ]:---*/

.custom #content_box { background: none; border: none; }
.custom #header { border-bottom: none; }
.custom #sidebars { border: none; }

/*---:[ change sidebar case ]:---*/


.custom .sidebar h3 {font-variant:capitalize;}

/*---:[ change sidebar header colour ]:---*/

.custom .sidebar h3 { color:#FFFFFF } 

/*---:[ change teaser colours ]:---*/

.custom .headline_meta {color:#FFFFFF;}
.custom .post_tags {color:#FFFFFF;}


/*---:[ change teaser separator colours ]:---*/
.custom .post_box, .teasers_box {border-top:1px dotted #333333;}


/*---:[ change Leave comment colour ]:---*/
.custom #respond_intro p {color:#FFFFFF;}

/*---:[ change Leave comment colour ]:---*/
.custom #footer {border-top:3px double #333333;}

/*---:[ prev/next top border colour ]:---*/
.custom .prev_next {border-top:2px solid #333333; clear:both; color:#FFFFFF; letter-spacing:2px; text-transform:uppercase;}

/*---:[Leave comment asterix color]:---*/
.custom #commentform p .required {color:#f0a329;}* {margin:0;padding:0;}

/*---:[Leave comment submit colour]:---*/
input.form_submit:hover {color:#333333;}

/*---:[image comment/title border]:---*/
.custom .wp-caption {background-color:#000000; border-color:#000000; text-align: center; }

/*---:[download icon padding]:---*/
.custom .format_text img.left, .format_text img.alignleft, .wp-caption.alignleft {margin:0 1em 1em 0;}

/*---:[download icon padding]:---*/
.custom .content h3 {padding-top: 0;}

/*---:[admin comment back]:---*/
.custom dl#comment_list .bypostauthor {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;}


/*remove page title:---*/

.custom .headline_area.entry-title h2 a { display: none; }


/*comment number and trackback text:---*/
.custom .comments_intro span {
color:#FFFFFF;}

.custom .comments_intro p {
color:#FFFFFF;}


.custom dl#trackback_list dd {
color:#FFFFFF;}


.custom dl#trackback_list dt a {
color:#F0A329;
}