
/* Reset default browser styles */
@import url('resets/reset.css');

/* Rebuild default browser styles */
@import url('resets/rebuild.css');

/* Basic WordPress Styles */
@import url('resets/wp.css');

/* General Styles
-------------------------------------------------------------- */

/* The following section sets the basic body, H1-H5 and link styles */

body {
	background		: 	 0 0px #1a1413;
    padding-top 	: 	0;
	margin-top 		: 	0;
}

h1 { /* The H1 tag is used for page titles */
	font-size 		: 	29px;
	font-weight		:	bold;
    color			: 	#000000;
    padding-bottom	:	15px;
    margin-bottom	:	10px;
    border-bottom	:	1px solid #E1E1E1;
}

h1 a:link, .h1 a:visited {
	color			: 	#000000;
}

h2 { /* The H2 tag is used for post titles */
	font-size 		: 	20px;
	font-weight		:	bold;
    color			: 	#000000;
}

h2 a:link, .h2 a:visited {
	color			: 	#000000;
}

h3 {
	font-size 		: 	18px;
	font-weight		:	bold;
    color			: 	#000000;
}

h3 a:link, .h1 a:visited {
	color			: 	#000000;
}

h4 {
	font-size 		: 	16px;
	font-weight		:	bold;
    color			: 	#e0d7c8;
}

h4 a:link, .h4 a:visited {
	color			: 	#e0d7c8;
}

h5 {
	font-size 		: 	14px;
	font-weight		:	bold;
    color			: 	#ffffff;
}

h5 a:link, .h5 a:visited {
	color			: 	#ffffff;
}

a:link,a:visited { /* This styles the majority of the on page links. The sidebar links can be styled seperately */
	color 			: 	#eb941a;
	text-decoration : 	none;
}

a:hover,a:active {
	color 			: 	#ff6600;
	text-decoration : 	none;
}


/* NextGen Gallery Styles
-------------------------------------------------------------- */

div.slideshow { /* Main page slideshow wrapper */
	border 			: 	5px solid #E1E1E1;
    width			:	460px;
    margin			:	0 auto;
}

/* The following align single NextGen images */

img.ngg-left {
	float			:	left;
    margin-right	:	10px;
}

img.ngg-right {
	float			:	right;
    margin-left		:	10px;
}

img.ngg-center {
	display			:	block;
    margin			:	5px auto;
}

div.ngg-clear { /* This makes sure text does not wrap around galleries */
	width			:	100%;
	clear			:	both;
}


/* General Page Styles
-------------------------------------------------------------- */

#wrapper { /* This sets the width of the entire site */
	position 		: 	relative;
	width 			: 	960px;
	margin 			: 	0 auto;
}

#container { /* This sets the width of the main content area */
	float			: 	left;
	margin			: 	0;
	width			: 	930px;
    padding			: 	15px;
	background		: 	#ffffff;
    border			:	0px solid #FFFFFF;
}


/* Menu Styles
-------------------------------------------------------------- */

#menu_wrapper { /* This is the main menu container */
	    width 			: 	100%;
    margin			: 	0 0 1.5em 0;
	position 		: 	absolute;
	top 			: 	0;
	left 			: 	0;
	text-align 		: 	center;
    	overflow 		: 	visible;
	padding-top 	: 	22px;
    z-index			:	2;
}

.menu ul, .menu ul * { /* This sets the width of the menu */
	list-style		: 	none;
	margin			: 	0;
	padding			:	0;
}

.menu ul { /* This sets the line height of the menu */
	line-height		:	1.0;
}

.menu a { /* This controls the font size and position of the main menu links */
	position		:	relative;
	display			: 	block;
	float			: 	left;
    font-size 		: 	12px;
}

