/*
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; }				<--- 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/
*/

/* ####################################################################################################### */
/* *********************** This is the custom.css file for pianonet.com) ********************************* */
/* ####################################################################################################### */


/* ###################   normal site css for Thesis goes here   ########################### */ 

html, .custom {height:100%;}
body.custom {
	background:#660066 url(images/site_bg.png) no-repeat fixed center top;       /* #4445AB  url(images/shadowbg.jpg) repeat */
	margin:0 auto;
	padding:0;
	height:100%; 

}
#non_footer {
	min-height: 100%; 
	height:auto !important; 
	height:100%; 
	margin:0 0 0 0;
	background:transparent url(images/footer_squiggly_slc.png) no-repeat scroll center bottom;
}
.ie #non_footer {
	padding-bottom:0 0 -183px 0;
	margin-bottom:0;
	background:transparent url(images/footer_squiggly_slc.png) no-repeat scroll center bottom;
}
.custom #footer_area {
	height:183px;
	clear:both;
	background:transparent url(images/footer_bg_pn.png) repeat-x scroll center top;
}


/* .custom #static_bg {
	background: transparent url(images/site_bg.jpg) no-repeat center top;
	margin:0 auto;
	padding:0;
	height:908px;
	position:absolute;
}*/
/*  Header CSS #### This is from JR  ####  */ 
 /*.custom #title_area {background:#252525; padding:0 0 0; border-bottom:1px solid #c55;} This will need to be changed */

/* .custom #header_area{display:none;} */

.custom .full_width .page {
	margin:0 auto;
	padding:0;
	/*padding-left:2.2em;
	padding-right:2.2em;*/
	width:976px;
	
}

.custom #header_area .page {
	/*background:url(images/header_bg.jpg) repeat;8*/
	height:1px;
	padding-top:0;
	width:100%;
	text-align:center;
}

.custom #header {
	border-bottom:none;
	height:1px; 
	padding:0;
	
	/* 
	
	padding-top:0; 
	padding-bottom:0;
	background:url(images/header.jpg) center no-repeat; */
}
        /* .custom #header #logo {display:none;}
        .custom #header #tagline {display:none;} */
		
		
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { 
	display: block; 
	height: 1px; 
	width: 976px; 
	padding-top:0; 
	/* background: url('images/header.jpg') no-repeat; */
	background-position:center; 
	outline: none; 
	text-align:left;
	margin: 0 auto;
}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

  /* #################   Nav_area CSS ####################### */

.custom #nav_area {
	background:url(images/nav_bg.png) repeat-x;
	position:relative;
	height:96px;
	padding:0;
	z-index:1000;
	/*padding-left:1.1em;
	padding-right:1.1em;
	padding-bottom:0;
	padding-top:0; */
	/*padding:.5em 0 .5em; 
	border-bottom:1px solid #ddf; */
}     
	.custom #nav_area #nav_bg {
		background:url(images/nav_frame.png) no-repeat;
		height:84px;
		/* padding:0; */
		background-position:center; 
		outline: none; 
		text-align:left;
		margin: 0 auto;
		margin-right:90px;
	}
		.custom #nav_area ul {border-bottom:none; border-left:none;}
			/* .custom #nav_area ul <img src="../../../plugins/cforms/captchabg/1.gif" width="21" height="23">li {border-width:0; margin-bottom:0; padding-bottom:0; background:9a4118;} */



/* css for the Multi-level Navigational Plugin dropdown nav menu */
#pixopoint_menu_wrapper1{
	margin: 0 auto;
	padding-left:74px;
}

#suckerfishnav {
    /* background:#1F3E9F url("images/nav_bg.png") repeat; */
    font-size:6px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:84px; /* 40px */
    padding:0;
   /* border:1px solid #aaa; */
    margin:0;
    width:960px;
    }
#suckerfishnav a {
    display:block;
    color:#dddddd;
    text-decoration:none;
   /* padding:0px 10px; */
	width:120px;
	text-indent: -9999px; /**/
	outline:none;
}

