/*
Theme Name: Iron
Theme URI: 
Description: default theme.
Version: 1.0
Author: Dustin Caruso
Author URI: 
Tags: 
*/



/* Begin Typography & Colors */
.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #fafafa;
}
.thread-even {
	background-color: #fafafa;
}
.depth-1 {
border: 1px dotted #ddd;
}

.even, .alt {
	/* border-left: 1px solid #ddd; */
}

#wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #d54e21;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

.nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.post {
	margin: 0 0 40px;
	/* text-align: justify; */
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.sticky {
	background: #eee;
	margin: 15px 50px 25px 0px;
	padding: 10px 0px 1px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
* html .sticky { /* IE6 */
    margin-top: 25px;
}
*:first-child+html .sticky { /* IE7 */
	margin-top: 25px;
}
#content .sticky .entry p {
	padding: 0px 25px 0px 0px;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li {
	list-style: decimal outside;
}
/* End Entry Lists */



/* Begin Form Elements */
.entry form {	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	margin-top: 4px;
}
* html #commentform textarea { /* IE6 */
    margin-top: 19px;
    width: 99%;
}
*:first-child+html #commentform textarea { /* IE7 */
	margin-top: 16px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin-bottom: 7px;
	/* float: right; */
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0px 50px 0px 0px;
	/* text-align: justify; */
}
* html .commentlist { /* IE6 */
    margin-left: 0px;
}
*:first-child+html .commentlist { /* IE7 */
	margin-left: 0px;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}
*:first-child+html #commentform p { /* IE7 */
	margin: 0px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {	/* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.navigation div.alignright {
	margin-right: 50px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 10px 0px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.alignnone {
	display: inline-block;
}

.wp-caption a, .wp-caption a:hover {
	border: 0 none;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

#content p.wp-caption-text {
	padding: 7px 0px 7px 0px;
}

/* End captions */



























body {margin: 0px; padding: 0px; background: #ddd; font: 12px/20px Helvetica, Arial, sans-serif; color: #333;}

ul	{margin: 0px; padding: 0px;}
li	{margin: 0px; padding: 0px;}
h1	{margin: 0px; margin-left: 2%; padding: 0px; color: #eee; font-size: 21px; font-weight: normal; line-height: 75px; height: 70px; display: inline;}
h2	{margin: 0px; padding: 0px; padding-left: 7px; color: #aaa; font-family: Georgia, Times, serif; font-size: 1.3em; font-style: italic; font-weight: normal; line-height: 75px; height: 70px; display: inline;}
h2.pagetitle {padding: 0px;}
h3	{margin: 0px 0px -10px 0px; padding: 0px; font-size: 18px; line-height: 50px; height: 50px; font-weight: normal;}

div.post h3 {
	margin: 0px;
}

h4	{margin: 0px 0px 5px 0px; padding: 0px; font-size: 14px; line-height: 30px; height: 30px; font-weight: normal;}
h5	{margin: 0px; margin-top: 12px; padding: 0px; font-size: 11px; line-height: 40px; height: 40px; text-transform: uppercase; font-weight: normal; color: #333;}

p {margin: 0px; margin-bottom: 10px; padding: 0px;}

a {color: #d54e21; text-decoration: none; border-width: 0px 0px 1px 0px; border-style: dotted; border-color: #d54e21;}
a:hover {color: #f23f03; text-decoration: none; border-width: 0px 0px 1px 0px; border-style: solid; border-color: #f23f03;}

h1 a {color: #eee; text-decoration: none; border-width: 0px;}
h1 a:hover {color: #fff; text-decoration: none; border-width: 0px 0px 1px 0px; border-style: dotted; border-color: #fff;}

:focus	{-moz-outline-style: none;}

a { /* IE8 */
	outline: none;
}


#head {width: 100%; height: 99px; background: #333 url(images/hog-logo.gif) 74% 17px no-repeat; border-width: 0px 0px 1px 0px; border-style: solid; border-color: #777;}

	#head h3 {position: absolute; top: 52px; right: 0px; width: 175px; margin: 0px; margin-right: 2%; padding: 0px; color: #eee; font-size: 17px; line-height: 24px; font-weight: normal; text-align: center;}
	

	#nav {position: absolute; top: 70px; left: 0px; margin-left: 2%; height: 30px; text-transform: lowercase;}

		#nav li {float: left; margin-right: 10px; padding-left: 3px; padding-right: 3px; height: 30px; list-style-type: none; background: #555; -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; font-weight: bold; line-height: 30px; color: #aaa;}
		
* html #nav li { /* IE6 */
    width: 40px;
}
		#nav li a {color: #aaa; border-width: 0px; line-height: 30px; height: 30px; display: block; padding-left: 7px; padding-right: 7px; }

		#nav li:hover {cursor: pointer; background: #d54e21; color: #eee;}
		#nav li:hover a {color: #eee;}

		#nav li.x, #nav li.x:hover, #nav li.x a, #nav li.x:hover a {cursor: pointer; background: #ddd; color: #333;}
		
/*
#searchform {position: absolute; top: 0px; margin-top: 10px; right: 0px; margin-right: 2%;}
#searchform #s {width: 108px; padding: 2px;}
#searchsubmit {padding: 1px;}
*/

#head div.search {
	float: right;
	padding: 4px;
	background-color: #aaa;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-right: 2%;
}
* html #head div.search { /* IE6 */
	position: absolute;
	top: 0px;
	/* margin-top: -75px; */
	right: 0px;
	height: 23px;
	overflow: hidden;
	padding: 2px 4px 4px 4px;
}
*:first-child+html #head div.search { /* IE7 */
	position: absolute;
	top: 0px;
	margin-top: -75px;
	right: 0px;
	height: 23px;
}

#head div.search input {
	border: 1px solid #999;
	background-color: #fdfdfd;
	padding: 2px;
	line-height: 15px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 88px;
}
* html #head div.search input { /* IE6 */
	margin-top: 1px;
}
#head div.search input.submit {
	background-color: #ccc;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
	margin: 0px 0px 0px 1px;
	width: 69px;
}
* html #head div.search input.submit { /* IE6 */
	height: 21px;
	padding: 0px 4px 1px 4px;
	margin: 0px 0px 0px 1px;
}
*:first-child+html #head div.search input.submit { /* IE7 */
	height: 20px;
	padding: 2px 4px 1px 4px;
	margin: 0px 0px -1px 1px;
}

