/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body&gt; 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/
*/


/*Multimedia box stuff*/
.custom #image_box img {
border:medium none;
background:none;
padding:0px;
left:20px;
position:relative;
top:0px;}


.custom #multimedia_box {
margin-bottom:0;
padding:0;}

.custom .image_box {
background:none;}

/*Nav menu background image customisation*/
.custom #header {background: url(images/leap-nav-menu.png) no-repeat; height: 132px; width: 965px;}

/*Nav menu position*/
.custom .menu {left:159px;
position:relative;
top:38px;
}

/*Nav menu*/
.custom .menu a 
{padding: 9px 11px 10px 11px;
letter-spacing: 0em;
font-size:15px;
font-weight:bold;
text-transform: capitalize;
}

/*Nav menu customisation transparent stuff and shit*/
.custom .menu a, .menu .current ul a, .menu .current-cat ul a { color: #FFFFFF; background: transparent; }
.custom .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #FFFFFF; background: url(images/menu-dark-slice.png);}
.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { color: #FFFFFF; background: transparent; }
.custom .menu .current-parent > a, .menu .current-cat-parent > a { color: #FFFFFF; background: transparent; }
.custom .menu a {line-height:1.6em;}

/*Nav Sub menu background colour*/
.custom .menu li ul {background: #378ECE;
width: 11em;}

/*Nav Sub menu hover colour colour*/
.custom .menu li ul a:hover {background: #2770B6;font-size:11px;}

/*Nav Sub menu font size colour colour*/
.custom .menu li ul a{
font-size:11px;	
line-height:11px;
padding: 4px;
width: 9.2em;}

/*sidebar padding space*/
.custom .sidebar ul.sidebar_list{
	padding-left:18px;}

.custom .sidebar a:hover {
text-decoration:none;
color:#FF6600;
}
/*sidebar link styles*/
.custom .sidebar_2 {font-size:10px ; }

/*link styles in post or page*/
.custom .format_text a {text-decoration:none;}
.custom .format_text a:hover {color:#FF6600;}

	  
.custom #footer {
	background-color: #FF8D18;
}

/* Position of the logo in header (other bit for this is in the "after title" open hook section)*/
.custom swfobj_0 {
  float: right;
position: relative;
  width: 73px;
  height: 125px;
  top: -70px;
  left: 8px;
  z-index:1;
}

/* HEADER SPACE*/
.custom #header {
padding-bottom: 0px ;
padding-top: 20px;}

.custom a img {
	padding-right:8px;
}

/* Sidebar 2 bckground image*/
.home #sidebar_2 {background:url(images/background-fade.png)
no-repeat; position: relative;top:1em;left:-12px;height: 500px;}

/* Featured content gallery postion*/
.custom #myGallery, #myGallerySet, #flickrGallery {
position:relative;
top:15px;
}

/* text on home page fornat*/
.home .format_text p {
margin:-19px 8px 1em -20px;}


/*position of right sidebar list*/
.home ul.sidebar_list {padding-top:0px}

/*team pic space at bottom*/
.team .format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter {
margin:0 auto 0em;
}

/*widget sidebar spacing*/
.custom li.widget {margin-bottom: 1em; }

/*left sidebar top alignment*/
.custom #column_wrap .sidebar ul.sidebar_list {padding-top:5px}

.custom .sidebar .text_input {width:114px;}

.home li.widget {font-size:1.395em;}

.custom .comments_closed p {display: none;}

.home a img{
	float:left;
margin-bottom: 18px;
padding-right: 8px;}

.home li.widget ul li {
margin-bottom:2.2em;}

/*postTabs font size*/
.custom ul.postTabs li a {font-size:14px}

.custom #footer a {border-bottom:none;}

.home #sidebars {
position:relative;
top:-7px;
width:26.2em;
}

.custom .format_text input, #commentform input, #commentform textarea {
border-width:0.071em;
padding:0.214em;
width:65%;
}
