/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
/*               styles for thespacevancouver.com         2008                */
/******************************************************************************/ 
@import url("reset.css");


HTML, BODY, #basic{
	height: 100%;
}
#basis{
	margin: 0px 0px 0px 30px;
	width: 970px;	/* width of basis */
	margin-bottom: -50px;
	display: table;
	height: auto;
	height: 100%;
	min-height: 100%;
}
#main{
	height: 100%;
}

#header{
	height: 135px;	/* height of header */
}

#content
{
}
#left{
	width: 150px;	/* width of left column */
	float: left;
}
#center{
	width: 576px;	/* width of center column */
	float: left;
}
#right{
	width: 180px;	/* width of center column */
	float: right;
}

#footer{
	width: 970px;	/* width of basis */
	margin: auto;
	height: 50px;	/* height of footer */
}


/*needed to make room for footer*/
#clearfooter{
	clear: both;
	height: 50px;	/* height of footer */
}
* > HTML #clearfooter {
	float: left;
	width: 100%;
}/* ie mac styles */


/*** standard classes ***********************************************************************************************/
.separator1{
	height: 1px;
	font-size: 1px;
	display: block;
}
.separator2{
	height: 2px;
	font-size: 1px;
	display: block;
}
.separator3{
	height: 3px;
	font-size: 1px;
	display: block;
}
.separator5{
	height: 5px;
	font-size: 1px;
	display: block;
}
.separator10{
	height: 10px;
	font-size: 1px;
	display: block;
}
.separator20{
	height: 20px;
	font-size: 1px;
	display: block;
}
.separator50{
	height: 50px;
	font-size: 1px;
	display: block;
}

.clear{
	clear:both;
	display: block;
}


