/*
Theme Name: FL Commercial Source
Theme URI: http://www.razworks.com/
Description: 2 column red and bronze theme
Version: 1.01
Author: Razworks
Author: http://www.razworks.com/
*/

@import url('style-basics.css'); /* general body styles with wrapper */
@import url('style-header.css'); /* header, h1, banner, and headimg */
@import url('style-typography.css'); /* content typography styles */
@import url('style-sidebar.css'); /* general sidebar styles */
@import url('style-widgets.css'); /* sidebar widgets */
@import url('style-comments.css'); /* comments template */

#wrapper{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#container{
	width: 900px;
	float: left;
	border-top: 4px solid #312e2d;
	background: #fff url(images/bg_container.gif) repeat-y;
}

#primary-column{
	width: 600px;
	float: right;
	background: #fff;
	overflow: hidden;
}

#content{
	width: 600px;
	float: left;
	background: #fff;
}

.post h2, #comments h3{
	margin: 20px 10px 12px 20px;
	background-color: transparent;
	background-image: url(images/bg-heading1.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 32px 0 20px 51px
}

.post h2 a{
	text-decoration: none;
}

.post h2 a:hover{
	text-decoration: underline;
}

.entry{
	border-top: 1px solid #eee;
	padding: 5px 40px 10px;
	line-height: 20px;
	background: #fff;
}

.entry h2{font-size: 24px; font-weight: bold; line-height: 28px; font-family: arial, helvetica, sans-serif; padding: 0; background: transparent; border: 0;}
.entry h3{font-size: 18px; font-weight: bold; line-height: 24px;}
.entry h4{font-size: 14px; font-weight: bold; line-height: 20px;}
.entry h5{font-size: 11px; line-height: 16px;}
.entry h6{font-size: 10px; line-height: 14px;}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 10px 0 10px;
}

p.entry-meta, p.comment-meta{
	font-family: arial, helvetica, sans-serif;
}

p.entry-meta a, p.comment-meta a{
	text-decoration: none;
}

p.entry-meta a:hover, p.comment-meta a:hover{
	text-decoration: underline;
}

span.entry-date, span.published-by, span.comments-link, span.cat-links, span.comment-author{
	border-bottom: 1px solid #e0e0e0;
}

.navigation{
	width: 600px;
	float: left;
	padding: 18px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f9f9f9 url(images/bg_post_title.gif) repeat-x;
}

.navigation span.nav-previous{
	margin: 0 0 0 40px;
	padding: 0 0 0 20px;
	background: url(images/bg_previous.gif) no-repeat;
}

.navigation span.nav-next{

	margin: 0 40px 0 0;
	padding: 0 20px 0 0;
	background: url(images/bg_next.gif) no-repeat right top;
}

.navigation a{
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}

.navigation a:hover{
	color: #000;
}

#secondary-column{
	float: left;
	width: 300px;
	background: #464240;
}

#footer{
	width: 900px;
	float: left;
	font-family: arial, helvetica, sans-serif;
	border-top:#312e2d 10px solid;
	background: #524d49;+
	color:#ffedf2;
}

#footer p, #footer a, #footer a, #footer a:link{ padding: 10px;color:#ffedf2;text-decoration:none; }

#footer a:hover{ padding: 10px;color:#ffedf2; text-decoration:underline; }


#footer-logo{
	width: 113px;
	height:133px;
	float: right;
	background:url(images/footer-logo.jpg) no-repeat;
	margin-top: -72px;
	margin-right:10px;
	margin-bottom:0;
}

/* footer list */

#navcontainer {
	padding-top:40px;
	padding-left:60px;
}

ul#navlist
{
list-style-type: none;
padding: 0;
margin: 0;
width:450px;
}

#navlist li
{
display: inline;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 1.3em;
padding-left: .5em;
padding-right: 4em;
line-height:4em;
}

#navlist a { 
	font-size:1.3em;
}

#navlist a:link, #navlist a:visited
{
color: #ffedf2;
text-decoration: none;
}

#navlist a:hover
{
color: #ffedf2;
text-decoration: underline;
}




#headerlistcontainer {
	padding-top:20px;
	padding-left:10px;
}


ul#headerlist
{
list-style-type: none;
padding: 0;
margin: 0;

}

#headerlist li
{
display: inline;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: -.1em .5em;
padding-left: .7em;
padding-right: 2em;
line-height:1.2em;
	float:right;
}

#headerlist a { 
	font-size:.9em;
}

#headerlist a:link, #navlist a:visited
{
color: #480703;
text-decoration: none;
}

#headerlist a:hover
{
color: #480703;
text-decoration: underline;
}



.domtab{
	width: 600px;
	float: left;
	border-top: 1px solid #eee;
	background: #fff url(images/bg_post_title.gif) repeat-x;
}

.domtab h2{ display: none; }

ul.domtabs{
	list-style-type: none;
	float: left;
	margin: 15px 40px 13px 30px;
	padding: 0;
	display: inline;
}

ul.domtabs li{
	float: left;
	margin: 0 0 0 10px;
	display: inline;
	background: url(images/bg_tab_item_right.gif) no-repeat right top;
}

ul.domtabs li a{
	display: block;
	padding: 4px 12px 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	background: url(images/bg_tab_item_left.gif) no-repeat;
}

ul.domtabs li.active{
	background: url(images/bg_tab_item_right.gif) no-repeat right -24px;
}

ul.domtabs li.active a{
	background: url(images/bg_tab_item_left.gif) no-repeat left -24px;
}

#listings {
	float:left;
	padding-right:10px;
}

/* ----------- pullquote ---------------- */
.pullquote {
	width: 230px;
	margin: 10px 0 20px 0;
	padding: 0 20px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #AA1224;
	background-color: transparent;
	line-height: 1.8;
	text-align: right;
	float: left;
}	
p.pullquote {
	width: 230px;
	margin: 10px 0 20px 0;
	padding: 0 20px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #AA1224;
	background-color: transparent;
	line-height: 1.8;
	text-align: right;
	float: left;
}	

