/*
	Edited - Rob Edwards
	Going to use this as a base
*/

/*
	Page wide elements
*/


*{
	margin:0;
	padding:0;
	list-style:none;
}


body {
	font: 75% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin:10px;
	color:#555;
}

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

form {
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

input {
	width:180px;
	background:url(images/input.jpg) top no-repeat;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:7px 10px;
	margin:5px;
	color:#777;
}

textarea {
	width:350px;
	height:105px;
	background:url(images/textarea.jpg) top no-repeat;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:10px;
	margin:5px;
	color:#777;
	font-size:1.2em;
}

input[type=submit] {
	cursor:pointer;
	background:#39393B;
	color:#fff;
	font-weight:bold;
	width:182px;
	height:33px;
	padding:7px 10px;
	font-size: 1.0em;	
}

input[type=submit]:hover {
	background-color: #481921;
}

blockquote {
	  font: 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
	  background: url(images/close-quote.gif) no-repeat right bottom;
	  padding-left: 18px;
	  color:#888;
	  margin:20px 0;
}

blockquote:first-letter {
	background: url(images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
}

table {
	width:100%;
	padding:5px;
}

td {
	background:#eee;
	padding:4px;
	text-align:center;
	background:url(images/td.jpg) top repeat-x;
}

h2 {
	clear:both;
}

img {
	float:right;
	padding:5px;
	background:#fff;
	margin:0 0 20px 20px;
	border:1px solid #eee;
}

p {
	margin:15px 0;
	line-height:19px;
}

ol {
	margin: 30px 0 30px 30px;	
}

ol li {
	list-style-type: decimal;
	margin: 5px 0 5px 20px;
}


/*
	Use everywhere classes
*/

.selected {
	background-color:#F00;
	color:#FFF;
}

.content {
	background:#FFF;
	padding:4px;
}

.date {
	text-align: right;
	font-style:italic;
	color: #888888;
	float: right;
	width: 20%;
	margin: 16px 0;
}


/* Searches */

.searchterm1, .searchterm2, .searchterm3, .searchterm4, .searchterm5, .searchterm6{
	background-color:#481921; color: white;
}

#incoming {
	background-color: #F4F4F4;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.alignleft a, .alignright a {
	color:#aaa;text-decoration:none;font-weight:bold;
}

.clear {
	clear: both;
}

/*
	Navigation
*/

#navigation {
	text-align: left;
	width: 50%;
	height: 19px;
	float: left;
	margin-top:10px;
}

#navigation li {
    display: inline;
    border: 1px solid black;
    border-top: none;
    margin-left: 5px;
}

#navigation li a {
	font-size: 1.2em;
	font-weight: 100 !important;
	text-decoration: none;
	color: black !important;
	padding: 10px;
	display: inline;
}

#navigation li a:hover {
	background: #481921;
	color: white !important;
}

#navigation li a:visited {
	color: #BBBBBB;
}


#searchform {
	width: 50%;
	float: right;
	text-align: right;
}

#searchform {
	font-size: 1.2em;
}


/*
	Header
*/

#header {
	margin-top: 20px;
}

#header h1 {
	text-align:center;
	font:350% Georgia;
	font-style:italic;
	color:#232323;
	letter-spacing:-1px;
}

#header h1 a {
	color:#333;
	text-decoration:none;
}

#header h1 a:hover {
	color:#000;
}

#header h2 {
	text-align:center;
	font:110% Verdana;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#bbb;
	margin:10px 0 30px 0;
}

.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}

/*
	Accordian CSS
*/

#accordian {
	width:960px;
	z-index:2;
	margin: 0 auto !important;
}

.accordion_headings {
	padding:7px 10px;
	background-color: #39393B;
	color:#FFFFFF;
	margin-top:2px;
	cursor:pointer;
	font:170% Trebuchet MS;
	letter-spacing:1px;
	clear:both;
}

.accordion_headings:hover {
	background-color: #481921;
}