/*** follow sections can edit *****************************************************************************/
BODY
{
	background-color: #990000;
	background-color: #20396e;
	/*background-image: url(../images/body-bg.gif);*/
	behavior: url("js/csshover.htc");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
B, STRONG { font-weight: bold; }
I, EM { font-style: italic; }


#basis
{
	width: 920px;
}

/*** header **************************************************************/
#header
{
	position: relative;
}
#circles
{
	position: absolute;
	top: 6px;
	left: 8px;
	display: block;
	width: 179px;
	height: 173px;
	font-size: 0px;
}
#circles IMG
{
	width: 179px;
	height: 173px;
}
A#logo,
A:visited#logo,
A:hover#logo
{
	text-decoration: none;
	position: absolute;
	top: 10px;
	left: -20px;
}


#header UL
{
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 113px;
	left: 320px;
}
#header UL LI
{
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 7px;
	border-left: 1px solid #cdd8f0;
	float: left;
}
#header UL LI.first
{
	border: none;
}
#header UL LI A
{
	color: #cdd8f0;
	text-decoration: none;
	font-size: 13px;
}
#header UL LI A:hover
{
	color: #ffffff;
}




/*** left *************************************************************/
#left UL
{
	width: 142px;
	padding: 33px 0px 0px 0px;
}
#left UL LI
{
	padding: 17px 0px 0px 0px;
	text-align: right;
}
#left UL LI A
{
	color: #cdd8f0;
	text-decoration: none;
	font-size: 13px;
}
#left UL LI A:hover
{
	color: #ffffff;
}




/*** center ***********************************************************/
#center
{
}
#center .topside,
#center .bottomside
{
	background-image: url(../images/center-top-bg.gif);
	background-repeat: no-repeat;
	width: 576px;
	height: 9px;
	font-size: 0px;
	position: relative;
}
#center .bottomside { background-image: url(../images/center-bottom-bg.gif);}
#content
{
	padding: 10px 15px 10px 15px;
	background-color: #ffffff;
	position: relative;
	color: #666666;
}
#content IMG.left
{
	float: left;
	margin: 0px 15px 0px -13px;
	position: relative;
}



#content P
{
	padding: 5px 0px 10px 0px;
}
#content P CITE
{
	text-align: center;
	display: block;
	font-style: italic;
}
#content P A,
#content P A:visited
{
	color: #666666;
	text-decoration: underline;
}
#content P A:hover
{
	color: #000000;
}




/*** post ****************************************************************/
.post
{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
.post H3
{
	font-size: 16px;
	color: #666666;
}
.post H3 A,
.post H3 A:visited
{
	font-size: 16px;
	color: #20396e;
	text-decoration: none;
}
.post H3 A:hover
{
	text-decoration: underline;
	color: #000000;
}


/*** meta *************/
.post .meta
{
	color: #666666;
	font-size: 10px;
	margin-bottom: 5px;
}
.post .meta A,
.post .meta A:visited
{
	color: #666666;
	text-decoration: underline;
}
.post .meta A:hover
{
	color: #000000;
}

A.more-link,
A:hover.more-link
{
	width: 100px;
	display: block;
	float: right;
	text-align: right;
}


/*** feedback *********/
.feedback
{
	text-align: right;
	margin: 10px 0px 10px 0px;
}
.feedback A,
.feedback A:visited
{
	color: #20396e;
	text-decoration: none;
}
.feedback A:hover
{
	text-decoration: underline;
	color: #000000;
}

TEXTAREA#comment
{
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20396e;
}



/*** comments ************************/
H3#comments,
H3#respond
{
	color: #20396e;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}
OL.commentlist
{
	margin-left: 20px;
	list-style-type: decimal;
}
OL.commentlist LI
{
	margin: 0px 0px 5px 0px;
	background-color: #fbf6f6;
	padding: 3px;
}
OL.commentlist A
{
	color: #666666;
}
OL.commentlist LI P
{
	color: #000000;
}




/*** right ***************************************************************/
#right
{
}
#right UL
{
}
#right UL LI
{
}
#right UL LI H2
{
	background-image: url(../images/sidebar-hdr-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	padding: 0px 0px 4px 10px;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 5px;
	margin-top: 20px;
}
#right UL LI UL
{
}
#right UL LI UL LI
{
	background-image: url(../images/li-bullet-white.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 2px 10px;
	color: #ffffff;
}
#right UL LI UL LI A,
#right UL LI UL LI A:visited
{
	text-decoration: none;
	color: #cdd8f0;
}
#right UL LI UL LI A:hover
{
	color: #ffffff;
}



#right A.rss,
#right A:visited.rss
{
	background-image: url(../images/feed-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 1px 0px 2px 20px;
	color: #cdd8f0;
	text-decoration: none;
	display: block;
	width: 100px;
	margin-top: 20px;
}
#right A:hover.rss
{
	color: #ffffff;
}


/*** searchform ****************************/
FORM#searchform
{
	background-image: url(../images/form-search.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 153px;
	height: 20px;
	margin: 20px 0px 0px 0px;
}
FORM#searchform LABEL
{
	display: none;
}
FORM#searchform INPUT#s
{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20396e;
	border: none;
	width: 88px;
	position: absolute;
	top: 3px;
	left: 22px;
}
FORM#searchform INPUT.btn
{
	position: absolute;
	top: 0px;
	left: 118px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: transparent;
	border: none;
	width: 34px;
	height: 18px;
}



/*** social_bookmark ************************/
.social_bookmark
{
}
.social_bookmark EM
{
	display: none;
}




/*** clearfooter *********************************************************/
#clearfooter
{
	text-align: right;
	color: #cdd8f0;
	height: 35px;
	padding-top: 15px;
	margin-right: 200px;
}
#clearfooter SMALL,
#clearfooter SMALL A,
#clearfooter SMALL A:visited
{
	font-size: 10px;
	color: #cdd8f0;
	text-decoration: none;
}
#clearfooter SMALL A:hover
{
	text-decoration: underline;
	color: #ffffff;
}



/*** footer **************************************************************/
#footer
{
	display: none;
}



#content UL LI,
UL LI.list
{
	padding-left: 15px;
	background-image:  url(../images/li-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}



A.QE_Link
{
	display: none !important;
}

.img
{
	margin: -17px 0px 20px -13px;
	position: absolute;
}
.blue,
#content H1.blue,
#content H2.blue,
#content H3.blue,
#content A.blue
{ color: #0000ff; }
.red,
#content H1.red,
#content H2.red,
#content H3.red
{ color: #990000; }
.gray,
#content H1.gray,
#content H2.gray
{ color: #666666; }
.black,
#content H1.black,
#content H2.black,
#content H3.black
{
	color: #000000;
}






/*** section *********************************/
.section
{
	background-color: #e7eaf0;
	background-image: url(../images/section-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	width: 542px;
	color: #20396e;
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
}
.section H2
{
	height: 21px;
	color: #ffffff;
	font-size: 14px;
	padding: 6px 0px 0px 10px;
	background-image: url(../images/section-top-teachers.gif);
	margin: 0px;
}

.section .content
{
	border-left: 1px solid #20396e;
	border-right: 1px solid #20396e;
	padding: 5px 10px 0px 10px;
}
#content .section .content P A,
#content .section .content P A:visited
{
	color: #20396e;
}

