/*
Theme Name: Flat World Design
Theme URI: http://www.flatworlddesign.com/blog/
Description: Theme design by Flat World Design, turned into a Wordpress theme by Andy Hoyland.
Version: 1.0
Author: Flat World Design
Author URI: http://www.flatworlddesign.com/

*/

@charset "utf-8";
/* CSS Document */
 
/************* BEGIN BODY STYLE **************/
body {
	margin: 0 auto;
	padding:0;
	font-family: Tahoma;
	background:#b51931;
         background-image:url(/images/fwdbg.jpg)
	}
img  {
	border:0px;
	}
img a {
	border:0px;
	}
#wrapper {
	margin: 0 auto;
	padding:0px;
	width:800px;
	}
#logo {
	width:100%;
	height:150px;
	}	
#logoleft {
	width:11px;
	background-image:url(images/logo-left.png);
	background-position:center;
}
#logomiddle {
	background-image:url(images/logo-middle.png);
	background-position:center;
}
#logoright {
	width:11px;
	background-image:url(images/logo-right.png);
	background-position:center;
}
#bodycontent {
	width: 100%;
	}	
#bordercontrol {
	border: 2px solid #ecebeb;
	width:100%;
	background:#fff;
	}
.crumbs {
	color:#252525;
	font-size:11px;
	padding: 3px 0 2px 5px;
	}
.content {
	color:#252525;
	font-size:10pt;
         padding:5px;
	}
/**************** END BODY STYLE *****************/	
	
	
/*************** BEGIN NAV 1 ***************/
#nav1 {
	width:100%;
	margin-top:0px;
	height:28px;
	}
#nav1 td {
/*	width:14%;*/
	background:url(images/nav1-middle.png);
	background-position:center;
}
.nav1spacer {
	background:url(images/nav1-middle.png);
	background-position:center;
	width:14%;
}
#nav1 a {
	text-decoration:none;
	display:block;
	line-height:11px;
	color:#cbcbcb;
	font-weight:bold;
	font-size:10px;
	background-image: url(images/nav1bullet.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:5px;
	margin-right:5px;
	padding:0 0 2px 17px;
	}

#nav1 a:hover {
	background-image: url(images/nav1bulletover.png);
	background-repeat:no-repeat;
	background-position:left center;
	}

/**************** END NAV 1 *****************/	
	
	
/**************** BEGIN NAV 2 *****************/	
#nav2 {
	width:100%;
	border-bottom:2px solid #ecebeb;
	height:20px;
	background:#b51931;
}	
#nav2 td {
	width:16%;
}
#nav2 a {
	text-decoration:none;
	display:block;
	text-align:center;
	line-height:20px;
	color: #FFFFFF;
	font-size:10px;
	border-left:1px solid #ecebeb;
}
#nav2 a:hover {
	background:#b51931;
	color:#FFFFFF;
}

	
/**************** END NAV 2 *****************/	

/**************** BEGIN NAV 3 *****************/
#nav3 {
	width:170px;
	height:20px;
	background-image:url(images/nav3-mid.png);
	background-position:center;
	background-repeat:repeat-y;
	}
#nav3 a {
	text-decoration:none;
	color:#252525;
	font-size:11px;
	display:block;
	padding:0 5px 4px 32px;
	line-height:15px;
	background:url(images/nav3-bullet.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
#nav3 a:hover {
	background:url(images/nav3-bullet-over.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.nav3title {
	text-decoration:none;
	color:#252525;
	font-size:12px;
	display:block;
	padding:0 5px 4px 32px;
	line-height:15px;
	}


/**************** END NAV 3 *****************/


/************* BEGIN QUICK SEARCH ************/
#quicksearch {
	width:170px;
	height:100px;
	background-image:url(images/qs-back.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-align:center;
	}
#quicksearch a {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-left:20px;
	line-height:11px;
	margin-right:10px;
	}
#quicksearch a:hover {
	text-decoration: underline;
	background-image:url(images/nav1bulletover.png);
	background-position:right center;
	background-repeat:no-repeat;
	}