/*#suckerfishnav a:active {
	outline: none;
}*/

#suckerfishnav li {
    float:left;
    padding:0;
	width:120px;
    }

/* custom css button bgs for the top level nav buttons */
/* Woot! Thanks to Randy Hoyt for helping me figure out the image replacement problem. It was one single character ;o) */

/* This is the Home nav styling */
/* */ #suckerfishnav li.page-item-5 a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:0px 0px;
}
#suckerfishnav li.page-item-5 a:hover, #suckerfishnav li.page-item-5 a.sfhover {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:0px -87px;
}
#suckerfishnav li.page-item-5.current_page_item a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:0px -174px;
}

/* This is the All About Pianos nav styling */
/**/ 
/**/
#suckerfishnav li.page-item-7 a{
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-120px 0px;
}
#suckerfishnav li.page-item-7 a:hover, #suckerfishnav li.page-item-7 a.sfhover {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-120px -87px;
}
#suckerfishnav li.page-item-7.current_page_item a{
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-120px -174px;
}

/* This is the Membership nav styling */
#suckerfishnav li.page-item-52 a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-240px 0px;
}
#suckerfishnav li.page-item-52 a:hover, #suckerfishnav li.page-item-52 a.sfhover {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-240px -87px;
}
#suckerfishnav li.page-item-52.current_page_item a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-240px -174px;
}

/* This is the RMM nav styling */
#suckerfishnav li.page-item-9 a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-360px 0px;
}
#suckerfishnav li.page-item-9 a:hover, #suckerfishnav li.page-item-9 a.sfhover {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-360px -87px;
}
#suckerfishnav li.page-item-9.current_page_item a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-360px -174px;
}

/* This is the Fun Stuff nav styling */
#suckerfishnav li.page-item-11 a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-480px 0px;
}
#suckerfishnav li.page-item-11 a:hover, #suckerfishnav li.page-item-11 a.sfhover {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-480px -87px;
}
#suckerfishnav li.page-item-11.current_page_item a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-480px -174px;
}

/* This is the Resources nav styling */
#suckerfishnav li.page-item-13 a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-600px 0px;
}
#suckerfishnav li.page-item-13 a:hover, #suckerfishnav li.page-item-13 a.sfhover {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-600px -87px;
}
#suckerfishnav li.page-item-13.current_page_item a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-600px -174px;
}

/* This is the Store nav styling */
#suckerfishnav li.page-item-16 a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-720px 0px;
}
#suckerfishnav li.page-item-16 a:hover, #suckerfishnav li.page-item-16 a.sfhover {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-720px -87px;
}
#suckerfishnav li.page-item-16.current_page_item a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-720px -174px;
}

/* This is the Contact nav styling */
#suckerfishnav li.page-item-82 a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-840px 0px;
}
#suckerfishnav li.page-item-82 a:hover, #suckerfishnav li.page-item-82 a.sfhover {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-840px -87px;
}
#suckerfishnav li.page-item-82.current_page_item a {
	background: transparent url(images/nav_btn_bg.png) no-repeat;
	background-position:-840px -174px;
}