#head div.search input.submit:hover {
	background-color: #ddd;
	color: #d54e21;
}

#head div.search input.submit:active {
	border-color: #d54e21;
}
	
		
		
#body {width: 100%; height: 100%;}

	#main {float: left; width: 68%; margin-left: 2%; margin-bottom: 30px; background: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
	
* html #main { /* IE6 */
	width: 63%;
    margin-left: 1%;
}
	
			
		#content {width: 100%; padding: 10px 25px 25px 25px;}
		
		#content.g2_column {width: 100%; padding: 0px; margin: 0px !important;}
		
			small {
				display: block;
				margin: 5px 0px 7px 0px;
			}
			
			body.single small {
				margin: 12px 0px 15px 0px;
			}
			body.single .entry small {
				margin: 5px 0px 15px 0px;
			}
		
			.homephoto {
				width: 140px;
				float: left;
				margin: 13px 25px 15px 0px;
			}
			
			.postphoto {
				width: 320px;
				float: right;
				margin: 7px 50px 15px 25px;
			}
			
* html .postphoto { /* IE6 */
	margin-right: 0px;
}
			
			.pagephoto {
				width: 320px;
				float: right;
				margin: 7px 50px 15px 25px;
			}

* html .pagephoto { /* IE6 */
	margin-right: 0px;
}
			
			
div.showcase {
	width: 636px;
	margin: 20px 0px 0px -20px;
}
* html div.showcase { /* IE6 */
    margin: 20px 0px 0px -40px;
}
div.box {
	float: left;
	width: 198px;
	margin: 0px 0px 10px 20px;
	text-align: center;
}
#content div.box a {
	display: block;
	width: 198px;
	line-height: 1px;
	background: #ddd;
}
#content div.box a:link, #content div.box a:visited, #content div.box a:active {
	border: 0px;
}
#content div.box a:hover {
	border: 0px;
	background: #d54e21;
}
div.box img {
	width: 188px;
	margin: 5px 0px 5px 0px;
}
div.box span {
	font-size: 12px;
	line-height: 35px;
}

/* NextGEN Gallery overrides */

.piclenselink {
	/* display: none; */
	margin: -15px 0px 15px 0px;
}

