/*
Theme Name: Tanglefoot
Theme URI: http://www.tanglefootcloggers.co.uk/
Description: Custom Wordpress theme for the Tanglefoot Appalachian Cloggers site.
Version: 1.0
Author: Tattooed Monkey Web Designs
Author URI: http://www.tattooedmonkey.co.uk/
Tags: purple, blue, custom header, fixed width, three columns, widgets

	This theme was designed and built by Darren King,
	whose site you will find at http://www.tattooedmonkey.co.uk/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;font-family:Verdana, Geneva, Tahoma, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;font-family: Georgia,"Nimbus Roman No9 L",serif;font-style: italic;line-height:1;margin-bottom:0.5em;}
h1 {font-size:4.5em;}
.header h1 {color:#fff;}
h2 {font-size:3.5em;}
.header h2 {color:#000;text-indent:-9999px;}
h3 {font-size:2.5em;}
.footer h3 {color:#fff;}
#about .maincontent h3 {margin-top:25px;}
h4 {font-size:1.5em;line-height:1.25;margin-bottom:1.25em;}
.footer h4 {color:#fff;margin-bottom:0.25em;}
.commenttext h4 {margin-bottom:0.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;font-size:1.2em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#0eaadb;text-decoration:none;}
a {color:#89368e;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}

blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 32px;  
   border: 1px solid #F0F0F0;
	background: #f8f8f8 url('images/general/quote.jpg') no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}

strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}

.events-table {
	margin-bottom:60px;
	width:100%;
	border-collapse: collapse;
	background-color:	#FAF7E2;
	border:				solid 2px #DBAD58;
	}

.events-table thead th {
	background:#dbcb84;
	color:#fff;
	font-weight:bold;
	font-size: 1.5em;
	text-align:center;
	border-bottom:				solid 2px #DBAD58;
}

.events-table th, .events-table td {
border: 1px dotted #DBAD58;
padding: 0.5em;
font-weight:normal;
vertical-align:		top;
}
.events-table th p, .events-table td p {
margin:0;
padding:0;
}
.events-table th[scope=col]
{
  border-bottom: 2px solid #DBAD58;
/*  border-right: 2px solid #DBAD58;*/
}
.events-table th+th[scope=col] { border-right: 1px dotted #DBAD58; }
/*th[scope=row] { border-right: 2px solid #DBAD58; }*/
.events-table tr:hover th[scope=row], .events-table tr:hover td
{ 
  background-color: #faf3d2;
} 


.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

.floatleft 
{
	float:				left;
	margin-top:			4px !important;
	margin-right:		10px !important;
	padding:			4px;
	/*padding-left:		4px;
	padding-right:		4px;*/
	border:				solid 1px #DBAD58;
	background-color:	#FAF7E2;
}
.floatright 
{
	float:				right;
	margin-top:			4px !important;
	margin-left:		10px !important;
	padding:			4px;
	/*padding-left:		4px;
	padding-right:		4px;*/
	border:				solid 1px #DBAD58;
	background-color:	#FAF7E2;
}
.leftfloat {
	float:				left;
	padding:			3px 10px 0 0;
}
.rightfloat {
	float:				right;
	padding:			3px 0 0 10px;
}
.alignleft {
	float:				left;
	padding:			2px 0 10px 0px;
	width:				240px;
}
.alignright {
	float:				right;
	padding:			2px 0 10px 0px;
	width:				240px;
	text-align:			right;
}
.alignleft a {
	background-color:	#89368e;
	border:				solid 2px #482875;
	color:				white;
	cursor:				pointer;
	padding:			3px 6px;
	margin-right:20px;
	font-size: 1.2em;
	font-weight:normal;
	text-decoration:none;
}
.alignright a {
	background-color:	#89368e;
	border:				solid 2px #482875;
	color:				white;
	cursor:				pointer;
	padding:			3px 6px;
	margin-left:20px;
	font-size: 1.2em;
	font-weight:normal;
	text-decoration:none;
}
.alignleft a:hover, .alignleft a:focus, .alignleft a:active, .alignright a:hover, .alignright a:focus, .alignright a:active {
	background:			#0eaadb none repeat scroll 0% 0%;
	color:				white;
	font-size: 1.2em;
	border:				solid 2px #3b4560;
}
.post {
margin-bottom:60px;
}
.post-date{
float: left;
display: inline;
margin: 5px 10px 0 0;
width:40px;
height:45px;
background: url('images/general/date_button.png') no-repeat;
}
.month, .day {
color:#fff;
width:40px;
text-align:center;
font-weight:bold;
}
.day {
margin-top:-3px;
}
.comment-total{
float: right;
display: inline;
margin: 5px 10px 0 0;
width:40px;
height:45px;
background: url('images/general/comment_button.png') no-repeat;
}
.comment-number {
color:#fff;
width:40px;
text-align:center;
font-weight:bold;
padding-top:6px;
}
.more a {
	background-color:	#89368e;
	border:				solid 2px #482875;
	color:				white;
	cursor:				pointer;
	padding:			3px 6px;
	margin-top: 10px;
	margin-right:20px;
	font-weight:normal;
	text-decoration:none;
}
.more a:hover, .more a:focus, .more a:active {
	background:			#0eaadb none repeat scroll 0% 0%;
	color:				white;
	border:				solid 2px #3b4560;
}


/* grid.css */
body {background: #120f26 url('images/general/wood.jpg')  no-repeat center top;padding:0;margin:0; width:100%;display:table;}
.topbar {width:100%;background:transparent url('images/general/topbar.png');overflow:hidden;padding:5px 0;height:25px;}
.metabar {width:950px;margin:0 auto;overflow:hidden;}
.skip {width:300px;float:left;margin-left:40px;overflow:hidden;}
.login {width:300px;margin-right:40px;text-align:right;float:right;overflow:hidden;}
.header {width:950px;margin:0 auto;text-align:center;height:224px;overflow:hidden;position:relative;}
.container {width:950px;margin:0 auto;background-color:#FAF7E2;padding-top:40px;}
.wrapper {float:left;margin-right:10px;width:870px;padding-left:40px;}
.content {float:left;margin-right:10px;width:870px;}
.mainnavigation {float:left;margin-right:10px;width:150px;}
.maincontent {float:left;margin-right:10px;width:508px;padding:0 20px 0 20px;background:#FAF3D2;border:1px solid #dbcb84;}
.breadcrumbs {float:left;margin-right:10px;width:510px;margin-top:10px;margin-bottom:20px;font-size:0.7em;}
.navigation {float:left;margin-right:10px;width:510px;margin-top:10px;margin-bottom:20px;}
.additionalcontent {float:left;margin-right:10px;width:150px;margin-right:0;}
.footer {float:left;width:950px;margin-top:40px;padding-top:30px;background:#122e59;color:#fff}
.contactform {float:left;margin-right:10px;padding-left:40px;width:430px;}
.contactinfo {float:left;margin-right:10px;width:430px;}
.copyright {float:left;width:950px;margin-top:20px;padding-top:30px;padding-bottom:40px;text-align:center;background-color:#120f26;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}


/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


/* Logo link */
.logo {
	border:				0px solid red;
	float:				left;
	height:				116px;
	margin-top:			45px;
	margin-left:		40px;
	overflow:			hidden;
	width:				456px;
}
.logo a {
	display:			block;
	height:				116px;
	outline:			none;
	overflow:			hidden;
	text-indent:		-900%;
	width:				456px;
}


/* Main navigation */
.mainnavigation ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.mainnavigation li {
	font-size: 2em;
   margin-bottom: 5px;
}
.mainnavigation a {
   background-color: #dbcb84;
   color: #fff;
   display: block;
   line-height: 70px;
   width: 136px;
   padding-left: 10px;
   text-decoration: none;
	border:				solid 2px #DBAD58;
}
.mainnavigation a:hover, .mainnavigation a:focus {
   background: #0eaadb;
   color: #fff;
   text-decoration: none;
	border:				solid 2px #3b4560;
}
.current_page_item a:link, .current_page_item a:visited, .current_page_parent a:link, .current_page_parent a:visited {
   background: #89368e;
	border:				solid 2px #482875;
}


/* Upcoming Events */
.upcomingEvents{
	width: 150px;
	color: #fff;
}

.upcomingEvents ul{
	margin: 0;
   list-style-type: none;
	background: transparent url('images/upcoming_events/upcoming_events_btm.gif') no-repeat;
}

.upcomingEvents .upcomingEventsFirst{	
	background: #122e59 url('images/upcoming_events/upcoming_events_first.gif') no-repeat;
}

.upcomingEvents ul li{
	padding: 40px 20px 20px 20px;
	font-size: 1em;
	background: #122e59 url('images/upcoming_events/upcoming_events.gif') no-repeat;	
}

.upcomingEvents ul li p{
	overflow: hidden;
	margin: 0;
	line-height: 1em;
}

.upcomingEvents ul li a:link, .upcomingEvents ul li a:visited{
	color:#fff;
}

.upcomingEvents ul li a:focus, .upcomingEvents ul li a:hover{
	color:#0eaadb;
	text-decoration: none;
}

.upcomingEvents ul li strong{
	display: block;
	color: #fff;
}

.upcomingEvents .upcomingEventsTop{	
	background: #0eaadb;
	height: 65px;
}

.upcomingEvents .upcomingEventsBtm{	
	padding: 24px 0 0 0;
	font-size: 0em;
	overflow:hidden;
	background: #FAF7E2 url('images/upcoming_events/upcoming_events_btm.gif') no-repeat;
}

.upcomingEvents .upcomingEventsTop h3{
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;	
	margin: 0;
	padding: 25px 0px 15px 0px;
	text-align: center;
	font-size: 1.4em;
	color: #ffffff
}


/* Copyright */
.copyright ul {
	display:			inline;
	list-style:			none;
	list-style-type:	none;
	margin:				0;
	padding:			0;
}
.copyright li {
	display:			inline;
	font-size:			0.9em;
	list-style:			none;
	margin:				0;
	padding:			0;
}


/*
--------------------------------------------------------------------------------
- CONTACT FORM
--------------------------------------------------------------------------------
*/
.contactform {
	position: relative;
}

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

.contactform fieldset { border: 0px dashed #606060;padding:0;}

.contactform legend {font-size:2.5em;font-family: Georgia,"Nimbus Roman No9 L",serif;font-style: italic;line-height:1;margin-bottom:0.5em;color:#fff;font-weight:normal;}

.contactform label { display: block; width: 120px; float: left; padding:0px; margin-top: 10px; clear: both; }

.emailField {
	height:				22px;
	margin-top:			10px;
	width:				283px;
}
.nameField {
	height:				22px;
	margin-top:			10px;
	width:				283px;
}
.messageField {
	height:				150px;
	margin-top:			10px;
	width:				283px;
	overflow:auto;
}
.emailField, .nameField, .contactform select, .contactform textarea {
	background: #3b4560;
	border: 1px solid #666;
	padding: .2em;
	color: #fff;
}

.emailField:focus, .nameField:focus, .contactform select:focus, .contactform textarea:focus {
	background: #3b4560;
	border: 1px solid #0eaadb;
	color: #fff;
}

/* PUT THIS IN AN IE ONLY STYLE!!!
.emailField:hover, .nameField:hover {
	background: #3b4560;
	border: 1px solid #0eaadb;
	color: #fff;
}*/
.sendButton {
	background-color:	#89368e;
	border:				solid 2px #482875;
	color:				white;
	cursor:				pointer;
	padding:			3px 6px;
	float:right;
	margin-top: 10px;
	margin-right:20px;
	font-size: 1.2em;
	font-weight:normal;
}
.sendButton:hover, .sendButton:focus, .sendButton:active {
	background:			#0eaadb none repeat scroll 0% 0%;
	color:				white;
	font-size: 1.2em;
	border:				solid 2px #3b4560;
}
label.error {
	font-weight:		normal;
	text-align:			center;
	width:				219px;
}
label.success {
	font-weight:		normal;
	text-align:			center;
	width:				219px;
	display:			none;
}
label#email_error {
	font-weight:		bold;
	font-size:			1em;
	left:				161px;
	position:			absolute;
	top:				300px;
}
label#name_error {
	font-weight:		bold;
	font-size:			1em;
	left:				161px;
	position:			absolute;
	top:				300px;
}
label#message_error {
	font-weight:		bold;
	font-size:			1em;
	left:				161px;
	position:			absolute;
	top:				300px;
}
label#message_sent {
	font-size:			1em;
	left:				161px;
	position:			absolute;
	top:				300px;
}
label#message_notsent {
	font-weight:		bold;
	font-size:			1em;
	left:				161px;
	position:			absolute;
	top:				300px;
}/* Vcard */
.vcard img {float:right;margin:-1em 0 0 0;}
.vcard p {margin:0;}
.tel span {display:none;}


/* Recent posts */
.recentposts{	
	padding: 15px 0 10px 0;
	width: 150px;
	margin: 5px 0 0 5px;
}
.recentposts ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.recentposts h3{
	margin: 0;
	font-size: 1.4em;
	padding: 25px 0px 5px 0px;
}

.recentposts ul li{
	margin: 0;
	border-bottom: 1px dashed #dbcb84;
}
.recentposts ul li a{
	width: 150px;
	padding: 8px 0 8px 0;
	display:block;
}
.recentposts ul li a:hover, .recentposts ul li a:focus {
	background:#faf3d2;
}


/* Members Sliders */
#dController, #mController {
	float:left;
}
#dController span, #mController span {
	display:block;
	float:left;
	width:65px;
	height:35px;
	margin-right:10px;
	margin-bottom:10px;
	background-color: #dbcb84;
	border:				solid 2px #DBAD58;
	color: #fff;
	cursor:pointer;
	text-align:center;
}
#dController span:hover, #mController span:hover {
	background:			#0eaadb none repeat scroll 0% 0%;
	color:				white;
	border:				solid 2px #3b4560;
}
#dSlide, #mSlide{
	margin-top:15px;
	clear:both;
}
#dController span.jFlowSelected, #mController span.jFlowSelected {
	background:#dbcb84;
}
.dPrev, .dNext, .mPrev, .mNext{
	margin-bottom:30px;
	cursor:pointer;
}
#dController span.dSelected, #mController span.mSelected {
	background-color:	#89368e;
	border:				solid 2px #482875;
	color:				white;
}



