html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

li.vid{
background-image: url(http://collegeboundclubs.com/wp-content/themes/collegebound/images/video-icon.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family:century gothic, verdana;
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/*--------------------------------------------------------------*/

div#preload { display: none; }

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	position:relative;
	/* margin-bottom:80px; */
}
#content {
	margin: 30px 480px 0 20px;
	-margin:0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
	position:absolute;
	right:0;
	top:0;
}
#secondary {
	clear: right;
}

#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

#dfcg-text p {
	font-family:century gothic, verdana;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
	-width:1000px;
	position:relative !important;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 0px;
}

#videowrapper {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/video-bg.jpg');
	margin: 20px auto 0;
	padding: 0 20px;
	width:960px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f0f0f0;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/main-bg.jpg');
	background-repeat:repeat-x;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 10px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: transparent;
	display: block;
	float: left;
	margin: 20px auto;
	padding-left:50px;
	-padding-left:150px;
	width: 600px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/menu-bg.gif');
	margin:0 5px;
}
#access a {
	font-weight:bold;
	color: #777;
	display: block;
	line-height: 38px;
	padding: 0 18px;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 150px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 100px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/menu-bg.gif');
	color:#555;
	line-height: 1em;
	padding: 10px;
	width: 130px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	font-weight:bold;
	color: red;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #555;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

.menu-l {
    background-image: url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/menu-l.gif');
    float: left;
    height: 38px;
    width: 9px;
}

.menu-r {
    background-image: url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/menu-r.gif');
    float: right;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    width: 9px;
	padding:0;
	_width:6px;
}
/* =Menu-ss
--------------------------------------------------------------*/
#access-ss {
	background-color:orange;
	display: block;
	float: left;
	margin: 20px auto;
	padding-left:0px;
	width: 100%;
}
#access-ss .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access-ss .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access-ss .menu-header li,
div.menu li {
	float: left;
	position: relative;
	margin:0 auto;
}
#access-ss a {
	font-weight:bold;
	font-family: century gothic, verdana, tahoma;
	color: #FFF;
	display: block;
	line-height: 38px;
	padding: 0 18px;
	text-decoration: none;
}
#access-ss ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 150px;
	z-index: 99999;
}
#access-ss ul ul li {
	min-width: 100px;
}
#access-ss ul ul ul {
	left: 100%;
	top: 0;
}
#access-ss ul ul a {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/menu-bg.gif');
	color:#555;
	line-height: 1em;
	padding: 10px;
	width: 130px;
	height: auto;
}
#access-ss li:hover > a,
#access-ss ul ul :hover > a {
	font-weight:bold;
	color: red;
}
#access-ss ul li:hover > ul {
	display: block;
}
#access-ss ul li.current_page_item > a,
#access-ss ul li.current-menu-ancestor > a,
#access-ss ul li.current-menu-item > a,
#access-ss ul li.current-menu-parent > a {
	color: #555;
}
* html #access-ss ul li.current_page_item a,
* html #access-ss ul li.current-menu-ancestor a,
* html #access-ss ul li.current-menu-item a,
* html #access-ss ul li.current-menu-parent a,
* html #access-ss ul li a:hover {
	color: #fff;
}

#ss-login {
	float:right;
}

.menu-divider {
	width:1px;
	height:100%;
	float:right;
	position:absolute;
	top:0;
	right:0;
	border-right: 3px dotted #fff
}

#ss-header {
	color: orange;
    font-family: Impact,Arial;
	font-weight:bold;
    font-size: 70px;
    position: relative;
    top: 10px;
}
.snicon {
	width:55px;
	height:55px;
	float:left;
	margin: 0 5px;
}
/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	position:relative;
}
#content {
	margin-bottom: 6px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;

}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;

}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 18px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.knowledgebase-title {
    background-color: #777;
    color: #EEEEEE;
    font-family: Century Gothic,Georgia,Verdana,Tahoma;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 15px;
	margin-right:auto;
	margin-left:auto;
    margin-top: 25px;
	text-align:center;
}
#content .entry-title {
	font-size: 25px;
	padding-top:5px;
	line-height: 1.3em;
	margin-bottom: 0;
	font-family:Century Gothic, Georgia, Verdana, Tahoma;
	color:#333;
	clear:none !important;
	float:left;
	color:#ffffff;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	width:700px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
    background-color: #FFFFFF;
    border: medium none;
    float: left;
    font-family: Century Gothic,Verdana;
    font-size: 12pt;
    padding: 8px;
    width: 130px;
}

