html, body, div, ul
{
	margin: 0;
	padding: 0;
}

body 
{
    background: #000;
    -webkit-text-size-adjust: 100%;
    font-size: 12px;
	font-family: 'Antic Slab', serif;
    line-height: 1.6em;
	color: #272727;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

h1  
{
    font-size: 32px;
    font-family: palatino;
    margin: 0px;
    padding: 0px;
}

hr 
{
    border:1px dotted #999; 
    border-width:1px 0 0; 
    background:transparent;
    margin:25px 0px;
}

a 
{
	outline: none;
}

ul 
{
	margin-bottom: 24px;
	padding-left: 30px;
}

div 
{
	text-align: left;
}

#postit 
{
    position:absolute;
	left: 50%;
    margin-left: 290px;
	top: 76px;
	z-index:65335;
}
 
#redtop 
{
    width:930px;
    background-color:#c73535;
    -moz-border-radius:12px 12px 0px 0px;
	-webkit-border-radius:12px 12px 0px 0px;
	border-radius:12px 12px 0px 0px;
}


#redbottom 
{
    width:930px;
    background-color:#c73535;
    -moz-border-radius:0px 0px 12px 12px;
	-webkit-border-radius:0px 0px 12px 12px;
	border-radius:0px 0px 12px 12px;
}
	
#billboard 
{
    background:#FFF;
    width:930px;
    height:220px;
    background-image:url('/Images/PeterGreenPublic/billboard.jpg');
}

a:link  
{ 
    color: #c73535; 
    text-decoration: none 
}

a:visited  
{ 
    color: #c73535; 
    text-decoration: none 
}

a:active  
{ 
    color: #c73535; 
    text-decoration: none 
}

a:hover  
{ 
    color: #c73535; 
    text-decoration: underline 
}

a:link.whitelink  
{ 
    color: #FFFFFF; 
    text-decoration: none 
}

a:visited.whitelink  
{ 
    color: #FFFFFF; 
    text-decoration: none 
}

a:active.whitelink  
{ 
    color: #FFFFFF; 
    text-decoration: none 
}

a:hover.whitelink  
{ 
    color: #FFFFFF; 
    text-decoration: underline 
}

.black 
{
	font-size: 15px;
	line-height: 22px;
	color: #272727;
	font-family: 'Antic Slab', serif;
 	letter-spacing: .07em;
}

.black2 
{
	font-size: 13px;
	line-height: 18px;
	color: #000;
	font-family: 'Antic Slab', serif;
	letter-spacing: .07em;
}

.white 
{
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	font-family: 'Antic Slab', serif;
}

.white2 
{
	font-size: 10px;
	color: #888;
	font-family: 'Antic Slab', serif;
	letter-spacing: .07em;
}

 .whitelarge 
 {
	font-size: 16px;
	line-height: 17px;
	color: #FFFFFF;
	font-family: arial, helvetica;
	font-weight: bold;
}
 
 .headline 
 {
	font-size: 25px;
	color: #44362a;
	font-family: arial, helvetica;
	font-weight: bold;
	text-transform: uppercase;
}
 
a.button:link 
{
	background: #c73535;
	color:#FFF;
	font-family: 'Antic Slab', serif;
	letter-spacing: .07em;
	letter-spacing: .07em;
	text-align: center;
	font-size:16px;
    padding-top: 18px;
    font-weight:normal;
    text-transform:uppercase;
    display: block;
    cursor: pointer;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0px;
	display:inline-block;
    padding-bottom: 30px;
    text-transform:uppercase;
    padding:12px 22px;
	text-decoration:none;
}

a.button:hover 
{
	background-color:#454545;
}

a.button:active 
{
	position:relative;
	top:1px;
}

a.button:visited
{
    color: #FFF;
}

.red 
{
    color: #c02c2b;
    font-family: 'Antic Slab', serif;
    letter-spacing: .07em;
    text-align: center;
    font-size:18px;
    line-height: 30px;
    font-weight: bold;
    text-transform:uppercase;
}          

.talkbubble 
{
    padding:20px;
    background: #c73535;
    position: relative;
    -moz-border-radius:    10px;
    -webkit-border-radius: 10px;
    border-radius:         10px;
    color: #FFF;
    margin-left:30px;
    width:780px;
}

.talkbubble:before 
{
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid #c73535;
   border-bottom: 13px solid transparent;
}

.screenshot 
{
   -moz-border-radius:    4px;
   -webkit-border-radius: 4px;
   border-radius:         4px;
   border:1px solid #454545;
}
