/* CSS Undo Document */

a:link,:visited { text-decoration:none }

ul { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

/* CSS Document */

body {
	background-image: url(../images/wood_tile2.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
}
#wrap {
	background-image: url(../images/wrap.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 1050px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #590000;
}
#header {
	background-image: url(../images/header.jpg);
	height: 208px;
}
#header img {
	margin-top: 155px;
}
#inner_wrap {
	background-image: url(../images/inner_wrap.png);
	background-repeat: repeat-y;
	padding-top: 30px;
	padding-left: 40px;
}
/*
#sidemenu {
	float: left;
	width: 248px;
	height: 410px;
} */
#sidemenu {
	float: left;
	width: 248px;
	height: auto;
	display: block;
	margin-bottom: 2em;
}
#content {
	width: 880px;
}
.para_indent {
	min-height:310px;
}
.viewlarger {
	color: rgb(197, 155, 109);
	font-size: .9rem;
	margin-bottom: 2em;
	text-align: center;
}
.one_photo {
	margin-bottom: 40px;
	min-height: 315px;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 5px 5px 7px #370000;
}
.one_photoVert {
	margin-bottom: 40px;
	min-height: 420px;
	width: 315px;
	margin-right: auto;
	margin-left: auto;
}
.one_photoVert img { 	/* box-shadow for images inside two_photos */
	box-shadow: 5px 5px 7px #370000;
}
.two_photos {
	margin-bottom: 40px;
	min-height: 315px;
}
.two_photos_text {
	margin-bottom: 40px;
}
.two_photos img { 	/* box-shadow for images inside two_photos */
	box-shadow: 5px 5px 7px #370000;
}
.two_photosVert {
	margin-bottom: 40px;
	min-height: 420px;
}
.two_photosVert img { 	/* box-shadow for images inside two_photos */
	box-shadow: 5px 5px 7px #370000;
}
.px-420 {
	float: left;
	width: 415px;
	text-align: center;
}
.left {
	margin-right: 40px;
}

h1 {
	font-size: 18px;
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
	color: #DCD0C1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C59B6D;
	padding-bottom: 15px;
	margin-bottom: 1.5em;
}
h1.indent {
	margin-left: 248px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4em;
	color: #DCD0C1;
}
#menu {
	width: 208px;
}
#menu ul {
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu li {
	padding: 0;
	display: block;
	list-style: none;
	background-image: url(../images/menu_button.png);
	height: 46px;
	text-align: right;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 2px -49px;
}
#menu li a {
	color: #300;
	width: 195px;
	text-decoration: none;
	display: block;
	height: 32px;
	padding-top: 12px;
	padding-right: 12px;
	font-weight: bold;
}
#menu li a:hover {
	color: #F8CB9A;
	background-image: url(../images/menu_button.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
}
#menu li a.selected {
	color: #F8CB9A;
	background-image: url(../images/menu_button.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
}