.menu a:link,.menu a:visited { /* This sets the color and style of the main menu links */
	display 		: 	inline;
	float 			: 	none;
	text-decoration : 	none;
	color 			: 	#FFFFFF;
    font-family		:	Arial, Helvetica, sans-serif;
	font-weight 	: 	bold;
	text-transform 	: 	uppercase;
	padding 		: 	22px 17px 12px 17px;
	background 		: 	#1a1413;
}

.menu a:hover,.menu a:active,
.menu .current_page_item a:link,
.menu .current_page_item a:visited  { /* This sets the color and style of the hover and active states of the main menu links */
	color 			: 	#e6880e;
	background 		: 	#80786e;
}

.menu .current_page_item ul a:link,
.menu .current_page_item ul a:visited { /* This sets the color and style of the current page item on the main menu links */
	color 			: 	#e6880e;
	background 		: 	#80786e;
}

.menu .current_page_item ul li a:hover,
.menu .current_page_item ul li a:active { /* This sets the color and style of the hover and active states of the current page item on the main menu links */
	color 			: 	#e6880e;
	background 		: 	#80786e;
}

.menu ul li { /* This sets the position of the main menu items */
	position		:	relative;
	display			: 	inline;
    margin			:	0 0 0 0;
}

.menu ul li { /* This sets the position of the custom main menu items */
	position		:	relative;
	display			: 	inline;
    margin			:	0 -3px 0 0;
}

.menu ul li:hover {
	visibility		:	inherit; /* fixes IE7 'sticky bug' */
}

.menu ul li ul { /* This sets the position of the dropdown menu */
	display			: 	none;
    position		:	absolute;
	top				:	-999em;
    margin			:	0 0 0 0;
	width			:	10em; /* left offset of submenus need to match (see below) */
    border-top		:	2px solid #e6880e;
}

.menu ul li:hover ul,
.menu ul li ul { /* This sets the position and z-index of the dropdown menu */
	left			:	0;
	top				:	2.2em; /* match top ul list item height */
	z-index			:	99;
}

.menu ul li ul li { /* This sets the size and transparency of the dropdown items */
	display 		: 	block;
	width			:	100%;
	filter			:	alpha(opacity=90);
	opacity			: 	0.90;
	-moz-opacity	:	0.90;
    margin			:	0;
}

.menu ul li ul li a:link,
.menu ul li ul li a:visited,
.menu ul li.current_page_item ul li a:link,
.menu ul li.current_page_item ul li a:visited { /* This sets the color and style of the drop down menu links */
	display 		: 	block;
	padding 		: 	5px;
	text-align 		: 	left;
	color 			: 	#FFFFFF;
	background 		: 	#474747;
    font-size 		: 	12px;
    font-family		:	Arial, Helvetica, sans-serif;
}

.menu ul li ul li a:hover,
.menu ul li ul li a:active,
.menu ul li.current_page_item ul li a:hover,
.menu ul li.current_page_item ul li a:active,
.menu ul li ul li.current_page_item a:link,
.menu ul li ul li.current_page_item a:visited { /* This sets the color and style of the hover, active & current states of the drop down menu links */
	color 			: 	#704100;
	background 		: 	#eb941a;
}

 /* The remaining items below are essential positioning styles for the menus */

.menu ul li:hover li ul,
.menu ul li li ul {
	top				:	-999em;
}

.menu ul li li:hover ul,
.menu ul li li ul {
	left			:	10em; /* match ul width */
	top				:	0;
}

.menu ul li li:hover li ul,
.menu ul li li li ul {
	top				:	-999em;
}

.menu ul li li li:hover ul,
.menu ul li li li ul {
	left			:	10em; /* match ul width */
	top				:	0;
}

.footer_menu ul, .footer_menu ul * { /* This sets the width of the footer menu */
	overflow 		: 	visible;
    z-index			:	2;
    list-style		: 	none;
    margin			:	0 auto;
	padding			:	0;
}

.footer_menu ul li { /* This sets the position of the footer menu items */
	position		:	relative;
	display			: 	inline;
    margin			:	0 7px 0 7px;
    font-weight		:	bold;
}


