/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family:  'trebuchet ms', verdana, sans-serif;
    font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {font-family: 'trebuchet ms', verdana, sans-serif; font-size: 15px;color:#1a225f;font-weight: bold;margin-left: 5px;}
h2 {font-family: 'trebuchet ms', verdana, sans-serif; font-size: 13px;color:#27328b;font-weight: bold; margin-top: 20px;margin-bottom: 0px;}
h3 {font-family: 'trebuchet ms', verdana, sans-serif; font-size: 12px;color:#27328b; margin-top: 10px;margin-bottom: 0px;}

/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */
.bold  { font-weight:bold; } 
#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 762px;
    text-align: left;
}
#container-inner { position: static; width: auto; }


.layout-two-column-left #feature { }

.layout-two-column-left #logo { 	 float:left;}
.layout-two-column-left #left { 	 float:left;}

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { 
	position: relative;
	width: 100%;
}
#pagebody-inner { 
	position: static; 
	width: 100%; 
}

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}

/* page layout */
/* body background is dark brown container color is behind right column and bottom page  */
/* container inner color is 5px outline on page */

body {
    min-width: 740px;
    color: #404041;
    background: #a7acd4;
}

#container {
    width: 760px;
    margin-bottom: 20px;
	 margin-top:20px;
    background: #fff;
}

#container-inner {
    border-width: 0;
    border-style: solid;
    border-color: #9096c3;
}

#banner {
    width: 758px; /* necessary for ie win */
    background: #9096c3;
}

#banner-inner {
    padding: 0px ;
    
}

.banner-user {
    width: 70px;
    margin-top: 5px;
    font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #36414d 0 2px 3px;
}

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
    text-shadow: #36414d 0 1px 2px;
}

#alpha { margin: 5px 5px 0 5px; width: 510px; }
#beta {  background: #fff; }
#gamma, #delta {  }

#beta-inner,
#gamma-inner,
#delta-inner {
    padding: 5px 5px 0 5px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;
}

.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}



.content-nav { margin-top: 0; }




/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}


.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 10px;background:#fff;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 3px 3px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}
.entry-header {color:#1a225f}

.entry-photo {
	border: 1px solid #eda906;
}


/* two-column-right tweaks */

.layout-two-column-right #alpha {
    margin: 0;
    width: 510px;
    background: #FFF;
}

.layout-two-column-right #alpha-inner {
    padding: 0px 0px 0 0px;
	 margin: 10px 30px 0 10px;
    border-width: 0px 0 0px 0px;
  
}

.layout-two-column-right #beta {
    margin: 10px 0px 0 0px;
    width: 230px;
    background: none;
}

.layout-two-column-right #beta-inner {
    padding: 0;
    border-width: 0;
}


/* Top Nav tweaks */

.module-topnav {
    margin: 0;
    background:#d4d6eb;	
	width: 760px;
	
}

.module-topnav-content {
    margin: 0 ;
    padding: 6px;
	font-size: 20px;  
	list-style-type:none;	
	font-family: 'trebuchet ms', verdana, sans-serif; font-size: 13px;font-weight: bold;
	
}

.module-topnav-content li{
  
	display: inline;
	white-space: nowrap;
	font-size: 14px; 
	margin:0;padding:5px 28px;
	}
.module-topnav-content a:link {color:#6e73af; text-decoration:none;   }
.module-topnav-content a:visited {color:#6e73af; text-decoration:none;   }
.module-topnav-content a:hover {color:#383d77;text-decoration:underline; }

	
}

/* Footer Nav tweaks */

.module-footernav {
    margin: 10px 0 10px 0;
    background: #fff;
}

.module-footernav-content {
    margin: 0;
    padding: 0;
	text-align: center;
    font-family: 'trebuchet ms', verdana, sans-serif; font-size: 12px;font-weight: bold;}


.module-footernav-content a{ padding: 8px 35px;}	
.module-footernav-content a:link {color:#6e73af; text-decoration:none;   }
.module-footernav-content a:visited {color:#6e73af; text-decoration:none;   }
.module-footernav-content a:hover {color:#6e73af;text-decoration:underline; }


#credits, #credits a {font-size: 11px; text-align:center;color:#666666; text-decoration:none;margin: 0px 0px 5px 0px;}
.infofooter {font-size: 12px; text-align:center;color:#333333; font-family: 'trebuchet ms', verdana, sans-serif;margin: 4px 1px 8px 1px;}

.footbg {margin-top:20px;}

/* inner page side box */
.sidebox{ 
    padding: 25px 15px;
	margin: 15px 0 0 0;
  	width:200px;
	line-height:1.5em;
    background: #9096c3;
	font-size:12px;color: #fff}
.sideboxnormal {font-style:normal;}
	







