/*See Reset.css for default styles*/
body {
	width:100%;
	font: 14px  Tahoma, Geneva, sans-serif;
    line-height:130%;
    text-align:center;
	/*background-color:#ffcc99;*/
	background-color:#660000;
}

#body-wrapper
{
    height: 100%;
    background-color:#ffcc99;
}

/*Header*/
#main_header
{
	background-color:#cc3333;
    background-image: url('../Images/R2C2HeaderTitle.png');
    background-repeat: no-repeat;
    background-position: center top;
	height:240px;
    font-size: 14px;
    
}
#header_content
{
    width:960px;
    margin: auto;
    padding: 10px 0 0 0;
}
#search
{
    float:right;
}
#search .text
{
    float:left;
    height:20px;
    font-style: italic;
    border: #660000 solid 2px;
    border-radius: 4px;
    padding: 2px 35px 2px 2px;
    margin-right:0px;
    background-color: #ef9c79
}
#search .button
{
    float:right;
    background: #660000 url('../Images/SearchButton.png') no-repeat top center;
    border: none;
    height: 24px;
    width: 30px;
    margin-left:-30px;
    margin-top: 2px;
    border-radius: 0px
}

#main_header nav {float:left; margin-left:210px; margin-top:-40px; background-color:#660000; border-radius: 4px; padding: 10px}
#main_header nav ul li {display:inline; padding-left: 4px; padding-right:4px; border-left: 1px gray solid}
#main_header nav ul li.selected {border-bottom: 6px #e92020 solid;}
#main_header nav a{color:white; font-weight: bold; text-decoration: none }
#main_header nav a:link{}
#main_header nav a:hover{border-bottom: 6px #e92020 solid; }
#main_header nav a:active{}



/*Footer*/
#main_footer
{
    background-color:#660000;
    height: 140px;
}
#footer_content
{
    margin: auto;
    padding: 60px 4px 4px 4px;
    width:960px;
}

#footer_logo
{
    float:left;
}
.copyright
{
    float: left;
    color:white;
    padding:0 0 0 10px;
    text-align: left;
}
.copyright p
{
    padding: 2px;
}
.w3c-logo
{
    float:right;
}

/*Content*/
#main_content_wrap,
#main_content
{
    width:960px;
    background-color: white;


}
#main_content_wrap
{
    min-height: 750px;
	margin: 0 auto;
    padding: 4px;
    margin-top: -100px;
    margin-bottom: -40px;
	text-align: center;
    background-color: white;
    position:relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.content_wrapper
{
    padding: 5px 20px; text-align:left;
}

#left_rook
{
    position:absolute;
    left:-87px;
    top:300px;
    z-index: -1;
}

#right_rook
{
    position:absolute;
    right:-87px;
    top:300px;
    z-index: -1;
}

/*Common styles*/
.separator {
	clear:both;
    line-height: 1px;
}


h1
{
    font-size: 20px;
    color: #e92020;
    margin: 10px;
    padding: 4px;
    font-weight: normal;
}

h2
{
    font-size: 18px;
    color:#660000;
    
}

h3
{
    color:#e92020;
    font-size: 12px;
    text-transform:  uppercase;
}

h4
{
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0;
}

article
{
    background-color: white;
    margin: 10px;
    padding: 10px;
    text-align: left;
}

article header
{

}

article header time
{
    font-size:14px;
    font-style: italic;
    color:#888888;
    text-weight:normal;
}

p
{
    
    padding: 4px;
}

.read
{ 
  color:red;
  margin: 2px;
  text-align:right;
  font-style: italic;
 }

.img,
.img_left
{
    margin: 4px;
    padding: 8px;
    border: 1px solid #cfcfcf;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.img_left
{
    margin: 10px;
    float:left;
}

.left
{ 
  float:left 
}

.right
{
  float:right;
}

figcaption
{
  font-style: italic;
  color: #333333;
  text-align: center;
}

figure
{ 
  margin: 10px;
  padding: 0;
  text-align: center;
}

a {color: #660000; text-decoration: none; }
a:hover{ color:#e92020;text-decoration: underline; }

dt
{
    font-weight: bold;
}
dd
{
    margin-left: 50px;
}

.table
{
    margin: 10px;
    border: 1px gray solid;
    border-collapse:collapse;
    
}
.table th
{
    font-weight: bold;
    padding: 10px 4px;
    background-color: #ffcc99;
    border: 1px gray solid;
}
.table td
{
    padding: 4px;
    border: 1px gray solid;
}

/*GA*/
.ga
{   }

.ga td.name
{ font-weight:bold; }
.ga td.firstname,
.ga td.lastname
{ font-weight:bold; }

.ga td.points
{ font-weight:bold }