/*
Theme Name: Hammer-Made Theme
Theme URI: http://wordpress.org/
Description: The green and black Hammer-Made theme designed by the Great Bill Ferenc and built by the Marvelous Dave Iverson.
Version: 1.0
Author: Dave Iverson, Greer & Associates
Author URI: http://thinkgreer.com/
Tags: hammer-made, custom
*/

/* STYLESHEET FOR GREER JOB BOARD */
/* BUILT BY GREER AND ASSOCIATES */

/* COLORS
	that great green: #b2b387
	or bad235
*/

/* GENERIC STYLES & FORMATTING*/

body {
	background-color: black;
	/* color: white; */
	color: #d5d5d5;
	font-family: Arial, 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
}

h2 {
	font-size: 32px;
	line-height: 36px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-style: italic;
	text-transform: uppercase;
}

a:link {
	text-decoration: underline;
	color: #bad235;
}
a:visited {
	text-decoration: underline;
	color: #b4bc85;
}
a:hover {
	text-decoration: none;
	color: #918576;
}
a:active {
	text-decoration: none;
	color: #eeff93;
}

img {
	/* display: block; */
}

p img, li img {
	display: inline;
}

p.last {
	margin-bottom: 5px;
}

blockquote {
	color: #aaa;
}

blockquote .attribute {
	color: #777;
}

/* LAYOUT */

#container {
	width: 960px;
	padding: 0px;
	margin: 0px auto;
	padding-top: 6px;
	text-align: left;
}

#header {
	height: 100px;
	background: #1f1f1f url(images/headerTexture_bg.jpg) no-repeat left top;
	margin-bottom: 5px;
	position: relative;
}
#header h1.logo {
	margin: 0;
	width: 600px;
}
#header h1.logo a {
	background: transparent url(images/headerHammerMade_logo.jpg) no-repeat left top;
	display: block;
	overflow:hidden;
	text-indent:-999px;
	width: 558px;
	height: 100px;
}
#header #storeOptions {
	position: absolute;
	top: 0;
	right: 0;
}
#storeOptions a {
	display: block;
	background: transparent url(images/opaque_grey.png) repeat left top;
	padding: 4px 18px;
	margin-top: 10px;
	text-align: right;
}
#storeOptions a:link {
	color: white;
	text-decoration: underline;
}
#storeOptions a:visited {
	color: white;
	text-decoration: underline;
}
#storeOptions a:hover {
	color: #bad235;
	text-decoration: none;
}
#storeOptions a:active {
	color: white;
	text-decoration: none;
}

#main {
	padding-bottom: 3px;
}

#mainColumn {
	width: 664px;
	float: left;
	border-top: 1px solid #636363;
}

/* Navigation */
#mainNav {
	margin: 0;
}
#mainNav li {
	float: left;
	display: block;
	margin-right: 3px;
}

#mainNav li a {
	/* background-color: #1f1f1f; */
	background: transparent url(images/mainNav_twoGradients_bg.jpg) repeat-x left top;
	text-transform: uppercase;
	display: block;
	height: 45px;
	line-height: 45px;
	/* padding: 0px 18px; */
	font-size: 20px;
	color: white;
	text-decoration: none;
	text-align: center;
}
#mainNav li a span {
	display: block;
	height: 45px;
	margin: 0px auto;
	background: transparent url(images/mainNav_twoGradients_bg.jpg) repeat-x left top;
}
#mainNav li.last {
	margin-right: 0;
}
#mainNav li a:link {
	border-bottom: 4px solid #b2b387;
}
#mainNav li a:visited {
	border-bottom: 4px solid #b3b3a4;
}
#mainNav li a:hover {
	border-bottom: 4px solid #bad235;
}
#mainNav li a:active {
	border-bottom: 4px solid #eeff93;
	background-color: white;
}
#mainNav li a.active {
	border-bottom: 4px solid #bad235;
}
#mainNav li a.active:hover {
	border-bottom: 4px solid #eeff93;
}

#mainNav li.graphicLink a {
	display: block;
	overflow:hidden;
	text-indent:-999px;
}
/*
#mainNav li#nav_menswear a {
	width: 166px;
}
#mainNav li#nav_menswear a span {
	background: transparent url(images/mainNav_menswear_btn.jpg) no-repeat center top;
	width: 130px;
}
*/

#mainNav li#nav_shirts a {
	width: 126px; /* 78 width + 18 padding on either side */
}
#mainNav li#nav_shirts a span {
	background: transparent url(images/mainNav_shirts_btn.jpg) no-repeat center top;
	width: 78px;
}

#mainNav li#nav_accessories a {
	width: 204px;
}
#mainNav li#nav_accessories a span {
	background: transparent url(images/mainNav_accessories_btn.jpg) no-repeat center top;
	width: 156px;
}

#mainNav li#nav_custom a {
	width: 142px;
}
#mainNav li#nav_custom a span {
	background: transparent url(images/mainNav_custom_btn.jpg) no-repeat center top;
	width: 94px;
}

/*
#mainNav li#nav_sale a {
	width: 100px;
}
#mainNav li#nav_sale a span {
	background: transparent url(images/mainNav_sale_btn.jpg) no-repeat center top;
	width: 58px;
}
*/

#mainNav li#nav_weddings a {
	width: 183px;	
}
#mainNav li#nav_weddings a span {
	background: transparent url(images/mainNav_weddings_btn.jpg) no-repeat center top;
	/* width: 124px; */
	/* adjust width as needed to fill up space */
	width: 124px;
}

