/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */
 
 /* removes disc from my account sidebar just added " none !important; "10/24/13
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
*/
 .block-account .block-content ul {list-style: none !important;}


 /* Miss
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
*/
 
h1 {
color: #222222 !important;
}

/*body {
font: 13px/19px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
color: #555 !important;
-webkit-font-smoothing: antialiased;
}*/


th {padding: 5px;}

.collapsible .block-title {padding-right: 0px !important;}

/* Blog Customization 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.post-list h2 { margin-bottom: 0.4em !important; }
.post-list h2 a { color: #008eb0 !important; }
a.read-more { color: #008eb0 !important;}

.post-list-item {margin-bottom: 35px;padding-bottom: 35px;background: url(../images/wordpress/divider.png) repeat-x bottom center;}

/* Blog Customization Footer */

.footer-primary .block .block-title {display: none;}

/* Takes outline off image on blog row page/single page*/
img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border:none !important;
	padding: 0px !important;
}



/* Blog single Page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
*/

#tags-box {
float: left;
width: 100%;
padding: 30px 0 0 0;
line-height: 120%;
border-top: 3px solid #000;
}

#tags-box img {
	vertical-align: text-top;
}

#tags-box a {
display: inline-block;
padding: 5px 10px;
margin-left: 10px;
text-decoration: none;
border: 1px dashed #000;
}

.single-box {
margin-bottom: 30px;
}




/* Comments
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.comments {
	
}

.comments li {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #ccc;
}
	.comments li figure {
		float:left;
		margin-right:30px;
	}
	
	.comments li figure img{
		width:48px;
		height:48px;
	}
	
	.comments li .vcard {
		line-height:25px;
		margin-bottom:15px;
	}	
		.comments li .vcard .datetime {
			display:block;
			font-size:12px;
		}
		
		.comments li .vcard h4 [class^="icon-"] {
			font-size:14px;
			position:relative;
			top:-3px;	
		}
		.comments li .vcard .comment-reply-link,
		.comments li .vcard .comment-reply-login {
			float:right;
			font-size:12px;
		}
	
	.comments li.bypostauthor {
		padding:30px;
		margin-top:-30px;
		background:#eeeff0;
	}
	
	.comments li .comment-text {

	}

.comments .children {
	margin-left:30px;
}

#respond {
	
}
	
#respond label {
	display:block;
	font-size:12px;
	margin-bottom:5px;	
}
	

#respond textarea,
#respond input[type="text"] {
	margin-bottom:30px;
}

#respond #submit {
}


.comment-list li {
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #ccc;
}

.comments-wrapper h2 {
padding: 0 0 5px;
margin-bottom: 30px !important;
border-bottom: 3px solid #000;
}









/* Right sidebar top Form 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/


.sbform { background: #f5f5f5; padding:10px; margin-bottom:10px; margin-top:10px;}

.sbform .fsimage {margin-bottom:10px;}

.fsPage#fsPage1489911-1 {margin:0; text-align:center;}
	
span.fsRequiredMarker { display:none; }	
	
	
.sbform p{ text-align:center; font-size: 14px; }

h5.sb {text-align:center;font-size: 1.03em; line-height: inherit; }

.fsForm#fsForm1489911 .fsSubmit { padding:0px; margin:0px;}

.sbform .fsForm#fsForm1489911 .fsSubmit input {backgroun-image: none; background-color:#008eb0;color: #ffffff;border:medium none; }

.sbform .fsForm#fsForm1489911 .fsSubmit input.fsSubmitButton { padding: 7px; font-size:14px;}


.fsForm#fsForm1489911 .fsSubmit input:hover { cursor: pointer;}

p.small {font-size:11px; text-align:center; padding: 10px; line-height: 15px;}

@media (min-width: 400px) and (max-width: 768px) { 

h5.sb {text-align:center;font-size: 1.3em; line-height:normal; padding: 0 44px 0;}

.sbform .fsimage {text-align: center;}
}






/* Class Page List 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
*/
.products-list .product-shop {
display: inline-block;
padding:0 0 0 10px;
}

.products-list .product-name {
margin: 0 0 10px; }





/* Resource Page  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
*/
h3, h6 { color: #008eb0; }




/* The Next and Previous post links 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
 /*
.nav-single {
	padding:30px 0;
	position:relative;
	border-top:3px solid #000;
	border-bottom:1px solid #000;
}
	.nav-next,
	.nav-previous {
		width:36%;
		padding:0 7%;
		text-align:center;
	}	
	.nav-next {
		float:right;
	}
	.nav-previous {
		float:left;
	}	
		.nav-next a,
		.nav-previous a {
			font-size:12px;
			display:block;
			font-weight:bold;
			text-decoration:none;
			text-transform:uppercase;
		}
		
		.nav-next [class^="icon-"],
		.nav-previous [class^="icon-"] {
			font-size:25px;
			position:absolute;
			top:50%;
			margin-top:-14px;
		}
		.nav-next [class^="icon-"] 		{right:0;}
		.nav-previous [class^="icon-"] 	{left:0;}

	.nav-single .sep {
		display:block;
		position:absolute;
		top:0;
		left:50%;
		width:1px;
		height:100%;
		border-left:1px dotted #444;
	}

.post-view .post-skips {
margin-top: 0 !important
}
*/




/* Buttons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.buttonclass::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.buttonclass {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
.buttonclass a {
color:#FFFFFF;

}
.buttonclass span {
    background-color: #DDDDDD;
    color: #333333;
    display: block;
    float: left;
    font-size: 12px;
    padding: 0;
    text-align: center;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
    white-space: nowrap;
}
.buttonclass :hover span {
    background-color: #333333;
    color: #FFFFFF;
}
.buttonclass span span {
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
}
.buttonclass.btn-inline span span, .product-view .box-tags .form-add button.button span span {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}

.buttonclass strong {
    background-color: #008EB0;
    color: #FFFFFF;
    height: 54px;
    line-height: 45px;
    padding: 10px 25px;
}



/* Main Menu Navigation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
a.viewallfabric {font-size: 1.2em;
    line-height: 1em;
     }
	
	/* Sidebar (removing all caps mainly from LI with logged in under my account and removing padding to aglign icons better)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.block-account li > * {

text-transform: none !important;

}

.block-account li.current {
padding: 0px 0px 4px 30px !important;
background: url(../images/img/arrow-menu.png) 2px -48px no-repeat;
}


.block-account li {margin: 10px 0 7px 0;}


/* My account customization  10/27/13
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dashboard .welcome-msg .hello strong {color:#008eb0; }


	/* Home Page Sidebar title
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

h4.sidebartitle {font-size: 14px !important; color: #008eb0; font-weight: bold; border-bottom: 1px solid #e5e5e5; padding-bottom: 7px;
}

/* Footer Recent Blog Posts padding 10/23/13
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.block .block-content {padding: 0 !important;}



/* Order Comments Box 11/2/13
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
textarea#ordercomment-comment {
	width: 60% !important
}
	
	.top-links ul {
		font-size: 12.5px !important;
	}


/* Order Comments Box 6/11/14
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
input.qty { width: 4em !important; }