@charset "utf-8";
html {
	height: 101%;
	font-size: 65%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content {
	font-size: 1.2em;
	padding-bottom: 15px;
	float: right;
	width: 548px;
}
#wrap {
	margin-right: 25px;
	margin-left: 10px;
}
#admincontent {
	color: #FFFFFF;
	font-size: 1.2em;
	padding-bottom: 15px;
	float: right;
	width: 848px;
	font-weight: bold;
	margin-right: 10px;
}

#wrap a {
      text-decoration: none;
      color: #fff;
}
#samples {
	background-image: url(../images/sampleBox.png);
	margin-left: 50px;
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 280px;
	
}

#samples img {
	margin-left: 10px;
	margin-bottom: 15px;
}
#twitcard {
	padding-left: 55px;
}



#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: center;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
}

#navigation a {
	color: #FFFFFF;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
}

body {
	color: #FFFFFF;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	background-color: #6e8695;
	height: 101%;
}
#topBar {
	background-color: #000000;
	background-image: url(../images/topBar.png);
	background-repeat: repeat-x;
	height: 86px;
	width: 100%;
	position: fixed;
	top: 0px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bottomBar.png);
	background-repeat: repeat-x;
	height: 45px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}
#socialIcons {
	text-align: right;
	font-size: 1.2em;
	color: #828286;
	float: right;
	padding-right: 15px;
	padding-top: 15px;
}
#legal {
	font-size: 0.8em;
	line-height: 1px;
	text-align: left;
	color: #646468;
	float: left;
	padding-left: 5px;
	padding-top: 25px;
}
#legal a {
	color: #646468;
	text-decoration: none;
}

#header {
	background-image: url(../images/headBg.png);
	background-repeat: no-repeat;
	height: 234px;
}
#page {
	background-image: url(../images/pageBg.png);
	background-repeat: repeat-y;
	width: 868px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	min-height: 100%;
}
#leftBar {
	float: left;
	width: 300px;
	padding-top: 11px;
	text-align: left;
}
.myButton {
	background-image: url(../images/goButton.png);
	height: 30px;
	width: 30px;
	background-color: transparent;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 15px;
}
#logIn {
	font-size: .8em;
	line-height: 19px;
	color: #FFFFFF;
	text-align: right;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
}
#adminLogIn {
	font-size: 1.1em;
	line-height: 19px;
	color: #000000;
	width: 300px;
	margin: 60px auto;
	border: 6px solid #FFFFFF;
	text-align:center;
	padding: 20px;
	-moz-border-radius: 8px;
}
.wrap  {
	margin: auto;
	width: 868px;
}
.logo {
	float: left;
	margin-top: 24px;
	margin-left: 20px;
}
.headImg {
	float: right;
	margin-top: 24px;
}

.myCap {
	color: #0072ba;
}

.myField {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	line-height: 19px;
	text-indent: 6px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
}
.myPass {
	background-image: url(../images/inputPass.png);
	height: 19px;
	width: 83px;
	background-repeat: no-repeat;
	text-indent: 6px;
}
.myLog {
	background-image: url(../images/inputLog.png);
	text-indent: 6px;
	height: 19px;
	width: 119px;
	background-repeat: no-repeat;
}
.home li {
	font-family: Cambria, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
	line-height: 1.5em;
}
.bio img {
      float: right;
}
.staff {
      list-style-type: none;
}
.staff li {
      margin-bottom: 100px;
}
.staff li img {
      margin-bottom: -40px;
      margin-left: 20px;
}
.errMess {
	font-size: 1.6em;
	text-align:center;
}
#adminLinks{
	float:right;
	width: 250px;
	padding: 15px 10px;	
}
#adminPic{
	float:right;
	padding: 15px 10px;
}
.boldy {
	font-weight: bold;
	color: #000000;
}
object, embed {
	display: block;
}