#searchsubmit {
	background-image: url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/search.gif');
	_background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/search.gif');
    border: none;
    color: #FFFFFF;
    display: inline;
    float: right;
    height: 38px;
    margin: 0;
    width: 38px;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	font-family:Century Gothic, Verdana;
	color: #4c80bc;
	font-size:15pt;
	padding:15px 0;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
		width:700px;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

#slider-wrapper {
    border: 1px solid transparent;
	_border: none;
    height: 416px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 733px;
	_width:739px;
	z-index:0;

}

#slider-left { 
	float:left;
	width:18px;
	height:416px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/slider-l.png');
	background-repeat: no-reapeat;
	
}

#slider-top {
	position:absolute;
	top:0;
	left:0;
	width:698px;
	_width:703px;
	height:13px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/slider-top.png');
	background-repeat: no-reapeat;
	margin: 0 18px;
}

#slider-bottom {
	position:absolute;
	bottom:0;
	left:0;
	width:698px;
	_width:703px;
	height:13px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/slider-bottom.png');
	background-repeat: no-reapeat;
	margin: 0 18px;
	_margin-top:0px;
	_margin-left:18px;
	
}

#slider-right { 
	position:absolute;
	top:0;
	right:0;
	width:18px;
	height:416px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/slider-r.png');
	background-repeat: no-reapeat;
	
}

#slider-cont { 

	width:699px;
	height:389px;
	margin:18px;
	position:absolute;
	top:0;
	left:0;
}

#layer-one {
    border: 1px solid transparent;
    height: 416px;
    left: 0;
    position: absolute;
    top: 0;
    width: 733px;
}

#sidetab {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/right-tab.png');
	background-repeat: no-reapeat;
	width:267px;
	height:401px;
	float:right;
	padding-right:5px;
	margin-top:5px;
}

#top-left-logo,#top-left-logo2 {
	float:left;
	width:246px;
	height:79px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/logo.png');
}

#top-left-logo-2013 {
	float:left;
	width:378px;
	height:108px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/cb_2013_2.jpg');
}

#top-toyota-logo {
	float:left;
	width:275px;
	height:108px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/tfs_2013.jpg');
}

#sponsored-by{
	cursor:pointer;
	width:256px;
	height:54px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/sponsoredbyeverychild.png');
	position:absolute;
	left:0;
	top:100px;
	-top:170px;
	-left:0;
	z-index:15;
}

#toyotasidebar{
	cursor:pointer;
	width:201px;
	height:79px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/tfs_sidebar.jpg');
	margin-top:50px;
}

#bgclaharbor {
	cursor:pointer;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/bgclaharbor.jpg');
	width:256px;
	height:54px;
	position:absolute;
		top:100px;
	-top:170px;
	-left:30%;
	z-index:15;
}

#message-ticker {
	margin:5px;
	z-index:999;
}

#mt {
	color:red;
	width:208px;
	height:125px;
	position:relative;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/mt-bg2.gif');
}

#mt_spancontant {
	font-size:12pt;
	margin:15px;
	max-width:180px;
}

.xoxo {
	margin-top:15px;
	margin-left:10px;
}

#searchcover {
	border:3px solid #ddd;
	height:38px;
}

/* Bottom Box Styles ----------------------------------------*/

#bottom-box {
	float:left;
	margin:15px auto;
	width:930px;
	height:100px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/bb-background.gif');
	background-color:#b9b8b8;
}

#bb-right{
	margin-top:15px;
	float:left;
	height:100px;
	width:11px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/bb-right.gif');
}

#bb-left{
	margin-top:15px;
	float:left;
	height:100px;
	width:11px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/bb-left.gif');
}

#bb-center {
	float:left;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/bb-logo.png');
	width:211px;
	height:64px;
	margin:20px 5px;
	text-align:center;
	color:#777;
}

.bb {
	float:left;
	width:20%;
	text-align:center;
	padding:20px 5px 0px 5px;
}

.bb_tfs {
	float:left;
	width:18%;
	text-align:center;
	padding:20px 5px 0px 5px;
}

.bb a {
	text-decoration:none;
	color:#777;
}

.bb ul {
	list-style:none;
}

#colorboxes {
	width:945px;
	height:147px;
	border:1px transparent;
	margin-top:30px;
	margin-left:8px;
}

.color-box {
	width:231px;
	height:147px;
	position:relative;
}

.color-box p {
    color: #FFFFFF;
    font-family: Century Gothic,Verdana;
    font-size: 10pt;
    position:absolute;
	bottom:0;
	padding:0 5px;
	margin-left:5px;
}

