/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/***** Set Max Image Width *******/
img {
	max-width: 98%;
	height: auto;
}


/* --------------- customize header ad ------------------- */
.custom .ad-in-header {
    float: right;
    margin-right: 1px;
    margin-top: 1px; 
    position: relative;
}

/* ----------------- customize 2nd Menu ------------------ */

.custom .menu a {
         letter-spacing: 0;
         text-transform:capitalize;
}

.custom #menu-second.menu .menu-item-1574 { padding-left:30px; }
.custom #menu-second.menu .menu-item-1655 { padding-right:0px; }
.custom #menu-second.menu .menu-item-2138 { padding-right:15px; }
.custom #menu-second.menu .menu-item-1575 { padding-right:15px; }
.custom #menu-second.menu .menu-item-1572 { padding-right:15px; }

.custom .menu-second-container { background:#FAFAD5; }

/* ------------  Email Optin Code  ------------------- */

#optin1 { margin-left:auto;
	margin-right:auto;
	width: 475px;
	background: #F2F5AB;
	border: 1px solid #EDE6A1;
	padding: 15px 5px;
	text-align: center;
	font-size: 16px;
          font-weight: bold;
	color: #1f7325
}
	#optin1 input {
		background: #FFFCF2;
		border: 1px solid #EDE6A1;
		font-size: 15px;
		color: #B1BA73; 
		margin-bottom: 0px;
		margin-top: 10px;
		padding: 5px 5px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 -2px -2px #E6DF9C;
		-moz-box-shadow: 0 2px 2px #ddd;
		-webkit-box-shadow: 0 2px 2px #ddd
	}
		#optin1 input.email { background: #FFFCF2 no-repeat 10px center; padding-left: 15px }
		#optin1 input[type="submit"] {
			background: #215C25 repeat-x top;
			border: 1px solid #215C25;
			color: #fffcf2;
			cursor: pointer;
			font-size: 15px;
			font-weight: bold;
			padding: 5px 5px;
			text-shadow: -1px -1px #1c5d28;
			width: 50%
		}
			#optin1 input[type="submit"]:hover { color: #D3E6A1 }