/*
File:			custom.css
Description:	Custom styles for Thesis




BASIC USAGE:




If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.




For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:




	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	&amp;lt;--- This makes links blue when you mouse over them




WHY THIS WORKS:




By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!




More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/




a:focus {
	outline:none;
}




/*** HEADER IMAGE ***/
#page {
	padding-top:0;
}
.custom #header { 
	border-bottom:none;
	height:200px;
	padding:0;
	margin:20px 0 0px 0;
	background:url(images/header3.jpg) top left no-repeat; 
}
.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }




/*** REMOVE HEADER ***/
.no-header #header {
	display:none;
}
.no-header .menu{
	margin-top:20px;
}




/** SIGNUP FORM IN HEADER **/
#signup {
	width:293px;
	height:189px;
	background-image:url(images/optin-bg.jpg);
	background-repeat:no-repeat;
	z-index:300;
	visibility:visible;
	margin-top:5px;
	margin-bottom:0px;
line-height:120%; 
	}
form {
	display:inline;
	margin:0;
	padding:0;
}




.inputtext {
	background-color:transparent;
	border:0 none;
	font-family:arial;
	font-size:10px;
	height:12px;
	overflow:hidden;
	margin:0px 0px 4px 0px;
	padding:1px 2px 1px 4px;
	width:109px;
}




input:focus.inputtext {
	background-color:transparent;
}




/*** REMOVE HEADINGS FROM PAGES ***/
/*** AND KEEP HEADINGS ON POSTS ***/
.headline_area h2, .headline_area h1 {
	position:absolute;
	top:-1500px;
	left:-1500px;
}




.headline_area h2.entry-title, .headline_area h1.entry-title {
	position:relative;
	top:0px;
	left:0px;
}




/*** REMOVE TITLE ON CATEGORY PAGES ***/
/***
#archive_info {
	display:none;
}
***/




/*** MENU ***/
.menu {
        margin-top:0px;
}
.menu ul a {
	width:280px;
}
.menu ul, .menu ul li {
	width:280px;
}



/*** SOCIAL MEDIA LINKS IN MENU ***/
.menu .facebook, .menu .twitter {
	float:right;
}
.menu .facebook a, .menu .facebook a:hover {
	background:url("/images/icon-facebook.jpg") no-repeat scroll 100% 50% transparent;
	border:medium none;
	padding-right:18px;
	margin-right:40px;
}
.menu .facebook a:hover {
	text-decoration:underline;
}
.menu .twitter a, .menu .twitter a:hover {
	background:url("/images/icon-twitter.jpg") no-repeat scroll 100% 50% transparent;
	border:medium none;
	padding-right:18px;
	margin-right:40px;
}
.menu .twitter a:hover {
	text-decoration:underline;
}


/*** FOOTER ***/
#footer {
        text-align:center;
}




/*** GENERAL ***/
.page-heading {
font-family:georgia, serif; font-weight:normal; 
        font-size:1.4em;
        line-height:1.364em;
color:#530f48;

}




ul#buttons {
	list-style-type:none; margin:0; padding:0; }




#buttons li {
	float:left; list-style-type:none; margin:0; padding:0;}




#buttons li a {
	background:url(http://freemotioncoach.com/wordpress/wp-content/uploads/2010/05/button-bg.jpg) no-repeat;
display:block; width:167px; height:98px; color:#fff; font-family:Verdana, sans-serif; 
font-size:24px; font-weight:normal; text-decoration:none; margin-right:5px; padding:30px 15px; line-height:1.2em;}




#buttons li a em {
	font-family:georgia, serif; font-weight:bold; }




label, .textfield label {
	width:70px; display:inline; float:left; clear:both;
color:#530f48; font-family:verdana, arial, helvetica, sans-serif; font-weight:bold;}
div.inputfield {
	clear:both; display:block; width:200px; float:none; padding-bottom:10px;
position:relative; top:5px; height:20px;}




.format_text div.textfield input, .textfield input {
float:left; color:#530f48; display:inline; width:100px;}




input#submit  {
	background:url(http://freemotioncoach.com/wordpress/wp-content/uploads/2010/05/button-bg.jpg) repeat-x center center;
width:70px; color:#fff; clear:both; margin-top:5px; display:block; position:relative; left:110px; top:10px;}

a.shoppingcart {
	
background:url(http://freemotioncoach.com/wordpress/wp-content/uploads/2010/05/button-bg.jpg) repeat-x center center;
text-decoration:none; color:#fff; clear:both; margin-top:5px; padding:5px; 
width:90px; font-family:Verdana, Helvetica, Arial, sans-serif; display:block; text-align:center;}


blockquote {
	color: black;
}

#commentform p {
	
width:100%;
}

#archive_info {
	display:none;
}

#commentform p.subscribe-to-comments label {
	width:100%;}


.format_text input {
	
background:url(http://freemotioncoach.com/wordpress/wp-content/uploads/2010/05/button-bg.jpg) repeat-x center center;
text-decoration:none; color:#fff; clear:left; margin-top:0; 
width:120px; font-family:Verdana, Helvetica, Arial, sans-serif; display:block; text-align:center;}

p label input {
	width:120px; float:left;display:block; padding:10px;
}

li#sidebar-login {
	border:1px solid #ccc;
	padding-left:20%;
	padding-top:10px;
	width:80%;
}
li#sidebar-login h3:after {
  /*content: " June 8 Class Attendees";*/
}
input#rememberme {
	width:auto;
	padding:0;
	margin:0;
	float:none;
	display:inline;
}
p.rememberme label {
	width:auto;
	float:none;
	display:inline;
}