/*
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/
*/

#page {
	padding-top: 0px;	
}

#header {
	padding-top: 0px;
	border-bottom: 0px;
	padding-bottom: 5px;
	position: relative;
	height: 180px;
	/*padding: 0px;*/
}

/*#header div {
	height: 30px;
}*/

#logo {
	height: 157px;
}

#logo a img {
	position: absolute;
	top: 10px;
}

#tagline {
	/*text-align: right;*/
	color: #000;
	text-transform: capitalize;
	font-family: Arial;
	position: absolute;
	top: 165px;
	left: 780px;
}

#content_box {
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	border: 1px solid #ddd;
}

#footer {
	border-top: 0px;
	font-size: 12px;
	color: #000;
}

#footer a {	
	color: #184caa;
}

#commentformurl {
	visibility:hidden;
}

#lwp_main {
	height: 23px;
	position: absolute;
	left: 940px;
	top: 184px;
}

#lwp_ps {
	visibility: hidden;
	height: 0px;
	padding: 0px;
	/*margin: 0px;*/	
}

#lwp_includedin {
	visibility: hidden;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

#lwp_random {
	visibility: hidden;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

#lwp_f {
	visibility: hidden;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

#customhead {
	/*margin-top: 20px;*/		
}

.menu {
	border: 0px;
	margin-bottom: 2px;
	width: 900px;
	height: 30px;
}

.tab, .cat-item, .menu-item {
	margin-bottom: 1px !important;
}

.tab a:hover, .cat-item a:hover, .menu-item a:hover {
	background-color: #0006b4; /*!important;*/
	color: #fff; /*!important;*/
}

.tab-1 a:hover, #menu-item-3290  a:hover, .login #menu-item-3290 a {
	background-color: #00FF00 !important;
	color: #5A5B5B !important;
}

#menu-item-3453  a:hover {
	background-color: #00FF00 !important;
	color: #5A5B5B !important;
}

.tab a, .cat-item a, .menu-item a {
	border: 0px;	
	background-color: #fff;
}

.current a, .current-cat a, .current-menu-item a {
	background-color: #0006b4 !important;
	color: #fff !important;
}

.widget {
	margin-bottom: 10px !important;
}

.widget h3 {
	font-size: 15px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.textwidget {
	padding: 0px;	
}

.sociallink {
	overflow: auto;
	height: 100%;
	border-bottom: dotted 1px #d4d2c3;	
	margin-bottom: 10px;
}

.sociallink ul li {
	float: left;
	padding-left: 10px;	
}

.formcontrols {
	margin:10px auto;
	/*padding:10px;"*/
	width:280px !important; 
}

.subscribe {
	position: relative;	
	height: 75px;
}

.textbox {
	width: 50%;
	/*float:left;	
	margin-right: 10px;
	margin-top:5px;*/
	/*padding-left:2px;*/
	position: absolute;
	top: 24px;
	left: 30px;
	/*height: 26px;*/
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.sbutton, .sbutton:active {
	position: absolute;
	top: 23px;
	left: 191px;
	/*height: 26px;*/
	background-color: #144e95;
	color: #fff;	
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #083c7b;
}

.sbutton:hover{
	cursor: pointer !important;	
}

/*.textbox input {
	
}

.buttonimage {	
	background: url(images/button.gif) no-repeat;
	border: 0px;	
}*/

/* Custom */

.widget_categories{
border-bottom:1px dotted #D4D2C3;
}
.widget_border{
padding-bottom:5px;
border-bottom:1px dotted #D4D2C3;
}

.border_text_amazon{
border-bottom:1px dotted #D4D2C3;
padding-bottom:5px;
margin-bottom:10px;
}

.border_image_amazon{
border-bottom:1px dotted #D4D2C3;
padding-bottom:10px;
text-align:center;
}
#meetup_widget_box{
font-size:1.2em;
}
#meetup_widget_box li{
padding-bottom:20px;
}
.meetup_widget_title {
color:#000000;
font-size:15px;
font-weight:bold;
letter-spacing:1px;
margin-bottom:5px;
text-align:center;
font-variant:small-caps;
padding-bottom:14px;
}

/* Login */
.mp_login {
	/*background-color: #9BC8F7 !important;*/
}
#mepr_loginform {
	/*background-color: #9BC8F7 !important;*/
}

.login {
	/*background-color: #9BC8F7 !important;*/
}

.login .headline_area {
	margin-bottom: 0px !important;
	width: 220px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EDEDED !important;
	text-align: center;
	font-size: 8px;
	padding: 5px 10px;
	border-bottom: 1px #D9DADB solid;
}

.login .format_text {
	border-top: 1px #fff solid;
	background-color: #EDEDED !important;	
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
	width: 220px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 20px;
}

.login .format_text  #user_login, .login .format_text  #user_pass {
	border: 1px #D9DADB solid;
	border-radius: 5px;	
	background-color: #fff !important;
	width: 210px;
	margin-bottom: 5px;
}

.login .format_text  #wp-submit {
	border-radius: 5px;
	color: #fff;
	background-color: #144e95;
	padding: 5px 10px;
}
/* End of Login */

/* Account page */
.account .return-menu {}
.account #mepr-account-nav {
	padding: 3px;
	border-top: 1px #D9DADB solid;
	border-bottom: 1px #D9DADB solid;
}

.account .mepr-nav-item a {
	text-decoration: none;
}

.account .mepr-nav-item a:hover, .account .mepr-active-nav-tab a {
	text-decoration: underline;
	font-weight:normal !important;
}

.account .format_text tr td {
	margin-bottom: 5px;
}

.account .format_text input, .account .format_text textarea, .account .format_text select {
	border: 1px #D9DADB solid;
	border-radius: 5px;	
	background-color: #fff;	
	margin-bottom: 5px;
	width: 300px;
}

.account .mepr_front_button {
	/*border-radius: 5px;*/
	color: #fff;
	background-color: #144e95 !important;
	padding: 5px 10px !important;
	width: 120px !important;
}

.account #mepr-member-account-wrapper {
	margin-bottom: 10px;
}
/* End of account page */