/*   
Theme Name: Abella Stone Ltd
Theme URI: http://www.abellastone.com/
Description: Wordpress Theme for the Abella Stone Ltd. Website
Author: Browser Kings
Author URI: http://www.browserkings.com/
Template: thematic
Version: 1.0
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');



/*****************************
*
*	Theme Base Styles
*
******************************/

html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;	
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	
	background-color: #000;
	/*
	background: #000 url(images/footer.png) bottom center no-repeat;
	*/
	color: #fff;	
	clear: both;
	float: left;
	display: block;
}


h1{
	font-size: 2em;
	margin-bottom: .3em;
	line-height: 1.4;
	color: #4775BF;
	font-family: 'Times New Roman', Times, serif;
	
	text-transform: uppercase;
}

h2{
	font-size: 1.5em;
	margin-bottom: .3em;
	line-height: 1.4;
	color: #4775BF;
	font-family: 'Times New Roman', Times, serif;

	text-transform: uppercase;
}

h3{
	font-size: 1.2em;
	margin-bottom: .3em;
	line-height: 1.4;
	font-family: 'Times New Roman', Times, serif;
	color: #ccc;
	
	text-transform: uppercase;
}

h4{
	font-size: 1.1em;
	margin-bottom: .3em;
	line-height: 1.4;
	font-style: italic;
	font-family: 'Times New Roman', Times, serif;
	color: #eee;
}

p{
	font-size: .9em;
	margin-bottom: .75em;
	line-height: 1.4;	
}

p strong{
	
	color: #9f9f9f;	
}


td{
	font-size: .8em;	
}


ol{
	list-style-type: decimal;	

}

ul{
	list-style-type: disc;
	
}

ol,ul{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 15px;	

}

ol li, ul li{
	font-size: .9em;
	line-height: 1.4;
}

a{
	color: #ccc;	
}

a:hover{
	color: #fff;	
}

/*****************************
*
*	Main Layout Styles
*
******************************/

#wrapper{
	width: 100%;
	min-height: 100%;
	margin: auto;
	float: left;
	clear: both;
	background: transparent url(images/nav-bar.png) top left repeat-x;
	position: relative;	
}

#stage-border{
	position: absolute;
	top: 587px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #ccc;
	margin: 0;
	padding: 0;
}

#main{
	width: 990px;
	margin: 0 auto;	
	clear: both;
}

#container{
	width: 100%;
	min-height: 100%;
	float: left;
	clear: both;
}	
	

#page-content-top{
	display: block;
	width: 990px;
	height: 20px;
	margin: 0;
	margin-top: 15px;
	
	margin-left: 5px;
	padding: 0;
	background: transparent url(images/body-top.png) top center no-repeat;
	float: left;
	clear: both;	
}

#page-content{
	display: block;
	width: 930px;
	min-height: 400px;
	margin: 0;
	margin-left: 5px;
	padding: 0 30px;
	background: transparent url(images/body-middle.png) top center repeat-y;
	float: left;
	clear: both;	
}

#page-content-bottom{
	display: block;
	width: 990px;
	height: 25px;
	margin: 0;
	
	margin-left: 5px;
	padding: 0;
	background: transparent url(images/body-bottom.png) top center no-repeat;
	float: left;
	clear: both;	
}

/*****************************
*
*	Header - Nav Styles
*
******************************/

#header{
	width: 990px;
	height: 180px;
	position: relative;
	margin: 0 auto;
	background: transparent url(images/header.png) top left no-repeat;

}	

#header #nav-bar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 82px;
	/* padding: 14px 0 17px 0;	*/
	
	
}

#header #nav-bar #pic-holder{
	height: 100%;
	float: left;
	margin-left: 20px;	
	position: relative;
}

#header #nav-bar #pic-holder img{
	height: 70px;
	margin-top: 2px;
	display: block;
	border: 5px solid #4C161A;
	display: none;
	z-index: 11;
	
	position: absolute;
	top: 0;
	bottom: 0;	
}