/* Header Styles
-------------------------------------------------------------- */

#header { /* This sets the color of the header */
	background		:	 #1a1413;
    width			:	100%;
    height			:	200px;
    margin-bottom	:	10px;
}

#masthead { /* This sets total width and position of the header */
    width			:	960px;
    margin			:	0 auto;
}

#branding { /* This sets the size and position of the logo area on the header */
    display			:	block;
		width 			: 	100%;
	text-align 		: 	center;
    margin			:	0 0 24px 0;
        padding			:	60px 0 20px 0;
}

#branding a { /* This sets the color and style of the wordpress title */
    text-decoration	:	none;
}

#branding h1 { /* This sets the color of the wordpress title */
	font-size		:	24px;
    font-family		:	Arial, Helvetica, sans-serif;
	color			: 	#FFFFFF;
    border			:	0;
    margin-bottom	:	5px;
    padding			:	0;
}

#branding .description { /* This sets the font size and color for the description line if you are using the Wordpress title and description */
	font-size		:	12px;
    font-family		:	Arial, Helvetica, sans-serif;
	color			: 	#FFFFFF;
}


/* Content Styles
-------------------------------------------------------------- */

#content { /* This sets the width of the page content area  */
	position		:	relative;
    margin			: 	0;
	width			:	100%;
    z-index			:	1;
}

#content-sm { /* This sets the width of the blog content area  */
	width			:	68%;
    float			:	left;
    padding-right	:	2%; /* IMPORTANT! Sets a small margin between the blog content and the sidebar  */
}

#content, #content-sm { /* This sets the font size and style on the blog and pages  */
	color 			: 	#333333;
    font-size		: 	12px;
    font-family		:	Arial, Helvetica, sans-serif;
}

.post { /* This sets a small margin at the bottom of posts  */
	margin			: 	0 0 3em 0;	
}

.entry-content, .entry-summary { /* This sets a small margin at the top of the post content to make space between the title/meta area  */
	margin			: 	1.5em 0 0 0;
}

blockquote { /* This styles blockquotes in blog posts  */
	border-left		:	2px solid #E1E1E1;
	margin-left		:	25px;
	padding-left	:	15px;
}


/* Post Styles
-------------------------------------------------------------- */

.navigation { /* This sets a small margin below the post navigation on a single post */
	margin			: 	0 0 1.5em 0;
	overflow		: 	auto;	
}

.size-full,
.entry-content img { /* This sets a border around images in posts */
	border 			: 	5px solid #e8e7e7;
}

.entry-meta,
.entry-utility { /* This sets the font size and style on post meta. This is the date, post by and comment links below the post title. */
	color 			: 	#333333;
    font-size		: 	12px;
    font-family		:	Arial, Helvetica, sans-serif;
	font-style 		: 	italic;
	clear 			: 	both;
}


/* Post Comment Styles
-------------------------------------------------------------- */

.comments ol { /* This removes the numbers from the comment list */
	list-style		:	none;	
    margin-top		:	10px;
}

.comments li { /* This clears each comment block to a new line and adds a margin */
	width			:	100%;
    clear			:	both;
    min-height		:	100px;
}

.comments .comment-wrapper { /* This sets the style for the comment wrapper */
	display			:	block;
}

.comments .comment-author { /* This sets the style for the comment author icon */
	float			:	left;
    width			:	15%;
    margin-right	:	2%;
}

.comments .content-wrapper { /* This sets the style for the comment meta and content */
	float			:	left;
    width			:	83%;
}

.comments .comment-content { /* This sets a small margin between the meta and comment content */
	margin-top		:	5px;
}

span.unapproved {
	font-style 		: 	italic;
}

img.wp-smiley{  /* This sets no border around smileys */
	border			:	none;
}


/* Sidebar Styles
-------------------------------------------------------------- */

