/*
Theme Name: Furniture Deals and Steals 
Theme URI: http://wordpress.org/
Description: FD&S theme
Version: 1.0
Author: Vidal Quevedo (based on Kubrick's theme)
*/

/*-Setup-*/
*{
	border: 0;
	margin: 0;
	padding: 0
}



/* Begin Typography & Colors */
a:link, a:hover, a:visited{
color: #c42915;

}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	/*background: #d5d6d7 url('images/kubrickbgcolor.jpg');*/
	background: #e7e7e7 url("images/fds_bgwide.jpg") repeat-y center top; border: none;
	color: #000000;
	text-align: center
	}

#page {
	background-color: white;
/*	border: 1px solid #959596;
*/	text-align: left;
	}

#header {
	background: url('images/fds_logo.gif') no-repeat top left;
	/*border: 1px solid #CCCCCC;*/
	}

#headerimg 	{
	clear:right;
	float:right;
	padding: 0;
	margin: 0px 20px 0px 0px;
	height: 107px;
	width: 677px;
	background: url(images/header_img_policeman.jpg) no-repeat bottom center
/*	border: 1px solid yellow;
*/	}

#content {
	font-size: 1.2em;
/*	border: 1px solid yellow;*/
	z-index:0;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
/*	border: 1px solid yellow;
*/	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	text-transform:uppercase;
	}

h1 { 	 
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	position:relative;
	font-size: .1em;
	text-align: left;
	text-indent:-9999;
	}

h2 {
	font-size: 1.6em;
	line-height: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	line-height: 1.3em
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #c42915;
	text-decoration: none;
	}

a:hover {
	color: #c42915;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0
	}

#page {
	padding: 0;
	margin: 0 auto;
	width: 995px
	
	}

#header {
	margin: 0;
	padding: 0;
	height: 165px;
/*	border: 1px solid #CCCCCC;
*/	}

/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	padding: 0;
/*	border: 1px solid blue;
*/}
#header h1 a{
	height: 107px;
	width: 290px;
	display: block;
}



/*navigation*/


#pagenav {
	background: url(images/fds_navbgr.gif) no-repeat top left;
	height:59px;
	width:100%;
/*	border: 1px solid yellow;
*/	clear:both;
}

.nav2 {
	background: url(images/nav-bgr.gif) no-repeat top;
	height: 30px;
	line-height:30px;
	position:relative;
	margin-left:300px;
	padding-right: 8px;

}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
		margin-left:0 px;
}
.nav2 li {
	line-height: 29px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	list-style:none;
	z-index:999;
	padding: 1px 0 1px 0;
/*	border:1px solid yellow;*/	
 }
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background:none;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
	background-image: none;

}
.nav2 a {
	color: #FFFFFF;
	display: block;
	padding: 0 32px;	
}

.nav2 li { /*vq*/
	background: url(images/fds_navbar_divider.gif) no-repeat right top;
}

.nav2 li ul a {
	color:#777777 !important;
	padding: 0 8px;
}


.nav2 li ul a:hover {
	color: #000 !important;
	background-color: #530000 !important; /*here*/
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:100%;
	height:29px;
	line-height:29px;
	margin-left: 0px; /*change this to move sublist to lef*/
/*	border: 1px solid red;*/	
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #c42915;

}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
	color:#FFF !important;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {
	background:none !important;
}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em; 
	
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}

/*vq*/
li.parent{
	background:url(images/fds_parent_arrow.gif) no-repeat right top;
	/*background-color:#999900;*/
}

/*li.parent a:hover {
	background:url(images/fds_parent_arrow_hover.gif) no-repeat right -1px;
}*/

/* end navigation*/

.narrowcolumn {
	float: left;
	padding: 15px 0 20px 28px;
	margin: 0px 0 0;
	width: 610px;
/*	border: 1px solid yellow;
*/	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	margin: 15px auto;
	width: 959px;
	clear: both;
	margin-bottom:14px;
	
	}

#footer p, .footnote {
	color:#898989;
	margin: 0;
	padding: 7px 7px 0 7px;
	text-align: left;
	}

#footer_navbar{
	margin:0;
	padding: 7px;
	background-color: #000000;
	color: #FFFFFF;
}

#footer_navbar a{
	color: #FFFFFF;
	text-decoration: underline;}

#footer li{
	display:inline;
}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

.post h2{
padding-top:0px;
color: #c42915;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 20px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	
	}

.entry ul li:before, #sidebar ul ul li:before {
/*	content: "\00BB \0020";
*/	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	margin: 20px 10px 0px 635px;
	width: 330px;
/*	border: 1px solid yellow;	
*/	background: url(images/fds_sidebar_bgr.gif) repeat-y right;

	min-height:410px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*video*/

.video {
	margin:10px 10px 10px 41px;
	padding:10px;
	background-color: #DDDDDD;
	width:260px;
}

.bubble{
	width: 261px;
	margin-left:62px;
}

.bubble_content{
	min-height:40px;
	background: url(images/fds_bubble_content_bgr.jpg) repeat-y center #FFFFFF;
	padding:5px 10px 5px 10px;

}

.bubble_top, .bubble_bot{

	height:10px;
	background: url(images/fds_bubble_borders.jpg) no-repeat center;
}

.bubble_top{
	background-position: top; 
}

.bubble_bot{
	background-position: bottom; 
}

.footnote{
	color: #000;
	font-size: 12px;
	margin-top: 8px;	
}