#header #nav-bar #pic-holder img.visible{
	display: block;	
}

#header #nav-bar #pic-holder #pic-default{
	z-index: 10;
	display: block;	
}

#header #nav-bar .menu{
	width: auto;
	max-width: 810px;
	float: left;
	clear: both;
	margin-left: 40px;
}	

#header #nav-bar .table{
	 display: table; 
	margin: 0 auto;	
	/* margin: 0; */
	
	
}


#header #nav-bar .sf-menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	float: left;
	height: 82px;
	max-height: 85px;
	width: 100%;
	
}

#header #nav-bar .sf-menu li{
	display: inline-block;
	float: left;
	width: auto;
	position: relative;
	height: 82px;
	padding: 0 12px;
	z-index: 10;
}

#header #nav-bar .sf-menu li a{
	text-decoration: none;
	display: block;
	width: auto;
	height: 100%;	
	float: left;
	z-index: 10;
	color: #000;
	font-size: 17px;
	text-decoration: none;	
	line-height: 82px;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
}

.ie7 #header #nav-bar .sf-menu li a,
.ie8 #header #nav-bar .sf-menu li a{
	font-weight: bold;	
}

#header #nav-bar .sf-menu li a:hover{ /* span{ */
	color: #2C77EF;	
}

#header #nav-bar .sf-menu li.current_page_item a{
	color: #2C77EF;	
}



#header #nav-bar .sf-menu li.back{
	z-index: 8;
	position: absolute;
	top: 23px;
	background: transparent url(images/nav-hover-background.png) no-repeat right -40px;
	width: 12px;
	height: 40px;
	margin: 0;
	padding: 0;
}

#header #nav-bar .sf-menu li.back .left{
	background: transparent url(images/nav-hover-background.png) no-repeat top left;	
	height: 40px;
	margin-right: 12px;
	
}

#daily-specials{
	position: absolute;
	display: block;
	width: 105px;
	height: 98px;
	top: -2px;
	left: 40px;
	overflow: hidden;
}

#daily-specials a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#daily-specials a img{
	display: block;
	position: absolute;
	top: 0;
	left: -999em;
	z-index: 15;
}

#new-arrivals{
	
	width: 145px;
	height: 68px;
	
	position: absolute;
	
	top: 15px;
	left: 170px;
	
	overflow: hidden;
}

#new-arrivals a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#daily-specials #sp-1{
	z-index: 10;	
}

#daily-specials a img.visible{
	display: block;
	left: 0;	
}	

#header-message{
	position: absolute;
	display: block;
	right: 10px;
	top: 30px;	
}

#header-message p{
	margin-bottom: 5px;
	font-size: 1.1em;
}

#header-message p.phone{
	color: #ccc;
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 2px;
}

/*****************************
*
*	Home Page Styles
*
******************************/

#flash-container{
	width: 960px;
	height: 407px;
	margin-bottom: 15px;
	float: left;
	margin-left: 15px;
}

.home-box{
	display: block;
	width: 254px;
	height: 298px;	
	background: transparent url(images/home-box.png) top left no-repeat;
	float: left;
	margin: 0;
	padding: 5px 20px 5px 10px;
}

.home-box h1{
	font-size: 1.4em;
	line-height: 1.1;	
}

.home-box p{
	
	font-size: .8em;
}

#hb1{
	margin-left: 10px;	
}

#hb2{
	margin-left: 0px;
}

#video-container{
	display: block;
	width: 410px;
	height: 308px;
	float: left;
	margin-left: 0;
	background: transparent url(images/video-box.png) top left no-repeat;
	position: relative;
}

#video-container #nav{

	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 10px;	
}

#video-container #nav a{
	padding-left: 3px;
	padding-right: 3px;
	color: #999;
	text-decoration: none;
}

