@import url(http://fonts.googleapis.com/css?family=Sonsie+One:);
/*@import url(http://fonts.googleapis.com/css?family=Michroma:);*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/*@import url(http://fonts.googleapis.com/css?family=Londrina+Solid:);
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:);*/
@import url(http://fonts.googleapis.com/css?family=Syncopate:);

@font-face 
{ 
font-family: "Playtime";  
src: url("fonts/playtime.ttf")format("truetype"); 
}

body {
	background-color: #009900;
	/*background-image: url(images/bodyBG.png);*/
	background-image: linear-gradient(#0066ff, #66a3ff);
	background-repeat: repeat-x;
}

#container  {
	margin-top: 0px;
	/* Center the container on the page */
	margin-left: auto;
    margin-right: auto;
	width: 1000px;
}

#contentfull  {	
	position:relative;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 1000px;
	height: 2450px;
	font-family:"Arial Rounded MT Bold";
	font-size: 14px;
	color: black;
}

#contentfull img {
	box-shadow: 0px 7px 10px #332E30;
}

#contentfull img:hover {
	box-shadow: 0px 28px 40px #332E30;
}

#contentfull a  {
	font-size: 22px;
	font-family:"Arial";
	font-weight: bold;
	color: #D9D9D9;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
}

#contentfull a:visited  {  
	color:#D9D9D9;
	text-decoration: none;
}

#contentfull a:hover  {
	color: #a00a0a;
	text-decoration: none;
}


#contentmiddle  {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 540px;
	height: 1000px;
	font-size:14px;
	color: #D9D9D9;
	font-family: "Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	text-shadow: 1px 1px 0px black;
}

#contentleft  {	
	position:relative;
	float: left;
	padding: 10px;
	width: 755px;
	height: 1000px;
	font-family:"Arial Rounded MT Bold";
	font-size:14px;
	color:#333;
}

#footer  {
	font-family:"Arial Rounded MT Bold";
	font-size:9px;
	color:#000000;
	text-align:center;
	width: 1000px;
	height: 160px;
	clear: both;
	/*background-color: #D1C0A7;*/
}

#footer img {
	 box-shadow: 5px 5px 5px #332E30;
}

#footer a  {
	color: #000000;
	font-size:12px;
	text-decoration: none;
}

#footer a:visited  {  
	color: #000000;
	text-decoration: none;
}

#footer a:hover  {
	color: #a00a0a;
	text-decoration: none;
}

#contentmiddle a  {
	color: #999;
}

#contentmiddle a:visited  {  
	color: #999;
}

#contentmiddle a:hover  {
	color: #a00a0a;
}

h2  {
	font-size: 20px;
	color: #cc0000;
	padding: 10px;
	font-family:"Arial Rounded MT Bold";
}

#headerinfo {
	border: solid, white;
	/*float: bottom;*/
	width: 1000px;
	height: 252px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #F8AA3C;*/
	/*border-right: 1px dashed #694717;*/
	/*padding: 10px 10px 10px 10px;*/
	font-family:"Arial";
	font-size:22px;
	/*font-style:italic;*/
	/*color:#333;*/
	color: #D9D9D9;
	text-align: center;
	
}

#headerinfo img {
	border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;		
}

#header	{
	width: 1000px;
	height:1110px;
	position: relative;
	/*background-image: linear-gradient(#009933, #00cc44);*/
	background-color: #009933;
	background-image: url(images/bagel1.png);
	background-repeat:no-repeat;
	background-position: center center;
	border-bottom: 2px solid #000000;
	border-top-left-radius:18px;
	border-top-right-radius: 18px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius: 5px;
	padding-top: 0px;
	box-shadow: 0px 7px 10px #332E30;
}

#header a  {
	color: black;
	text-decoration: none;
	font-family:"Arial";
	font-size: 20px;
	text-shadow: 20px -1px 20px gray;
	/*font-weight: bold;*/
}

#header a:visited  {  
	color: black;
	text-decoration: none;
}

#header a:hover  {
	color: #a00a0a;
	text-decoration: none;
}

#header p  {
	color: #000000;
	font-family:"Arial Rounded MT Bold";
	font-weight: bold;
	font-size:12px;
}



.horizLinks  {
	position: relative;
	top: 10px;
}

.horizLinks ul { 
	margin: 0px; 
}

.horizLinks li {
	margin: 0px 15px 0px 0px;
	list-style-type: none;
	display: inline;	
}

.horizlinks li a {
	color:#333;
	font-family:"Arial Rounded MT Bold";
	font-size:12px;
}

.horizmenu {
	width:1000px;
	margin-left: 0px;
}

.horizmenu ul {
	list-style:none; 
	margin:0; padding:0
}

.horizmenu li {
	float:left; width:200px; 	
	text-align:center;    
	border-right:1px solid black;	
	border-left:2px solid gray;
	position:relative;    
	height:46px; line-height:46px;	 
	background-color: #2C3995;
	background-image: url(images/bonebutton.png);
    /*background-image: -webkit-gradient(linear, 0% 0%,0% 0%, from(White), to(Black));
    background-image: -webkit-linear-gradient(top, White, Black);
    background-image: -moz-linear-gradient(top, White, Black);
    background-image: -ms-linear-gradient(top, White, Black);
    background-image: -o-linear-gradient(top, White, Black);*/
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;		 
}

.horizmenu li ul li {
	float:none; 
	width:100px; 
	text-align:left; 
	padding-left:5px;
    border-top:1px solid white;
}