.footnote .why{
	display:none;
	border: 1px solid #FFFDAE;
	padding:10px;
	background:#FFFDAE;
}



.footnote .xout{
	position:relative;
	width:auto;
	float:right;
	margin: -10px -5px 0 0;
	padding: 1px 2px 1px 2px;
	font-size:9px;
	height: 60px;	
}

.footnote a, .footnote .xout a{
	cursor:pointer
}

.lower{
	color: #000;
	text-transform:capitalize;
}

.stores{
	width: 100%;
/*	border: 1px dashed yellow;
*/	min-height:425px;
	float:none;
}

.stores .store_description{
	border: 1px dashed red;
}

.stores .post h2{
	margin-bottom: 10px;
}

.stores .post img{
	border: 1px solid #dddddd;
	padding:10px 10px 10px 10px;
	z-index: 0;
	background: #FFF
}

.store_images{
	display:block;
	padding-top: 10px;
	margin-bottom: 10px
}

.store_images img{
	display: inline;
	margin-top:none;
}

.hours{
	margin-top:-20px;
}

#location{
	padding-right:100px;
	
	}
#location h3{
	padding:0;
	margin: 0;
	text-align:left;
	width:300px;

}

.find_store a:link, .find_store a:hover, .find_store a:visited{
	display:inline;
	text-align:left;
	font-size:11px;
	text-transform:none;
	color: #c42915;
}

.character_home{
	z-index:9999;
	height: 167px;
	width: 439px;
	background: url(images/fds_policeman_home.png) no-repeat right top;
	position:relative !important; /*this makes the box floaty and visible outside of the sidebar*/
	margin-left:-100px !important; /*this allows the box to be be repositioned outside the sidebar*/
}


.character_home a{
	text-indent:-9999px;
	display:block;
	float: right;
	height: 46px;
	width: 245px;	
	margin: 107px 37px 0;
/*	border: 1px solid yellow;
*/}

.character_products{
	z-index:9999;
	height: 280px;
	width:354px;
	background: url(images/fds_policemen_products.png) no-repeat right bottom;
	position:relative !important; /*this makes the box floaty and visible outside of the sidebar*/
	margin-left:-16px !important; /*this allows the box to be be repositioned outside the sidebar*/
	margin-bottom: 0px
}

.character_products a{
	text-indent:-9999px;
	display:block;
	float: right;
	height: 46px;
	width: 245px;	
	margin: 133px 37px 0 0;
}

.character_stores{
	z-index:9999;
	height: 410px;
	width: 354px;
	background: url(images/fds_policeman_stores.png) no-repeat right top;
	position:relative !important; /*this makes the box floaty and visible outside of the sidebar*/
	margin-left:-16px !important; /*this allows the box to be be repositioned outside the sidebar*/
}

.character_concept{
	z-index:9999;
	height: 410px;
	width: 354px;
	background: url(images/fds_policeman_concept.png) no-repeat right top;
	position:relative !important; /*this makes the box floaty and visible outside of the sidebar*/
	margin-left:-20px !important; /*this allows the box to be be repositioned outside the sidebar*/
}

.character_concept a{
	text-indent:-9999px;
	display:block;
	float: right;
	height: 46px;
	width: 245px;	
	margin: 150px 30px 0;
/*	border: 1px solid yellow;
*/}

.character_contact{
	z-index:9999;
	height: 410px;
	width: 354px;
	background: url(images/fds_policeman_contact.png) no-repeat right top;
	position:relative !important; /*this makes the box floaty and visible outside of the sidebar*/
	margin-left:-20px !important; /*this allows the box to be be repositioned outside the sidebar*/
}

.character_contact a{
	text-indent:-9999px;
	display:block;
	float: right;
	height: 46px;
	width: 245px;	
	margin: 150px 30px 0;
/*	border: 1px solid yellow;
*/}


.products_text{
/*	border: 1px solid yellow;
*/	font-size: 14px;
	width:100%;
	text-align: center;
	margin:10px 10px 0px 18px;
	height: 230px;
	background: url(images/fds_product_billboard.gif) no-repeat center 65px;
}

.products_text h2{
	color: #c42915;
	font-size: 16px;
	text-transform:capitalize;
	margin:0;

}

.how_do_you{
	margin-top:-16px;
	height:11px;
	border: 1px solid yellow;
	text-align:right;
}

.how_do_you:hover, .how_do_you:focus{
	overflow:visible;
	height:120px;
}



.how_do_you_title{
	color: #c42915;
	font-size: 11px;
	cursor:pointer;
	display:block
}

.th{
	border: 1px solid #C0C0C0;
	float: left;
	margin-right: 10px;
	height:60px;
	weight: 60px;
}

a.page_preview:link, a.page_preview:hover, a.page_preview:visited{
	border: 1px solid #dddddd;
	padding: 10px;
	height:60px;
	margin-bottom: 10px;
	display:block;
	cursor:pointer;
}

a.page_preview:hover{
	background:#eeeeee;
	text-decoration:none;

}


.page_preview h3{
	margin-top:21px;
	text-transform:capitalize;
	
}

a.page_preview:hover h3{
	color: #c42915;
}

.list1, .list2{
	list-style:none;
	float:left;
	width:300px;
}

.list2{
	float:right;
}


#nojs {
	display: block;
	margin: 0 auto;
	height: 20px;
	width: 959px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size:14px;	
	background:#FFFDAE;

}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
