/*
Theme Name: WRIP
Author: Matt Schumacker - Penacook Tribe
*/



body
{
    background-color: #00143D;
    width: 100%;
    text-align: center;
    font-family: Tahoma, "Times New Roman", Arial;
    padding: 0px;
    font-size: 90%;
    color: #00143D;
    display: block;
 }
 
 h1
 {
     font-family: Tahoma, "Times New Roman", Arial;
     font-size: 170%;
     text-decoration: none;
     color: #00143D;
 }
 
 h2
 {
     font-family: Tahoma, "Times New Roman", Arial;
     font-size: 125%;
     font-style: italic;
     color: #00143D;
 }

h4
{
    font-size:100%;
    font-style: italic;
    /*color: #4D5B77; */
    color: #660000;
    margin-bottom: 0px;
    margin-top: 30px;
}

 
 #myBody
 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-image:url(images/newBackground.gif);
    background-position:center;
    background-repeat: repeat-y;
 }
 
 #header
 {
     text-align:left;
     float: left;
     display: block;
 }

#header h1
{
    font-family: Tahoma, "Times New Roman", Arial;
    font-size: 250%;
    color: #334364;
    margin-bottom: 3px;
    padding-bottom: 0px;
    text-decoration: none;
}

#header h2
{
    font-family: Tahoma, "Times New Roman", Arial;
    color: #00143D;
    font-size: small;
    margin-top: 0px;
    padding-top: 0px;
}

#header_login
{
    width: 900px;
    float: right;
    text-align: right;
    padding-right: 20px;
    height: 20px;
}

#header_login ul
{
	list-style: none;
}

#header_login li
{
	display: inline;
	padding-left: 10px;
}

#header_login a
{
    color: #00143D;
    font-size: 80%;
}

#header_titles
{
    height: 90px;
    width:700px;
    padding: 20px 70px 10px 0px;
    margin-bottom: 5px;
    float:right;
    text-align:right;
}

#header_logo
{
    float:left;
    width: 140px;
    height: 145px;
    margin: 0px 0px 10px 70px;
    background-image:url(images/yiplogo3.gif);
    background-repeat: no-repeat;    
}

#header_menu
{
    margin-top: 0px;
    width: 640px;
    float: right;
    height: 35px;
    background-image: url(images/menuBar.gif);
}

#header_menu ul
{
   list-style: none;
   color: #FFFFD6;
   margin-top: 7px;
   margin-bottom: 0px;
   margin-left: 30px;
}

#header_menu li
{
    display: inline;
    padding: 0px 20px 0px 0px;
}

#header_menu a
{
    color: #FFFFD6;
    font-size: 85%;
    font-family: Arial;
    text-decoration: none;
}

#contentHolder
{
    text-align:left; 
    float:left; 
    width: 100%;
    margin: 0px;
}

#leftSideBar
{
    float:left;
    width: 250px;
    height: 700px;
    padding-left: 50px;
}

#sidebar-cont
{
    margin: 0px;
    padding: 0px;
}

#sidebar-cont ul
{
    margin: 15px 5px 0px 15px;
}

#sidebar-cont ul li
{
    list-style: none;
    padding: 5px 0px 2px 0px;
}

#sidebar-cont ul li h2
{
    font-size:100%;
    color: #00143D;
    margin-bottom: 0px;
    margin-top: 35px;
}

#sidebar-cont ul li ul
{
    margin-left: -20px;
    padding-left: 40px;
}

#sidebar-cont ul li ul li a
{
    color: #00143D;
    text-decoration: none;
    font-size: 85%;
}

.imgDivide
{
    width: 140px;
    height: 10px;
}

#mainContentArea
{
    float:left;
    margin: 0px;
    padding: 50px 20px 0px 35px;
    width: 640px;
    font-size: 90%;
}

#mainContentArea h1
{
    margin-left: -15px;
}

#mainContentArea h3
{
    font-size: 120%;
    color: #00143D;
    text-decoration: underline;
}

#mainContentArea fieldset
{
    border: 1px solid #00143D;
    padding: 0px 5px 10px 20px;
}

#mainContentArea legend
{
     font-family: Tahoma, "Times New Roman", Arial;
     font-size: 125%;
     color: #00143D;
     font-weight: bold;
}

#mainContentArea table
{
     font-size: 100%;
     width: 100%;
}
#mainContentArea td
{
    padding: 4px 5px 4px 5px;
}

#myFooter
{
    width: 100%;
    float: left;
    margin-top: 90px;
    height:75px;
    text-align: center;
    font-size: 80%;
}

#footerWordPress
{
    color: #4D5B77;
}

#footerWordPress a
{
    color: #4D5B77;
}