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

/**************************************

	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
	
****************************************/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************************************

Below styles created by Jerron I. Smith

*************************************/


body {
	//font-family:Georgia, "Times New Roman", Times, serif;
	font-family: 'Mate SC', serif;
	background-image: url(../images/bgDistressedPaper.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-attachment: scroll;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#masthead {
	height: 202px;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
	border-radius:20px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	position: relative;
	margin-bottom: 10px;
	background-color: #FFF;
	background-image: url(../images/thePixelSmith-Logo.png);
	opacity:.75;
}
#intro {
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 10px;
	border: 2px solid #000;
	border-radius:20px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	text-align: center;
	background-color: rgba(255,255,255, .50);
	
}
#mainContent {
	min-height:550px;
	max-height: auto;
	width: 960px;
	margin: 0px auto 100px auto;
	padding: 20px 0px 0px 0px;
	position: relative;
	background-color:rgba(255,255,255,.50);
	border: 2px solid #000;
	border-radius:20px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom:none;
}
#mainContent h2{
	font-size: 2em;
	margin: 0px;
	letter-spacing:.25em;
}
#mainContent p {
	font-size: 1em;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#lftcol {
	/* [disabled]min-width:25%; */
	/* [disabled]max-width: 40%; */
	position: relative;
	padding: 0px;
	width: 20%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: none;
}
#lftcol a{
	display:block;
	color:#000000;
	text-decoration: none;
	//font-family:Arial, Helvetica, sans-serif;
	font-size:1.25em;
	//font-weight: bold;
	width:100%;
}
#lftcol ul{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#lftcol li{
	padding: 10px 0px 10px 0px;
	line-height:120%;
	margin: 0px 0px 0px 0px;
	//width: 100%;
	border:solid 2px #000000;
	text-align:center;
}
#lftcol li:hover{
	background-color:rgba(51,51,51,0.5)
}

#rtcol {
	float: right;
	/* [disabled]min-width:60%; */
	/* [disabled]max-width: 75%; */
	position: relative;
	padding:0px;
	width: 75%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer {
	height: 100px;
	width: 100%;
	margin-top: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
}
.backgroundLtBlue {
	background-color: #0CF;
}
.backgroundLtGray {
	background-color: #999;
}
.blackBorder {
	border: 2px solid #000;
}
.borderRadTopRound{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.borderRadBotRound{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.frames {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #000;
	padding: 0px;
}
.floatRight {
	float: right;
}
.marginBottom {
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.marginTop {
	margin-top: 10px;
}
.marginTopLG {
	margin-top: 125px;
}
.rightalign {
	text-align: right;
}
.smallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}
.StudentPageText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.textBox {
	height: auto;
	width: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.bgPosition01 {
	background-position: 100px;
}
.bgPosition02 {
	background-position: 200px;
}
.textAlignRt {
	text-align: right;
}
.thumbnailDisplay {
	margin: 5px;
	border: 2px solid #000;
}