.color-box h3 {
    color: #FFFFFF;
    font-family: Century Gothic,Verdana;
    font-size: 18pt;
	text-decoration:underline;
    margin-top: 10px;
    padding: 10px 5px;
	margin-left:10px;
}


#left-box {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/grey-l.png');
	width:10px;
	height:147px;
	float:left;
}

#right-box {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/yellow-r.png');
	width:10px;
	height:147px;
	float:left;
}

#greybox {
	float:left;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/grey.png');
	background-repeat: reapeat-x;
}

#greybox-on {
	float:left;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/grey-hover.jpg');
	background-repeat: reapeat-x;
	background-color:#74857f;
}

#purpbox {
	float:left;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/purple.png');
	background-repeat: reapeat-x;
}

#purpbox-on {
	float:left;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/purple-on.jpg');
	background-repeat: reapeat-x;
	background-color:#a4016e;
}

#greenbox {
	float:left;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/green.png');
	background-repeat: reapeat-x;
}

#greenbox-on {
	float:left;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/green-on.jpg');
	background-repeat: reapeat-x;
	background-color:#91a335;
}

#yellowbox {
	float:left;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/yellow.png');
	background-repeat: reapeat-x;
}

#yellowbox-on {
	float:left;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/yellow-on.jpg');
	background-repeat: reapeat-x;
	background-color:#f3b500;
}

/* Mouse Over Buttons------------------------------------*/

.wbutton {
	background-color:transparent;
	height:147px;
	width:231px;
	float:left;
}

.wbuttonOver {
	background-color:#d9eaa8;
	height:147px;
	width:231px;
	float:left;
}

/*  Bottom Logos ------------------------------------------*/

#everychild {
	background-image: url("/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/everychild.gif");
    float: left;
    height: 92px;
    margin: 5px 20px 0;
    width: 114px;
}

#bgc-logo {
	background-image: url("/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/bgc.gif");
    float: left;
    height: 62px;
    margin: 15px 10px 0;
    width: 115px;
}

#tfs-logo {
	background-image: url("/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/tfs_footer.jpg");
    float: left;
    height: 64px;
    margin: 15px 10px 0;
    width: 163px;
}

#tfs-logo2 {
	background-image: url("/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/tfs_footer2.jpg");
    float: left;
    height: 64px;
    margin: 15px 10px 0;
    width: 169px;
}

#related-links-wrapper {
	position:relative;
	border:1px solid transparent;
	_border:none;
	width:225px;
}

#rel-links-top {
	width:225px;
	height:37px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/related-links-top.png');
	position:absolute;
	_position:relative;
	top:0;
}

#rel-links-bottom {
	width:225px;
	height:9px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/related-links-bottom.png');
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
}

#rel-links  {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/related-links-bg.png');
	background-repeat:repeat;
	position:relative;
	margin-top: 35px;
	margin-bottom:9px;
	padding-bottom:30px;
	padding-top:20px;
	_padding-top:0px;
	_margin-top:0px;
	width:100%;

}

#rel-links ul li{
	list-style:none;
	padding:10px 0;
}

#rel-links ul li a{
	color:#fff;
	font-faimly:century gothic, verdana;
	font-size:13px;
}

#workshop-resources {
	position:absolute;
	width:468px;
	height:260px;
}

#related-videos {
	position:relative;
	float:right;
	width:468px;
	height:260px;
}

.vidbox-left {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/videobox-left.png');
	background-repeat:no-repeat;
	width:9px;
	height:260px;
	float:left;
}

.vidbox-right {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/videobox-right.png');
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	top:0;
	width:9px;
	height:260px;
	float:right;
	padding:0;
	margin:0;
}

.vidbox-center {
	width:450px;
	height:100%;
	background-color:#fff;
	margin:0;
	position:relative;
	float:left;
	_position:relative;
	_margin:0px;
}

.vidbox-center h3{
	text-align:center;
	font-family:century gothic, verdana;
	font-size:35px;
	padding-top:25px;
}

.videopage-bottom {
    float: left;

    /* height: 160px; */
    height: 160px;
    position: relative;
	margin-bottom:30px;
    width: 955px;
}

#orange-box{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ws-resources-bg.jpg');
	background-repeat:repeat;
	width:417px;
	height:190px;
	margin: 10px auto 0;
	overflow:auto;
}

#green-box{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/related-vids-bg.jpg');
	background-repeat:repeat;
	width:417px;
	height:200px;
	margin: 2px auto 0;
}

#green-box a,#green-box li {
	padding:5px 20px;
	font-family:century gothic, verdana;
	font-size:13pt;
	color:#fff;
}
/* Video Wrapper ------------------------------*/

