/* ------------------------------------------------
      MAIN CONTENT WITH NAVIGATION BARS
------------------------------------------------ */


#wrap2{

        background: #fff;
        padding-top: 140px;
		padding-bottom: 0px;
        position: relative;
}


/* ------------------------------------------------
      INNER/LOWER NAVIGATION BAR
------------------------------------------------ */


#nav2 {
        position: relative;
        height: 25px;
        background: #000 url(images/nav2.png);
        margin-right: 232px;
        border-left: 0px solid #fff;
}

#nav2 ul {
        margin:0px;
        padding-left: 10px;
        list-style:none;
        background: #ff0000;
}

#nav2 li{
        font-family: tahoma, arial, sans-serif;
        font-size: 10pt;
        height: 25px;
        font-weight: normal;
        font-variant: small-caps;
        float: left;
        list-style:none;
}

#nav2 li a{
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 0px 8px 0px;
        height: 25px;
        line-height: 25px;
        float: left;
        border-left: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
        text-align: center;
        background: #a64400 url(images/nav2.png);
        list-style:none;
}

#nav2 li a:hover{
        color: #fff;
        line-height: 25px;
        border-left: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
        background: #aaaaaa url(images/nav2_alt.png);
}

#nav2 li a.current{
        color: #000;
        text-decoration: none;
        display: block;
        padding: 0px 8px 0px;
        height: 25px;
        line-height: 25px;
        float: left;
        border-left: 1px solid white;
        border-right: 1px solid white;
        text-align: center;
        background: #fff;
        list-style:none;
}

#nav2 li a.current:hover{
        color: #fff;
        line-height: 25px;
        border-left: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
        background: #aaaaaa url(images/nav2_alt.png);
}

/* ------------------------------------------------
      CHANGEABLE PAGE HEADER
------------------------------------------------ */

#header {

        height: 130px;
        background: #000000;
        margin-right: 224px;
        border-left: 0px solid #fff;
}

#header_table {
	border: 1px solid black;
}

h3.header{
	font-family: tahoma, arial, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #fff;
	padding: 6px 10px 0px 4px;
	margin-top: 0px;
	border: 0px;
}



td.text {
	text-align: center;
	color: #cfcfcf;
	border-top: 1px solid #333333;
	background: #333333;
	padding: 5px;
        font-size: 80%;
}

td a.header {
	color: #ffffff;
}

td a.header:hover {
	color: #ffcc00;
}


/* ------------------------------------------------
      MAIN PAGE CONTENT CONTAINER/TAGS
------------------------------------------------ */


#maincontent {
        padding: 10px 0px 80px 0px;
        background: #ffffff;
        background-position: top right;
        border-right: #333333 solid 232px;
}

#maincontent p,pre {
        margin: 10px 25px 0px 130px;
	line-height: 130%;
        font-size: 110%;
}

#maincontent p.frontpage {
        margin: 10px 10px 10px 10px;
	line-height: 140%;
        font-size: 120%;
	font-family: Times, serif;
}

#maincontent pre {
	font-family: fixed;
}

#maincontent p.image_captions {
        margin: 10px 25px 0px 130px;
	font-family: verdana, arial, sans-serif;
	line-height: 110%;
	font-size: 80%;
	text-align: left;
	color: #cc4400;
}

#maincontent p.quote {
    margin: 10px 10px 0 5px;
	width: 100px;
	float: left;
	color: #333333;
    font-family: verdana, arial, sans-serif;
	line-height: 110%;
	font-size: 90%;
	text-align: center;
    background: #cfcfcf;
    padding: 9px 6px 9px 6px;
    border: 0px double #e87a03;
}

#maincontent p.subtitle {
  color: #224e9f;
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  margin: 4px 25px 0px 130px;
}

#maincontent p.description {
  font-size: 90%;
  margin: 0px 25px 0px 130px;
}

#maincontent p.published_at {
  font-size: 90%;
  margin: 0px 25px 0px 130px;
}

#maincontent p.footnotes {
  font-size: 90%;
  margin: 6px 25px 0px 130px;
}

#maincontent h2{
        font-family: verdana, arial, sans-serif;
        font-size: 200%;
        color: #333333;
        text-align: center;
        font-weight: normal;
        margin: 0px 0px 15px 130px;
       	border-bottom: 0px solid #ff6600;
}

#maincontent h2.frontpage {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #ff6600;
	padding-bottom: 2px;
	border-bottom: 0px solid #ff6600;
	margin: 30px 0px 5px 0px;
}

#maincontent h3{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #333333;
	padding-bottom: 2px;
	border-bottom: 1px solid #ff6600;
	margin: 30px 0px 5px 130px;
}

#maincontent h4{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #ff6600;
	margin: 10px 0px 0px 130px;
}

/* ------------------------------------------------
      ENTRIES - GENERATED TAGS
------------------------------------------------ */

.tentry {
 margin: 30px 0 0 0;

}

.entry.title.link {
 margin: 1px 0 0 0;
}

.entry.body {
 margin: 0;
}




