/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

body{
margin:0;
padding:0;
background: #000000 url(../images/bg3.jpg) top center repeat-x;
font-family: Helvetica Neue, Helvetica, Arial;
color: #EAEEF2;
}

#wrapper{
margin: 0 auto;
width: 940px;
}

#transy{
width: 100%;
height: 100%;
float: left;
background: #1E1C1A;
opacity: 0.6;
filter: alpha(opacity=50);
position: absolute;
z-index: -1;
}

.main_content, .uppersection{
width: 940px;
float: left;
}

.logo{
margin: 0 auto 60px auto;
width: 600px;
text-align: center;
}

.logo h1{
width: 95px;
height: 70px;
margin: 44px auto 5px auto;
border-radius: 50%;
background: #fff;
color: #68b2b1;
text-align: center;
padding-top: 25px;
font-size: 49px;
}

.logo span{
font-size: 22px;
text-align: center;
margin: 0 auto;
}

h2{
font-weight: normal;
text-align: center;
display: block;
font-size: 30px;
text-shadow: 1px 1px 5px #000;
filter: dropshadow(color=#000, offx=1, offy=1);
}

h2 strong{
text-transform: uppercase;
font-size: 60px;
}


h2 span{
font-style: italic;
font-size: 26px;
color: #E1E1EA;
}

p{
font-size: 19px;
color: #E1E7F2;
text-align: center;
padding: 20px 40px 0;
line-height: 26px;
font-weight: 300;
text-shadow: 1px 1px 5px #000;
filter: dropshadow(color=#000, offx=1, offy=1);
}

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: red;
}

/* mouse over link */
a:hover {
  color: white;
}

ul.social
{
width: 700px;
margin: 30px auto 0;
margin-top: 90px;
height: 34px;
float: left;
padding-left: 350px;
}

ul.social li{
float: left;
background: url(../images/social3.png) left top no-repeat;
position: relative;
margin-right: 100px;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}

ul.social li a{
color: #C9C9C9;
text-decoration: none;
padding-right: 30px;
padding-bottom: 9px;
padding-top: 4px;
}

ul.social li.twitter{
height: 34px;
background-position: -36px -34px;
width: 34px;
}

ul.social li.twitter:hover{
background-position: -36px 0;
}

ul.social li.pinterest{
height: 34px;
background-position: -108px -34px;
width: 34px;
}

ul.social li.pinterest:hover{
background-position: -108px  0;
}

ul.social li.youtube{
height: 34px;
background-position: -144px -34px;
width: 34px;
}

ul.social li.youtube:hover{
background-position: -144px 0;
}

ul.social li.facebook{
height: 34px;
background-position: -180px -34px;
width: 34px;
}

ul.social li.facebook:hover{
background-position: -180px 0;
}