#video-frame {
	position:relative;
    height: 393px;
    width: 671px;
}

#video-content {
    float: left;
    margin-top: 10px;
    width: 900px;
	position:relative;
}

#resources{
	width:241px;
	height:134px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/Resources-bg.jpg');
}

#video-title{
	color: #FFFFFF;
    font-family: century gothic,verdana;
    font-size: 20px;
    background: none repeat scroll 0 0 #91A434;
    height: 40px;
    position: absolute;
    top: -60px;
	left:0;
	width:500px;
	padding:0;
	margin:0;
	overflow:hidden;
}

#videospan {
	color: #FFFFFF;
    font-family: century gothic,verdana;
    font-size: 20px;
	padding:0;
	margin:0;
	line-height:2;
	}

#videotitle-right {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/videotitle-right.jpg');
	margin:0;
	padding:0;
	width:15px;
	height:40px;
	float:right;
	-position:relative;
	-top:-40px;
}

#videotitle-left {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/videotitle-left.jpg');
	width:15px;
	height:40px;
	float:left;
}

#video-resources{
	position:absolute;
	float:right;
	top:0;
	right:0;
}

#video-links{
	margin-top:20px;
	padding-bottom:10px;
	position:relative;
	width:241px;
	background:#9d0068;
}

#video-links ul{
	margin-left:18px;
	margin-top:0px;
	margin-bottom:0px;
	padding:5px;
	positino:relative;
}

#video-links ul li a {
	font-family:century gothic, verdana, tahoma;
	font-size:80%;
}

#video-resources a{
	color:#fff;
}

.video-iframe {
	float:left;
	clear:both;
}

#video-frame-left {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/video-frame-left.png');
	background-repeat:no-repeat;
	width:17px;
	height:393px;
	position:absolute;
	left:0;
	top:0;
}

#video-frame-right {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/video-frame-right.png');
	background-repeat:no-repeat;
	width:17px;
	height:393px;
	position:absolute;
	right:0;
	top:0;
}

#video-frame-middle {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/video-frame-bg.png');
	background-repeat:repeat-x;
	width:637px;
	height:393px;
	position:absolute;
	top:0;
	margin:0 17px;
}

#cont {
	position:relative;
	top:17px;
}

/* Video Page Styles      ---------------------------*/

.cf-center {
    height: 100px;
    position: absolute;
    width: 100%;
} 

/* pdf and power point links ---------------------------*/

.pdf-link {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/pdflink.jpg);
	border:1px solid #000000;
	height:30px;
	overflow:hidden;
	padding-top:25px;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	text-align:center;
}

.pdf-link a {
	color:blue;
	font-family:century gothic,verdana;
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
}

.ppp-link {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ppplink.jpg);
	border:1px solid #000000;
	height:30px;
	overflow:hidden;
	padding-top:25px;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	text-align:center;
}

.ppp-link a {
	font-family:verdana;
	font-weight:bold;
	font-size:11pt;
}

.res-link {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/reslink.jpg);
	border:1px solid #000000;
	height:30px;
	overflow:hidden;
	padding-top:25px;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	text-align:center;
}

.res-link a {
	color:blue;
	font-family:century gothic,verdana;
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
}

/* Workshop Grid ----------------------------------------*/

#grid-wrapper{
	width:658px;
	height:455px;
	position:relative;
	margin-bottom:50px;
}

.gridbox{
	width:307px;
	height:216px;
	position:absolute;
}


#gbox-1 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/workshop-grid/highschool-workshops.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}
#gbox-1-on {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/workshop-grid/highschool-workshops-on.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}
#gbox-2 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/workshop-grid/middleschool-CMU.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}
#gbox-2-on {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/workshop-grid/middleschool-CMU-on.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}
#gbox-3 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/workshop-grid/middleschool-dreams.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}
#gbox-3-on {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/workshop-grid/middleschool-dreams-on.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}
#gbox-4 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/workshop-grid/middleschool-goals.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}
#gbox-4-on {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/workshop-grid/middleschool-goals-on.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}
#gb-workshops {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/workshop-grid/hs-workshops.jpg);
	background-repeat:no-repeat;
}

#gb-mssp {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/workshop-grid/ms-sp.jpg);
	background-repeat:no-repeat;
}

#gb-msgoals {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/workshop-grid/ms-goals.jpg);
	background-repeat:no-repeat;
}

#gb-precb {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/workshop-grid/pre-cb.jpg);
	background-repeat:no-repeat;
}
.gbox-img {
	position:absolute;
	margin:20px 10px;
	width:258px;
	height:108px;
}
/* Trainings Template -----------------------------------------*/
.cluster-title {
	position:relative;
	overflow:hidden;
	margin-bottom:25px;
}