/* Comments */
ol.commentlist {
	margin:				20px 0 50px 0;
	padding:0;
}
.commentlist .commenttext {
	padding:			22px;
}
.commentlist li {
	background:			#FAF7E2;
	list-style:			none;
	margin-bottom:		8px;
}
.commentlist li {
	border:		1px solid #DBAD58;
	list-style:			none;
	margin:				15px 0 3px;
	padding:			5px 10px 3px;
}
.commentlist li img {
	background:			#DBAD58;
	float:				right;
	padding:			1px;
}
.commentlist li.alt {
	border:		1px solid #DBAD58;
}
.commentlist li.alt img {
	background:			#DBAD58;
}
.commenttext .metasmall {
	margin:				0em 0 1.5em 0;
	font-size:0.8em;
}


/*
--------------------------------------------------------------------------------
- LOGIN FORM
--------------------------------------------------------------------------------
*/
#login_form {
	display:			none;
}
.login_form a:focus {
	outline:			none;
}
.login_form ul {
	list-style: none;
	margin:0;
	padding:0;
}
.login_form ul li {
	margin-top:			10px;
}
.login_form fieldset { border: 0px dashed #606060;padding:0;}
.login_form label { display: block; width: 120px; float: left; padding:0px; margin-top: 10px; clear: both; }
.login_form label .rememberme { display: inline;}
.log {
	border-width:		0px;
	height:				22px;
	padding:			2px 0 0 0;
	margin-left:		10px;
	width:				200px;
	float:left;
}
.pwd {
	border-width:		0px;
	height:				22px;
	padding:			2px 0 0 0;
	margin-left:		10px;
	width:				200px;
	float:left;
}
.rememberme {
	border-width:		0px;
	margin-top:			10px;
	margin-left:		10px;
	padding:			5px 0 0 0;
	float:left;
}
.recoverpwd {
	margin-top:			30px;
	float:left;
	clear:both;
}
.log, .pwd {
	background: #faf7e2;
	border: 1px solid #DBAD58;
	padding: .2em;
}

.log:focus, .pwd:focus {
	background: #faf7e2;
	border: 1px solid #DBAD58;
}
.login ul {
	list-style: none;
	margin:0;
	padding:0;
}
.login ul li {
	display:inline;
	margin-left:10px;
}
.loginButton {
	background-color:	#89368e;
	border:				solid 2px #482875;
	color:				white;
	cursor:				pointer;
	padding:			3px 6px;
	float:right;
	margin-top: 10px;
	margin-right:20px;
	font-size: 1.2em;
	font-weight:normal;
}
.loginButton:hover, .sendButton:focus, .sendButton:active {
	background:			#0eaadb none repeat scroll 0% 0%;
	color:				white;
	font-size: 1.2em;
	border:				solid 2px #3b4560;
}


/*
--------------------------------------------------------------------------------
- COMMENT FORM
--------------------------------------------------------------------------------
*/
.cform {
	margin:				0 0;
}
.cform fieldset	{
	background:			none;
	border:				0px solid #adadad;
	padding:			0 0 10px 0;
}
ol.cf-ol {
	margin:				0pt!important;
	padding:			0px 0pt 0pt!important;
}
ol.cf-ol li	{
	background:			none!important;
	line-height:		1.3em;
	list-style:			none!important;
	margin:				0!important; /*some themes may interfere otherwise*/
	padding:			0;
	text-align:			left;
}
.cform input {
	background:			none;
	border:				none;
	letter-spacing:		1px;
	margin:				0 0 8px 0;
	vertical-align:		top;
}
.cform input {
	border-top:			0px solid #f0f0f0;
	padding:			2px 10px 12px;
	width:				100%;
}
.cform .area {
	border:				none;
}
#comment {
	background: #faf7e2;
	border: 1px solid #DBAD58;
	padding: .2em;
	margin:				0;
	padding:			3px 0px 0 0px;
	vertical-align:		top;
	width:				100%;
}
p.cf-sb {
	margin:				0;
	padding:			0!important;
	text-align:			left;
}
.cform input.commentbutton {
	background-color:	#89368e;
	border:				solid 2px #482875;
	color:				white;
	cursor:				pointer;
	padding:			3px 6px;
	width:125px;
	margin-bottom: 10px;
	margin-right:20px;
	font-weight:normal;
}
.cform input.commentbutton:hover, .cform input.commentbutton:focus, .cform input.commentbutton:active {
	background:			#0eaadb none repeat scroll 0% 0%;
	color:				white;
	border:				solid 2px #3b4560;
}
* html .cform fieldset {
	padding-top:		25px;
	position:			relative;
	margin-top:			15px;
}
* html ol.cf-ol {
	display:			inline-block; /*for IE6!!*/
}




/*
--------------------------------------------------------------------------------
- GALLERIES
--------------------------------------------------------------------------------
*/
.gallery-list {
	float:				left;
	margin-right:		0px;
	width:				508px;
	padding-bottom:		10px;
}
.gallery-heading {
	clear:				both;
	padding-top:		20px !important;
}
.gallery-title {
	margin-top:			10px !important;
}
.gallery-list img:hover, .gallery-list a:hover img {
	background:			#DBAD58;
}
/*.gallery-list img {
	border:				solid 1px #DBAD58;
	padding:			4px;
	border:				1px solid #D7E1EA;
	background-color:	#FAF7E2;
}
.gallery-list img:hover, .gallery-list a:hover img {
	border:				solid 1px #DBAD58;
	padding:			4px;
	border:				1px solid #D7E1EA;
	background:			#D7E1EA;
}*/

