/* These are just the demo styles and these can be removed and Orbit 
will still work like a champ (except any content block needs a background which
our demo gets from this sheet) */

.container {
    position: relative; 
	width: 653px;
	height: 367px;
    margin: auto; 
    top:15px;
	-moz-box-shadow:  5px  5px 2px #333333,
              -5px -5px 2px #333333,
               5px -5px 2px #333333,
              -5px  5px 2px #333333;
  	-webkit-box-shadow:  5px  5px 2px #333333,
              -5px -5px 2px #333333,
               5px -5px 2px #333333,
              -5px  5px 2px #333333;
  	box-shadow:  5px  5px 2px #333333,
              -5px -5px 2px #333333,
               5px -5px 2px #333333,
              -5px  5px 2px #333333;
	border:solid #000 1px;
     }
    
.content { background: url(coffee.jpg); }
.content h1 {
	font-size: 40px; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	margin-top: 180px;
	color: #222;
	line-height: 50px;  }
.content h3 {
	text-align: center; 
	font-size: 22px; 
	color: #222; }
    

		
	