.cluster-title h3{
	font-family:century gothic, verdana;
	font-size:30px;
	color:white;	
}

.h3-title-left {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/h3-title-left.jpg');
	background-repeat:no-repeat;
	width:7px;
	height:48px;
	float:left;
}

.h3-title-right {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/h3-title-right.jpg');
	background-repeat:no-repeat;
	width:7px;
	height:48px;
	float:left;
}

.h3-title-bg {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/h3-title-bg.jpg');
	background-repeat:repeat-x;
	height:48px;
	float:left;
}

#sixcore-grid-wrapper {
	width:658px;
	height:455px;
	position:relative;
}

#sixcore-grid-wrapper2 {
	width:658px;
	height:227px;
	position:relative;
	margin-top:30px;
	margin-bottom:50px;
}

#fyp-gbox-1 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/4YearPlan-box1.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}

#fyp-gbox-2 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/4YearPlan-box2.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}

#fyp-gbox-3 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/4YearPlan-box3.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}

#fyp-gbox-4 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/4YearPlan-box4.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}

#cmu-gbox-1 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/CMU-box1.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}

#cmu-gbox-2 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/CMU-box2.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}

#cmu-gbox-3 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/CMU-box3.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}

#cmu-gbox-4 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/CMU-box4.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}

#sixc-gbox-1 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/6corecluster-box1.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}

#sixc-gbox-2 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/6corecluster-box2.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}

#sixc-gbox-3 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/6corecluster-box3.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}

#sixc-gbox-4 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/6corecluster-box4.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}

#sixc-gbox-5 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/6corecluster-box5.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}

#sixc-gbox-6 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/6corecluster-box6.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}

#cm-gbox-1 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/casemanagercluster-box1.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}

#cm-gbox-2 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/casemanagercluster-box2.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}

#cm-gbox-3 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/casemanagercluster-box3.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}

#cm-gbox-4 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/training-grid/casemanagercluster-box4.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}

/* Speakers Template ------------------------------------------*/

#sp-gbox-1{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/guestspeaker-grid/architecture.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}
#sp-gbox-1-on{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/guestspeaker-grid/architecture-on.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}
#sp-gbox-2{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/guestspeaker-grid/AB540.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}
#sp-gbox-2-on{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/guestspeaker-grid/AB540-on.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}
#sp-gbox-3{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/guestspeaker-grid/boeing.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}
#sp-gbox-3-on{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/guestspeaker-grid/boeing-on.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}
#sp-gbox-4{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/guestspeaker-grid/med-school.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}
#sp-gbox-4-on{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/guestspeaker-grid/med-school-on.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}

#sp-gbox-5{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/guestspeaker-grid/womens-panel.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}

#sp-gbox-6{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/guestspeaker-grid/cb-alumnimixer.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}

/* Special Event Template -------------------------------------*/
/*#ev-gbox-1{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/seniorretreat-box1.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}
#ev-gbox-1-on{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/seniorretreat-box1-on.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}
#ev-gbox-2{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/seniorretreat-box2.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}
#ev-gbox-2-on{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/seniorretreat-box2-on.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}
#ev-gbox-3{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/seniorretreat-box3.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}
#ev-gbox-3-on{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/seniorretreat-box3-on.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}
#ev-gbox-4{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/seniorretreat-box4.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
} */

#cc101-gbox-1{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/IntroCommunityCollege.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}
#cc101-gbox-2{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/OptionsCommunityCollege.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}
#cc101-gbox-3{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/CommunityCollegeFollowUp.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}
#ev-gbox-1{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/middleschoolmatriculation.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}
#ev-gbox-2{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/collegeboundkids.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}
/*#ev-gbox-2{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/JeremysUniversityVideo.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
} */
#ev-gbox-3{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/collegeboundgrad12.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}
#ev-gbox-4{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/seniorretreat-2013.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}
#ev-gbox-5{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/sat-decathalon.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}
#ev-gbox-6{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/cb-history.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}
#ev-gbox-7{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/denimday.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}
#ev-gbox-8{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/coolkid.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}
#ev-gbox-9{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/Impact2012.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}
#ev-gbox-10{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/kickbuttsday.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}

#ev-gbox-11 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/middleschoolmatriculation.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}

#ev-gbox-12 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/JeremysUniversityVideo.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}

#ev-gbox-13 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/financialaid_awardletter.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}

#ev-gbox-14 {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/communitycollege101.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}