/* These are the styles to take care of the dropsdown menu items for each of the top nav menus */
#suckerfishnav li.page-item-7 li a, #suckerfishnav li.page-item-52 li a, #suckerfishnav li.page-item-9 li a, #suckerfishnav li.page-item-11 li a, #suckerfishnav li.page-item-13 li a, 
#suckerfishnav li.page-item-7.current_page_item li a, #suckerfishnav li.page-item-52.current_page_item li a, #suckerfishnav li.page-item-9.current_page_item li a, #suckerfishnav li.page-item-11.current_page_item li a, #suckerfishnav li.page-item-13.current_page_item li a {
	background:#444444;
	text-indent: 0px;
}
#suckerfishnav li.page-item-7 li a:hover, #suckerfishnav li.page-item-52 li a:hover, #suckerfishnav li.page-item-9 li a:hover, #suckerfishnav li.page-item-11 li a:hover, #suckerfishnav li.page-item-13 li a:hover,
#suckerfishnav li.page-item-7 li a.sfhover, #suckerfishnav li.page-item-52 li a.sfhover, #suckerfishnav li.page-item-9 li a.sfhover, #suckerfishnav li.page-item-11 li a.sfhover, #suckerfishnav li.page-item-13 li a.sfhover,
#suckerfishnav li.page-item-7.current_page_item li a:hover, #suckerfishnav li.page-item-52.current_page_item li a:hover, #suckerfishnav li.page-item-9.current_page_item li a:hover, #suckerfishnav li.page-item-11.current_page_item li a:hover, #suckerfishnav li.page-item-13.current_page_item li a:hover, 
#suckerfishnav li.page-item-7.current_page_item li a.sfhover, #suckerfishnav li.page-item-52.current_page_item li a.sfhover, #suckerfishnav li.page-item-9.current_page_item li a.sfhover, #suckerfishnav li.page-item-11.current_page_item li a.sfhover, #suckerfishnav li.page-item-13.current_page_item li a.sfhover {
	background:#660066;
	text-indent: 0px;
}

/* End of top level custom css mods */

#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:149px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
	text-indent: 1px;/*  */
    }
#suckerfishnav li li a {
	padding:4px 10px;
    width:130px;
    font-size:12px;
    color:#dddddd;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#1F3E9F;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#dddddd;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#dddddd;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#dddddd;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }




  /* Content_area CSS */
.custom #content_box {
	/*background:url(images/content_bg.png) no-repeat scroll right top;  */
	background:none;
	margin-left:0px; /* width:1068px; */
	width:976px;
	
	/* height:100%; */
	
	position:relative;
	min-height:100%;
	_height:100%; /* for IE6 as it doesnt understand min-height */
}
/*
.custom #content_box div div#content_box{
	padding-bottom:100px;
	height:100%;
}*/
  
.custom #content_area {
	/* border-bottom:none;
	height:175px; */
	padding:0;
	/* padding-top:0; 
	padding-bottom:0; */
	/* background:url(images/content_div_bg.jpg) top no-repeat;
	height:auto; 480px */
	
	/* min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -270px; */
	
	/* position:relative;
    min-height:100%;
    _height:100%;*/ /* for IE6 as it doesnt understand min-height */
	/* height: auto !important; */
}
/*.custom #content_area {
	background:transparent url(images/footer_squiggly_slc.png) no-repeat scroll center bottom;
}*/

.custom #content_area .page { 
	/*background: transparent url(images/content_box_bg.png) repeat-y scroll top left; 
	 height:100%;
	background-color:#fff; height: 100%;*/
	
	/*position:relative;
    min-height:100%;
    _height:100%; *//* for IE6 as it doesnt understand min-height */
	/* height: auto !important; */
	
	/*padding-bottom:183px;  makes the page bg go down past sticky footer */

}
.custom #content_area div div div.page { 
	background: none; 
}

.custom #content { 
	/* background-color:#F00; Temporary for dev */
	padding-left:150px;
	padding-top:0px;
} 

.custom .headline_area h1, .headline_area h2 {
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size:30px;
	line-height:1.4em;
	font-weight:bold;
	color:#E50000;
}

.custom .headline_area h2.entry-title a, .headline_area h1.entry-title a {
	color:#E50000;
}
.custom .headline_area h1.entry-title a:hover, .headline_area h2.entry-title a:hover {
	color:#660066;
}
.custom h2, h3{
	font-weight:bold;
	color:#E50000;
}
.custom h2 a:hover {
	color:#660066;
}

.custom .homeflash {
	padding:40px 0 20px 0;
}

.custom #homebottom {
	padding-top:60px;
}

/* Kill the default text that shows up in v1.5 when a page has comments closed. Only works on pages*/
.custom .comments_closed {
   display: none;
}


	/* Post and Teaser CSS */