#sidebar { /* This sets the size of the sidebar as well as the font size and style */
	float			:	right;
	width			: 	30%;
    background		:	transparent;
    text-align		:	center;
    color			:	#ababab;
    font-size		:	12px;
    font-family		:	Arial, Helvetica, sans-serif;
}

#sidebar a { /* This sets the color of the sidebar links */
    color			:	#eb941a;
}

#sidebar a:hover,
#sidebar a:active { /* This sets the color and style of the hover and active states of the sidebar links */
    color			:	#ff6600;
    text-decoration	:	underline;
}

#sidebar .social-media { /* This sets the padding of the social media icons in the sidebar */
    text-align		:	left;
    padding			:	10px 10px 5px 10px;
}

#sidebar .social-media img { /* This sets a small margin to the right of each of the social media icons */
    border			:	0;
    margin-right	:	5px;
}

#primary { /* This sets the position and width of the widget area */
	float			: 	right;
	overflow		: 	hidden;
	width 			: 	94%;
    padding			:	3%;
    text-align		:	left;
}

.widget-title,.widgettitle { /* This sets the size and style of the sidebar titles */
	font-size 		: 	14px;
	font-weight 	: 	bold;
    font-family		:	Arial, Helvetica, sans-serif;
	color 			: 	#b0854a;
	text-transform 	: 	uppercase;
	margin-bottom 	: 	10px;
	padding-bottom 	: 	0;
}

.widget-container { /* This sets a small margin below each widget */
	margin			: 	0 0 1.5em 0;
}

#searchform label { /* This hides the search form label */
	display 		: 	none;
}

/* The following style the lists in the widgets */

.widget-area ul {
	list-style		: 	none;
	margin-left		: 	0;
}

.widget-area ul ul {
	list-style		: 	disc;
	margin-left		: 	1.1em;
}

.widget-area ul ul ul {
	margin-left		: 	2.5em;
}

/* Footer Widget Styles
-------------------------------------------------------------- */

.footer-widget-area { /* This is the footer widget wrapper */
	display			:	inline-block;
	width			:	930px;
    min-height		:	50px;
    background		:	transparent;
    color			:	#ababab;
    font-size		:	12px;
    font-family		:	Arial, Helvetica, sans-serif;
    margin-top		:	15px;
}

.footer-widget-container { /* This is the footer widget container */
	display			:	inline-block;
    height			:	auto;
    float			:	left;
	padding			:	10px;
}

.footer-widget-container a { /* This sets the color of the footer widget links */
    color			:	#eb941a;
}

.footer-widget-container a:hover,
.footer-widget-container a:active { /* This sets the color and style of the hover and active states of the footer widget links */
    color			:	#ff6600;
    text-decoration	:	underline;
}


/* Footer Style
-------------------------------------------------------------- */

#footer { /* This sets the size and font styles of the footer area */
	clear			: 	both;
	width			: 	100%;
	text-align 		: 	center;
	margin-top		:	10px;
	margin-bottom		:	20px;
	padding-top 	: 	5px;
    border-top		:	1px solid #e8e7e7;
	color 			: 	#FFFFFF;
    font-size		: 	12px;
    font-family		:	Arial, Helvetica, sans-serif;
}

#footer #site-info {
	clear			: 	both;
	margin			:	5px 7px 0 7px;
}


/* Custom CSS Code
-------------------------------------------------------------- */

