/* CSS - Default Style Sheet */

/* DEFAULT VALUES */

body
{
margin: 0px;
padding: 0px;
float: none;
background-color: #000;
height: auto;
}

/* Links Stuffies */
a:link
{
color: #fff;
text-decoration: underline;
}

a:visited
{
color: #fff;
text-decoration: underline;
}

a:hover
{
color: #fff;
text-decoration: underline;
}

a:active 
{
color: #fff;
text-decoration: underline;
}
/* Links Stuffies */

/* END DEFAULT VALUES */

/* TEXT DEFINITIONS */

h1.title
{
font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
font-size: 44px;
font-style: normal;
font-weight: bold;
color: #fff;
text-align: left;
margin-left: 1%;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
}

h2.pretoptitle
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
color: #fff;
text-align: left;
margin-top: 0px;
margin-left: 3px;
}

h2.contenttitle
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
color: #fff;
text-align: left;
margin-top: 0px;
margin-left: 60px;
}

h3.smalltitle
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: italic;
font-weight: normal;
color: #fff;
text-align: left;
margin-left: 1%;
margin-top: 10px;
} 

h3.smallblogtitle
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
color: #fff;
text-align: center;
margin-top: 10px;
} 

p.main
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #fff;
text-align:justify;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
} 

p.mainem
{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
color: #fff;
text-align:justify;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
} 

p.navbartitle
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #fff;
text-align: center;
margin-top: 2px;
text-decoration: none;
} 

p.small
{
font-size: 10px;
text-align: justify;
color: #fff;
margin-left: 5px;
font-family: Arial, Helvetica, sans-serif;
margin-right: 5px;
margin-top: 5px;
}

p.smallitalic
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: italic;
font-weight: normal;
color: #fff;
text-align:justify;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
} 

p.smallheader
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
text-align: center;
color: #fff;
}

p.copyright
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
text-align: center;
color: #fff;
line-height: 140%;
margin: 5px auto 3px auto;
}

hr.index-right
{
width: 100%;
height: 1px;
}

/* END TEXT DEFINITIONS */

/* LAYOUT */

div.layout
{
background-color: #600000;
width: 95%;
height: 100%;
margin: 25px auto;
}

div.main
{
width: 100%;
height: 100%;
vertical-align: middle;
background-color: #000;
float: right;
border: 0px dotted #d0d0d0;
background-color: none;
padding: 0px 5px 5px 5px;
}

div.top
{
height: 100px;
width: 100%;
border-radius: 10px;
-moz-border-radius: 10px;
/* fallback */ 
background-color: #000040;
background-image: url(images/backgradient.png);
background-repeat: repeat-y;
/* Firefox 3.6+ */
background: -moz-linear-gradient(left, #000040, #7a7ac4);
/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, left top, right top, from(#000040), to(#7a7ac4));
/* Safari 5.1+, Chrome 10+ */
background: -webkit-linear-gradient(left, #000040, #7a7ac4);
/* Opera 11.10+ */
background: -o-linear-gradient(left, #000040, #7a7ac4); 
border: 0px solid #d0d0d0;
border-bottom: 0px;
margin-left: 0%;
}

div.contenttitle
{
height: 30px;
width: 100%;
background-color: #300000;
border-bottom: 3px solid #400000;
margin-bottom: 10px;
margin-top: 0px;
}

div.content
{
height: 100%;
width: 80%;
border-right: 1px dotted #d0d0d0;
margin-top: 5px;
padding-top: 20px;
margin-bottom: 5px;
padding-bottom: 20px;
}

div.bottom
{
width: auto;
height: 105%;
border-radius: 10px;
-moz-border-radius: 10px;
/* fallback */ 
background-color: #000;
background-image: url(images/backgradient.png);
background-repeat: repeat-y;
/* Firefox 3.6+ */
background: -moz-linear-gradient(left, #7a7ac4, #000040);
/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, left top, right top, from(#7a7ac4), to(#000040));
/* Safari 5.1+, Chrome 10+ */
background: -webkit-linear-gradient(left, #7a7ac4, #000040);
/* Opera 11.10+ */
background: -o-linear-gradient(left, #7a7ac4, #000040); 
border: 0px solid #d0d0d0;
border-bottom: 0px;
}

div.navbar
{
height: 100%;
width: 19.5%;
float: right;
display: inline;
background-color: #000;
margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
}

div.contentholder
{
height: 100%;
width: 97.5%;
margin-left: auto;
margin-right: auto;
background-color: #000030;
border-width: 1px;
border-style: dotted;
border-color: #a0a0a0;
padding: 2px;
}

/* Other Bits */

div.navbarbuttons
{
margin: 25px auto 0px auto;
height: 85px;
width: 85px;
background-color: #fff;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #fff;
border-style: solid;
}

div.pretop
{
width: 100%;
height: 25px;
background-image: url('images/pretop.png');
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-style: solid;
border-color: #350000;
margin-top: 0px;
}