

/*--------------------------
Lori Goldman css
COPYRIGHT 2010 WILDFIREWEB
AUTHOR: support@wildfireweb.com
Created: Blaine 010710
Modified: 011810
---------------------------*/

@import url(/css/wildfirecommon.css);

body{
font-size: 62.5%;
margin: 0;
padding: 0;
background: #780030 url(/templates/lorigoldman3/images/bg.jpg) repeat-x;
font-family: "Verdana", Helvetica, Tahoma, sans-serif;
color: #fff;
}

.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #fe622b url(/home/wfw/images/adminlinks_w.jpg) left no-repeat;
color: #eee;
text-align: center;
}

.adminlinks a{
color: #fff;
font-size: 12px;
text-decoration: none;
}

.adminlinks a:visited{
color: #fff;
}


.adminlinks a:hover{
color: #fff;
text-decoration: underline;
}

a {
color: #feb000;
text-decoration: none;
}

a:visited{
color: #feb000;
text-decoration: none;
}

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


.hide{
display: none;
}

.clearboth{
position: relative;
display: block;
height: 1px;
clear: both;
float: left;
}

h3.wfw{
font-weight: bold;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 1.6em;
color: #4a7ac6;
}

#wrapper{
position:relative;
display:block;
margin: 10px auto;
width: 980px;
background-color: #fff;
padding: 0;
}

#innerwrapper{
position: relative;
display: block;
margin: 0;
width: 980px;
padding: 0 0 0px 0;
float: left;
background-color: #fff;
background: transparent;
}

#header{
position:relative;
display:block;
float: left;
width: 980px;
color: #999999;
padding: 0;
padding-top:10px;
margin: 0;
background: #81972a;
font-size: 14px;
clear:both;
}

/* Editable Drop Down Nav css */

#topnav {
position:relative;
display: block;
float: left;
width: 980px;
height: 95px;
font-family: "Verdana", Helvetica, Tahoma, sans-serif;
margin:0;
padding: 0;
clear:both;
background: #81972a;
z-index: 3;
}

/* dropdown menu */

#dropnav {
position: relative;
padding: 0;
list-style: none;
margin: 0;
text-align: center;
background: #999999;

}

#dropnav li{
position: relative;
display: block;
font-size: 14px;
font-weight: bold;
height: 96px;
float:left;
margin: 0;
padding: 0;
list-style: none;
width: 138px;
text-align: center;
}

#dropnav li img {
border: 0;
}

#dropnav li a{
position: relative;
color:#ffffff;
color:#780030;
text-decoration: none;
padding: 0;
margin: 0;
text-align: center;
}

#dropnav li span{
padding: 0;
margin: 0;

}

#dropnav li a:hover{
color: #000;
}

#dropnav li.selected_tab a{
color: #000;
}


#dropnav li ul {
	display:none;
	list-style:none;
	position: absolute;
	width: 220px;
	top:94px;
	left:30px;
	z-index:25;
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap
}

html>body #dropnav li ul {
	width: auto;
	min-width: 220px
} 


#dropnav li:hover ul, #dropnav li.over ul {
	display: block; 
}

/* selected tab drop down */



#dropnav li.selected_tab ul li a{
color: #fff;
}


#dropnav li ul li {
	position:relative;	
	display:block;
	float:none;
	width:220px;
	height:20px;
	margin:0;
	padding:0;
	list-style:none;
	z-index:200!important;
	text-align: left;
}

#dropnav li ul li b {
	color:#fff;
}


#dropnav li ul li a {
    font-family: "Verdana", Helvetica, Tahoma, sans-serif;
	font-size:12px;
	color: #fff;
	font-weight:bold;
	display:block;
	padding-left:11px;
	padding-right:11px;
	text-decoration:none;
	border:none;
	padding-top: 4px;
    padding-bottom: 4px;
	background: #81972a;
    border-bottom: 1px solid #d47822;
    border-top: 1px solid #d47822;
    margin-top: 1px;
	text-align: left;

}

#dropnav li ul li a:hover {
	background:#81972a;
    color:#000!important;
}


/* End Drop Down Menu */