#sr-gbox-1{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/seniorretreat-app-process.jpg');
	background-repeat:no-repeat;
	top:0;
	left:0;
}
#sr-gbox-2{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/seniorretreat-testingrequirements.jpg');
	background-repeat:no-repeat;
	top:0;
	right:0;
}
#sr-gbox-3{
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/seniorretreat-fafsa.jpg');
	background-repeat:no-repeat;
	bottom:0;
	left:0;
}
#sr-gbox-4{
    background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/seniorretreat-resources.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}
#sr-gbox-5{
    background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/specialevents-grid/seniorretreat-commcollege.jpg');
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}

/*  Walkthrough Button  */
#walkthrough-button {
	background-image: url("/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/walkthrough_button.jpg");
    border: 0 none;
    float: right;
    height: 59px;
    position: relative;
    right: 240px;
    top: -45px;
    width: 244px;
	}
	
#walkthrough-button2 {
	background-image: url("/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/walkthrough_button2.jpg");
    border: 0 none;
    height: 38px;
    position: absolute;
    right: 75px;
    width: 211px;
	}
/* Pannels template style -------------------------------------*/

#pannel-wrapper {
	position:relative;
	width:660px;
}

#panelframe-spring-top {
	position:relative;
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels-spring-top.png);
	background-repeat:no-repeat;
	width:660px;
	height:61px;
	top:0;
	left:0;
	float:left;
}
#panelframe-fall-top {
	position:relative;
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels-fall-top.png);
	background-repeat:no-repeat;
	width:660px;
	height:61px;
	top:0;
	left:0;
	float:left;
}

#panelframe-goals-top {
	position:relative;
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panel-goals-top.png);
	background-repeat:no-repeat;
	width:660px;
	height:61px;
	top:0;
	left:0;
	float:left;
}

#panelframe-bottom {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels-bottom.png);
	background-repeat:no-repeat;
	width:660px;
	height:9px;
	bottom:0;
	left:0;
	float:left;
	margin-bottom:50px;
}

#panelframe-center {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels-bg.png);
	background-repeat:repeat;
	width:660px;
	height:100%;
	float:left;
}

.panel-box {
	width:572px;
	height:163px;
	position:relative;
	margin: 15px auto;
}

.panel-left {
	float:left;
	width:200px;
	height:163px;
}


.panel-center {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/panel-middle.png);
	background-repeat:repeat-x;
	float:left;
	width:360px;
	height:163px;
}

.panel-center-on {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/panel-middle.png);
	background-repeat:repeat-x;
	float:left;
	width:360px;
	height:163px;
}

.panel-center-on h3 {
	color: #ab0376;
    font-family: century gothic,verdana;
    font-size: 18pt;
    padding-left:10px;
    padding-top:5px;
}

.panel-center-on p {
	color: #ab0376;
    font-family: century gothic,verdana;
    margin-left: 10px;
}

.panel-center h3 {
	color: #000;
    font-family: century gothic,verdana;
    font-size: 18pt;
    padding-left:10px;
    padding-top:5px;
}

.panel-center p {
	color: #000;
    font-family: century gothic,verdana;
    margin-left: 10px;
}

.panel-right {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/panel-right.png);
	background-repeat:no-repeat;
	float:left;
	width:10px;
	height:163px;
}

#bbp-forum-0 {
	margin: 15px auto !important;
	width:100%;
}
.bbp-topic-freshness a,
.bbp-topic-meta a,
.bbp-topic-title a {
	font-family:Century Gothic, Verdana, Tahoma;
	color:#888;
	font-size:15px;
}
.bbp-topics {
	border: 1px solid #E7E7E7;
}
.bbp-replies {
	width:700px !important;
}
.bbp-topic-voice-count,
.bbp-topic-reply-count,
.bbp-topic-freshness,
.bbp-topic-title {
    color: #888888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
	text-align:left !important;
	}
	
#messageboard-wrapper {
	position:relative;
	width:946px;

}
/* Panel images -----------------------------------------*/

