/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* Navigation */
.custom .menu { font-weight: bold; }
.custom .menu {
    background: none repeat scroll 0 0 #036300;
    margin-left: auto;
    margin-right: auto;
    width: 956px;
    border-radius: 6px;
}
.custom .menu li a {-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.custom .menu li ul.sub-menu a {-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }

/* Background */
body.custom {
	background-image: url(http://thejimmyakinstore.com/wp-content/uploads/bgJA.png);
	background-repeat: repeat-x;
background-color: #ffffff;
	background-attachment: fixed;
	background-repeat: repeat, repeat;
	background-position: center top;
}

/* Comment bubble */
.custom #content .my-bubble {
background:transparent url('images/bubble.png') 0 0 no-repeat;
float:right; padding:6px 4px; margin-left:2px;
text-align:center; width:50px; height:50px;
}
.custom #content .my-bubble span a { display:block; text-align:center;
border:none; color:#fff; font-family:arial; font-size:28px; line-height:1em;
font-weight:bold; text-decoration:none; padding:0px;
}

/* Remove Italics */
.custom .headline_meta {
   font-style: normal;
   color: #000000;
   font-size:13px;
}

/* Remove Uppercase */
.custom .headline_meta span,
 .custom .headline_meta abbr {
   text-transform: none;
   color: #000000;
}

/* Published date */
.custom abbr.published {
   cursor: default;
}

/* Category meta */
.custom .headline_meta a {
   color: #000000;
}

/* Unlinked author name */
.custom span.author {
   color: #000000;
}

/* Linked author name */
.custom span.author a {
   color: #000000;
}

/* Social media icons */
.custom .rss a {
   color: #ffffff;
   text-transform: uppercase;
   padding-right: 25px;
   background: url('../lib/images/social-rss.png') 80% no-repeat;
}
.custom .rss a:hover {
   color: #18B500;
   padding-right: 25px;
   text-decoration: none;
   background: url('../lib/images/social-rss.png') 80% no-repeat;
}

/* Customize Footer Text */
.custom #footer {
color: #000000;
text-align: center;
}

/* Customize Footer Links */

.custom #footer a {
border-bottom: 1px solid #CCCCCC;
color: #000000;
}

.custom #footer a:hover {
color: #18B500;
}

.custom #menu-item-2253 a {
display:block; height:32px; width:24px; padding:0px; margin-left:10px; outline:none; text-indent:-9999px;
background:url('images/facebook3.png') 100% no-repeat; background-position:0 7px;
}

.custom #menu-item-2252 a {
display:block; height:32px; width:24px; padding:0px; margin-left:10px; outline:none; text-indent:-9999px;
background:url('images/twitter3.png') 100% no-repeat; background-position:0 7px;
}

.custom #menu-item-2254 a {
display:block; height:32px; width:24px; padding:0px; margin-right:10px; margin-left:10px; outline:none; text-indent:-9999px;
background:url('images/rss3.png') 80% no-repeat; background-position:0 7px;
}

.custom #menu-item-2254,
.custom #menu-item-2252,
.custom #menu-item-2253 { float:right; }

.custom .format_text blockquote {
color:#000;
}
/* aweber form styling code - for the form underneath each post */
#optin { margin: 2em auto 2em; overflow: hidden; text-align: center; /* width: 32em */ }
#optin{background-color:#B2F731;}
#optin{width:41em;border-bottom:3px solid #137725;}
#optin h2{padding:0 93px;margin-top:10px;}
	#optin h3 { margin-top: 0 }
	#optin p { margin: 8px 8px 0 }
	#optin input {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #ddd;
		-moz-box-shadow: 0 2px 2px #ddd;
		-webkit-box-shadow: 0 2px 2px #ddd
	}
		#optin input[type="text"] {
			background: #fff url(http://jimmyakin.com/wp-content/uploads/input.png) repeat-x bottom;
			border: 1px solid #ccc;
			float: left;
			font-size: 14px;
			margin: 0 10px 10px 2px; /* 0 10px 10px 0; */
			padding: 8px 10px;
			width: 194px;
		}
		#optin input[type="submit"] {
			/* background: #217b30 url(http://jimmyakin.com/wp-content/uploads/green.png) repeat-x top; */
background-image:url("http://forms.aweber.com/images/auto/gradient/button/020.png");
background-color:#000200;
			border: 1px solid #137725;
			color: #fff;
			cursor: pointer;
			float: left;
			font-size: 14px;
			font-weight: bold;
			padding: 7px 5px;
			text-shadow: -1px -1px #1c5d28;
			text-transform: uppercase;
			width: auto
		}
			#optin input[type="submit"]:hover { color: #c6ffd1 }
		#optin span.privacy { background: url(http://jimmyakin.com/wp-content/uploads/lock.png) no-repeat center left; float: left; margin-left: 15px; padding-left: 20px }
#optin span { background: none; float: left; margin-left: 15px; padding-left: 20px }