/* CSS - Global Stylesheet */

body {
	font-family:arial;
    font-size:12px;
    color:#000;
    background:url(../layout/body_background.jpg) no-repeat center top #bfc2ca;
    margin:0;
	padding:0;
    }
    
body:before {
    content:'';
    position:fixed;
    top:-10px;
    left:0;
    width:100%;
    height:10px;
    z-index:1;
    -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.8);
   	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.8);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.8);
    }    
    
img {border:0;}

#content {
	width:900px;
    min-height:925px;
    margin:auto;
	*float:left;
	*margin-left:50px;
    }

#content h3 {
	color:#000;
    }

h1, h2, h3, h4, h5, h6, ul {
	margin:0;
    padding:0;
    }
    
#content h3, #content h4, #content h5, #content h6 {
	font-family:'LinotypeFeltpenMedium';
    font-weight:normal;
    }

#content h3, #content h4 {
	width:900px;
    float:left;  
    }
    
#content h3 {
    margin:20px 0 20px;
    font-size:36px;   
    }
    
#content h4 {
    margin:5px 0px;
    font-size:21px;
    }
    
#content h5 {
    font-size:18px;
    }        
    
#content h6 {
    font-size:16px;
    }    
       
p {
	margin:0;
    line-height:18px;
    }
    
p + p {
	margin-top:15px;  
    }    

a, a:link, a:visited {
	color:#663399;
    text-decoration:none;
    /*-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;*/
    }
    
a:hover {
	color:#000;
	-moz-transition:color 0.5s ease-in-out;
	-webkit-transition:color 0.5s ease-in-out;
	-o-transition:color 0.5s ease-in-out;
	transition:color 0.5s ease-in-out;
    } 
    
a:link, a:visited, a:hover {
	/*-moz-transition:color 0.5s ease-in-out;
	-webkit-transition:color 0.5s ease-in-out;
	-o-transition:color 0.5s ease-in-out;
	transition:color 0.5s ease-in-out;*/
    }     

.div-container {
	margin:auto;
    width:1000px;
    }


/* Dim Screen */

#dim-screen, #dim-screen-box {
	display:none;
	opacity:0.0;
	}    
    
#dim-screen-box {
	position:fixed;    
	}    

#dim-screen {
	position:fixed;   
	/*background:url(../layout/transparent_tile.png) top left repeat;*/
    background-color:#000;
	width:100%;
	height:100%;	
    z-index:990;
    margin:auto;
    padding:0;
    top:0px;
	}
    
#dim-screen-box {
	margin:auto;
    width:450px;
    height:500px;  
    z-index:999;    
	-moz-box-shadow:4px 4px 4px #333;
	-webkit-box-shadow:4px 4px 4px #333;
    box-shadow:4px 4px 4px #333;
    top:25%!important;
    left:35%;
    }
 
#dim-screen-box {
   -webkit-animation-name:bounce-dim-screen-box;
   -webkit-animation-duration:1.2s;
   -webkit-animation-iteration-count:1;
   -webkit-animation-direction:normal;
   }

@-webkit-keyframes bounce-dim-screen-box {
    0% {top:0;}
    33% {top:25%;}
    67% {top:22%;}   
    100% {top:25%;}
    }
          
a.a-disappear {
	display:none;
    } 
    
#loading {
	color:#fff;
    font-family:'LinotypeFeltpenMedium';
    font-weight:normal;
    font-size:34px;
    margin:auto;
    width:100%;
	height:100%;
	text-align:center;
	margin-top:300px;
    }   


/* Common Class Styles */
  
.f-left {float:left;}    

.other-site, h3 .grey-small, .grey-small {
	color:#666;
    font-style:italic;
    }
    
.small {
	font-size:10px;
    }  
    
h3 .grey-small {
	font-size:24px;
    }
    
.red {
	color:#f00;
    }
    
.t-align {
	text-align:center;
    }    

.img-center {
	float:left;
    width:100%;
    margin:20px auto 20px;
    text-align:center;
    }
    
.img-center img, .img-center video, .img-center object {
    border:5px solid #fff;
    -moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);	
    }    
    
.img-center figure {
	text-align:center;    
    }  
    
figcaption {
	font-size:10px;
    margin-top:10px;
    text-align:center;    
    }    
