/*  
Theme Name: fadtastic_theme
Theme URI: http://fadtastic.net/
Description: The fadtastic.net theme made available for free.
Version: 1.0
Author: Andrew Faulkner
Author URI: http://fadtastic.net/
*/

/* Expecting to see some CSS? Check out the CSS directory where it should be! */
.commentlist {list-style: none;margin: 1em 0 3em;padding: 0;}.commentlist .thread-alt {background: #edf5fa;}.commentlist .avatar {border: 1px dotted #ccc;float: left;margin-right: 10px;padding: 2px;height: 32px;width: 32px;}.commentlist cite {font-weight: bold;}.commentlist li {list-style: none;padding: 1em 2em;}.pinglist {list-style: none;margin: 1em 0 3em;padding: 0;}.pinglist li {padding: 0em 2em;}.menu {list-style: none;margin: 0;padding: 0;}
.commentnumber {font-family: 'Georgia', 'Times New Roman', serif !important;font-style: italic !important;}.commentlist li .commentnumber {float:right !important;font-size: 4.5em !important;margin:0 !important;padding:0 .5em .5em 0 !important;clear:right !important;}.commentlist li li .commentnumber {font-size:3.5em !important;}.commentlist li li li .commentnumber {font-size:3em !important;}
//.commentlist li.thread-odd{background:#E9E9EA;border:1px solid #E0DEDE;}
//.commentlist li.thread-even{background:#F4F3F3;border:1px solid #E0DEDE;}
.bypostauthor{ background-color: #FFFFFF; border:1px solid #E0DEDE; }

.buried {
border: 1px solid #999;
background-color: #ddd;
}

.featured {
border: 1px solid red;
background-color: #FFFF99;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssbutton, .cssbutton2, .cssbutton3{
background-color: #d1ec4c;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
align: left;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
text-decoration: none;
}

.cssbutton:active{
color: black;
}

.cssbutton2{
background-color: #bde6f3;
border-color: #bde6f3;
margin-left: 6px;
}

.cssbutton3{
background-color: #ebe587;
border-color: #ebe587;
margin-left: 6px;
}

.cssbutton2:hover{
border-style: inset;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
text-decoration: none;
}

.cssbutton3:hover{
border-style: inset;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
text-decoration: none;
}

	
#tabs {
	float:left;
	width:100%;
	background:#F4F4F4;
	//font-size:93%;
	line-height:normal;
	border-bottom:1px solid #24618E;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("http://www.flexible-new-deal.co.uk/wp-content/uploads/2010/04/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
        font-size:10px;
        font-weight:bold;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("http://www.flexible-new-deal.co.uk/wp-content/uploads/2010/04/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#24618E;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}