﻿/*
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/
*/


/* 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; height: 100px; width: 900px; background: url('images/ocheader.jpg') 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: 0; }

/* Main page recent posts*/
.recentpost { border: 1px solid #808080; padding: 1px 4px; }
.recentlink { font-size: large; }
.recentdate { font-size: small; }
.recentexcerpt { font-size: small; }

/* Main page article*/
.maintitle { font-size: large; }
.mainbody { font-size: small; }

.video { border-style: solid; border-width: 1px; }
.videotxttitle { font-size: medium; }
.videotxt { font-size: small; }
					
/*Tabbed Widget Version 2.0*/
.tabbedwidget {margin-top: 0em; background: #192550;font-size:14px;align:center;padding:5px;padding-top:0px;border: 1px solid #192550;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
.tabbedwidget a {text-decoration: none;}
.tabbedwidget a:hover {text-decoration: none;}
.tabnav {margin-bottom:10px;}
.tabnav li {display: inline;list-style: none;padding-right: 5px;}
.tabnav li a {background: #c9e4ff; border: 1px solid #000849;-moz-border-radius: 4px;-webkit-border-radius: 4px;padding: 4px 6px;}
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {background: #e5f6fc; border: 1px solid #0262A5;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
.tabdiv {margin-top: 2px;background: #e5f6fc; border: 1px solid #0262A5;-moz-border-radius: 4px;-webkit-border-radius: 4px;padding:7px;}
.tabdiv li {list-style: none;margin-bottom:0.667em;line-height:1.5em;}
.ui-tabs-hide {display: none;}

/*Category Nav*/

ul#cat_tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px; }
	ul#cat_tabs li { margin-bottom: -0.1em; background: #efefef; border: 1px solid #ddd; border-left: 0; float: left; }
	ul#cat_tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
		ul#cat_tabs li a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; padding:0.545em 0.818em; }
		ul#cat_tabs li a:hover { color: #111; text-decoration: underline; }
		
		ul#cat_tabs li ul {position:absolute; display:none; list-style:none;}
		ul#cat_tabs li:hover ul {display:block;}
			ul#cat_tabs li ul li {float:none;}

ul#cat_tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


/*Search*/

.custom #s {

-moz-background-clip:border;

-moz-background-inline-policy:continuous;

-moz-background-origin:padding;

background:#C0DEED none repeat scroll 0 0;

border:1px solid #888888;

color:#000000;

float:none;

font-size:8pt;

height:13px;

letter-spacing:1px;

margin-left:118px;

padding:7px 5px;

text-transform:uppercase;

width:213px;

}



.custom .comments_closed p {
  display: none;
}

/*----------------------------------------------------------------*/

li.widget {
margin-bottom: 5px;
}

.widget h3 {
background-color:#000949;
padding: 2px 5px;
color: #fff;
font-size: 20px;
font-variant: normal;
letter-spacing: normal;
margin-bottom: 7px;
}

.widget_wppp li, .widget_killer_recent_entries li {
background: url(http://www.flipwebsites.com/wp-content/themes/thesis_16/custom/images/arrow.gif) no-repeat 0% 0%;
margin: 2px 0px;
padding: 0px 0px 0px 16px;
}

.widget_categories li {
float:left;
width: 150px;
}

.widget_categories ul {
overflow: auto;
height:100%;
}

.widget a {
color: #000;
}

.widget a:hover {
color: #016ecb;
}

/*----------------------------------------------------------------*/