.horizmenu a {
	text-decoration:none;
	/* change the color of the menu text here! */
	font-size: 19px;
	color: white;
    font-family: Lato;
    text-decoration: none;
    /*text-shadow: 2px 2px 6px black;)*/
	 text-shadow: -2px 0 black, 0 1px black, 2px 0 black, 0 -2px black;
}

.horizmenu li ul {
	position:absolute; 
	top:46px; 
	left:0; 
	visibility:hidden;
}

.horizmenu li:hover ul {visibility:visible;}

.horizmenu li:hover {
	background-color: #9587AF;
	background-image: url(images/bonebutton.png);
    /*background-image: -webkit-gradient(linear, 0% 0%,0% 0%, from(Black), to(White));
    background-image: -webkit-linear-gradient(top, Black, White);
    background-image: -moz-linear-gradient(top, Black, White);
    background-image: -ms-linear-gradient(top, Black, White);
    background-image: -o-linear-gradient(top, Black, White);*/
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#horizontalnav  {
	width: 1000px;
	height: 46px;
	position: relative;
	border-bottom: 2px solid #000000;
	background-color: #5B4740;
	border-radius:5px;
	background-image: url(images/upbutton.jpg);
}

#leftnav {
	float: left;
	width: 200px;
	height: 1000px;
	margin: 0px;
	/*background-color: #F8AA3C;*/
	/*border-right: 1px dashed #694717;*/
	padding: 10px 10px 10px 10px;
	font-family:"Arial Rounded MT Bold";
	font-size:14px;
	/*font-style:italic;*/
	/*color:#333;*/
	color: #D9D9D9;
	text-align: center;
}

#leftnav img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;	
    box-shadow: 10px 10px 5px #332E30;	
}

#leftnav a  {
	color: #999;
	font-size:14px;
	text-decoration: none;
}

#leftnav a:visited  {  
	color: #999;
	text-decoration: none;
}

#leftnav a:hover  {
	color: #a00a0a;
	text-decoration: none;
}

.logoboxleft  {
	position:relative;
	float: left;
	/*background-image: url(images/logo.png);*/
	background-repeat:no-repeat;
	background-position: center center;
	width: 500px;
	height: 300px;
}

.logoboxright  {
	position:relative;
	text-align: center;
	font-family: "Arial";
	font-size: 30px;
	float: right;
	background-position: center center;
	width: 500px;
	height: 300px;
}

.navlinks  {
	position: absolute; 
	top: 4px; 
	left: 
	140px; 
}

.navlinks ul { 
	margin: auto;
}

.navlinks li {
	margin: 0px 18px 0px 0px;
	list-style-type: none;
	display: inline;	
}

.navlinks li a {
	color: #000000;
	padding: 5px 12px 7px;
	text-decoration: none;
	font-size: 12px;
	font-family:"Arial Rounded MT Bold";
}

.navlinks li a:hover{
	color: #ffffff;
	background-image: url(images/BGhover.jpg);
/*If you want to use a color for the background instead replace above line with background-color: [insert color here with # sign in front];*/
	text-decoration: underline;
}

#rightnav  {
	float: right;
	width: 200px;
	height: 1000px;
	margin: 0px;
	/*background-color: #F8AA3C;*/
	/*border-left: 1px dashed #694717;*/
	padding: 10px 10px 10px 10px;
	font-family:"Arial Rounded MT Bold";
	font-size:14px;
	/*color:#333;*/
	color: #D9D9D9;
	
}

#rightnav img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;	
    box-shadow: 10px 10px 5px #332E30;	
}

.sliderbox  {
    background-color: #D9D9D9;
    border: 2px solid White;
    box-shadow: 10px 10px 5px #332E30;
    height: 475px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 545px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;	
}

.picturebox {
    background-color: #D9D9D9;
    border: 2px solid White;
    box-shadow: 5px 5px 5px #332E30;
    height: 597px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 5px;
    position: relative;
    width: 448px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;	
}

.textlarge   {
	font-size: 65px;
	/*font-family:"Michroma";*/
	font-family: "Playtime";
	text-shadow: 20px -1px 20px white;
	/*color: #a00a0a;*
	 * 
	 */
	color: red;
}

.textlargeblue {
	color: #0000CC;
	font-size: 36px;
	text-shadow: 3px 3px 10px white;
}

.textmedium   {
	font-size: 15px;
	font-family:"Arial";
	color: black;
}

.textmediumbold   {
	font-size: 20px;
	font-family:"Arial";
	font-weight: bold;
	color: #D9D9D9;
}

.textmediumboldwhite   {
	font-size: 30px;
	font-family:"Playtime";
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 1px #000;
}

.textmediumwhite2   {
	font-size: 20px;
	font-family:"Arial";
	/*font-weight: bold;*/
	color: white;
	text-shadow: 1px 1px 1px #000;
}

.textmediumboldgrayshadow   {
	font-size: 25px;
	font-family:"Playtime";
	font-weight: bold;
	color: #D9D9D9;
	text-shadow: 1px 1px 1px #000;
}

.textsmall   {
	font-size: 12px;
	font-family:"Arial";
	color: #D9D9D9;
}

.texttagline   {
	font-size: 25px;
	font-family:"Arial";
	/*font-weight: bold;*/
	color: #D9D9D9;;
	text-shadow: 1px 1px 1px #000;
}
		
.youtubebox  {
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
	background-color:#D9D9D9;
	border: 2px solid White;
	width: 425px;
	height: 239px;
	/*color: #d6fbf7;*/
}