.custom .post_box, .full_width #content_box .page {
	margin:0 2.3em 0 1.2em;
}

.custom .format_text {
	padding:10px 40px 20px 5px;
}
.custom .format_text a {
	color:#E50000;
	text-decoration:none;
}
.custom .format_text a:hover {
	text-decoration:none;
	color:#660066;
}

.custom #underflash.format_text {
	padding:10px 40px 0 0;
}

.custom .teasers_box {
	margin:0 1.2em 0 1.2em;
}
.custom .teaser {
	width:25em;
}

.custom .teasers_box {
	width:55.6em;
	padding-top:6em;
}
.custom .teaser h2 {
	font-size:2.0em;
	line-height:1.375em;
}
.custom .teaser h2 a{
	color:#E50000;
	font-weight:bold;
}
.custom .teaser h2 a:hover{
	color:#660066;
}
.custom .teaser .format_teaser {
	margin-top:0.8em;
	margin-bottom:0.8em;
}
.custom .teaser .teaser_link {
	display:block;
	font-family:Arial;
	color:#E50000;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
.custom .teaser .teaser_link span{
	font-weight:normal;
}

.custom .prev_next a {
	color:#E50000;
	text-decoration:none;
}
.custom .prev_next a:hover {
	color:#660066;
	text-decoration:underline;
}

.custom #archive_info {
	color:#666666;
}

  /* Sidebar CSS */
  /*border:outset 1px #ccc; */
/**/

.custom .sidebar ul.sidebar_list {
	padding-top:0;
	padding-left:2.2em;
	padding-right:0em;
}

.custom #sidebar_1 { 
	padding-top:0px;
	margin-left:-20px;
	 /* background-color:#00F;Temporary for dev */
	/* padding-right:100px; */
}

.custom li.widget { margin-bottom:2.0em; }

.custom .sidebar input[type="text"], .sidebar input[type="submit"] {
	font-family:Verdana,Arial,Sans-Serif;
	padding:0.308em;
}
/*.custom .sidebar ul.sidebar_list {
	padding-left:2.5em;
	padding-right:1.1em;
}*/

/* For the clickable search glass icon for the search field widget*/
.formbutton{
	cursor:pointer;
	background:transparent url(images/search_glass.png) no-repeat scroll right top;
	
	border:none;
	display:block;
	position:relative;
	z-index:2;
	width:47px;
	height:47px;
	margin:-38px 8px -15px 164px;
}

/* Subscription widgets */
.custom li#subscriptions {
	padding-left:1.2em;
}
.custom li#subscriptions ul li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.11em;
}
.custom .thesis_widget_subscriptions {

}
.custom .thesis_widget_subscriptions .sub_rss a {
	background:transparent url(images/icon_rss.png) no-repeat scroll 0 50%;
	padding-left:24px;
	color:#000000;
	text-decoration:none;
	display:block;
	height:20px;
	
}
.custom .thesis_widget_subscriptions .sub_email a {
	background:transparent url(images/icon_email.png) no-repeat scroll 0 50%;
	padding-left:24px;
	color:#000000;
	text-decoration:none;
	display:block;
	height:20px;
}
.custom li.widget ul li {
	margin-bottom:0.39em;
}

.custom .sidebar h3 {
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	color:#FF0000;
	font-size:22px;
	line-height:1.286em;
	padding-bottom:0.5em;
	margin-bottom:0;
	font-variant:normal;
	letter-spacing:normal;
}

.custom .sidebar ul.sidebar_list li#text-455178481 div.textwidget {
	width:195px;
	font-size:0.8em;
	/* padding-left:2.5em; */
}

.custom li#ace-categories h3{
	padding-bottom:.25em;
	margin-bottom:0;
}

.custom li#ace-categories ul li ul.children {
	margin:-0.25em 0 0 1.385em;
}

.custom li#ace-categories a{
	color:#660066;
	font-size:16px;
	font-family:Verdana,Arial,Sans-Serif;
	font-family:Arial;
	font-weight:bold;
	line-height:1.5em;
	padding-left:1em;
	/* border-style:none solid solid none; */
}