.accordion_child {
	padding:20px 30px;
	background:#fafafa;
	border:5px solid #f4f4f4;
	font-size: 1.2em;
}


.accordion_child a {
	color:#333;
}

.accordion_child a:hover {
	text-decoration:none;
	background: #481921;
	color: white;
}

.accordion_child ul {
	margin:25px 0 25px 0px;
}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(images/bullet.gif) left no-repeat;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	line-height:19px;
}

.accordion_child ul.links li {
	background:url(images/link.gif) left no-repeat;
}

.accordion_child h2 {
	font:170% Arial;
	margin:10px 0 20px;
	padding:10px 0;
	color:#B02700;
	border-bottom:1px solid #eee;
	background:url(images/h2.jpg) bottom left no-repeat;
}

/* Previous and newest posts link */
#older-newer {
	margin-top:10px;
}

#older-newer h2 a {
	color: black;
}

#older-newer h2 a:hover {
	color:white;
	background-color: #481921;
}


/*Messages - search not found, 404 etc.*/
#content {
}

#content h2 {
	padding:7px 10px;
	color:#481921;
	margin-top:2px;
	cursor:pointer;
	font:170% Trebuchet MS;
	letter-spacing:1px;
	clear:both;
}

#content h3 {
	padding:7px 10px;
	color:#39393B;
	margin-top:2px;
	cursor:pointer;
	font-size:1.4em;
	letter-spacing:1px;
	clear:both;
}

#content div.post small {
	display: inline;
}

#content p {
	margin:10px 30px;
	font-size:1.2em;
}

#content a {
	color:#333;
}

#content a:hover {
	text-decoration:none;
	background: #481921;
	color: white;
}

#content div.post {
	margin-left: 20px;
}

#content div.post p.fulldate{
	display: inline;
	font-style: italic;
}

#content hr {
	margin: 10px 20px 40px 20px;
	color: #481921;
}

/*Links to social media profiles*/
#smp-wrapper {
	display: block;
	clear:both;
	margin-left: 40px;
}

#smp-wrapper li {
	display: inline;
	margin: 0 10px;
	background-image: none;
}

#smp-wrapper li a:hover {
	background: none;
}

#smp-wrapper li a img {
	margin:0;
	display:inline;
	float: none;
	clear: both;
}

.sociable {
	width: 75%;
	float: left;
}


/*
	Comments
*/

#comments {
    color: #481921;
	padding-top: 40px;
	border-top: 1px solid #481921;
}

.commentlist li {
	    margin-bottom: 25px;
		padding: 20px 10px 10px 10px;
		list-style-type: none;
		background: #F4F4F4 !important;
}

.commentlist li img{
	margin: 0px 10px 10px 10px;
}

.commentlist li.alt {
	background-color: #E5DEDE !important;
}

.commentlist li p {
    margin-left: 10px;
}

#respond {
	padding-top: 40px;
	border-top: 1px solid #481921;
}

#sidebar {
	width: 20%;
	margin: 2%;
}

#sidebar a {
	color:#333;
}

#sidebar a:hover {
	text-decoration:none;
	background: #481921;
	color: white;
}

#sidebar h2 {
	padding:7px 0px 0px 0px;
	color:#481921;
	margin-top:2px;
	cursor:pointer;
	font:170% Trebuchet MS;
	letter-spacing:1px;
	clear:both;
}

#sidebar h2.first {
	padding: 0px;
}

#sidebar li.space {
	margin-bottom: 40px;
	margin-top: 10px;
}

#sidebar ul li{
	margin: 10px 0px 0px 5px;
}


#sidebar div.st-tag-cloud {
	margin-left: 5px;
}

#sidebar div.st-tag-cloud a:hover {
	color: white !important;	
}

div.wpcf7-response-output {
	font-size: 1.2em;
}

/*
	Footer
*/

#footer {
	width:960px;
	margin:0 auto;
	color:#ccc;
	text-align: right !important;
}

#footer a {
	color:#ccc;
	text-decoration:none;
}

#footer .validate {
	float:right;
}
