/* --- Webs Written Template --- */

html, body {
	margin: 0px;
	padding: 0px;
}

html {
	font: normal 62.5%/1 arial;
}

.formSpan {
    display: block;
	margin-bottom: 1.25em;
}

a img {
	border: 0px;
	text-decoration: none;
}

img:hover {
	text-decoration: none;
}

/* ------------------------------------------
     Head Elements Here. Absolute
     positioning can be used to position
     title, smalltitle, and logo only if head
     is positioned relative.
   ------------------------------------------ */

#fw-head {
	height:200px;
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#fw-title {
	font: 20px "Georgia", Trebuchet MS,Trebuchet, Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #555;
	text-decoration: none;
	top: 50px;
	width: 450px;
	position: absolute;
	text-align: right;
}

#fw-smalltitle {
	color: #c9c9c9;
	font-size: 16px;
	top: 90px;
	left: 0px;
	width: 446px;
	font-weight: normal;
	text-align: right;
	position: absolute;
	z-index: 100;
	letter-spacing: .1em;
	line-height: 18px;
}

#fw-nav-menu {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 25px;
	text-align: left;
	margin: 0 auto;
	width: 950px;
}

.fw-current-nav-link,
.fw-current-nav-link:visited {
	background-color: #fff;
	color: #000 !important;
}


#fw-titlelink {
	padding: 2px;
	font: 30px "Georgia", Trebuchet MS,Trebuchet, Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #555;
	text-decoration: none;
}


.fw-logo {
	float: right;
	height: 190px;
	width: 200px;
	position: absolute;
	top: 10px;
	left:450px;
	background-image: url("img/logo-place-holder.png");
}


/* -----------------------------------------
      blockContainer holds everything from
      here to the footer. - Daniel 7/29/08
   ----------------------------------------- */

#fw-blockContainer {
	margin: 0 auto;
	width: 950px;
	margin-bottom: 20px;
}

#fw-container {
	font-family: Arial, Georgia, 'Times New Roman', serif;
	width: 100%;
	height: 100%;
}

/* -----------------------------------------
    All Navigation Styling Here. In case of
     vertical navigation, add .hasSidebar
        cases for all affected elements.
                -Daniel 7/29/08
   ----------------------------------------- */

#fw-mainnavwrap {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#fw-nav-menu a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	font-family: 'Georgia';
}

#fw-nav-menu a:hover, #fw-nav-menu a:focus {
	background-color: #fff;
	color: #000;
}

#fw-nav-menu ul{
	padding: 0px;
	margin: 0px;
	float: left;
}

#fw-nav-menu li {
	float: left;
	margin: 0px;
	list-style-type: none;
	display: block;
	padding: 10px 0px 10px 0px;
}

#fw-nav-menu li a {
	padding: 9px 20px 10px 20px;
}

#fw-nav-menu .fw-nav-level-0 ul a:hover {
	background-color: #000;
	color: #ccc;
}
#fw-nav-menu .fw-nav-level-2 { *margin-top: 2px;}
* html #fw-nav-menu .fw-nav-level-2 { margin: 8px 0 0 -8px; }
#fw-nav-menu .fw-nav-level-0 ul .fw-current-nav-link { background-color: #000; color: #fff !important; }
#fw-nav-menu .fw-nav-level-0 ul .fw-current-nav-link:hover { color: #ccc; }

/* ------------------------------------------
    Body structure is in here. Everything in
    this section needs to be styled for both
    hasSidebar & noSidebar - Daniel 7/29/08
   ------------------------------------------ */


.noSidebar #fw-mainColumn {} /* Not commonly used. Use bigcontain instead. - Daniel 7/29/08 */

.hasSidebar #fw-mainColumn {}

.noSidebar #fw-bigcontain {}

#fw-bigcontain {
	float: left;
	width: 630px;
	padding-right: 20px;
}

/* -------------------------------------------
    Here be content styling. This can contain
    a lot of elements. Remember that this has
     elements appearing in the main body and
         in the sidebar. - Daniel 7/29/08
   ------------------------------------------- */

.fw-paragraph {
	color: #656D79;
	line-height: 16px;
	font-size: 12px;
}

.fw-title {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	font: 20px Georgia,"Trebuchet MS",Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #eee;
	text-decoration: none;
}

#fw-sidebar .fw-title a,
#fw-sidebar .fw-title a:visited,
#fw-sidebar .fw-title a:hover {
	color: #000;
	text-decoration: none;
}

.fw-text {
	color: #656D79;
	line-height: 16px;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.fw-text p {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

#fw-sidebar .fw-text, #fw-sidebar .fw-text p {
	color: #656D79;
	line-height: 16px;
	font-size: 12px;
}

a, a:visited {
	text-decoration: none;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

/* ----------------------------------------
    This is the structural styling for the
          sidebar. - Daniel 7/29/08
   ----------------------------------------- */

/* On Boxad templates, the ad is in the sidebar. Don't default to display: none; - Daniel 7/29/08 */
.noSidebar #fw-sidebar {}

.noSidebar #fw-sidebar .fw-paragraph {
}

#fw-sidebar {
	float: right;
	width: 300px;
}

#boxad{
	padding-top: 25px;
}

#fw-sidebarbegin {}

#fw-sidebarend {}

/* --------------------------------------------
    Footer styling is in here. -Daniel 7/29/08
   -------------------------------------------- */

.clears {
	clear: both;
}

#fw-footer {
	clear: both;
	color: #8badcf;
	background-color: black;
	padding-top: 10px;
	overflow: auto;
}


#fw-foottext{
	margin: 0 auto;
	width: 950px;
	text-align: center;
	color: #ffffff;
}

.fw-footertext {}

/* The following two elements are technically in the source file, but not fully functional. - Daniel 7/29/08 */

#free-website {
	color: #ffffff;
}

#free-website a{
	color: #fff;
}

#wildfire {
	float: none !important;
	text-align: right !important;
}

/* ---- Generic browser fixes -- */
*html #commentList .commentItem{  width: 580px; margin: 1px;}