/* Random Cat One Testimonial widget */ 
.custom li#random_one_cat-456203501 p {
	color:#666666;
	font-size:13px;
	line-height:1.346em;
}
.custom li#random_one_cat-456203501 .testimonial_attrib {
	color:#888888;
	font-size: 10px;
	line-height:1.6em;
	text-align: right;
}

/* Read More link for Testimonial widget not used in this PN site */
.custom li#text-457874251 {
	margin-top:-20px;
}
.custom li#text-457874251 p {
	font-size:11px;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight:bold;
	text-align: right;
}
.custom li#text-457874251 a, li#text-457874251 a:hover {
	color:#666666;
}

/* div holding the Join NPF button */ 
.custom div #join_pn {
	/*background:transparent url(images/logos.jpg) no-repeat scroll left top; 
	width:216px;
	height:260px;margin: 0 auto;*/
	text-align:center;
	
}
/* divs holding the temporary sidebar ads */ 
.custom div .sb_ads {
	/*background:transparent url(images/logos.jpg) no-repeat scroll left top; 
	width:216px;
	height:260px;margin: 0 auto;*/
	text-align:center;
	
}





  /* ##########################   Footer CSS  ############################### */ 

/* .custom #footer_area {background:url(images/shadowbg.jpg) repeat; padding:0.5em 0; border-top:1px solid #bbd; } */

/*.custom #footer_area { */
	/* background:#000000 none repeat scroll 0 0; */
	 /*margin-top:-346px;  */
	/*height:183px;
	 height: 270px; */
	/*background:transparent url(images/footer_bg_pn.png) repeat-x scroll center top;
	position: relative;
	padding-top:-183;  temp try 
}*/

.custom #footer_area .page {
	width:1000px;
	display: block;
	height:183px;
}
.custom #footer {
	border:medium none;
	margin:0;
	padding-left:40px;/*  */
	padding-bottom:0;
	padding-top:0;
}

.custom #footerSpacer {
	width:100%;
	padding:0px;
	text-align:center;
}

.custom #footerSpacer .footer_text {
	font-family:Verdana,Arial,Sans-Serif;
	font-size:10px;
	color:#FFFFFF;
}
.custom #footerSpacer .footer_text a {
	color:#FFFFFF;
}

.custom #footer div.col { /* IE6 hack */
	float:left;
	margin:20px 0px 0 10px;
	/* padding-left:17px;
	padding-right:15px; */
	text-align:left;
	width:280px;
	color:#FFFFFF;
}
.custom #footer>div.col {
	float:left;
	margin:0px 10px 0 18px;
	/* padding-left:17px;
	padding-right:15px; */
	text-align:left;
	width:280px;
	color:#FFFFFF;
}

.custom div.col .sidebar_list { padding-top:0; }
.custom div.col li.widget { margin-bottom:0px; padding-top:20px; }/* */

.custom #footer div ul li div {
	padding:0px 20px 0px 20px;
}

.custom #footer div ul li div h2 { /* .custom #footer div.col ul.sidebar_list li.widget div.textwidget h2 */ /* BOTH OF THESE WORK! */
	font-family:Arial;
	/* font-weight:bold; */
	color:#FFFFFF;
	font-size:20px;
	padding-bottom:14px;
}
.custom #footer div ul li div p {
	font-family:Georgia;
	font-size:12px;
	line-height:120%;
}

.custom #footer li#recent-posts h3 {
	display:none;
}

.custom #footer div ul li div p {
	margin-bottom:0;
}
.custom #footer div ul li div p.morelink {
	font-family:Arial;
	font-weight:bold;
	text-align:right;
}
.custom #footer div ul li div p.morelink span {
	font-weight:normal;
}

/**/ .custom #dotted_divider1, #dotted_divider2 {
	float:left;
	background:transparent url(images/footer_dots.png) scroll no-repeat left top;
	height:137px;
	width:9px;
	margin-top:24px;
}

