﻿
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
     margin:10px;
     background:#e1dffe;
     color: #333333;
     padding:0;
     font-size: 1.0em;
     text-align: center; /*** Centers the design in old IE versions ***/
     font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {padding: 5px 0 5px 0;}

a:active 
{
    color: #C583F9;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 1.0em;
    }
a:visited{color: #333333;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 1.0em;
    }
a:hover {color: #9800FF;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 1.0em;
    }
a:link {color: #008A98;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 1.0em;
    }
h1, h2, h3, h4, h5 {
font-weight: bold;
font-style:italic
}
h1 ,.h1{
font-size: 1.1em;
color: #9800ff;
}
h2 {
font-size: 1.0em;
color: #9800ff;
}
h3 {
font-size: 1.0em;
color: #9800ff;
}
h1 a, #header h2{
color: #9800ff;
}
.clear { clear: both; }
#mainContainer {
width: 760px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: #e1dffe;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background: #e1dffe;
padding: 10px;
text-align: center;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: 50px; /*** We need to add some space for our top menu ***/
padding-left: 165px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 800px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: left;
width: 600px;
background: #e1dffe;
}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap {
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
RIGHT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#right {
float: right;
width: 150px;
font-size: .9em;
background: #e1dffe; 
min-height: 250px;
padding: 5px;
}
* html #right{
position: relative; /*** IE needs this  ***/
height: 250px;
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
/*************************
TOP Navigation
**************************/
#topNav {
margin: -50px 0 0 -760px; 
font-size: .7em;
float: left; 
width: 750px;
background: #e1dffe;
padding: 2px;
height: 40px;
}
* html #topNav {
position: relative;  /*** IE needs this  ***/
}
#topNav ul {
list-style: none;
}
#topNav li {
display: inline;
padding-right: 5px;
}
/**************************
FOOTER
**************************/
#footer {
width: 610px;
margin: 0 auto;
text-align: center;
background-color: #e1dffe;
font-size:10pt;
position:relative;
left:-75px;
}
.DY_text
{

    vertical-align:-6px;
    
  

}
H3
{
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11pt;
     font-style:normal;
}
#SocialLinks 
{
 text-align:center; 
 margin-right:150px;           
}
#SocialLinks li{text-decoration:none;display:inline;font-size:11pt;padding-right:5px;}
#SocialLinks ul{padding-top:5px;}
#SocialLinks a{color: #008A98;}
#SocialLinks a:visited{ color: #333333; }
#SocialLinks a:hover{ color: #9800FF; }
#SocialLinks a:active{ color: #C583F9;}
.Diggit{
        padding-left: 20px;
     background: transparent url(../images/digg.gif) no-repeat left top !important;
}
.BuzzIt{
    padding-left: 20px;
     background: transparent url(../images/BuzzUp.gif) no-repeat left top !important;
}
.Reddit
{
     padding-left: 20px;
     background: transparent url(../images/spreddit1.gif) no-repeat left top !important;    
}
#Search
{
    border: solid 1px #008A98;
}