@font-face {
    font-family: 'icomoon';
    src:    url('/fonts/icomoon.eot?y4dl7f');
    src:    url('/fonts/icomoon.eot?y4dl7f#iefix') format('embedded-opentype'),
        url('/fonts/icomoon.ttf?y4dl7f') format('truetype'),
        url('/fonts/icomoon.woff?y4dl7f') format('woff'),
        url('/fonts/icomoon.svg?y4dl7f#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e900";
}
.icon-envelope:before {
    content: "\e901";
}
.icon-cog:before {
    content: "\e903";
}


.mainmenu {
	margin-bottom: 2em;
}
.mainmenu ul li {
	display: inline-block;
	height: 46px;
	background-image: url(../images/menu_button.png);
	background-repeat: no-repeat;
	background-position: 2px -49px;
	width: 210px;
}
.mainmenu ul li a {
	display: block;
	padding-top: 13px;
	padding-left: 14px;
	padding-bottom: 14px;
	color: #300;
	text-decoration: none;
	text-shadow: 1px 2px 3px rgba(255,255,255,0.6);
}
.mainmenu ul li a.selected, .mainmenu ul li a:hover {
	color: #F8CB9A;
	background-image: url(../images/menu_button.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	text-shadow: none;
}


div.triangle {
	height: 150px;
	background-image: url(../images/triangle_line.png);
	background-repeat: repeat-x;
}
img.right {
	float: right;
}
.clearboth {
	clear: both;
}
a:link, a:active, a:visited {
	color: #DCD0C1;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
.important {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
#button_home {
	padding: 0;
	margin: 0px;
	display: block;
	height: 46px;
	width: 166px;
	text-align: right;
	float: left;

}
#button_home a {
	background-image: url(../images/hometop_button.png);
	background-position: 4px 1px;
	background-repeat: no-repeat;	
	color: #F8CB9A;
	text-decoration: none;
	display: block;
	height: 32px;
	padding-top: 14px;
	font-weight: bold;
}
#button_home a:hover {
	background-image: url(../images/hometop_button.png);
	background-position: 4px -44px;
	background-repeat: no-repeat;
	color: #300;
}
#button_top {
	padding: 0;
	margin: 0px;
	display: block;
	height: 46px;
	width: 198px;
	text-align: right;
	float: left;
}
#button_top a {
	background-image: url(../images/hometop_button.png);
	background-position: 4px -90px;
	background-repeat: no-repeat;	
	color: #F8CB9A;
	text-decoration: none;
	display: block;
	height: 32px;
	padding-top: 14px;
	padding-right: 25px;
	font-weight: bold;
}
#button_top a:hover {
	background-image: url(../images/hometop_button.png);
	background-position: 4px -135px;
	background-repeat: no-repeat;
	color: #300;
}
table {
	color: #DCD0C1;
}
#button-email {
	background-image: url(../images/gordshoquist-contact-email.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 453px;
	position: relative;
	margin-left: 250px;
}
#button-email:hover {
	background-position: left bottom;
}
blockquote.bq {
	background-image: url(../images/q-in.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.7em;
	color: #D5BC9B;
	background-color: #3B0000;
	width: 740px;
	margin-left: 50px;
	padding: 20px;
	text-indent: 50px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 30px;
  }
blockquote.bq span {
	display: block;
	background-image: url(../images/q-out.png);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
blockquote.bq span.from {
	margin-top: 10px;
}

.topofpage {
  margin: 1em 0 2em 0;
	display: inline-block;
	background: rgba(0,0,0,0.1);
	padding: .5em 2em;
	border-radius: 6px;
}
.topofpage:hover {
	text-decoration: none;
}
.footmenu .mainmenu ul{
		border-top: 1px solid #C59B6D;
}
.footmenu .mainmenu ul li {
 background: none;
  height: auto;
}
.footmenu .mainmenu ul li:first-of-type {
	margin: 2em 0 1em 0;
}
.footmenu .mainmenu ul li a {
	text-shadow:none;
	height: auto;
	color: rgb(248, 203, 154);
	padding: 6px 0;
	margin: 0;
	font-weight: normal;
	letter-spacing: 1px;
}
.footmenu .mainmenu ul li a:hover {
	background: none;
	color: #300;
}
.footmenu .mainmenu .selected {
	 background: none;
}

.guildbox {
	margin: 0 auto;
	background-image: url(../images/inner_wrap.png);
	background-repeat: repeat-y;
	padding: 0 40px;
}
.guildbox img {
	float: left;
	margin-right: 2em;
	margin-top: -2em;
}
.guildbox p {
	padding-top: 2em;
}

#footer {
	background-image: url(../images/footer-new.png);
	height: 70px;
  clear: both;
}
#footer p {
	padding-top: 43px;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	margin-left: 40px;
	color: rgb(230,230,230);
}
#footer a {
	font-weight: normal;
	letter-spacing: 1px;
	color: rgb(230,230,230);
}
#footer a:hover {
	color: #F8CB9A;	
}