.custom #footer a {
	border-bottom:none;
	color:#FFFFFF;
}
.custom li.widget p a {
	text-decoration:none;
}

.custom .sb_ad_w_us p {
	text-align:center;
}
.custom .sb_ad_w_us p a {
	color:#FF0000;
}

.custom .sb_ad_w_us p a:hover {
	text-decoration:underline;
	color:#2361A1;
}


.custom #footer a:hover { color:#FF0000 }


div.cb {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

/* ##### Amy's Table styles ### */
.tabledata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	
}
.tablesources {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.tableheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height:normal;
	padding:0;
	
}



/* ##### cforms styling ##### */
.custom .cform {
	margin:10px auto 0;
	width:420px;
}

.custom .cform fieldset {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:medium none;
	margin-top:10px;
	padding:10px 0;
}

.custom .cform legend {
	color:#999999;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	letter-spacing:0.3em;
	margin-left:0;
	margin-top:-4px;
	padding:0 8px;
	text-transform:uppercase;
}

.custom .cform label {
	color:#333333;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:smaller;
	text-align:left;
	text-transform:uppercase;
}

.cform textarea, .cform input {
	border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA;
	border-style:solid;
	border-width:1px;
	width:100%;
}

.custom span.reqtxt, span.emailreqtxt {
	color:#FF0000;
	display:block;
	font-size:10px;
	height:13px;
	line-height:13px;
	margin:0;
	text-align:right;
	vertical-align:top;
	width:100%;
}

.custom label.cf-after span {
	display:block;
	width:150px;
}

/* Members List styles */

.custom #tern_members ul.tern_wp_members_list {
	display:block;
	clear:both;
}
.custom #tern_members ul.tern_wp_members_list li {
	display:block;/*  */
	clear:both;
	height:100%;
}
.custom .tern_wp_members_first_name {
	padding-right:5px;
	font-weight:bold;
	font-size:larger;
	float:left;}
	
.custom .tern_wp_members_last_name {
	padding-right: 5px;
	font-weight:bold;
	font-size:larger;
	}

.custom .tern_wp_members_store_or_studio_name {
	text-transform:uppercase;
	}
	
.custom .tern_wp_members_city {
	padding-right: 5px;
	float:left;
	}
	
.custom .tern_wp_members_state {
	padding-right: 5px;
	}
	
.custom .tern_wp_members_description {
	padding-right: 5px;
	font-style:italic;
	margin-bottom:2px;
	color:#999;
	}

.custom #disclaimer {
	margin-top: 100px;
	font-style:italic;
	color:#999
	clear:both;
	}

.custom .wp-caption-text {
	font-family: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align:center;
}
.custom .button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:transparent url(http://stewartdesign.com/wp-content/themes/thesis/custom/images/button-large.png) repeat-x scroll center top;
	border:1px solid #999999;
	color:inherit;
	font-family:Arial, Helvetica, Calibri, sans-serif;
	margin:0;
	overflow:visible;
}
.custom .form_submit {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:transparent url(http://stewartdesign.com/wp-content/themes/thesis/custom/images/button-large.png) repeat-x scroll center top;
	border:1px solid #999999;
	color:inherit;
	font-family:Arial, Helvetica, Calibri, sans-serif;
	margin:0;
	overflow:visible;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:single;
}
.custom .format_text input.form_submit, #commentform .form_submit {
	font-size:1.3em;
	padding:0.313em 0.25em;
}

.custom li.thesis_widget_google_cse form input[type="submit"] {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:transparent url(http://pianonet.com/wp-content/themes/thesis/custom/images/button-large.png) repeat-x scroll center top;
	border:1px solid #999999;
	color:inherit;
	font-family:Arial, Helvetica, Calibri, sans-serif;
	margin:0;
	overflow:visible;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:single;

}

.custom .format_text input, #commentform input, #commentform textarea {
	border-width:0.071em;
	padding:0.214em;
	width:auto;
}

