/*
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: url("images/bg-body.png") repeat-x top;
}
div#container {
	background: url("images/bg-container.png") repeat-y center;
	padding: 0px 20px;
	margin-top: 20px;
}
div#page {
	position: relative;
	top: -20px;
}
/* ELEMENTS */
hr {
	color: #aaa;
	background-color: #aaa;
	border: 0px;
	height: 1px;
}

a span {
	cursor: pointer;
}

h1 {font-size: 1.8em !important; font-weight:bold;}
h2 {font-size: 1.5em !important;}
.headline_area h1, .headline_area h2 {font-size: 2.5em !important; font-weight: bold;}

/* MENUS */
.custom .menu a {
	letter-spacing: 0px;
	text-transform: uppercase;
	text-transform: uppercase;
	font-variant:normal
}
.menu-light {
	/*font-size: 0.9em;*/
	font-weight: 200;
}
.menu-bold {
	/*font-size: 1.1em;*/
	font-weight: 900;
}
.custom .menu .current a,
.custom .menu .current-cat a,
.custom .menu .current-menu-item a {
	color: #1C3F95 !important;
}

/* TOP MENU */
.custom #menu-top-menu-wrap {
	background: #949494;
}
.custom .menu-top-menu-container {
	padding-top: 5px;
	text-align: center;
	height: 50px;
	position: relative;
	left: 50%;
}
.custom .menu-top-menu-container ul {
	display: inline-block;
	position: relative;
	left: -50%;
}
.custom .menu-top-menu-container .menu a {
	background: none !important;
	font-size: 1.6em;
}
/* LEFT MENU */
.menu-left-menu-container li {
	float: none !important;
}
.menu-left-menu-container li a {
	color: #6c6c6c;
	background: none !important;
	padding: 0px !important;
}
/* FOOTER MENU */
.menu-footer-menu-container {
	width: 500px;
}
.menu-footer-menu-container li a {
	background: none !important;
	border: none !important;
	font-size: 1em !important;
	line-height: 1.5em !important;
	padding: 0px !important;
	margin: 0px !important;
	margin-right: 10px !important;
}


/* HEADER */
#header {
	padding: 1.1em !important;
	padding: 0px !important;
	padding-left: 11px !important;
	padding-top: 11px !important;
}
#header-logo {
	height: 340px;
	width: 390px;
	position: relative;
	overflow: hidden;
	margin: 11px;
	margin-bottom: 0px;
	margin: 0px;
	float: left;
}
#header-logo span {
	background: url("images/logo.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
#header-stayconnected {
	background: url("images/bg-stayconnected.png") no-repeat;
	height: 408px;
	width: 621px;
	float:left;
	margin-top: -20px;
	position: absolute;
	left: 412px;
}
#header-stayconnected #Contact0FirstName,
#header-stayconnected #Contact0Email,
#header-stayconnected #Submit {
	border: 0px !important;
	background: none !important;
	font-size: 18px !important;
	position: absolute !important;
	top: 212px !important;
}
#header-stayconnected #Contact0FirstName,
#header-stayconnected #Contact0Email {
	padding: 3px !important;
	left: 95px !important;
	width: 200px !important;
}
#header-stayconnected #Contact0Email {
	top: 256px !important;
}
#header-stayconnected #Submit {
	top: 299px !important;
	width: 100px !important;
	height: 30px !important;
	left: 36px !important;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #eee !important;
	border: 1px solid #888 !important;
}
#header-stayconnected #Submit:hover,
#header-stayconnected #Submit:focus {
	background: #fff !important;
	border: 1px solid #2d3894 !important;
}


/* SIDEBAR LEFT - SOCIAL MEDIA */
.sm-link {
	width: 242px;
	height: 63px;
	display:block;
	position: relative;
	left: 0px;
}
.sm-link:hover {
	left:-5px;
}
.sm-link span{
	position: absolute;
	width: 242px;
	height: 63px;
	margin-left: -50px;
}
#sm-twitter span {
	background: url("images/sm-twitter.png") no-repeat;
}
#sm-facebook span {
	background: url("images/sm-facebook.png") no-repeat;
}
#sm-youtube span {
	background: url("images/sm-youtube.png") no-repeat;
}
#sm-linkedin span {
	background: url("images/sm-linkedin.png") no-repeat;
}

#contact-span {
	background: url("images/contact.png") no-repeat;
	width: 180px;
	height: 41px;
	position: absolute;
}

#sidebar_2 {
	z-index: 999;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-top: 45px;
}

#sidebar_2 li.widget,
#sidebar_2 ul {
	margin: 0px;
	padding: 0px;
}
#sidebar_2 img {
	float:right;
}


/* FOOTER */
#footer {
	padding: 0px !important;
}
#footer-logos {
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background: url("images/footer-logos.png") no-repeat top center;
}

#footer-text {
	width: 100%;
	height: 70px;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	background: #949494;
	color: #ffffff;
}
#footer-text a {
	color: #ffffff;
}
#footer-text span {
		padding: 15px 20px;
		padding-bottom: 0px;
		font-size: 1.3em;
		line-height: 1.5em;
}

