/**
 * File: main.css
 * Primary css style sheet for zotcha.net
 */
a   { text-decoration: none; }
img { border-width: 0px; }

body {
   background-color: #EEEEEE;
   font-family: Geneva, Tahoma, Arial, Verdana;
}
div.content_container {
   position: relative;
   padding-top: 200px; 
   text-align: center; 
   width: 500px; 
   margin-left: auto; 
   margin-right: auto; 
   font-size: 14pt;
   font-family: Trebuchet MS, Tahoma, Arial, Verdana;
}
div.outer_border {
   border-right: 4px solid #888888;
   border-bottom: 4px solid #888888;
   width: 502px; 
   height: 282px;
}
div.inner_border {
   border: 3px solid #990000;
   width: 496px; 
   height: 276px;
   background-color: #FFFFFF;
}
a.sn_icon img {
   height: 30px;
   width: 30px;
   padding: 2px;
   border: 1px solid #990000;
   opacity: 1;
}
a.sn_icon img:hover {
   opacity: .6;
   cursor: pointer;
   border-color: #000000;
}
.round {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -khtml-border-radius: 5px;
   border-radius: 5px;
}
.round_content {
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   -o-border-radius: 15px;
   -khtml-border-radius: 15px;
   border-radius: 15px;
}
.round_content_shadow {
   -moz-border-radius-bottomleft: 20px;
   -moz-border-radius-bottomright: 18px;
   -moz-border-radius-topright: 20px;
   -webkit-border-top-right-radius: 22px;
   -webkit-border-bottom-left-radius: 22px;
   -webkit-border-bottom-right-radius: 20px;
   -o-border-radius-bottomleft: 20px;
   -o-border-radius-bottomright: 18px;
   -o-border-radius-topright: 20px;
   -khtml-border-radius-bottomleft: 20px;
   -khtml-border-radius-bottomright: 18px;
   -khtml-border-radius-topright: 20px;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 18px;
   border-top-right-radius: 20px;
}
.footer {
   background-image: url('/images/header_bg.gif');
   border: 1px solid black;
   font-size: 9pt;
   padding-top: 4px;
   color: white;
   text-align: center;
   width: 280px;
   margin-top: 20px;
   margin-left: auto;
   margin-right: auto;
   height: 24px;
}