/*
Theme Name: Shark of Mirkwood
Theme URI: http://sharkofmirkwood.co.uk/
Description: Shark of Mirkwood's own theme.
Author: Shark of Mirkwood (Connor Leigh-Smith)
Author URI: http://somfreebies.com/
*/

body {
	background: #C7BA86 url('images/background.jpg') center top;
	color: #000;
	font: 75%/145% Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #930;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #930;
}

#wrap {
	width: 900px;
	background: url('images/wrap.png') repeat-y center top;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
}


/* TOP */

#top {
	height: 183px;
	background: #C7BA86 url('images/top-head.jpg') no-repeat;
	color: #AD4700;
	overflow: hidden;
}

#top h1 {
	color: #69604F;
	font: bold 325% Impact, sans-serif;
	margin: 0;
	padding: 20px 0 0 40px;;
	text-transform: lowercase;
}

#top p {
	font: bold 120% Verdana, sans-serif;
	margin: 0;
	padding-left: 50px;
	padding-right:10px;
	text-align:center;
}

#top a {
	color: #996633;
}

#top a:hover {
	color: #009;
}

#top-half {
	height: 132px;
	background: url('images/top-half.jpg') no-repeat;
	border-bottom: 5px solid #69604F;
}

#top-half ul {
	height: 25px;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#top-half li {
	float: right;
	font: 90%/normal Verdana, sans-serif;
	list-style: none;
	margin: 0;
	padding: 5px 7px 0;
	text-transform: uppercase;
}

#top-half li a {
	background: url('images/nav-off.gif') right top no-repeat;
	color: #930;
	padding-right: 12px;
}

#top-half li a:hover {
	background: url('images/nav-on.gif') right top no-repeat;
	color: #336699;
	padding-right: 12px;
}

#top-half #topAd {
	float:left;
	clear: none;
	margin: 0;
	padding: 25px 10px 0 80px;
}

#top-half form {
	float:left;
	clear: none;
	margin: 0;
	padding-left:80px;
	padding-top:15px;
}

#top-half fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#top-half label {
	color: #484236;
	display: block;
	font: bold 110%/normal Verdana, sans-serif;
}

#top-half input {
	background: #C7BA87;
	border-top: 1px solid #69604F;
	border-left: 1px solid #69604F;
	border-right: 1px solid #F7F7EC;
	border-bottom: 1px solid #F7F7EC;
	font: bold 100%/normal Verdana, sans-serif;
	color: #484236;
	margin: 4px 0;
	padding: 4px 4px 3px;
}

#top-half #s {
	width: 192px;
	font: 100%/normal Verdana, sans-serif;
	padding: 4px;
}

/* CONTENTS */

#contents {
	width: 668px;
	float: right;
	padding: 15px 15px 15px 0;
}

#contents h1, #contents h2, #sidebar h1, #sidebar h2 {
	background: #69604F;
	border-top: 1px solid #C4B491;
	border-left: 1px solid #C4B491;
	border-right: 1px solid #474135;
	border-bottom: 1px solid #474135;
	color: #FFFAEF;
	font: bold 110% Verdana, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 3px 5px;
	text-transform: uppercase;
}
#contents a:hover {
	text-decoration: underline;
}
#contents h1 a, #contents h2 a, #contents .small a, #sidebar h1 a, #sidebar h2 a {
	color: #FFF;
}
#contents h1 a:hover, #contents h2 a:hover, #contents .small a:hover, #sidebar h1 a:hover, #sidebar h2 a:hover {
	text-decoration: underline;
}

#contents p {
	padding: 0 5px;
}

#contents .small {
	background: #484236;
	border-top: 1px solid #A4957A;
	border-left: 1px solid #A4957A;
	border-right: 1px solid #25211B;
	border-bottom: 1px solid #25211B;
	color: #FFB;
	font: 85% Verdana, sans-serif;
	margin: 0;
	padding: 2px 5px 3px;
}

#contents img {
	background: #F9FCEC;
	border: 1px solid #69604F;
	display: inline;
	margin: 4px;
	padding: 4px;
}

#contents .wp-smiley {
	background: #EDE8D2;
	border: 0;
	margin: 0;
	padding: 0;
}

/* SIDEBAR */

#sidebar {
	width: 180px;
	float: left;
	font: 95%/130% Verdana, sans-serif;
	padding: 15px 10px 0;
}

#sidebar ul {
	margin: 0 5px 15px;
	padding: 0px;
	padding-left: 10px;
}

#sidebar ul li {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#sidebar h2 {
	margin: 0 0 2px;
	text-align: right;
}

#sidebar ul li a {
	color: #380000;
	font-weight: bold;
}

#sidebar li {
   list-style: none;
}

#sidebar ul li a:hover {
	color: #336699;
	position: relative;
	top: 1px;
	left: 1px;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
}

#sidebar li li {
	padding: 1px 2px 0 0px;
	list-style: disc;
}

#sidebar li li li {
	padding: 1px 2px 0 16px;
}


/* FOOTER */

#footer {
	height: 61px;
	background: #C7BA86 url('images/footer.jpg') no-repeat;
	border-top: 5px solid #69604F;
	clear: both;
	color: #484236;
	font: 95%/140% Verdana, sans-serif;
	padding: 40px 50px 0 55px;
}

#footer a:hover {
	text-decoration: underline;
}


/* COMMENTS */

.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments li {
	background: #F7FBFF;
	border: 1px solid #69604F;
	margin: 10px 0 15px 0;
	padding: 4px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */

.comments li li {
	border: none;
	padding: 0;
}


/* FORMS */

#contents form {
	padding: 4px;
}

#contents form fieldset {
	border: 0;
	margin: 0;
}

#contents form fieldset label {
	width: 20%;
	float: left;
	font-weight: bold;
}

#contents form fieldset input, #contents form fieldset select, #contents form fieldset textarea {
	width: 75%;
	background: #ffffff;
	border: 1px solid #413C31;
	float: right;
	font: 100% Verdana, sans-serif;
	margin: 2px;
}

#contents form fieldset textarea {
	height: 250px;
}

#contents form fieldset br {
	clear: both;
}

#contents form fieldset .button {
	width: 32%;
	font-weight: bold;
	text-transform: uppercase;
}


/* CONSTANTS */

hr {
	clear: both;
	visibility: hidden;
}

blockquote {
	background: #F9FCEC;
	border: 4px dotted #D9DFEF;
	padding: 0 8px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	float: right;
}