#michaelsong-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/MichaelSongPanel.png);
	background-repeat:no-repeat;
}
#Applying2CSUsPanel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/Applying2CSUsPanel.png);
	background-repeat:no-repeat;	
}
#PersonalStatementPanel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/PersonalStatementPanel.png);
	background-repeat:no-repeat;
}
#EOPWorkshopPanel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/EOPWorkshopPanel.png);
	background-repeat:no-repeat;
}
#GettingReadyUCsPanel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/GettingReadyUCsPanel.png);
	background-repeat:no-repeat;
}
#ApplyingtoPrivatePanel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/ApplyingtoPrivatePanel.png);
	background-repeat:no-repeat;
}
#FAFSA_CSSProfilePanel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/FAFSA_CSSProfilePanel.png);
	background-repeat:no-repeat;
}
#ScholarshipsResourcesPanel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/ScholarshipsResourcesPanel.png);
	background-repeat:no-repeat;
}
#FAFSAKathyPrt2Panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/FAFSAKathyPrt2Panel.png);
	background-repeat:no-repeat;
}
#ExploringCommunityCollegesPanel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/ExploringCommunityCollegesPanel.png);
	background-repeat:no-repeat;
}
#HBCUPanel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/HBCUPanel.png);
	background-repeat:no-repeat;
}
#HS_CMU_Part1Panel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/HS_CMU_Part1Panel.png);
	background-repeat:no-repeat;
}
#CMU_CareersPartTwoPanel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/CMU_CareersPartTwoPanel.png);
	background-repeat:no-repeat;
}
#AB540Panel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/AB540Panel.png);
	background-repeat:no-repeat;
}
#CMU_PrivateSchoolsPanel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/CMU_PrivateSchoolsPanel.png);
	background-repeat:no-repeat;
}
#CMU_PublicSchoolsPanel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/CMU_PublicSchoolsPanel.png);
	background-repeat:no-repeat;
}
#GuestSpeaker_BoeingPanel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/GuestSpeaker_BoeingPanel.png);
	background-repeat:no-repeat;
}
#SPHS_to_MedSchoolPanel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/SPHS_to_MedSchoolPanel.png);
	background-repeat:no-repeat;
}
#Guestspeaker_MelissaBettisPanel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/Guestspeaker_MelissaBettisPanel.png);
	background-repeat:no-repeat;
}
#ShowandTellDreamSchoolPanel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/ShowandTellDreamSchoolPanel.png);
	background-repeat:no-repeat;
}
#CollegeboundGraduationPanel{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/CollegeboundGraduationPanel.png);
	background-repeat:no-repeat;
}
#PublicVsPrivate {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/PublicVsPrivate.png);
	background-repeat:no-repeat;
}
#TheWholePackage {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/TheWholePackage.png);
	background-repeat:no-repeat;
}
#WomensAlumniPanel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/WomensAlumniPanel.png);
	background-repeat:no-repeat;
}
#WhatNow {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/WhatNow.png);
	background-repeat:no-repeat;
}
#FinAidStudentParent{
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/FinAidStudentParent.png);
	background-repeat:no-repeat;
}

#goals1-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/Orientation.png);
	background-repeat:no-repeat;
}

#goals2-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/UnderstandingGoalSetting.png);
	background-repeat:no-repeat;
}

#goals3-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/BeginningtoSetGoals.png);
	background-repeat:no-repeat;
}

#goals4-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/AssesWhereYouAreNow.png);
	background-repeat:no-repeat;
}

#goals5-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/AssesWhereYouAreNow2.png);
	background-repeat:no-repeat;
}

#goals6-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/panel.png);
	background-repeat:no-repeat;
}

#goals7-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/WhatWantStep3.png);
	background-repeat:no-repeat;
}

#goals8-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/ThinkAboutWhatYouWantStep3.png);
	background-repeat:no-repeat;
}

#goals9-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/UnderstandingGoalSetting.png);
	background-repeat:no-repeat;
}

#goals10-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/panel.png);
	background-repeat:no-repeat;
}

#goals11-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/panel.png);
	background-repeat:no-repeat;
}

#goals12-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/panel.png);
	background-repeat:no-repeat;
}

#goals13-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/panel.png);
	background-repeat:no-repeat;
}

#goals14-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/panel.png);
	background-repeat:no-repeat;
}

#goals15-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/panel.png);
	background-repeat:no-repeat;
}

#goals16-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/panel.png);
	background-repeat:no-repeat;
}

#goals17-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/panel.png);
	background-repeat:no-repeat;
}

#goals18-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/panel.png);
	background-repeat:no-repeat;
}

#goals19-panel {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/panels/goals/panel.png);
	background-repeat:no-repeat;
}

/*  --NEW VIDEO PAGE-----------------------------------------------*/

