@charset "UTF-8";
/* CSS Document */

*
{
padding:0px;
margin:0px;
}


/* ------------ Standard Tags --------------- */

a {
color: #000000;
text-decoration: none;
}

#socialmedia a {
font-family: Helvetica, Arial, sans-serif;
color: #676666;
font-size: 12px;
line-height: 1.6em;
padding-bottom: 0.9em;
font-weight: lighter;
}

#socialmedia a:hover {
color: #000000;
}

p {
font-family: Helvetica, Arial, sans-serif;
color: #676666;
font-size: 13px;
line-height: 1.6em;
padding-bottom: 0.9em;
text-align: justify;
}

h1 {
font-family: Helvetica, Arial, sans-serif;
color: #676666;
font-size: 20px;
text-transform: uppercase;
font-weight: lighter;
padding-bottom: 8px;
letter-spacing: 0.02em;
}

h2 {
font-family: Helvetica, Arial, sans-serif;
color: #676666;
font-size: 12px;
text-transform: uppercase;
}



/* ------------ Positioning Tags --------------- */

#wrapper {
color: #d4d4d4;
margin:0 auto;
width: 814px;
}

#header {
margin: 40px 0 65px 0;
overflow: hidden;
width: 814px;
}

#logo {
float: left;
}

#socialmedia {
float: right;
text-align: right;
width: 300px;
margin-top: 20px;
}

#portals, #eringracie {
clear: both;
width: 814 px;
margin-bottom: 65px;
overflow: hidden;
}

#boneTop {
text-align: center;
padding-bottom: 20px;
}

#boneBottom {
text-align: center;
padding-top: 20px;
}

#footer {
clear: both;
padding-top: 65px;
width: 814px;
}

.footertext {
text-align: right;
text-transform: uppercase;
font-size: 11px;
}

.footertext2 {
text-align: right;
font-size: 11px;
}

/* ------------ Portal Buttons --------------- */

a.website {
float: left;
width: 202px;
height: 98px;
text-decoration: none;
background: url(images/portal_website.jpg);
}

a.website:hover {
background-position: -202px 0;
}

a.blog {
float: left;
width: 201px;
height: 98px;
text-decoration: none;
background: url(images/portal_blog.jpg);
}

a.blog:hover {
background-position: -201px 0;
}

a.education {
float: left;
width: 252px;
height: 98px;
text-decoration: none;
background: url(images/portal_education.jpg);
}

a.education:hover {
background-position: -252px 0;
}

a.stock {
float: right;
width: 159px;
height: 98px;
text-decoration: none;
background: url(images/portal_stock.jpg);
}

a.stock:hover {
background-position: -159px 0;
}






