@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
}
html, body {
height: 100%;
width:100%;
min-width:760px !important;
}

body {
	color:#4d323a;
	background: #dad2c7 url(images/3_bg.jpg);
	font-family:'source serif pro', serif;
}

em, .centre, h1,h2,h3, h4 {
	font-family: 'alegreya sans',sans-serif;
}

#wrapper {
min-height: 100%;
width: 760px !important;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}

#header {
	background-image: url(images/3_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0;
	height: 398px;
	width: 760px
}

/* MENU */

#menu {
	width:760px; margin:0 auto;
	min-width:530px !important;
	background: url(images/3_nav.jpg) no-repeat center;
	height: 71px
}

ul#ship { display: block; margin: 0px 0px 10px 68px; padding:0; }
ul#ship li { display: inline; padding: 5px 3px;
	font-family:'cutive mono', monospace;
	font-size: 14px; text-transform:uppercase  }
ul#ship li a { color: #d3a8a8; border-bottom:none; padding:1px 5px }
ul#ship li a:hover { color: #fff; background:#70403f; letter-spacing:1px }

ul#nav { display: block; margin-left: 97px; padding:0; }
ul#nav li { display: inline; padding: 5px 10px;
	font-family:'cutive mono', monospace;
	font-size: 12px; letter-spacing:1px }
ul#nav a { color: #d9d1c6; border-bottom:none; padding:0px }
ul#nav a:hover { color: #fff; background:transparent; letter-spacing:1.5px }




/* CONTENT */

#main {
	margin:0 auto;
	width:600px; height:auto;
}

 h1 { color:#824c4b; padding-right: 20px; font-size: 30px; font-weight:300; }
 h2 { color:#9a5f5e; font-size: 22px; }
 h4 { color:#746660; font-size:18px; font-weight:400; padding-top:10px; margin-bottom:0px; text-transform:uppercase}

p {
	font-weight:400;
	font-size:14px;
	margin-bottom:5px; margin-top: 5px;
	line-height:24px;
	text-indent:28px;
	text-align:justify;
	letter-spacing:0px;
 }

 .noindent {
	 text-indent:0;
 }
 p.list { text-indent: 0; margin-bottom:3px; }
 p.list strong { font-size:20px; font-family: 'alegreya sans', sans-serif; font-weight: 400 }


.begin {
	text-indent:0;
	font-size:110%; line-height:26px
}

 strong {
	 font-weight:600;
	 color:#975a5a;
 }

 em { color:#7d2720; font-style:italic; font-weight:400; font-size:110%; font-family: 'alegreya sans' }

 a {
	 text-decoration:none;
	 padding:0px 2px;
	 color:#a5503b;
	 border-bottom:1px solid #b8b3be;
	 -webkit-transition-property:color, text;
-webkit-transition-duration: 0.3s, 0.3s;
-webkit-transition-timing-function: linear, ease-in;

-moz-transition-property:color, text;
-moz-transition-duration:0.3s;
-moz-transition-timing-function: linear, ease-in;

-o-transition-property:color, text;
-o-transition-duration:0.3s;
-o-transition-timing-function: linear, ease-in;
 }
 a:hover { color:#b79e9a; background:#3d2f35; }

 u { color:#876786 }


blockquote { margin:5px 30px }
small { color:#827170; font-size:80%; font-style:normal;
	}

#main img { padding:0px; opacity:0.6; -moz-opacity:0.6; filter:alpha(opacity=60); border:5px solid #a07f79 }
#main img:hover { opacity:0.9; -moz-opacity:0.9; filter:alpha(opacity=100); border-color:#846f83; }
.left { float:left; margin:0px 10px 0 0; }
.right { float:right; margin:0px 0 0 10px ; }


.center { text-indent:0; text-align: center }
.c { text-align:center; }
.c img {margin: 5px; }

p.dialogue { font-size:16px; font-style:none; line-height:20px; color:#827170; text-indent: 0px;  margin:18px 50px; padding:7px 10px;	}
p.dialogue:hover { background-color:transparent; }
.dialogue strong { color:#975a5a; font-weight:600 }
.highlight {
	background: #ccbdb5;
	font-size:14px; line-height:18px; color:#846f83; padding:15px; opacity: 0.8; }
.highlight strong {
	color:#741B65; font-size: 80%; font-weight:400; text-transform:uppercase; font-style:normal }
	#main ul { color:#8d7d7b; font-size:14px; padding: 0 45px; margin-top:7px; margin-bottom:12px; }
	#main ul strong {
	color:#872A22;
}
	#main ul li {
	margin:2px 0; list-style-type:circle;
	color: #7E706E;
}
	#main ul a { border-bottom:none; }
blockquote, .dialogue, .highlight {  margin-bottom:10px; margin-top:5px; }


/* SUB MENU */
ul.submenu { width:462px; }
ul.submenu li { display:block; border-bottom: 1px dotted #b8aca5; padding:6px 5px 3px 5px; list-style:none; list-style-position:inside; }
.link { width:180px; float:left; font-family:'alegreya sans',serif; font-size:18px; font-weight:300; margin-top:-4px; letter-spacing:0.5px; }
ul.submenu a:hover { background-color:transparent; color: #974735; letter-spacing:1px }
ul.submenu a:hover::before { content:"\2767"; padding-right:4px; }




.centre { margin-bottom:20px; color:#746660; text-align: center; width: auto; padding:3px; text-indent:0; font-size:120%; -moz-opacity: 0.8; opacity:0.8; }

.centre a { color:#3a3235; border-bottom:none; }
.centre a:hover { color: #f3f1f0 }


/* FORM */

input, textarea, select, option {
	color:#b1b0ba; background-color:#451809; padding:10px ;
	font-family:'cutive mono', 'lucida grande', monospace; font-size:16px; border:none; padding:2px 5px;
}

input#button {
	background:#7d2a23; color:#ccd2dd;
}


/* FOOTER */

#footer { background: url('images/3_bottom.jpg') no-repeat center top; height: 105px }
p.footer { color:#ae928d;
	text-indent:0; padding-top: 65px; margin-left: 75px;
	font-size:10px; line-height:13px; text-align:left }
#footer a { text-decoration:none; border:none; color:#956769; }
#footer a:hover { background-color:transparent; color:#f3f1f0; letter-spacing:0.5px; }
#footer p.larger { font-size:12px; }
