/* -----------------------------------------
    Welcome to the Freewebs Base Stylesheet
    This Sheet Contains Every Class You may
     need when editing/building templates,
    as well as standardizes all styles such
     as font definitions. - Daniel 7/29/08
   ------------------------------------------ */

html {
	font: normal .9em "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #111;
}

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

.formSpan {
	display: block;
	margin-bottom: 1.25em;
	/* This is universal. Do not change it. - Daniel 7/29/08 */
}

.fw-odd, .fw-secondary {
	background-color: #eceeef;
}

.fw-even, .fw-primary {
	background-color: #fff;
}

a img { border: 0px; }

#fw-container {}

/* ------------------------------------------
     Head Elements Here. Remember, absolute
      positioning can be used to position
    title, smalltitle, and logo only if head
    is positioned relative. - Daniel 7/29/08
   ------------------------------------------ */

#fw-head {
	padding: 2.5em 0;
	border-bottom: 10px solid #f4f4f4;
}

#fw-title, #fw-smalltitle, #fw-mainnavwrap, #fw-blockContainer, #fw-footer {
	margin:0 auto;
	padding: 0 1em;
	width: 980px;
}

#fw-title {
	padding: 0 .4em .25em;
	font-size: 2.5em;
	line-height: .9em;
}

#fw-titlelink {
	color: #fff;
	text-decoration: none;
}

#fw-smalltitle {
	padding: 0 .75em;
	font-size: 1.3em;
}

.fw-logo {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 103px;
	width: 150px;
	background-position: center;
	background-repeat: no-repeat;
}

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

#fw-blockContainer {
	clear: both;
	background: #fff;
}

#fw-blockContainer a {}

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

#fw-mainnavwrap {
	margin-bottom: 2em;
	padding: 0;
	border-bottom: 3px solid #e6e6e6;
	background: #fff url(img/nav-bg.png) repeat-x;
	line-height: 2em;
}

#fw-nav-menu {
	background: url(img/nav-border.png) no-repeat top left;
}

#fw-nav-menu ul {
	margin: 0;
	padding: .4em 1em;
	background: url(img/nav-border.png) no-repeat top right;
	list-style: none;
}

#fw-nav-menu li {
	padding: 0 1.5em 0 0;
	display: inline;
}

#fw-nav-menu a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#fw-nav-menu a:hover, #fw-nav-menu a:focus {
	border-bottom: 2px solid #ccc;
}

#fw-nav-menu .fw-nav-level-0 ul a { border-bottom: 0 none !important;}

#fw-nav-menu .fw-nav-level-0 ul { background-image: none; }
#fw-nav-menu .fw-nav-level-0 ul a { color: #fff; }

* html .fw-nav-level-1 { top: 25px !important; }

* html .fw-nav-level-2 { top: 5px !important; margin-left: -10px !important; }

*:first-child+html #fw-nav-menu .fw-nav-level-2 { top: 0 !important; }

/* ------------------------------------------
    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: 650px;
	padding-right: 14px;
	border-right: 1px solid #e1e1e1;
}

/* -------------------------------------------
    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
   ------------------------------------------- */

#boxad {
    margin-bottom: 15px;
}

#fw-bigcontain .fw-paragraph {
	margin-bottom: 2em;
}

#fw-bigcontain .fw-title, #fw-sidebar .fw-title {
	margin: 0 0 .5em;
	font-size: 1.4em;
	border-bottom: 1px solid #ddd;
    line-height: normal;
    padding-bottom: 6px;
}

#fw-bigcontain .fw-text {}

#fw-sidebar .fw-paragraph {
    margin-bottom: 20px;
}

#fw-sidebar .fw-title {
	font-size: 1.2em;
}

#fw-sidebar .fw-text {}

/* ----------------------------------------
    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 {
	display: none;
}

#fw-sidebar {
	float: right;
	margin: 0 0 1em -301px;
	padding-left: 15px;
	width: 300px;
	border-left: 1px solid #e1e1e1;
}

#fw-sidebarbegin {}

#fw-sidebarend {}

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

.clears {
	clear: left;
}

#fw-footer {
	clear: both;
	margin-top: 2em;
	padding-top: 1em;
	border-top: 2px solid #e1e1e1;
	text-align: center;
	color: #999;
}

#fw-footer a {
	color: #333;
}

.fw-footertext {
	margin: 0 0 1em;
}


/* ---- Generic browser fixes -- */
*html #commentList .commentItem{ border: 1px solid #fff; width: 600px; }

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

#free-website {}

#wildfire {}