.ngg-galleryoverview {
     padding-top: 10px;
}
* html .ngg-galleryoverview { /* IE6 */
     /* margin-top: -6px !important; */
}
*:first-child+html .ngg-galleryoverview { /* IE7 */
	/* margin-top: -6px !important; */
}

.ngg-gallery-thumbnail {
	margin-right: 24px !important;
	font-size: 0px !important;
	line-height: 0px !important;
	margin-bottom: 18px;
}
* html .ngg-gallery-thumbnail { /* IE6 */
     margin-right: 3px !important;
}
*:first-child+html .ngg-gallery-thumbnail a { /* IE7 */
	border: 0;
}
.ngg-gallery-thumbnail a img {
	margin: 6px 0px 0px 0px;
	background: #ddd;
	border-width: 0px;
}
*:first-child+html .ngg-gallery-thumbnail a img { /* IE7 */
	margin: 6px 0px 18px 0px;
}
.ngg-gallery-thumbnail a img:hover {
	background: #d54e21;
}

#shDisplay #shWrap img {
	border: 0px !important;
}
#shDisplay #shWrap #shTitle #shPrev a, #shDisplay #shWrap #shTitle #shNext a {
	font: 20px/28px Georgia, 'Times New Roman', Times, serif;
	border: 0;
}
#shDisplay #shWrap #shTitle #shCount {
	font: 14px/22px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 5px;
	margin-top: 5px;
}
* html #shDisplay #shWrap #shTitle #shCount { /* IE6 */
    padding-top: 2px;
	margin-top: 2px;
}
*:first-child+html #shDisplay #shWrap #shTitle #shCount { /* IE7 */
	padding-top: 2px;
	margin-top: 2px;
}
		
		
			#content p {padding-right: 50px; color: #555; margin-bottom: 20px;}
			
* html #content p { /* IE6 */
    padding-right: 0px;
}

#content .post .entry p a:hover {
	color: #f23f03:
}
			
			small, p.postmetadata {font: 11px/35px Helvetica, Arial, sans-serif; color: #999;}
			
			p.postmetadata {margin-top: 20px;}
			
			body.single small {line-height: 20px;}
			
			body.single p.postmetadata {margin-top: 30px; padding: 0px;}
			
			li.comment {padding: 15px 15px 15px 17px;}
			
			div.comment-body {font: 12px/20px Helvetica, Arial, sans-serif;}
			
			cite.fn {line-height: 20px;}
			
			span.says {margin-left: 3px;}
			
			div.commentmetadata {margin-top: 7px;}
			
			#commentform input {float: left; clear: both;}
			
			#commentform label {float: left; margin: -5px 0px 0px 3px;}
			
* html #commentform p label { /* IE6 */
    height: 28px;
	margin-bottom: 7px;
	overflow: hidden;
}
*:first-child+html #commentform p label { /* IE7 */
	height: 20px;
	margin-bottom: 7px;
}
			
			#recaptcha-submit-btn-area {margin-top: 30px;}
			
	
	#side {float: left; width: 23%; margin-left: 4%; font-size: 11px; color: #777; margin-top: -10px; margin-bottom: 69px;}
	
		#side ul {margin-top: -5px;}
	
		#side ul li {width: 100%; height: 25px; list-style-type: none; line-height: 25px; text-indent: 10px;}
		
		#side ul li a {width: 100%; height: 25px; display: block; text-decoration: none; color: #d54e21; border-width: 0px 0px 1px 0px; border-style: dotted; border-color: #bbb;}
		
		#side ul li a:hover {background: #eee; color: #f23f03; text-decoration: underline;}
		
		
#foot {
	font-family: Georgia;
	font-style: italic;
	border-top: 1px solid #bbb;
	margin: auto;
	color: #777;
	font-size: 10px;
	line-height: 22px;
	padding-top: 10px;
	clear: both;
	text-align: right;
	background: #eee;
	width: 98%;
	height: 32px;
	padding-right: 2%;
}





#gallery {
	font-size: 100% !important;
}

#gsHeader {
	padding-bottom: 10px;
}

#gsFooter {
	display: none;
}





div.officers {
	position: relative;
}
div.officers ul {
	position: absolute;
	top: 65px;
	left: 350px;
}
div.officers ul li ul, div.officers ul li ul li ul, div.officers ul li ul li ul li ul {
	position: relative;
	top: 0px;
	left: 15px;
}
	





