/*
	  */
html,body {
height:100%;
overflow:0;
}

* {
border:0;
list-style:none;
margin:0;
outline:0;
padding:0;
text-decoration:none;
}

/*  Links  */
a:link,a:visited {
color:#000;
}

.clear {
clear:both;
}

body {
background:#2c4762 url(images/background.jpg);
color:#202020;
font-family:'century gothic','trebuchet MS', Arial, Helvetica, sans-serif;
font-size:12px;
}

#wrapper {
margin:20px auto 0;
width:620px;
}

#header {
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px 10px 0 0;
background:#cfddf0;
clear:both;
height:170px;
margin:0 auto;
padding:10px;
width:640px;
}

#counter {
-moz-border-radius:10px;
-webkit-border-radius:10px;
background:#FFF;
border:1px solid #CCC;
float:right;
font-size:10px;
font-weight:400;
margin:0 auto;
padding:3px;
text-align:center;
width:170px;
}

#logo {
float:left;
left:-17px;
position:relative;
top:-17px;
}

#slogan {
float:right;
position:relative;
right:20px;
top:55px;
width:400px;
}

#slogan h1 a {
color:#fff;
font-size:30px;
font-weight:400;
letter-spacing:1px;
text-shadow:1px 1px 1px #999;
}

#slogan h2 {
font-size:11px;
font-weight:400;
text-transform:uppercase;
}

/*  Nav  */
#nav {
font-size:11px;
font-weight:700;
margin:0 auto;
overflow:hidden;
padding:15px 0;
text-align:right;
text-transform:uppercase;
width:620px;
}

#nav li {
display:inline;
}

#nav a {
color:#000;
font-weight:400;
padding:6px 10px;
}

#toggle img {
left:3px;
position:relative;
top:-2px;
}

/*  Menu & copy  */
#menu {
color:#333;
display:none;
line-height:17px;
margin:0 auto;
overflow:hidden;
padding:10px;
position:relative;
text-align:left;
top:0;
width:592px;
}

#menu p {
color:#333;
list-style-type:none;
}

#menu h2 {
border-bottom:1px solid #999;
color:#000;
font-size:12px;
font-weight:400;
margin:15px 0 0;
padding:0 0 2px;
text-shadow:1px 1px 1px #ccc;
text-transform:uppercase;
}

#menu a {
color:#333;
}

#menu a:hover {
color:#999;
}

#menu ul {
list-style:none;
}

#menu ul li a {
background:#fff;
color:#333;
display:block;
padding:5px 0 5px 5px;border-bottom:1px solid #555;
}

#menu ul li a:hover {
background:#e2f0ef;
color:#1B242B;
padding-left:10px;
}

#left {
float:left;
margin:0 20px 0 25px;
padding:0 0 20px;
width:180px;
}

#middle {
float:left;
margin:0 20px 0 0;
padding:0 0 20px;
width:180px;
}

#right {
float:left;
margin:0;
padding:0 10px 20px 0;
width:155px;
}

#left li span,#middle li span,#right li span {
margin:0 0 0 10px;
}
#left li img,#middle li img,#right li img {
position:relative;top:3px; left:0;
}

span.strike {
text-decoration:line-through;
}

#content {
-moz-border-radius:0 0 10px 10px;
-webkit-border-radius:0 0 10px 10px;
background:#fff;
margin:0 auto;
padding:20px;
text-align:center;
width:100%;
}

#paste {
margin:0 0 0 5px;
text-align:left;
}

#textarea textarea {
-moz-border-radius:10px 10px 0 0;
-moz-box-shadow:0 0 30px #d5d5d5;
-webkit-border-radius:10px 10px 0 0;
-webkit-box-shadow:0 0 30px #ddd;
background:#fff;
border:1px solid #e1e1e1;
font-size:11px;
height:200px;
margin:5px auto 0;
overflow:auto;
padding:5px;
width:600px;
}

#shadow {
background:url(images/shadow.png) no-repeat top right;
clear:both;
height:13px;
margin:0 auto 10px;
width:600px;
}
#s_shadow {
background:url(images/social/shadow.png) no-repeat top right;
clear:both;
height:13px;
margin:0 auto 10px;
width:380px;
}

#button input {
-moz-border-radius:10px;
-webkit-border-radius:10px;
background:#FFF;
border:1px solid #CCC;
color:#202020;
cursor:pointer;
margin:0 0 20px;
padding:10px 55px;
}

#button input:hover {
-moz-border-radius:10px;
-webkit-border-radius:10px;
background:#EEE;
}

#results {
line-height:17px;
margin:0 auto;
overflow:hidden;
padding:10px;
text-align:left;
width:592px;
}

#social {
-moz-box-shadow:0 0 30px #d5d5d5;
-webkit-box-shadow:0 0 30px #d5d5d5;
background:#eee;
border:1px solid #CCC;
margin:0 auto;
overflow:hidden;
padding:5px 0 0;
text-align:center;
width:380px;
}

#social ul {
text-align:center;
}

#social li {
display:inline;
float:left;
}
#social li img{
margin:10px;
}

#footer {
color:#ccc;
float:left;
margin:0 auto;
width:620px;
}

#i_footer {
clear:both;
font-size:11px;
margin:0 auto;
padding:5px 0;
width:620px;
}

#i_footer div#left {
float:left;
text-align:left;
width:400px;
}

#i_footer div#right {
display:inline;
float:right;
text-align:right;
width:150px;
}

a:hover,#nav a:hover {
color:#555;
}