#quicksearch tr td{
	height:30px;
	padding-bottom:3px;
	}
#quicksearch input {
	width:110px;
	}
/************* END QUICK SEARCH ************/


/************* BEGIN FOOTER*********/
#footer{
	width:100%;
	height:28px;
	line-height:12px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	border:none;
	}
#footer td {
	background-image:url(images/footer-middle.png);
	background-position:center;
}
#footer a{
	height:28px;
	line-height:12px;
	display:block;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}
#footer a:hover{
	text-decoration:underline;
	}
/************* END FOOTER*********/

/************* BLOG STYLES *******/
.post h2 {
border-bottom:1px solid #CCCCCC;
display:block;
font-family:Tahoma;
font-size:12pt;
margin-top:0px;
padding:5px;
}

.post h2 a {
	text-decoration:none;
	color:#b51931;
}
.post h2 a:hover {
	color:#2970A6;
}

a {
	color:#2970A6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Tahoma;
	color:#b51931;
	text-decoration:none;
}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

h4 {
	margin-top:0px;
}

h3 {
	margin-bottom:5px;
}
a:hover img.sided {
	border-color:#A6A6A6;
}


.post .date, .post .tags, .post .author, .post .categories, .post .editpost, .post .readingblinds, .post .comments, .post .addcomment, .post .editlinks {
background:transparent url(images/icons.gif) no-repeat scroll 0 0;
display:block;
font-size:11px;
height:16px;
line-height:16px;
padding-left:22px;
}
.post .date {
background-position:0 -48px;
float:left;
}
.post .act {
	height:16px;
	float:right;
}
.post .act span {
	float:left;
	margin-left:15px;
}

.post .comments {
background-position:0 -96px;
}
#sidebar_right {
float:right;
font-size:100%;
overflow:hidden;
width:245px;
font-family:Tahoma;
font-size:10pt;
font-weight:normal;
color:#252525;
margin-left:0px;
}

/************* SIDEBAR STYLES *******/
#sidebar_right .widget {
background:transparent url(images/widgetsep.png) no-repeat scroll center bottom;

}

#sidebar_right ul {
	margin;3;
	padding:0 0 0 0px;
         color:#252525;
}

#sidebar_right li {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
color:#252525;
}


/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}


/**********SAGE STYLESHEET****************/
.WE_StdTxt {font-family:Tahoma; font-size:10pt ; font-weight:normal; color:black;}
.WE_StdLink {font-family:Tahoma; font-size:10pt; color:navy; font-weight:bold; text-decoration:none;}
.WE_StdLink:hover {text-decoration:underline;}

