@charset "utf-8";
@import url(./megamenu.css);

@font-face 			{ font-family: Cartoon; font-style: normal; font-weight: normal; src: url(../../../common/fonts/SHOWG.TTF); }
@font-face 			{ font-family: TF2; font-style:normal; font-weight: normal; src: url(../../../common/fonts/tf2secondary.ttf); }
h1 { font-family:Cartoon; font-size:78px; }
h2 { font-family:TF2; font-size:30px; }
h1,h2,h3,h4,h5,h6,p { color:#999; }
h1 { color:#CCC; text-shadow:3px 3px 8px #666; }
h1 span { background:#39F; color:#FFF; }
h3 span { font-size:2em; text-shadow:0px 0px 5px #CF3; }
h3:first-letter { font-size:250%; text-shadwo:1px 1px 2px #000; float:left; line-height:200%; padding-top:7px; }
article { padding:0 30px; }
article p span { font-weight:bold; color:#F00; }

/*Test Centre CSS Document*/
body 	{ margin:0; color:#333; font:normal 12px/14px Arial, Helvetica, sans-serif; background:url("../img/bg_glow.png") no-repeat fixed center top transparent; background-color:#e7e7e7;  }
ul,li 	{ padding:0; margin:0; }

/* Footer */
#footer {clear:both; margin:0; padding:5px 0 50px 100px; text-shadow: #fff 0 1px 0;}
#footerNav {width:600px; float:right;}
#footerNav li {float:left; margin-bottom:6px; list-style:none;}
#footerNav li a {display:block; padding-right: 15px; padding-left:20px;}
#footerNav li a:link,#footerNav li a:visited,#footerNav li a:active { color:#777; text-decoration:none; }
#footerNav li a:link:hover { text-decoration:underline; color:#000; }
#footerNav #search {position:relative; cursor:pointer;}
#searchForm {display:none; position:absolute; top:-3px; left:0; width:110px;}
#searchForm #searchField {width:90px; height:13px; padding:2px 18px 3px 3px; border:1px solid #dcdcdc; font-size:110%;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;}
#searchForm #searchSubmit {position:absolute; top:2px; right:0; width:16px; height:16px; background:url(../img/icons_mini.png) 0 -128px no-repeat; }
/*#footerNav li#tumblr a {display:block; width:59px; height:14px; text-indent:-9999px; line-height:1;}*/

aside#right { width:600px; float:right; clear:right; }


#home a, #archive a, #mobile a, #rss a,
#search a, #contact a, .arrow {background:url(../img/icons_mini.png) 0 0 no-repeat;}

#home a {background-position:0 0px;}
#home a:hover {background-position:0 -16px;}
#archive a {background-position:0 -32px;}
#archive a:hover {background-position:0 -48px;}
#mobile a {background-position:0 -64px;}
#mobile a:hover {background-position:0 -80px;}
#rss a {background-position:0 -96px;}
#rss a:hover {background-position:0 -112px;}
#search a {background-position:0 -128px;}
#search a:hover {background-position:0 -144px;}
#contact a {background-position:0 -160px;}
#contact a:hover {background-position:0 -176px;}

#container { background:url(../img/bg_index.png) no-repeat bottom left; background-size:cover; height:auto !important; height:700px; min-height:1000px; }