/*
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/
*/

body.custom {
    background-color: #FFFFFF;
    background-image: url(images/bg_global.png);
    background-repeat: repeat-x;
}

.custom #container {
    margin-bottom: 2em;
    background-color: transparent;
    margin-top: 4.0em;
}
.custom #page {
    background-color: transparent;
    border: none;
    padding: 2.1em;
}

.custom #sidebars {
	margin-top: 27px;
}

.custom .headline_area {
	margin-bottom: 3em;
}
.custom #header {
	height: 23em;
	border: none;
	background-image: url(images/logo_ml.png);
	background-repeat: no-repeat;
	background-position: 0em 4em;
	padding: 0em;

}
.custom #content div {
	margin-left: 0em;
}

.custom #tagline {
	color: #FFFFFF;
}
.custom #logo a:hover {
	color: #FFFFFF;
}

.custom #footer {
	text-align: left;
}

.custom li.widget_categories {
	background-color: #f0f0f0;
	padding: 10px;
	width: 235px;
}
.custom li.widget {
	border-top: 1px dotted #4b4b4d;
	padding-top: 15px;
	font-family: Arial, Helvetica, Tahoma;
}
.custom li.widget_text p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #58585A;
	line-height: 1.6em;
}
.custom .sidebar ul.sidebar_list {
	padding: 0em;
}
.custom #content_box {
	background-image: none;
}
.custom ul.sidebar_list {
	padding: 0em;
}

.custom #footer {
	border: none;
}

/*---This is where the Navigation Style goes and its wicked---*/

.custom .menu, .menu a, .menu li ul { border: 0px;}
.custom .menu li { margin-bottom: 0em; }
	.custom .menu a { 
			  text-transform: uppercase; 
			  border-top: 1px solid #bfbfbf; 
			  background-color: transparent; 
			  font-family: Helvetica, Arial; 
			  padding: 2.3em 0em 0em 0em;
			  margin-right: 2em;
			  letter-spacing: 0em;
			  font-size: 1.2em;
			  }
	.custom .menu .current > a, .menu .current-cat > a { 
			  cursor: pointer; 
			  border-top: 1px solid transparent; 
			  background-image: url(images/tab_over.png);
			  background-position: 50% -0.1em;
			  background-repeat: no-repeat; 
			  }
	.custom .menu .rss { float: left; margin-top: 1px; }
	.custom .menu .rss a, .menu .rss a:hover {
			  margin-right: 2em;
			  background-image: none;
			  border: none; }
	.custom .menu .rss a:hover { 
			  text-decoration: none; 
			  background-color: transparent;
			  }
	.custom .menu .current > a:hover {
			  background-image: url(images/tab_over.png);
			  background-position: 50% -0.1em;
			  background-repeat: no-repeat;
			  margin-right: 2em;
}
			 

/*---This is where we define the Nav Colours---*/

.custom .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #faba00; background: transparent; }


/*---This is where we define the Footer---*/

.footerWrapper {
	width: 100%;
	background-color: #f9f8f6;
	float: left;
	border-top: 1px dotted #666666;
	padding-bottom: 170px;
}
.footerMl {
	width: 887px;
	padding: 30px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
}
.footerMl a {
	text-decoration: none;
	color: #000000;
}
.footerMl a:hover {
	color: #faba00;
}
.footerMl h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.5em;
	margin: 0px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #4d4d4d;
}
.footerMl p {
	font-family: Tahoma, Helvetica, Arial;	
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px;
	font-weight: normal;
	color: #4d4d4d;
}
.legal {
	font-size: .7em;
	margin-top: 15px;
	display: block;
}
.footerColSplit {
	width: 24%;
	float: left;
}

/*---This is where we define the Search Box---*/

.custom .sidebar h3 {
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0em;
	font-size: 1.2em;
	line-height: 1.5em;
}

.custom .searchContainer  {
	background-color: transparent;
	padding: 0em;
	margin-bottom: 3em;
	border: none;
	width: 100%;
	height: 4em;
	}
.custom .searchContainer fieldset {
	float: left;
	border: 0em;
}
.custom .searchContainer input {
	border: 0em;
	background-color: #f0f0f0;
	padding: 0px 3px 0px 3px;
	width: 216px;
	font-size: 1.2em;
	font-family: Tahoma, Helvetica, Arial;
	float: left;
	height: 30px;
}
.custom .searchContainer .btn {
	padding: 0em;
	border: 0em;
	width: 28px;
	float: left;
	height: 30px;
}
.custom .more-link {
	
	background-color: #f0f0f0;
	display: block;
	border-bottom: 1px dotted #58585a;
	font-size: 13px;
	padding-left: 8px;
	padding-top:3px;
	padding-bottom: 3px;
	float: left;
	width: 592px;
	margin-bottom: 25px;
	text-decoration: none;
	background-image: url(images/icon_more.png);
	background-position: 123px 6px;
	background-repeat: no-repeat;
	color: #58585a;
}

/*---This is where we define the Comment Box Stuff---*/

.custom #commentform {
	padding-left: 0em;
	padding-right: 0em;
}
.custom #commentform textarea {
	width: 99%;
}
.custom .post_box, .teasers_box {
	border: none;
}
.custom .to_comments {
	display: none;
}
.custom .avatar {
	float: left;
	margin-right: 0.769em;
}
.custom .comment {
	background-color: #f0f0f0;

}
.custom #comments dd {
	padding-left: 13em;
	margin-bottom: 2em;
	background-image: url(images/bg_commentbox_sidemask.png);
	background-repeat: repeat-y;
}
.custom #comments dt {
	background-image: url(images/bg_commentbox.png);
	background-repeat: no-repeat;
	min-height: 3em;
	color: #4B4B4D;
}
.custom #comments dd {
	border: 0em;
}
.custom #comments dl {
	border: 0em;
}
.custom .comment_author {
	margin-left: 2.6em;
}
.custom #comments dl .bypostauthor {
	background-color: #fff2cc;
}
.custom .comment_time {
	font-family: Tahoma, Helvetica, Arial;
}
.custom #commentform .form_submit {
	border: 0em;
	background-color: #faba00;
	background-image: none;
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	font-size: .6em;
	color: #4d4e4e;
	padding-top: .5em;
}
.custom .post_nav {
	border: 0em;
}
.custom #archive_info {
	padding-top: 1.5em;
	padding-bottom: 4.5em;
	height: 60px;
	border-bottom: none;
}
.custom #archive_info, .prev_next {
	padding: 0em;
}