.WE_PageHeaderNav {font-family:Tahoma; font-size:8pt; color:#b51931; font-weight:normal; text-decoration:none;}
.WE_PageHeaderNav:hover {text-decoration:underline;}
.WE_PageHeaderNav_NoHover {font-family:Tahoma; font-size:8pt; color:#b51931; font-weight:normal; text-decoration:none;}

.WE_Home_Txt {font-family:Tahoma; font-size:10pt ; font-weight:normal; color:#000000; padding: 5px;}

.WE_News_HeadTxt {font-family:Tahoma; font-size:10pt ; font-weight:normal; color:#000080;}

.WE_Specials_HeadTxt {font-family:Tahoma; font-size:10pt ; font-weight:normal;}
.WE_SpecItem_Title {font-family:Tahoma; font-size:11pt ; font-weight:normal;}
.WE_SpecItem_Countdown {font-family:Tahoma; font-size:9pt ; font-weight:normal; color:black;}
.WE_SpecItem_Desc {font-family:Tahoma; font-size:10pt ; font-weight:normal;}
.WE_SpecItemLink {font-family:Tahoma; font-size:10pt ; font-weight:normal; color:navy;}
.WE_SpecItemLink:hover {color:blue;}

.WE_Testimonial_Txt {font-family:Tahoma; font-size:10pt; color:black; font-weight:normal;}
.WE_Testimonial_Author {font-family:Tahoma; font-size:10pt; color:blue; font-weight:normal;}
.WE_Testimonial_Link {font-family:Tahoma; font-size:9pt; color:navy; font-weight:normal; text-decoration:none;}
.WE_Testimonial_Link:hover {color:blue; text-decoration:underline;}

#WE_AddTestimonial_Txt {font-family : Tahoma; font-size : 10pt; color:black;}
.WE_AddTestimonial_Head {font-family : Tahoma; font-weight: bold; font-size : 11pt; color:white;}

.WE_Help_Txt {font-family:Tahoma; font-size:10pt ; font-weight:normal; color:#000000;}

.WE_About_Txt {font-family:Tahoma; font-size:10pt ; font-weight:normal; color:#000000;}

.WE_Links_HeadTxt  {font-family:Tahoma; font-size:10pt ; font-weight:normal; color:#000000;}
.WE_Links_Link  {font-family:Tahoma; font-size:11pt ; font-weight:normal; color:navy; text-decoration:underline;}
.WE_Links_Link:hover {color:blue; text-decoration:underline;}
.WE_Links_Desc  {font-family:Tahoma; font-size:10pt ; font-weight:normal; color:gray;}

.WE_Contact_Banner {font-family:Tahoma; font-size:11pt; color:#000000; font-weight:bold;}
.WE_Contact_HeadTxt {font-family:Tahoma; font-size:10pt; color:#000000; font-weight:normal;}
.WE_Contact_Txt  {font-family:Tahoma; font-size:10pt; color:#000000; font-weight:normal;}
TD.Cntct_HeadBar {font-family:Tahoma ; font-size:11pt ; color:#FFFFFF ; font-weight:bold ; background-color:#0000FF;}
TD.Cntct_OfficeTitle {font-family:Tahoma ; font-size:11pt ; color:#000080 ; font-weight:bold;}
TD.Cntct_Office {font-family:Tahoma ; font-size:11pt ; color:#000000}
SPAN.Cntct_StaffName {font-family:Tahoma ; font-size:11pt ; color:#000000}
SPAN.Cntct_StaffTitle {font-family:Tahoma ; font-size:9pt ; color:#000080}
TD.Cntct_ProfLinks {font-family:Tahoma ; font-size:9pt;}

#WE_TellAFriend_Txt {font-family : Tahoma; font-size : 10pt; color:black;}
.WE_TellAFriend_Head {font-family : Tahoma; font-weight: bold; font-size : 11pt; color:white;}

.WE_Showroom_HeadTxt {font-family:Tahoma; font-size:10pt; color:#000000; font-weight:normal;}
.WE_Showroom_ListItem {font-family:Tahoma; font-size:10pt; color:navy; font-weight:normal; text-decoration:underline;}
.WE_Showroom_ListItem:hover {color:blue; text-decoration:underline;}
.SRList_Tile_PrName {font-family:Tahoma; font-size:9pt; color:black; font-weight:normal; text-decoration:none;}
.SRList_Tile_PrName:hover {color: blue; text-decoration:underline;}

.PRESList_Tile_PrName {font-family:Tahoma; font-size:9pt; color:black; font-weight:normal; text-decoration:none;}
.PRESList_Tile_PrName:hover {color: blue; text-decoration:underline;}

.WE_CoStores_HeadTxt {font-family:Tahoma; font-size:10pt; color:#000000; font-weight:normal;}
.WE_CoStores_Store {font-family:Tahoma; font-size:10pt; color:navy; font-weight:normal; text-decoration:underline;}
.WE_CoStores_Store:hover {color:blue; text-decoration:underline;}

.WE_CustomPg1_Txt {font-family:Tahoma; font-size:10pt ; font-weight:normal; color:black;}
.WE_CustomPg2_Txt {font-family:Tahoma; font-size:10pt ; font-weight:normal; color:black;}

.TMS_HeadTxt {font-family:Tahoma; font-size:11pt ; font-weight:bold; color:black;} 
.TMS_RegTxt {font-family:Tahoma; font-size:10pt ; font-weight:normal; color:black;}
