/* 
Theme Name: Texas Carpet Outlet
Theme URI: http://texascarpetoutlet.com/
Description: Late 2009 Redesign for TexasCarpetOutlet.com
Version: 1.0
Author: <a href="http://webdesign.com">WebDesign.com</a>
Author URL: http://webdesign.com
*/

body {
	background: #4B3118 url(images/bg_pattern.jpg) top center repeat fixed;
	margin: 30px;
	font-family: verdana, arial, sans-serif;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #5062a4;
	text-decoration: none;
	border: 0;
}
a:hover {
	color: #5062a4;
	text-decoration: none;
	border-bottom: 1px solid #5062a4;
}

#holder {
	width: 960px;
	margin: 0 auto;
}

/* @group Header */

#header {
	position: relative;
	width: 960px;
}

#header a:link, #header a:visited, #header a:active, #header a:hover {
	border: 0;
	text-decoration: none;
}

/* @group Nav */

ul#nav1 {
	background: #333;
	margin: 30px 0 0 0;
}

ul#nav1 a {
	color: white;
}

ul#nav2 {
	background: #d6d6d6;
}

ul#nav2 a {
	color: #333;
}

ul.nav {
	list-style: none;
	padding: 10px 0;
	margin: 0;
}

ul.nav li {
	display: inline;
}

ul.nav li a {
	text-decoration: none;
	padding: 10px 20px;
}

ul.nav li a:hover, ul#nav1 li a:hover, ul#nav2 li a:hover {
	background: #4B3118;
	color: white;
}

/***************************
       Dropdown Stuff
***************************/
/* This hides the nested UL before you hover */
#nav1 li ul {
	clear: both;
	position: absolute;
	width: 200px; /* the width of the dropdown */
	left: -999em;
}
/* This shows the nested UL when you hover */
#nav1 li:hover ul, 
#nav1 li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
        align: center;
}

/* This is the style for the nested UL */
#nav1 li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	margin: 0px; padding: 0px;
	border-top: 1px solid #FFF;
}
/* This is the style for the LI items within the nested UL */
#nav1 li:hover ul li,
#nav1 li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 26px; line-height: 26px;
	overflow: hidden;
	text-align: left;
}
/* This is the style for the links within the LI items within the nested UL */
#nav1 li:hover ul li a,
#nav1 li:hover ul li.current_page_item a,
#nav1 li.sfhover ul li a,
#nav1 li.sfhover ul li.current_page_item a {
	width: 150px;
	display: block;
	background: #FFF;
	color: #362B23;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
	border: 1px solid #FFF;
	border-top: none;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#nav1 li:hover ul li a:hover, 
#nav1 li.sfhover ul li a:hover {
	background: #978B74;
	color: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
}

/* @end */

#topTabs {
	float: right;
	display: inline;
	width: 260px;
	margin: -4px 0 0 0;
	text-align: center;
}

#topTabs a {
	float: left;
	display: block;
	padding: 10px 10px 0;
	margin: 0 0 0 10px;
	background: #333;
	height: 24px;
	width: 100px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	color: #fff;
	font-size: 14px;
}
#topTabs a:hover {
	background: #222;
}

/* @group Search */

#search {
	
	/*float: right;
	display: inline;*/
	
	position: absolute;
	top: 0;
	right: 0;
	margin: -20px 0 0 0;
	
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	
	height: 25px;
	padding: 15px 20px 5px 20px;

}

#search form input {
	width: 125px;
	height: 25px;
	margin: 0 0 0 0;
	border: 0;
	padding: 0 5px;
	vertical-align: middle;
}

#search form input#searchButton {
	vertical-align: middle;
	width: 30px;
	height: 25px;
	margin: 0;
	padding: -2px 0 0 0;
}

/* @end */



/* @end */

#container {
	background: #fff;
	margin: 0;
	padding: 25px 25px;
	float: left;
	display: inline;
}

/* @group Home Featured Images */

.featuredOverlay {
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 235px;
	position: relative;
	display: block;
}
.featuredOverlay div {
	color: #fff;
	font-size: 35px;
	font-family: Georgia, sans-serif;
	position: absolute;
	text-align: left;
	bottom: 0;
	left: 18px;
	width: 130px;
	margin: 0 0 9px;
	padding: 2px 0;
	line-height: 0.3;
	border: 0;
}

.featuredOverlay h2 {
	font-size: 35px;
	font-family: Georgia, sans-serif;
	margin: 0;
	line-height: 1.0;
}