/* NAVIGATION ON LEFT */

#subnav{
position:relative;
display: block;
width: 160px;
padding: 10px 5px 0 10px;
margin: 0;
float: left;
z-index: 1;
overflow: hidden;
}

#subnavheader{
position:relative;
font-size: 14px;
font-weight: bold;
padding: 6px 0 6px 24px;
margin: 1em 0 0 0;
background: #fff url(/templates/lorigoldman3/images/nav_button.png) no-repeat center left;
color: #555;
}

#subnav ul{
list-style: none;
padding: 10px 0 0 0;
margin: 0;
}

#subnav li{
border-top: 1px solid #fff;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 6px 0 0 0;
}

#subnav li a{
display:block;
color: #f2c512;
color: #666;
background: #fff;
text-decoration: none;
padding: 0 0 0 14px;
width: 140px;
margin: 5px 0;
background: #fff url(/templates/lorigoldman3/images/nav_bullet.png) no-repeat center left;
}

#subnav li span{
display:block;
color: #7f80b0;
color: #1c143f;
text-decoration: underline;
padding: 0 0 0 14px;
margin: 5px 0;
width: 12em;
background: #fff url(/templates/lorigoldman3/images/nav_bullet.png) no-repeat center left;
}


#subnav li a:hover {
color: #7f80b0;
}

/* BREADCRUMB TRAIL */

#breadcrumb {
font-size: 1.3em;
font-weight: bold;
color: #fff;
margin: 0;
padding: 0;
z-index: 9;
}

#breadcrumb a {
color: #aaa;
text-decoration: underline;
margin: 0;
padding:0;
z-index: 9;
}

a#breadcrumb0{
text-indent: 0;
display: none;
}

a#breadcrumb1, span#breadcrumb1{ /* adds drop arrow to secondary levels */
background: transparent url(/templates/lorigoldman3/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 0;
display: block;
padding-left: 0.9em;
position: relative;
z-index: 1;
}

a#breadcrumb2, span#breadcrumb2{
background: transparent url(/templates/lorigoldman3/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 1em;
display: block;
padding-left: 0.9em;
}

a#breadcrumb3, span#breadcrumb3{
background: transparent url(/templates/lorigoldman3/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 2em;
display: block;
padding-left: 0.9em;
z-index: 9999;
}

span#breadcrumb1, span#breadcrumb2, span#breadcrumb3, #breadcrumb a:hover{
color: #888;
}

/* hide the edit button on the breadcrumb in edit mode */
span#breadcrumb1 .editable img, span#breadcrumb2 .editable img, span#breadcrumb3 .editable img {
display: none;
}

#content a{
color: #ffd200;
}

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


#content_title {
font-family: "Verdana", Helvetica, Tahoma, sans-serif;
font-size: 24px;
color: #f2c512;
}


#content {
display: block;
position: relative;
float: left;
overflow: hidden;
width: 900px;
margin: 0;
font-size: 14px;
padding: 10px 40px 20px 40px;
color: #000;
line-height: 1.4;
background: #d47822;
background: #d47822;
}

#fullpage_content {
display: block;
position: relative;
float: left;
overflow: hidden;
width: 750px;
margin: 0;
font-size: 14px;
padding: 8px 10px 20px 30px;
border-left: 1px dotted #ccc;
color: #000;
line-height: 1.4;
}

#homepage_content {
display: block;
position: relative;
float: left;
overflow: hidden;
width: 956px;
margin: 0;
font-size: 14px;
padding: 10px 10px 20px 14px;
color: #000;
line-height: 1.4;
}


#leftcol{
position: relative;
float: left;
width: 150px;
font-size: 12px;
margin: 5px 0 0 0;
padding: 0 0 10px 5px;
color: #333;
}

#leftcolnosubnav{
position: relative;
width: 120px;
font-size: 12px;
margin: 0;
padding: 10px 0px 10px 0px;
color: #333;
}

#leftcol blockquote {
margin: 10px 0 10px 0;
padding: 2px 0 6px 25px;
background: transparent url(/templates/lorigoldman3/images/nav_button.png) no-repeat top left;
border-bottom: 1px dotted #ccc;
}