.entry-content .testi { border:1px solid #EB941A; padding:10px; }
.footertext { margin-top:5px; }
.footertext p { margin-bottom:2px; }

p {font-size:14px;   }

h1 { text-align:center; color:#e0d7c8; font-family:Bodini MT;}

h2 {color:#e0d7c8; }
h5{color:#666666; font-size:14px}
h6{color:#ffffff; font-size:15px; font-weight:700;}
h4{color:#e0d7c8; font-size:19px; font-weight:700;}

.wrapper { clear:both;  }

.wrapper .box1 {float:left;  width:47%; font-size:14px; padding:5px 15px 5px 5px;}

.wrapper .box2 {float:right; width:50%;   }

.nggsearchresult { margin-top:20px; }

.gallerywrapper { width:100%; clear:both; margin-top:20px;}

.gallerywrapper .column1 { width:33%; float:left; text-align:center;}

.gallerywrapper .column2 { width:33%; float:left; text-align:center;}

.gallerywrapper .column3 { width:33%; float:left; text-align:center;}

#formareas { clear:both; margin-left:170px;}

#formareas  .formtext { width:22%; float:left; margin-bottom:20px; }

#formareas  .formselect {width:20%; float:left; margin-bottom:20px;}

#formareas .size {   float:left; margin-bottom:20px;}

.leftfeet { float:left;   margin:0px 5px; }

.rightfeet { float:left;  margin:0px 5px; }

#formareas .formorigin { width:280px; float:left; margin-bottom:20px;}

.nggsearchresult { clear:both; }

#TB_h3sold { padding:0px 0px 5px 0px; width:100%; font-size:20px;font-weight:bold; color:#b10a0a; text-align:right; }

#TB_h3stock { padding:0px 0px 5px 0px; font-size:20px;font-weight:bold; color:#666; text-align:center;}

#TB_caption { padding-right:0px; width:85%;  }

#TB_caption  p { margin:0px; padding-bottom:10px; color:#666; }

#TB_secondLine { text-align:right; }

#fbform {   margin:0 auto;}

#fbform .fb {  margin:10px auto; position:relative;  }

#optinform { float:right;    color:#fff; width:25%; background:#ccd884; height:144px;}

#optinform .holder { padding-top:4px; }

#optinbribe { padding-top:8px; padding-right:7px;}

#wrapper { position:inherit; }

#blog-title { float:left; width:75%; background:#ccd884; height:144px; }

 #content-sm { margin-left:20px; margin-top:10px; }

#container { background:#1A1413; }

h2 a:link, .h2 a:visited { color:#EB941A; }

h2 a:hover, a:active { color:#FF6600;}

h3 {color:#666666; }

#content, #content-sm {  color:#fff; }

.sizefeet { font-weight:bold; font-size:14px; margin-bottom:2px; }

.subtext { float:left; }

.gray { font-weight:bold; color:#666; }

#sidebar {width:27%; display:none; }

#follow { float:right; clear:both; width:930px; position:relative; z-index:100; }

#follow ul { margin:0; float:right;  }

#follow ul li { float:left; margin:0 2px; list-style:none; }

#follow ul li a img{ opacity:0.8; filter:alpha(opacity=80); }

#follow ul li a img:hover { opacity:1; filter:alpha(opacity=100);}

#follow ul li img { border:none !important; display:block !important;  }

#trackbacks-list { display:none; }

.saleoffer {width:100%;height:100px;background-color:#ffffff; color:#5b5634;font-size:22px; font-weight:bold;} 

h2 { clear:none !important; }
h4 { clear:none !important; }

#menu-footermenu {width:910px; }

.page-numbers { margin:2px; border:1px solid #E8E7E7; padding:2px; color:#fff !important;}

.page-numbers:hover, .page-numbers:active { font-weight:bold; }

.ngg-navigation span { font-weight:bold; margin:2px; padding:2px;}

.ngg-navigation .next { color:#fff !important; }

.thumbwrapper { clear:both; text-align:center; }

.thumbwrapper h3 { color:#E0D7C8 !important;  font-family:Bodini MT;
font-size:29px; font-weight:bold;}

.thumbwrapper .rugsthumb { margin:0 0 0 55px !important; }

.thumbwrapper .rugsthumb li { float:left; margin:0 3px; list-style:none !important;}

.thumbwrapper .rugsthumb li img { height:80px; width:80px; border:6px solid #E8E7E7;  margin:0 !important;}

.returnhome { float:right; }

#TB_window { min-height:850px !important; }