.featuredOverlay div span {
	font-size: 13px;
	font-family: Verdana, sans-serif;
	font-style: normal;
	margin: 9px 0 0 0;
	display: block;
	line-height: 1.1;
}

#featuredHome-top a:link, #featuredHome-top a:visited, #featuredHome-top a:active {
	border: 0;
	text-decoration: none;	
}

#fht-col1 {
	border: 1px dashed #b2b2b2;
	padding: 10px;
	margin: 0;
	width: 564px;
	float: left;
	display: inline;
}
#fht-col1 .featuredOverlay, #fht-col1 .featuredOverlay div {
	width: 530px;
}

#fht-col2 {
	border: 1px dashed #b2b2b2;
	border-left: 0;
	padding: 10px;
	margin: 0;
	width: 299px;
	float: left;
	display: inline;
}
#fht-col2 .featuredOverlay, #fht-col2 .featuredOverlay div {
	width: 260px;
	font-size: 25px;
	line-height: 1.0;
}

#fht-col2 h2 {
	font-size: 25px;
}

#fhb-col1 {
	width: 280px;
	height: 164px;
	border: 1px dashed #b2b2b2;
	padding: 10px;
	margin: 0;
	float: left;
	display: inline;
}
#fhb-col2 {
	width: 280px;
	height: 164px;
	border: 1px dashed #b2b2b2;
	border-left: 0;
	padding: 10px;
	margin: 0;
	float: left;
	display: inline;
}
#fhb-col3 {
	width: 280px;
	height: 164px;
	border: 1px dashed #b2b2b2;
	border-left: 0;
	padding: 10px;
	margin: 0;
	float: left;
	display: inline;
}

#featuredHome-bottom a:link, #featuredHome-bottom a:active, #featuredHome-bottom a:visited {
	display: block;
	width: 280px;
	height: 125px;
	border: 0;
	text-decoration: none;
}

#fhb-col1 span, #fhb-col2 span, #fhb-col3 span {
	width: 260px;
	height: 32px;
	font-size: 18px;
	font-family: Georgia, sans-serif;
	color: #fff;
	background: #333;
	display: block;
	margin: 0;
	padding: 9px 10px 0;
}

/* @end */

.post {
	width: 570px;
	float: left;
	display: inline;
	padding: 20px;
	border: 1px dashed #b2b2b2;
}

.post p {
	clear: both;
}

.post ul li {
	margin-bottom: 10px;
}

.post img.alignright, .post img.alignleft {
	padding: 3px 10px 7px;
}

.entry {
	margin: 0 0 25px;
}
.entry h1 {
	border-bottom: 1px dashed #b2b2b2;
}

/* @group Sidebar */

#sidebar {
	float: left;
	display: inline;
	width: 240px;
	margin: 0 0 0 16px;
	padding: 20px;
	border: 1px dashed #b2b2b2;
}

#sidebar .widget {
	margin: 0 0 25px;
}

#sidebar h2 {
	margin: 0 0 5px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #d6d6d6;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#sidebar ul li a {
	border: 0;
	display: block;
	width: 240px;
	padding: 3px 6px;
}

#sidebar ul li a:hover {
	background: #d6d6d6;
	color: #333;
	border: 0;
	display: block;
	width: 228px;
	padding: 3px 6px;
}

/* @end */

/* @group Contact Form */

.mmf {
	
}

.mmf input {
	border: 1px solid #b2b2b2;
}

.mmf textarea {
	border: 1px solid #b2b2b2;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	display: block;
	width: 850px;
	height: 45px;
	margin: 0 auto;
	padding: 55px;
	background-color: #222;
	background-color: rgb(0, 0, 0); /* The Fallback */
	background-color: rgba(0, 0, 0, 0.50);
	color: #b3b3b3;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #b3b3b3;
	border-bottom: 0px solid #b3b3b3;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

ul#footer-nav {
	float: right;
	display: inline;
	width: 45%;
	list-style: none;
	text-align: right;
	margin: -30px 0 0 0;
}


#footer p {
	line-height: 1.4;
	font-size: 10px;
	width: 45%;
}

/* @end */

#bread_crumb {
	margin: 0 0 5px 0;
}

h3 {
	margin-bottom: 0.7em;
	color: #5062a4;
}

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left, .alignleft {
	float: left;
	display: inline;
}

.right, .alignright {
	float: right;
	display: inline;
}

.slideshow {
	margin-bottom: 10px;
}