#rightcol_title {
font-family: "Verdana", Helvetica, Tahoma, sans-serif;
font-size: 16px;
color: #23622c;
color: #f2c512;
font-weight: 600;
padding-top: 14px;
padding-bottom: 10px;
}

#rightcol{
position: relative;
display: block;
float: right;
width: 160px;
font-size: 14px;
margin: 0;
padding: 18px 10px 10px 10px;
color: #7f80b0;
}

#rightcol ul{
margin: 4px 0 4px 10px;
padding: 0;
}


/* CONTACT FORM */

.contactform table{
border: 2px solid #5C4Da4;
}

.contactform th{
background: #5C4Da4;
color: #999999;
}

#editable_footer {
color: #333333;
text-align: left;
font-size: 10px;
width: 940px;
margin: 0;
padding: 10px 20px;
}

#footer{
position: relative;
display: block;
width: 950px;
margin: 0 auto;
padding: 10px;
padding-right: 20px;
text-align: right;
font-size: 12px;
clear: both;
background: #780030;
color: #f5b61e;
}

#footer a{
color: #f5b61e;
}

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

#homefooter{
position: relative;
display: block;
width: 950px;
margin: 0 auto;
padding: 10px;
padding-right: 20px;
text-align: center;
font-size: 12px;
clear: both;
background: #780030;
color: #f5b61e;
}

#homefooter a{
color: #f5b61e;
}

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


/* slates and blogs */

.wfw_clear {
	clear: both;
}

#slatelist{
margin: 0;
padding: 0;
}

#wfw_slate_wrapper {
position: relative;
display: block;
width: 100%;
margin: 0;
padding: 0;
}

#slatelist p{
clear: both;
}


/* TITLE OF SLATE */
.wfw_slate_title{ 
font-size: 16px;
color: #23622c;
color: #333;
color: #700031;
font-weight: bold;
padding: 0;
margin: 0;
text-align: left;
width: 99%;
}


#blogposttitle{ /* LINK TO ACTUAL POST */
font-size: 13px;
text-decoration: none;
height: 16px;
color: #666;
}

.wfw_blog_links a{ /* STUFF UNDERNEATH THE TITLE */
font-size: 11px;
color: #777;
margin: 0;
padding: 0;
border: none;
}

.slate_delete{
position: relative;
top: -12px;
}

.blog_movearrow{
position: absolute;
top: 20px;
right: 0;
display: none;
}


.wfw_slate_controls{ /* PUBLISH CONTROLS */
width: 50px;
display: block;
color: #777;
font-size: 11px;
}

.wfw_slate_controls img{

}

.wfw_blog_title {
color: #5C4Da4;
font-size: 1.2em;
font-weight: 700;

}


.wfw_blogpost_title {
    font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
	margin: 0;
	color: #700031;
	border: none;
	border-bottom: 2px dotted #81972a;
	width: 99%;
	text-align: left;
}

.wfw_blogpost_title a {
color: #23622c;
}

.wfw_blogpost_title a:hover {
text-decoration: underline;
color: #23622c;
}

.wfw_blog_summary{
position: relative;
color: #000;
font-size: .9em;
font-weight: normal;
}


.wfw_slate_breadcrumb{
position: relative;
padding-top: 10px;
color: #d47822;
font-size:16px;
font-weight:700;
text-align: left;
}

.wfw_slate_breadcrumb a {
color: #780030;
}

.wfw_slate_breadcrumb a:hover {
color: #000;
text-decoration: underline;
} 

.wfw_blog_breadcrumb a {
color: #7f80b0;
}

.wfw_blog_breadcrumb a:hover {
color: #7f80b0;
text-decoration: underline;
}

.wfw_blog_content{
margin-top: 0px;
line-height: 1.5;
margin-right: 4px;
}


#wfw_archive {
	text-align: left;
	width: 250px;
	border: 1px solid #333;
	color: #333;
	background-color: #eee;
	padding: 0 1em 1em 0;
	overflow: hidden;
}


/* STYLE 1 - Layout 0 */

.slate_layout_0 { /* LINKS LIST WRAPPER OF EACH POST */
margin: 2px 0 0 0;
border: none;
}

