html {
font-size:12pt;
font-family: Helvetica, Arial;
color:#202020;
margin:0;
padding:0;
}

body {
background-color:#4e78c4;
color:#2b4164;
height:100%;
text-align:center;
margin:0;
padding:0;
}

/* classes right up front for TinyMCE ease */

.bold, strong {
font-weight:700;
}


.normal {
font-size:1em;
}

.tiny {
font-size:0.5em;
}

.small {
font-size:0.7em;
}

.medium {
font-size:1.2em;
}

.big {
font-size:1.5em;
}

.bigger {
font-size:1.7em;
}

.huge {
font-size:2em;
}

.email {
}



div,p {
margin: 0px;
padding: 0px;
}

a {
color:#2b4164;
text-decoration:underline;
margin-bottom:0.5em;
}

a:hover {
background-color:#e0e0e0;
}

#wrapper {
position:relative;
border-top:1px solid #2b4164;
background-image:url("http://www.wearesorry.info/images/background2.jpg");
background-repeat:no-repeat;
height:410px;
text-align: left;
}

.wrap {
width:900px;
text-align:center;
margin:0 auto auto;
padding:0;
}

.middle {
width:465px;
padding:0.5em 15px 0.5em 15px;
margin:0 0 0 74px;
text-align: center;
}

#header {
position:relative;
background-position:bottom left;
background-repeat:no-repeat;
font-size:0;
height:113px;
padding: 0;
}

#header h1 {
display:none;
}

#content {
position:relative;
border-left:5px solid #4e78c4;
background-position:-80px -75px;
font-weight:700;
height:165px;
color:#2b4164;

padding-top: 0.5em;
font-family: Helvetica, Arial;
}

#content p {
margin-top: 0.5em;
margin-bottom:0.5em;
}

#subcontent {
padding-top: 2em;
font-style:italic;
font-size:0.8em;
color: #f5f5f5;
}

#subcontent p {
padding-bottom: 0.5em;
}

#subcontent a {
color: #f5f5f5;
}

#subcontent a:hover {
color: #f5f5f5;
background-color:#2b4164;
}


#thestat {
border-left:3px solid red;
color: #f5f5f5;
margin-left: 77px;
}

#footer {
width: 730px;
text-align:center;
font-size:0.8em;
margin-top:0.5em;
}

#footer a{
font-style:italic;
}

#fblink {
position:absolute;
right:25px;
bottom:15px;
text-decoration: none;
font-size: 0.7em;
}

#fblink img {
border:0 solid #FFF;
}

.clear {
clear:both;
}

#count,.underline {
text-decoration:underline;
font-weight:700;
}


/***********************
 *                     *
 *  Emailform CSS      *
 *                     *
 ***********************/

#formwrap {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
text-align: center;
}

form {
border: 3px solid black;
width: 500px;
font-family: Helvetica, Arial;
margin: 5em auto auto;
text-align: left;
background-color: white;
padding: 15px;
}

label {
display: block;
font-weight:700;
}

.microtext {
margin:0;
padding:0;
font-size: 0.8em;
margin-bottom: 1em;
text-align: right;
font-style: italic;
color: #777;
}

input {
width:100%;
margin-top: 5px;
margin-bottom: 0px;
}

input.button {
width: 100px;
text-align: center;
background-color: white;
border: 1px solid gray;
}

input.button:hover {
background-color: gray;
color: white;
}

input.button[disabled] {
background-color: white;
color: #e0e0e0;
border: 1px solid #e0e0e0;
}

input#was_submit {
}

input#was_cancel + p {
float: right;
margin-top: 10px;
}

input#was_cancel {
}

textarea {
width:100%;
height:10em;
font-family: Helvetica, Arial;
font-size: 11pt;
}

/*******************************
**                            **
**  ADMIN Page CSS            **
**                            **
*******************************/

#adminwrap {
background-color: #0e3884;
width: 100%;
}

#admincontent {
border-left: 3px solid black;
border-right: 3px solid black;
width: 700px;
margin: 0 auto auto;
background-color: white;
text-align: left;
font-size: 0.8em;
}

#admincontent h1, #admincontent h2 {
border-bottom: 1px solid black;
margin-bottom: 0.5em;
}

#admincontent p {
margin-top:0.3em;
margin-bottom: 0.7em;
}

#admincontent form {
margin: 1em;
margin-bottom: 2em;
width: 90%;
}

#admincontent form textarea {
width: 100%;
}

#admincontent textarea + label, #admincontent span + label {
margin-top: 1em;
}

#admincontent #was_form_status {
border: 1px solid red;
background-color: yellow;
font-weight: 700;
padding: 5px;
}

.left {
   text-align: left;
}

.right {
   text-align: right;
}

.center {
   text-align: center;
}

a#admin {
font-size: 0.8em;
}
