/*
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 {	font-family:arial, helvetica, sans-serif;background: #e7e8e9 url(http://www.ncoredesign.com/images/circuitbg.png) no-repeat 50% 0}
#container {width:960px;}
#page {background: #fff;}
#menu,#topheader {width: 960px;margin: 0 auto;}
#topheader {height: 117px;padding-top: 7px}
#topheader a {display: block;}
#tabs {border-width: 0;}
#header {padding:0 0 25px;}
/* totally evil dropdown menu from hell */

.smallbutton {
	float: left;
	padding-right: 1px;
	}
	
.smallbutton dt {
	width: 35px;
	height: 31px;
	border: 0px solid #4c4d50;
	padding-top: 0px;
	font-weight: bold;
	cursor: pointer;
	background: url(http://www.ncoredesign.com/images/home-off.png);
	}
	
.smallbutton dt:hover {
	background: url(http://www.ncoredesign.com/images/home-on.png);
	}
	
.smallbutton dd {
	position: absolute;
	overflow: hidden;
	width: 35px;
	display: none;
	background: #E7E8E9;
	z-index: 120;
	}

.smallbutton-j {
	float: left;
	padding-right: 0px;
	}
	
.smallbutton-j dt {
	width: 35px;
	height: 31px;
	border: 0px solid #9ac1c9;
	padding-top: 0px;
	font-weight: bold;
	cursor: pointer;
	background: url(http://www.ncoredesign.com/images/jflag-off.png);
	}
	
.smallbutton-j dt:hover {
	background: url(http://www.ncoredesign.com/images/jflag-on.png);
	}
	
.smallbutton-j dd {
	position: absolute;
	overflow: hidden;
	width: 35px;
	display: none;
	background: #E7E8E9;
	z-index: 120;
	}

.smallbutton-e {
	float: left;
	padding-right: 0px;
	}
	
.smallbutton-e dt {
	width: 35px;
	height: 31px;
	border: 0px solid #9ac1c9;
	padding-top: 0px;
	font-weight: bold;
	cursor: pointer;
	background: url(http://www.ncoredesign.com/images/eflag-off.png);
	}
	
.smallbutton-e dt:hover {
	background:url(http://www.ncoredesign.com/images/eflag-on.png);
	}
	
.smallbutton-e dd {
	position: absolute;
	overflow: hidden;
	width: 35px;
	display: none;
	background: #E7E8E9;
	z-index: 120;
	}

.dropdown h1 {
	cursor: pointer;
	padding-top: 7px;
	display: block;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	width:127px;
	height:30px;
	color: #343539;
	}

.dropdown h1:hover {
	color: #f8f9f9;
	}

.dropdown {
	float: left;
	padding-right: 0px;
	}
	
.dropdown dt {
	width: 127px;
	height: 31px;
	border: 0px solid #9ac1c9;
	padding-top: 0px;
	font-weight: bold;
	color: #3b3c3f;
	cursor: pointer;
	background: url(http://www.ncoredesign.com/images/button-off.png) repeat-x 0 0;
	}
	
.dropdown dt:hover {
	background: url(http://www.ncoredesign.com/images/button-on.png);
	}
	
.dropdown dd {
	position: absolute;
	overflow: hidden;
	width: 126px;
	display: none;
	background: #E7E8E9;
	z-index: 500;
	text-align: center;
	}
	
.dropdown ul {
	width: 126px;
	list-style: none;
	border-top: none;
	}
	
.dropdown li {
	display: block;
	}
	
.dropdown a {
	float:left;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
	text-decoration: none;
	background: #cdced1;
	width: 126px;
	height: 18px;
	cursor: pointer;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 2px solid #f8f9f9;
	}

.dropdown a:hover {
	color: #f8f9f9;
	background: #8f9294;
	}

.dropdown-s h1 {
	cursor: pointer;
	padding-top: 7px;
	display: block;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	width:127px;
	height:30px;
	color: #f8f9f9;
	}

.dropdown-s {
	float: left;
	padding-right: 0px;
	}
	
.dropdown-s dt {
	width: 127px;
	height: 31px;
	border: 0px solid #9ac1c9;
	padding-top: 0px;
	font-weight: bold;
	color: #3b3c3f;
	cursor: pointer;
	background: url(http://www.ncoredesign.com/images/button-on.png);
	}
	
.dropdown-s dt:hover {
	background: url(http://www.ncoredesign.com/images/button-on.png);
	}
	
.dropdown-s dd {
	position: absolute;
	overflow: hidden;
	width: 126px;
	display: none;
	background: #E7E8E9;
	z-index: 500;
	}
	
.dropdown-s ul {
	width: 126px;
	list-style: none;
	border-top: none;
	}
	
.dropdown-s li {
	display: block;
	}

.dropdown-s a {
	float:left;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
	text-decoration: none;
	background: #cdced1;
	width: 126px;
	height: 18px;
	cursor: pointer;
	font-size: 10.5px;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1px solid #f8f9f9;
	}
	
.dropdown-s a:hover {
	color: #f8f9f9;
	background: #8f9294;
	}

.menu_buttonz {
	text-decoration: none !important;
	background: none !important;
	display: block !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	height: 31px !important;
	overflow: hidden !important;
	padding-top: 0 !important;
	display: block;
	}

/* Sidebar */

.lister_right li {
	list-style-image: url(/images/ball_right.jpg);
	margin-left: 47px;
	margin-right: 0px;
	width: 160px;
	list-style-position: outside;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #4c4d50;
}
.lister_right a {
	color: #4c4d50;
	text-decoration: none;
}
.lister_right a:hover {
	color: #0093a3;
	text-decoration: underline;
}
.right_p {
	margin: 0 28px 0 35px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: none;
}

.right_p a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #4c4d50;
	line-height: 15px;
	width: 200px;
	font-style: normal;
	text-decoration: none;
	background: none;
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.right_p a:hover {
	color: #0093a3;
	text-decoration: underline;
}

.right_h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 28px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	color: #0093a3;
}

.right_top {
  position: relative;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  width: 280px;
  height: 11px;
  float: right;
  display:block;
}
.right_float {
	position: relative;
	float: right;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0;
	width: 280px;
	height: auto;
	display: block;
	overflow: hidden;
	background-image:url(/images/green_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
	
.right_textbox {
	padding-bottom: 5px;
	position:relative ;
	width: 280px;
	height: auto;
	display: block;
	overflow:hidden;
}

li.widget p {
	margin-bottom: 5px;
}

#sidebars {
}

li.widget { width: auto;  line-height: 16px; font-size:inherit }

.aktt_widget li {
    list-style-image: url(/images/ball_right.jpg);
	list-style-position: outside;
    width: 220px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 20px;
    font-size:12px;
    font-family: arial, helvetica, sans-serif;
    line-height: 15px;
    font-weight: bold;
    color: #4c4d50;
}

.aktt_widget h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	color: #0093a3;
}
.widget_text h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #0093a3;
}