.slate_layout_0 a{
font-size: 1.2em;
font-weight: bold;
padding: 10px 0px 5px 0px;
margin: 0;
border: none;
}

.slate_layout_0 .slate_title a{
}

.slate_layout_0 .slate_title span{
}

.slate_layout_0 .slate_title span input{

}

.slate_layout_0 .wfw_slatepost_title { 
padding: 0 0 8px 0;
margin: 0 0 5px 0;
border-bottom: 1px solid #ccc;
border-top: none;
}

.slate_layout_0 .wfw_slatepost_title a { 
font-size: 1.0em;
position: relative;
padding: 5px 0 0 0;
margin: 0;
}


.slate_layout_0 .wfw_slatepost_title a:hover { 
color: #23622c;
text-decoration: underline;
}


.slate_layout_0 .wfw_blog_summary a{
font-size: .9em;
font-weight: bold;
padding: 0;
margin: 0;
border: 0;
display: inline;
}

.slate_layout_0 .wfw_blog_summary a img{
padding: 0 10px 10px 0;
}


.slate_layout_0 .wfw_slate_wrapper {
width: 540px;
margin: 0;
padding: 0;

}

/* Slate Layout 1 */

.slate_layout_1 { /* BOXY WRAPPER OF EACH POST */
display: block;
position: relative;
width: 391px;
width: 363px;
height: 268px;
margin: 10px 42px 20px 42px;
float: left;
left: 0px;
padding: 0;
text-align: center;
}


.slate_layout_1 .wfw_slatepost_title { 
display: block;
position: relative;
font-size: .9em;
text-align: center;
float: left;
color: #23622c;
padding: 0;
margin: 0;
width: 371px;
}

.slate_layout_1 .slate_title a{
font-size: 1.0em;
color: #23622c;
}

.slate_layout_1 .slate_title a:visited{
color: #23622cs;
}

.slate_layout_1 .slate_title span{
width: 371px;
top: 0;
}

.slate_layout_1 .slate_title span input{
width: 371px;
}


.slate_layout_1 .wfw_blog_links{
width: 371px;
font-size: 10px;
font-weight: normal;
margin: 0;
}


.slate_layout_1 .wfw_slatepost_title {
position: relative;
display: block;
float: left;
color: #23622c;
padding: 0;
margin: 0;
margin-top: 30px;
width: 371px;
font-size: 14px;
font-weight: normal;
border: none;
}


/*tablet title*/

.slate_layout_1 .wfw_slatepost_title a{
color: #23622c;
white-space:nowrap;
}

.slate_layout_1 .wfw_slatepost_title a:hover{
text-decoration: underline;
}


.slate_layout_1 .wfw_blog_summary{
position: relative;
display: block;
float: left;
width: 371px;
}

.slate_layout_1 .wfw_blog_summary a img{
height: 248px;
width: 371px;
}


.slate_layout_1 .wfw_blog_links {
width: 371px;
font-size: 11px;
color: #777;
margin: 0;
padding: 0;
border: none;
}

.slate_layout_1 .wfw_blog_summary a img{
padding: 0px 10px 0px 10px;
}

/* Slate styles in Edit Mode */

#editing div, #editing span{
position: static;
margin: 0;
padding: 0;
float: none;
height: auto;
width: auto;
border: 0;
top: auto;
left: auto;
right: auto;
bottom: auto;
}

#editing .wfw_blog_title {
	width: 100%;
    font-size: 1.2em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
}

#editing .wfw_blog_title a {
	text-decoration: none;
}

#editing .wfw_blog_breadcrumb {
	width: 100%;
    font-size: 1.0em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
}

#editing .wfw_blog_breadcrumb a {
color: #7f80b0;
}

#editing .wfw_blog_breadcrumb a:hover {
color: #7f80b0;
text-decoration: underline;
}

#editing .wfw_blogpost_title {
	width: 100%;
    font-size: 1.4em;
	font-weight: bold;
	padding: .1em 0 .1em 0;
	margin: 0;
	border-bottom: 1px solid #CCC;
	border-top: 2px solid #CCC;
	color: #23622c;
}

