

/* ----------------- GLOBAL ----------------- */

body
{
   font-size: 70.5%; /* Resets 1em to 10px */
   font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;	
   color: #232323;
}

#container
{
	width:950px;
	margin:0 auto;
	text-align:left;
   background-color: #fff;
}

p
{
   font-size: 1.4em;
   line-height: 1.4em;
   font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
   color: #232323;
   margin: 0.75em; /* in boxes, IE collapses while FF does not. this then also has effect of making that consistent */
}


h1,h2,h3,h4,h5,h6
{
   font-size:1em;
   font-family: Cambria, Georgia, Serif;
}


a   
{
   color: #06c;
	text-decoration: none;
}
a:hover
{
	color: #147;
	text-decoration: underline;
}
a img, :link img, :visited img
{
   border:none;
}

p.action
{
	background-color: #fff9d8;
	border: 1px solid #ffe8cd;
	margin: 0 auto;
	margin-top: 1em;
	padding: 0.5em;
}
p.action a:link, p.action a:visited, a.action:link, a.action:visited /* so can be used for individual links also */
{
	color: #D08802;
}




/* ----------------- HEADER ----------------- */



div#header-identity
{
   float: left;
   margin-bottom: 5px;
   
}
#header h1
{
   float: right;
   font-size: 4em;
   margin: 35px 75px 0 0;
   font-weight: normal;
}


/* ----------------- HOMEPAGE  ----------------- */

#homepage-list
{
   list-style: none;
}
#homepage-list li
{
   margin-bottom: 20px;
}


/* ----------------- STANDARD BODY ----------------- */

#wrapper
{
   clear: both;
   padding-top: 15px;
   border-top: 1px solid #ccc;
}
#left-column
{
	float:left;
	width:600px;
	padding: 0 10px;
/*   background-color: blue;*/
}

#right-column
{
	float:right;
	width:300px;
	padding: 0 15px;
/*  background-color: red;*/
}




#wrapper H2, #wrapper H3
{
   font-family: Helvetica, Arial, sans-serif;
   margin: 25px 0 0 0;
	color: #369;
   letter-spacing: -1px;
   line-height: 1.1em;
}

#wrapper h1
{
   font-size: 2.5em;
}
#wrapper h2
{
   font-size: 2.2em;
}

#wrapper h3
{
   font-size: 1.8em;
}

#wrapper ul { font-size: 1.3em; }
#wrapper li { padding-bottom: 10px; }



/* faqs */
dt
{
   margin-top: 25px;
   font-size: 1.6em;
   border-bottom: 1px solid #ccc;
}
dd {
   margin-left: 0;
   padding-left: 0;
}






/* ----------------- RIGHT COLUMN ELEMENTS ----------------- */

/* buzzboost */
.feedburnerFeedBlock
{
   background-color: #fff9d8;
	border: 1px solid #ffe8cd;
	margin: 0 auto;
	margin-top: 1em;
	padding: 0.5em;
}
.feedTitle
{
   font-family: Cambria, Georgia, Serif;
   font-size: 1.8em;
   font-weight: bold;
   line-height: 1em;
}
.feedTitle a
{
   color: #000;   
}

.feedburnerFeedBlock ul
{
   list-style: square;
   padding-left: 8px;
   margin-left: 8px;
}
.feedburnerFeedBlock div
{
   font-size: 0.9em;
}


ul#network-list
{
   list-style: none;
}
ul#network-list li
{
   padding-bottom: 15px;
}



/* ----------------- FOOTER ----------------- */

#footer
{
	clear:both;
	width:100%;
	margin-top: 2em;
	padding-top: 5px;
   border-top: 1px solid #ccc;
}

/* didn't look right on skinny homepage */
#homepage-footer
{  
   margin: 0 auto;
   width: 700px;
}


/* footer-links now styled in same place as header links since doing same */

#footer-linkbar
{
   text-align: center;
}
#footer-linkbar ul
{
   list-style: none;
   margin-left: 0;
   padding-left: 0;
}
#footer-linkbar li
{
   display: inline;
   margin-right: 30px;
   font-size: 1.2em;
   font-weight: bold;
}

p#footer-notice
{
   float: left;
   width: 70%;
   font-family: Cambria, Georgia, Serif;
   font-size: 1em;
}
p#footer-notice img
{
   float: left;
   margin: 15px;
}

#footer-logo { float: right; }
#footer-logo img { margin-right: 10px; }