.VideoNavMenu {
	width:954px;
	height:79px;
	margin: 0 auto 0 auto;
	z-index:15;
}
.vnm h3 {
	font-family:Century Gothic, Arial, Tahoma;
	font-size:30px;
	color:#fff;
	padding-left:25px;
	padding-top:25px;
}
#vnm-fall {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/vnm-left.jpg);
	width:240px;
	height:78px;
	float:left;
}
#vnm-fall-on {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/vnm-left-on.jpg);
	width:240px;
	height:78px;
	float:left;
}
#vnm-spring {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/vnm-mid.jpg);
	width:237px;
	height:78px;
	float:left;
}
#vnm-spring-on {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/vnm-mid-on.jpg);
	width:237px;
	height:78px;
	float:left;
}
#vnm-summer {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/vnm-mid.jpg);
	width:237px;
	height:78px;
	float:left;
}
#vnm-summer-on {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/vnm-mid-on.jpg);
	width:237px;
	height:78px;
	float:left;
}
#vnm-archive {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/vnm-right.jpg);
	width:240px;
	height:78px;
	float:left;
}
#vnm-archive-on {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/colorboxes/vnm-right-on.jpg);
	width:240px;
	height:78px;
	float:left;
}
#vnm-arrow-right {
	width:16px;
	height:47px;
    bottom: 40px;
    position: absolute;
    right: 30px;

}
#vnm-arrow-left {
	width:16px;
	height:47px;
    bottom: 40px;
    position: absolute;
    left: 30px;
}
/*  -------------------------------------------------------------------*/
#everychild-header {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/sponsored.jpg);
	width:143px;
	height:43px;
	margin: 0 auto;
}

#khan {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/kahn-academy.jpg);
	width:226px;
	height:110px;
}

#tutordotcom {
	background-image:url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/tutordotcom.jpg);
	width:205px;
	height:76px;
	margin-left:15px;
	margin-bottom:15px;
}

.fadescroll {
	position:relative;
	border: dotted 6px #ddd;
}

.fadescroll p {
	margin-left:15px;
}

#fadescrolltop {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/FadeTop.png');
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:60px;
}

#fadescrollbottom {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/FadeBottom.png');
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:60px;
}

.iepngfix { behavior: url(/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/iepngfix.htc) }


/*------------------------------------------NEW STUDENT SECTION---------------------------*/

#ss-video {
	width:641px;
	height:382px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ss-videoframe.jpg')
}

#ss-video iframe {
	margin:26px;
}

#ss-applying, #ss-register {
	float:left;
	width:280px;
	/* height:454px; */
	padding-bottom:2px;
	margin:5px 20px;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ss-stripesbg.jpg');
}

#ss-applyingtitle {
	width:235px;
	height:51px;
	margin:10px auto;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ss-applyingtitle.png');
}

#ss-registertitle {
	width:235px;
	height:51px;
	margin:10px auto;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ss-registertitle.png');
}

#ss-finaidtitle {
	width:235px;
	height:51px;
	margin:10px auto;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ss-finaid.png');
}

#ss-testpreptitle {
	width:235px;
	height:51px;
	margin:10px auto;
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ss-testprep.png');
}

.ss-linkbox {
	margin-bottom:7px;
	width:260px;
	height:87px;
	margin-left:10px;
	overflow:hidden;
}
#ss-lb {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ss-linkboxbg.jpg');
}
#ss-lb-on {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ss-linkboxbg-on.jpg');
}

.ss-linkbox h3 {
    color: #01C5FE;
    font-family: century gothic;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: right;
	margin:0 !important;
}

.ss-linkbox p {
	float: right;
    margin: 0;
    padding: 10px;
}

#ss-resource-box{
	width:255px;
	min-height:338px;
	overflow:hidden;
}
#ss-resource-top {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ss-resources-top.jpg');
	background-repeat:no-repeat;
	width:255px;
	height:72px;
}

#ss-list li {
	padding-top:5px;
	padding-bottom:5px;
}

#ss-list li a {
	padding: 0px;
	font-size:11pt;
}

#ss-resource-cont {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ss-resources-bg.jpg');
	background-repeat:repeat-y;
	width:255px;
	overflow:hidden;
	text-align:left;
	padding-left:10px;
}
#ss-resource-cont a {
	font-family:century gothic, verdana, tahoma;
	font-size:12pt;
	color:purple;
	padding-top:10px;
	padding-bottom:10px;
}

#ss-resource-link {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ss-resources-mid.jpg');
	background-repeat:no-repeat;
	height:76px;
	width:255px;
}
#ss-resource-vid {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ss-resources-vid.jpg');
	background-repeat:no-repeat;
	height:76px;
	width:255px;
}
#ss-resource-bottom {
	background-image:url('/web/20171005232048im_/http://collegeboundclubs.com/wp-content/themes/collegebound/images/ss-resources-bottom.jpg');
	background-repeat:no-repeat;
	width:255px;
	height:19px;
}