#editing .wfw_blogpost_title a {
	text-decoration: none;
}

#editing .wfw_blogpost_category {
	font-size: 10px;
	font-weight: bold;
	padding-left: 2em;
}

#editing .wfw_blogpost_title a:hover {
}

#editing .wfw_blog_content {
	font-size: 1.0em;
	padding-top: 1em;
	padding-bottom: 2em;
}

#editing .wfw_blog_links {
	float: right;
	width: 200px;
	font-size: 10px;
	font-weight: normal;
	padding-left: 2em;
	margin: 0;
}

#editing .wfw_blog_links a {
	color: #0033ff;
	width: auto;
	text-decoration: underline;
	display: inline;
}

#editing .wfw_blog_links a:visited {
	color: #0033ff;
}

#editing .wfw_blog_links a:hover .wfw

#editing .wfw_blog_contact {
	float: left;
	width: 80%;
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#editing .wfw_blog_contact a {
	color: #0033ff;
	text-decoration: underline;
}

#editing .wfw_blog_contact a:visited {
	color: #0033ff;
}

#editing .wfw_blog_contact a:hover {
	color: #f87217;
}

#editing .wfw_clear {
	font-size: 1px;
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

#editing .wfw_line {
	font-size: 1px;
	margin: 0;
	padding: 0;
	height: 1px;
	border-top: 1px solid #CCC;
}

#wfw_archive {
	text-align: left;
	width: 250px;
	border: 1px solid #333;
	color: #333;
	background-color: #eee;
	padding: 0 1em 1em 0;
	overflow: hidden;
}

#editing .wfw_slate_title {
	width: 100%;
    font-size: 1.2em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
	position: static;
}

#editing .wfw_slate_title a {
	text-decoration: none;
	position: static;
	display: inline;
}

#editing .slate_title {
display: block;
width: 450px;
padding: 0;
}


#editing .wfw_slate_breadcrumb {
	width: 100%;
    font-size: 1.0em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
}

#editing .wfw_slate_breadcrumb a {
	text-decoration: none;
}

#editing .slate_layout_0, #editing .slate_layout_1 {
	width: 100%;
    font-size: 1.0em;
	font-weight: bold;
	padding: 1em 0 .3em 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #CCC;
	float: none;
}

#editing .wfw_slatepost_title {
}

#editing .wfw_slatepost_title a {
text-decoration: none;
float: none;
position: static;
width: auto;
padding: 0;
margin: 0;
}

#editing .wfw_blog_comment {
	width: 100%;
    font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}

#editing .wfw_blog_comment_content {
	margin: 0;
	padding: .5em 1em;
}

#editing .wfw_blog_keywords {
	font-size: 10px;
}

#editing .wfw_blog_summary {
	font-weight:normal;
	font-size: 12px;
	padding: .3em 0 .3em 0;
}

#editing .wfw_blog_summary a{
width: 110px;
}


#editing .wfw_blog_summary a img{
display: block;
clear: both;
float: none;
}

#editing .wfw_blog_comment_title {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: .5em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#editing .blogcommentform {
	width: 400px;
	background-color: #CCC;
	color: #333;
	border: 2px solid #333;
	padding: 10px;
}

#editing .blogcommentform table {
	border: none;
	padding: 5px;
}

#editing .blogcommentform th {
	border: none;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#editing .blogcommentform td {
	border: none;
	padding: 5px;
}

#editing #blog_errors {
	color: red;
	font-weight: bold;
}

#editing #blog_users {
	border: 2px solid #CCC;
	width: 500px;
}

#editing #blog_users th {
	border-bottom: 1px solid #CCC;
}

#editing #blog_settings {
	border: 2px solid #CCC;
	width: 500px;
}

#editing #blog_settings th {
	border-bottom: 1px solid #CCC;
}

#editing .wfw_slate_controls {
	position: relative;
	width: 50px;
	font-size: 10px;
	font-weight: normal;
	float: right;
	clear: both;
}

#editing .wfw_slate_controls img{
	display: inline;
	clear: right;
	float: right;
}

/* Date Picker Calendar */


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}



