/* @override http://www.coolkidschannel.com/assets/templates/fiveq/kit.css */

/*--------{ COOL KIDS CSS TEMPLATE }--------*/
/*--------{ created by Heath Gerlock @ 5Q Communications, Inc. 6.13.2007 }-------*/
/*--------{ visit http://www.5Qcommunications.com/ -- five questions that change the web. }--------*/

/* @group Content */

.kitBG {
	background: url(/assets/templates/fiveq/images/reticulation_tile.gif) repeat-y center top;
}

.topMargin {
	margin-top: 55px;
}
#columnOne h2.downloadTitle {
	color: #002d62;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 10px 0;
}
/* @end */

/* @group Sub Content */

#subContentCornerTopLeft {
	position: absolute;
	top: -4px;
	left: -4px;
	display: block;
	height: 19px;
	width: 19px;
	background: url(/assets/templates/fiveq/images/corner_top_left.gif) no-repeat left top;
}
#subContentCornerBottomLeft {
	position: absolute;
	bottom: -4px;
	left: -4px;
	display: block;
	height: 19px;
	width: 19px;
	background: url(/assets/templates/fiveq/images/corner_bottom_left.gif) no-repeat left bottom;
}
#subContentCornerTopRight {
	position: absolute;
	top: -4px;
	right: -4px;
	display: block;
	height: 19px;
	width: 19px;
	background: url(/assets/templates/fiveq/images/corner_top_right.gif) no-repeat right top;
}
#subContentCornerBottomRight {
	position: absolute;
	bottom: -4px;
	right: -4px;
	display: block;
	height: 19px;
	width: 19px;
	background: url(/assets/templates/fiveq/images/corner_bottom_right.gif) no-repeat right bottom;
}

#subContentWrapper {
	display: block;
	margin-top: 19px;
	width: 536px;
	padding: 10px;
	position: relative;
	float: right;
	clear: right;
	border: 4px solid #0066ff;
	background: #fff url(/assets/templates/fiveq/images/circle_tile.gif) repeat center top;
}


/* @end */

/* @group Icons */

#iconAct {
	margin-top: 10px;
	width: 50%;
	height: 70px;
	position: relative;
	float: left;
	display: block;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	background: url(/assets/templates/fiveq/images/icon_Act.gif) no-repeat center bottom;
}
#iconAct:hover {
	text-decoration: underline;
	font-weight: bold;
}
#iconDraw {
	margin-top: 10px;
	width: 50%;
	height: 70px;
	position: relative;
	float: left;
	display: block;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	background: url(/assets/templates/fiveq/images/icon_Draw.gif) no-repeat center bottom;
}
#iconDraw:hover {
	text-decoration: underline;
	font-weight: bold;
}
#iconETips {
	margin-top: 10px;
	width: 50%;
	height: 70px;
	position: relative;
	float: left;
	display: block;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	background: url(/assets/templates/fiveq/images/icon_E-Tips.gif) no-repeat center bottom;
}
#iconETips:hover {
	text-decoration: underline;
	font-weight: bold;
}
#iconLesson {
	margin-top: 10px;
	width: 50%;
	height: 70px;
	position: relative;
	float: left;
	display: block;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	background: url(/assets/templates/fiveq/images/icon_Lesson.gif) no-repeat center bottom;
}
#iconLesson:hover {
	text-decoration: underline;
	font-weight: bold;
}
#iconLive {
	margin-top: 10px;
	width: 50%;
	height: 70px;
	position: relative;
	float: left;
	display: block;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	background: url(/assets/templates/fiveq/images/icon_Live.gif) no-repeat center bottom;
}
#iconLive:hover {
	text-decoration: underline;
	font-weight: bold;
}
#iconTips {
	margin-top: 10px;
	width: 50%;
	height: 70px;
	position: relative;
	float: left;
	display: block;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	background: url(/assets/templates/fiveq/images/icon_Tips.gif) no-repeat center bottom;
}
#iconTips:hover {
	text-decoration: underline;
	font-weight: bold;
}
#iconTV {
	margin-top: 10px;
	width: 50%;
	height: 70px;
	position: relative;
	float: left;
	display: block;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	background: url(/assets/templates/fiveq/images/icon_TV.gif) no-repeat center bottom;
}
#iconTV:hover {
	text-decoration: underline;
	font-weight: bold;
}
#iconVideo {
	margin-top: 10px;
	width: 50%;
	height: 70px;
	position: relative;
	float: left;
	display: block;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	background: url(/assets/templates/fiveq/images/icon_Video.gif) no-repeat center bottom;
}
#iconVideo:hover {
	text-decoration: underline;
	font-weight: bold;
}
/* @end */

/* @group Image Titles */


	
#imageTitleBlue {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	height: 36px;
	background: url(/assets/templates/fiveq/images/image_title_blue.gif) no-repeat left top;
}
#imageTitleBlue h2 {
	position: absolute;
	text-transform: uppercase;
	color: #002d62;
	font-size: 1.2em;
	margin-bottom: 5px;
	bottom: 0;
	right: 0;
}

#imageTitleYellow {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #5d5501;
	height: 36px;
	background: url(/assets/templates/fiveq/images/image_title_yellow.gif) no-repeat left top;
}
#imageTitleYellow h2 {
	position: absolute;
	text-transform: uppercase;
	color: #5d5501;
	font-size: 1.2em;
	margin-bottom: 5px;
	bottom: 0;
	right: 0;
}

#imageTitleRed {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #5a0404;
	height: 36px;
	background: url(/assets/templates/fiveq/images/image_title_red.gif) no-repeat left top;
}
#imageTitleRed h2 {
	position: absolute;
	text-transform: uppercase;
	color: #5a0404;
	font-size: 1.2em;
	margin-bottom: 5px;
	bottom: 0;
	right: 0;
}

#tShirt {
	display: block;
	position: absolute;
	bottom: 0;
	right: 15px;
	height: 75px;
	width: 117px;
	background: url(/assets/templates/fiveq/images/shirt.gif) no-repeat;
	z-index: 0;
}

.movieBtn {
	float: right;
	display: block;
	margin: 5px 0 10px 5px;
	width: 200px;
	height: 27px;
	padding-top: 15px;
	text-align: center;
	background: url(/assets/templates/fiveq/images/full_movie_btn.gif) no-repeat center center;
}

.movieBtn a {
	color: #002d62;
	text-transform: uppercase;
}
.movieBtn a:hover {
	color: #002d62;
	text-decoration: underline;
}

/* @end */