#video-container #nav a:hover,
#video-container #nav a.selected{
	color: #fff;
}

#video-container #nav a:hover{
	text-decoration: underline;	
}

#video-container #nav a.selected:hover{
	text-decoration: none;	
}

#video-container #prev{
	width: 20px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 145px;	
	z-index: 20;
	text-align: center;
	line-height: 25px;
	background-color: #999;	
	
	cursor: pointer;
	
	display: none;
}

#video-container #next{
	width: 20px;
	height: 30px;
	position: absolute;
	right: 9px;
	top: 145px;	
	z-index: 20;	
	text-align: center;
	line-height: 25px;
	background-color: #999;
	
	cursor: pointer;
	
	display: none;	
}

#video-container h1{
	margin-bottom: 0;
	width: 96%;
	margin: 0 2%;	
	margin-top: 5px;
	font-size: 1.6em;
	color: #989898;
}

#video-container .video{ 
	margin-left: 1px;
	border-top: 1px solid #989898;
	float: left;
	display: none;
	z-index: 5;
	width: 400px;
	height: 225px;}

#video-container .visible{
	display: block;
}
	
	
#button-bar{
	margin: 10px auto 20px auto;
 	clear: both;	
 	float: left;
}	

#button-bar .button{
	width: 220px;
	float: left;
	margin-left: 67px;	
}

#button-bar .button a{
	display: block;
	width: 100%;
	height: 100%;	
	text-decoration: none;
}

#button-bar .button a p{
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 1.2em;	
	color: #a7a7a7;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

#button-bar .button a:hover p{
	color: #fff;	
}

.ngg-galleryoverview{
	margin: 15px 0;	
}

.ngg-navigation{
	padding: 10px 0;	
}

/*****************************
*
*	Footer Styles
*
******************************/

#footer{
	width: 990px;
	margin: 0 auto;	
	clear: both;
	padding: 10px 0;
}

#footer-container{
	width: 100%;
	float: left;
	clear: left;
}	

#footer p{
	width: 100%;
	float: left;
	clear: both;
	text-align: center;	
	font-size: .8em;
	color: #999;
	line-height: 1.3;
	margin-bottom: 5px;
}

#footer ul{
	/*
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
	padding-right: 15px;
	clear: both;
	list-style-type: none;
	*/
	clear: left;
	float: left; 
	list-style: none;
	margin: 0;
	padding: 0;
	padding-right: 15px;
	position: relative;
	left: 50%;
	text-align: center;
}


#footer .table{
	/*display: table; 
	margin: 0 auto;	
	margin: 0; */
	 
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	 
	margin-bottom: 15px;
	 
}

#footer ul li{
	/*
	display: inline;
	margin-left: 15px;
	*/
	display: block;
	float:left;
	list-style: none;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	position: relative;
	right: 50%;
}	

#footer ul li a{
	/*
	color: #fff;
	text-decoration: none;
	font-size: 1em;	
	*/
	display: block;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.3;
}

#footer ul li a:hover{
	text-decoration: underline;
}

#footer-graphic{
	width: 100%;
	height: 275px;
	background: #000 url(images/footer.png) bottom center no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;	
	z-index: -1;
}



/*****************************
*
*	Blog Styles
*
******************************/

#blog-container .entry-title{
	width: 99%;
	padding-left: 1%;
	padding-bottom: 2px;
	border-bottom: 1px solid #555;
	font-size: 1.8em;
	color: #fff;
}


#blog-container .entry-title a{
	text-decoration: none;
	color: #fff;
}

#blog-container .entry-title a:hover{
	color: #999;	
}

#blog-container{
	width: 650px;
	float: left;
	margin: 0;
	padding: 0;	
}

#primary{
	width: 250px;
	float: left;
	margin: 0;
	margin-left: 20px;
	padding: 0;	
}

#primary .xoxo{
	list-style-type: none;
}	

