@charset "UTF-8";
/* CSS Document */

body {
	background: #00ccff; /* Old browsers */
	background: -moz-linear-gradient(top,  #00ccff 0%, #0099ff 50%, #00ccff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ccff), color-stop(50%,#0099ff), color-stop(100%,#00ccff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00ccff 0%,#0099ff 50%,#00ccff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00ccff 0%,#0099ff 50%,#00ccff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00ccff 0%,#0099ff 50%,#00ccff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00ccff 0%,#0099ff 50%,#00ccff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ccff', endColorstr='#00ccff',GradientType=0 ); /* IE6-9 */
}
@font-face {
	font-family: "Capture It";
	src: url('fonts/Capture it.ttf')  format('truetype');
}
@font-face {
	font-family: "Typo Slab Irregular Demo";
	src: url('fonts/TypoSlabIrregularDemo.ttf')  format('truetype');
}
@font-face {
	font-family: "A Love of Thunder";
	src: url('fonts/A Love of Thunder.ttf')  format('truetype');
}
@font-face {
	font-family: "Gill Sans";
	src: url('fonts/Gill Sans.ttf')  format('truetype');
}
img {
	text-decoration: none;
	border: 0px;
}
/* Text
----------------------------------------------- */
h1 {
	color: #0CF;
	font-family: "Capture It";
	font-weight: 100;
	margin: 1%;
	text-align: center;
	text-shadow: 1px 1px 1px #CCC;
}
h1:hover {
	color: #F90;
}
h2 {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #F90;
}
p {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	clear: both;
}
.footer p {
	font-family: "A Love of Thunder";
}
.footer p:hover {
	color: #F90;
}
.sidebar h2 {
	position: relative;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	border-radius: 5px 10px 5px 10px;
	background: #0CF;
}
.sidebar h2:hover {
	background: #F90;
}
h3 {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #0C0;
}
h4 {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
}
.textbox74 p {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.sidebar p {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.video p {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	margin-bottom: 1%;
}
hr {
	width: 100%;
	height: 5px;
	clear: both;
}
.sitemap {
	width: 97.5%;
	height: 5px;
	margin-left: 1%;
	clear: both;
}
.text {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet_orange.gif);
}
.sidebar ul {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet_blue.gif);
}
li {
	font-size: 0.8em;
}
/* Hyperlinks
----------------------------------------------- */
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #0CF;
	text-decoration: none;
}
a:active {
	color: #0CF;
	text-decoration: none;
}
/* Header
----------------------------------------------- */
#wrapper {
	position: relative;
	margin: auto;
}
.header {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 1px;
	border-radius: 20px 20px 0 0;
	background-color: #FFF;
	float: left;
}
/* Navigation
----------------------------------------------- */
.navigation {
	position: relative;
	width: 100%;
	height: auto;
	font-family: "Typo Slab Irregular Demo";
	margin-bottom: 1px;
	background-color: #FFF;
	float: left;
	z-index: 4;
}
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1%;
}
.navigation ul li {
	color: #0CF;
	text-decoration: none;
	padding: 1% 1% 1% 0;
	float: left;
}
.navigation li a {
	color: #0CF;
	display: block;
	text-decoration: none;
}
.navigation ul a:hover {
	height: 100%;
	color: #F90;
	text-decoration: none;
}
/* Slider
----------------------------------------------- */
.slider {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #FFF;
	margin-bottom: 1px;
	padding: 1% 0 1% 0;
	float: left;
	z-index: 3;
}
/* Subheader
----------------------------------------------- */
.subheader {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #FFF;
	margin-bottom: 1px;
	padding: 1% 0 1% 0;
	float: left;
	z-index: 2;
}
.page {
	position: relative;
	width: auto;
	font-family: "A Love of Thunder";
	font-size: 1.25em;
	color: #0CF;
	margin-left: 1%;
	text-align: left;
}
.page:hover {
	color: #F90;
}
/* Date Day Time
----------------------------------------------- */
.datedaytime {
	position: relative;
	width: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin-right: 1%;
	text-align: right;
	float: right;
}
/* Main
----------------------------------------------- */
.main {
	position: relative;
	width: 100%;
	min-height: auto;
	background-color: #FFF;
	float: left;
	z-index: 1;
}
.profile ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.profile img:hover {
	box-shadow: 2px 2px 2px #CCC;
}
.profile ul li {
	width: 49%;
	padding: 0 1% 1% 0;
	float: left;
}
#spacer1 {
	position: relative;
	width: 1%;
	height: 10px;
	float: left;
}
#spacer2 {
	position: relative;
	width: 2%;
	height: 10px;
	float: left;
}
.textbox31 {
	position: relative;
	width: 31%;
	height: auto;
	padding-bottom: 1%;
	margin: 0 0 1px 0;
	background-color: #FFF;
	float: left;
}
.textbox67 {
	position: relative;
	height: auto;
	background-color: #FFF;
	float: left;
}
.textbox74 {
	position: relative;
	height: auto;
	background-color: #FFF;
	float: left;
}
.textbox98 {
	position: relative;
	width: 98%;
	height: auto;
	background-color: #FFF;
	float: left;
}
.sidebar {
	position: relative;
	height: auto;
	text-align: left;
	background-color: #FFF;
	overflow: inherit;
	float: left;
}
/* Video Making & 3D Design
----------------------------------------------- */
.video {
	position: relative;
	height: auto;
	margin: 0 0 1% 0;
	float: left;
}
video {
	max-width: 100%;
	height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
/* Web, Graphic & 3D Design
----------------------------------------------- */
ul.column32,ul.column49,ul.icon {
    margin: 0;
    padding: 0;
}
.column32 li,.column49 li,.icon li {
	list-style-type: none;
	padding: 0 0 1% 0;
    float: left;
}
.column32 img:hover,.column49 img:hover,.icon img:hover {
	box-shadow: 2px 2px 2px #CCC;
}
.column32 li {
	width: 32.6666667%;
	padding: 0 0 1% 0;
}
.column49 li {
	width: 49.5%;
	padding: 0 0 1% 0;
}
.icon li {
	width: 19.2%;
	padding: 0 0 1% 0;
}
.photoshop {
	position: relative;
	width: 49.5%;
	float: left;
}
.photoshop p {
	position: relative;
	margin-top: 0;
}
.photoshop img {
	position: relative;
}
.break {
	width: 100%;
	height: 10px;
	clear: both;
}
/* Table
----------------------------------------------- */
table {
	width: 100%;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	padding: 1%;
}
td#header {
	width: 32.6666667%;
	padding: 1%;
	background: #f5f5f5;
}
td {
	width: 32.6666667%;
	padding: 0 1%;
}
/* Footer
----------------------------------------------- */
.footer {
	position: relative;
	width: 100%;
	color: #0CF;
	font-family: "A Love of Thunder";
	font-size: 1em;
	text-align: center;
	margin-bottom: 10px;
	background-color: #FFF;
	border-top: 1px solid #0CF;
	border-radius: 0 0 20px 20px;
	float: left;
}