#mainNav li#nav_menswear a:active,
#mainNav li#nav_shirts a:active,
#mainNav li#nav_accessories a:active,
#mainNav li#nav_custom a:active,
#mainNav li#nav_sale a:active,
#mainNav li#nav_weddings a:active,
#mainNav li a:active {
	background-position: center bottom;
}
#mainNav li#nav_menswear a:active span,
#mainNav li#nav_shirts a:active span,
#mainNav li#nav_accessories a:active span,
#mainNav li#nav_custom a:active span,
#mainNav li#nav_sale a:active span,
#mainNav li#nav_weddings a:active span,
#mainNav li a:active span {
	background-position: center bottom;
}



#pageContent {
	margin-top: 3px;
	background: transparent url(images/mainContent_grid_bg_top.gif) no-repeat left -70px;
}

h2.pageTitle {
	padding-left: 64px;
	padding-top: 24px;
}
h2.pageTitle a:link {
	color: white;
	text-decoration: none;
}
h2.pageTitle a:visited {
	color: white;
	text-decoration: none;
}
h2.pageTitle a:hover {
	color: white;
	text-decoration: underline;
}
h2.pageTitle a:active {
	color: #bad235;
	text-decoration: none;
}


#sidebar {
	width: 281px;
	float: right;
	border-top: 1px solid #636363;
	background-color: #252525;
}
#sidebar ul#widgets {
	margin: 0;
	list-style: none;
}
#sidebar div {
	border-bottom: 3px solid black;
}
#sidebar div#widgetContainer div {
	border-bottom: none;
}
#sidebar div.content {
	padding: 12px;
	font-size: 12px;
	line-height: 18px;
	color: #d5d5d5;
}
#sidebar div.content div {
	border-bottom: none;
}
#sidebar h2 {
	border-bottom: 3px solid black;
	font-size: 18px;
	text-align: center;
	margin: 0;
}
#sidebar h2 a {
	color: white;
}

#sidebar #about h2 a {
	background: #bad235 url(images/sidebarAbout_btn.gif) no-repeat left top;
	line-height: 49px;
	height: 49px;
	display: block;
	overflow:hidden;
	text-indent:-999px;
}
#sidebar #about h2 a:hover {
	background-position: left bottom;
}
#sidebar #newsletter h2 {
	background: #727272 url(images/sidebarNewsletterSubscribe_headline.gif) no-repeat left top;
	line-height: 36px;
	height: 36px;
	overflow:hidden;
	text-indent:-999px;
}
#sidebar #newsletter form {
	margin-bottom: 1.5em;
}
#sidebar #newsletter form input#newsletter_email {
	background-color: #dfdfdf;
	border: none;
	display: block;
	width: 190px;
	height: 26px;
	line-height: 26px;
	color: #252525;
	font-size: 18px;
	padding: 5px;
	float: left;
}
#sidebar #newsletter form input.submit {
	background: #727272 url(images/sidebarNewsletterGo_btn.gif) no-repeat left top;
	width: 46px;
	height: 36px;
	line-height: 36px;
	border: none;
	text-indent: -999px;
	overflow: hidden;
	float: left;
}

#sidebar #ads a.last {
	line-height: 0;
	vertical-align: bottom;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar #ads a.last img {
	margin: 0;
	padding: 0;
}

/* Mailchimp Newsletter */

#sidebar #mailchimp-widget h2 {
	background: #727272 url(images/sidebarNewsletterSubscribe_headline.gif) no-repeat left top;
	line-height: 36px;
	height: 36px;
	overflow:hidden;
	text-indent:-999px;
}
#sidebar #mailchimp-widget form {
	/* margin-bottom: 1.5em; */
}
#sidebar #mailchimp-widget form label {
	display: none;
}
#sidebar #mailchimp-widget form input#mc_mv_EMAIL {
	background-color: #dfdfdf;
	border: none;
	display: block;
	width: 190px;
	height: 16px;
	line-height: 16px;
	color: #252525;
	font-size: 13px;
	padding: 5px;
	float: left;
}
#sidebar #mailchimp-widget form input.submit {
/*
	background: #727272 url(images/sidebarNewsletterGo_btn.gif) no-repeat left top;
	width: 46px;
	height: 26px;
	line-height: 26px;
	border: none;
	text-indent: -999px;
	overflow: hidden;
	float: left;
*/
	background-color: #727272;
	width: 46px;
	height: 26px;
	line-height: 26px;
	border: none;
	text-transform: uppercase;
	color: white;
	float: left;
	letter-spacing: 1px;
	font-family: Arial, 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
}
#sidebar #mailchimp-widget form #mc_message {
	display: block;
	clear: left;
	padding-top: 5px;
	font-size: 13px;
	line-height: 18px;
}



/* Footer */
#footer {
	border-top: 1px solid #636363;
	padding-top: 5px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 18px;
}

#footerNav {
	margin; 0;
}
#footerNav li {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 0px 10px;
	border-right: 1px solid #727272;
}
#footerNav li.last {
	border-right: none;
}
#footerDetails {
	margin: 0;
	padding-top: 10px;
	color: #d5d5d5;
}
#footerDetails li {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 0px 10px;
	border-right: 1px solid #727272;
}
#footerDetails li.last {
	border-right: none;
}
#footerDetails li img {
	vertical-align: middle;
}


/* Posts */
.post {
	margin-top: 20px;
	margin-bottom: 40px;
}
.post h2 {
	font-size: 22px;
	line-height: 25px;
	text-transform: none;
	margin-bottom: 3px;
}
.post small {
	font-style: italic;
	color: #727272;
}
.post .entry {
	margin-top: 10px;
}
.post .postmetadata {
	color: #727272;
	font-style: italic;
}

.page .entry .leftCol {
	width: 200px;
	margin-right: 20px;
}
.page .entry .rightCol {
	width: 444px;
}