#primary .xoxo li{
	margin-bottom: 20px;	
}


#primary .xoxo .widgettitle{
	width: 100%;
	font-size: 1.5em;
	color: #416CAF;	
	text-align: center;
	border-bottom: 1px solid #555;
}


#primary .xoxo ul{

	margin-left: 25px;
}

#primary .xoxo ul li{
	
}


.entry-content{
	clear: both;
	line-height: 1.4;	
}

.entry-content h1{
	font-size: 1.6em;
}

h1.entry-title{
	text-align: center;	
}

.entry-content h2{
	font-size: 1.5em;
}

.entry-content h3{
	font-size: 1.3em;
}

.entry-content h4{
	font-size: 1.1em;
}

/*****************************
*
*	Contact Form Styles
*
******************************/

#contact-form-area{
	position: relative;
	width: 310px;
	background: transparent url('images/contact-form.png') top left no-repeat;
	clear: both;
	float: left;
	margin: 0;
	margin-bottom: 20px;
	padding-top: 50px;
}


#contact-form-area h2{
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-top: 20px;
	font-size: 1.6em;
	font-variant: small-caps;	
}

#contact-form-area #contact-form{
	width: 94%;
	padding: 0 3%;
	float: left;
	clear: both;
	position: relative;
}

#contact-form-area #contact-form label{
	display: block;
	width: 100%;
	font-size: .8em;
	color: #fff;
	margin-bottom: 5px;
}

#contact-form-area #contact-form input{
	width: 90%;
	margin-left: 8px;
	margin-bottom: 5px;
	font-size: .7em;
	line-height: 1.2;
	border: 1px solid #000;
	padding: 2px 4px;
}

#contact-form-area #contact-form input.error{
	border-color: #BF1717;
}

#contact-form-area #contact-form textarea{
	width: 90%;
	height: 85px;
	margin-left: 8px;
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 1.2;
	border: 1px solid #000;
	padding: 2px 4px;
}

#contact-form-area #submitButton{
	position: relative;
	clear: both;
	margin-top: 25px;
	margin-left: 240px;
	float: left;
	/* background-color: transparent;
	border: none;
	text-indent: -999em; */
}

#errorHolder{
	width: 100%;
	float: left;
	clear: left;
	
	display: none;
}


.errorContainer{
	clear: none;
	float: left;
	margin: 0;
	width: 100%;
	margin-bottom: 3px;
}

.errorContainer p{
	width: 97%;
	padding: 0;
	padding-left: 3%;
	margin: 0;
	font-size: 11px;
	line-height: 1.2;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	float: left;
	clear: left;
}


#reciever{
	display: none;
     position: absolute;
     z-index: 2001;
     top: 10px;
     left: 10px;


	 width: 280px;
	 background-color: #000;
	 border: 2px dotted #ccc;
	 color: #fff;
     text-align: center;
     padding-bottom: 20px;
}

#reciever #message p{
	color: #BF1717;
	padding-top: 10px;
	font-size: 14px;
	width: 94%;
	margin: 0 auto 5px auto;
}

#middle-holder{
	width: 280px;
	padding: 0 10px;
	float: left;
	margin: 0;	
}

#contact-address{
	width: 100%;
}

#contact-hours{
	width: 100%;	
}

#contact-hours table{
	margin: auto;	
	margin-bottom: 10px;
}

#contact-hours table td{
	border: 1px solid #999;	
	padding: 8px 3px;
}

#contact-hours p{
	font-size: .7em;
	line-height: 1.2;
	text-align: center;	
}

#map{
	float: left;
	margin: 0;	
	background-color: #979797;
	width: 310px;
	border: 1px solid #999;
}

#map iframe{
	margin-top: 5px;
	margin-left: 5px;	
	border: 1px solid #333;
}

#map small{
	display: block;
	float: right;
	margin: 5px;
}
	
#map small a{	
	font-size: .8em;
	color: #fff;	
}







