

/* ----------------- 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;
}


p
{
   font-size: 1.4em;
   font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
   color: #232323;
}
h1, h2, h3, h4, h5, h6
{
   font-family: Cambria, Georgia, Serif;
   font-weight: normal;
}

a   
{
   color: #06c;
	text-decoration: none;
}
a:hover
{
	color: #147;
	text-decoration: underline;
}
a img, :link img, :visited img
{
   border:none;
}


/* ----------------- HEADER ----------------- */

#navbar-iframe
{
   display: none !important;
}

#header-wrapper
{
   text-align: center;
   margin-bottom: 10px;
   border-bottom: 1px solid #ccc;
}

h1.title
{
   font-family: Helvetica, Arial, sans-serif;
   font-size: 3em;
   letter-spacing: -1px;
   font-weight: bold;
   margin-bottom: 0;
}
h1.title a
{
   color: #000;
}

p.description
{
   margin: 0 0 5px 0;
}

/* ----------------- CONTENT ----------------- */

#extra-wrapper
{
	float:left;
	width:100%;
}
#content-wrapper
{
/*	margin-top: 10px;*/
	margin-right: 425px;
}


div.status-msg-body
{
   font-size: 1.5em;
	background-color: #fff9d8;
	border: 1px solid #ffe8cd;
}
.status-msg-wrap
{
   margin-bottom: 35px;
}


h2.date-header
{
   font-size: 1.8em;
   margin-bottom: 0;
}


h3.post-title
{
   clear: both;
   font-size: 2.5em;
   letter-spacing: -2px;
   font-weight: bold;
   line-height: 1em;
   margin-bottom: 0;
   margin-top: 10px;
}

div.post p
{
   margin-top: 0.4em;
}

div.post li
{
   font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;	
   font-size: 1.4em;
   color: #232323;
}
div.post blockquote {
   margin: -10px 25px;
   font-size: 1.3em;
}

div.post-footer { margin-bottom: 4em; margin-top: 2em;}
.post-footer-line-1, .post-footer-line-2
{
   font-size: 1.2em;
   margin: 0;
}

div.feed-links { display: none; }
div.blog-pager { display: none; }


/* ----------------- NAVIGATION ----------------- */

#navigation-wrapper, #network-wrapper
{
	float: left;
	width: 190px;		
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
	/*border-top: thick #F6C05B solid;*/

}
#navigation-wrapper
{
	margin-left: -420px;
}



#navigation-wrapper h2
{
   font-size: 2.2em;
   border-bottom: 1px solid #ccc;
   margin-bottom: 10px;
}

#navigation-wrapper p
{
   margin: 0 0 8px 5px;
   font-size: 1.1em;
}

#navigation-wrapper h3
{
   margin-bottom: 5px;
}

#navigation-wrapper ul
{
	list-style: none;
	margin-top: 0;
	margin-left: 5px;
	padding-left: 5px;
}
#navigation-wrapper li
{
   font-size: 1.4em;
	margin-bottom: 4px;
}

#label-links li
{
   font-size: 1.2em;
}
#key-posts li
{
   font-size: 1.1em;
}


/* ----------------- EXTRA ----------------- */
/* the rest of this is shared with navigation wrapper above */
#network-wrapper
{
	margin-left: -210px;
}

#network-wrapper h2
{
   font-size: 2.2em;
   border-bottom: 1px solid #ccc;
   margin-bottom: 10px;
}
#network-wrapper ul
{
	list-style: none;
	margin-top: 0;
	margin-left: 5px;
	padding-left: 5px;
}
#network-wrapper li
{
   padding: 8px;
}

/* ----------------- FOOTER ----------------- */
#footer-wrapper
{
	clear:both;
	width:100%;
}


.footer-block
{
   float: left;
}

p.footer-block
{
   width: 225px;
   text-align: center;
   font-size: 12px;
}

.footer-block a
{
   display: block;
   text-decoration: none;
}


