@charset "utf-8";
body {
	font-family: Corbel, sans-serif;
	font-weight: normal;
	color: #333333;
	background-color: #FFF;
	background-image: url(images/render1bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	text-decoration: none;
	/*color:#999999;*/
}

/*a:hover {
	color:#666666;
}*/

#pagetitle {
	height: 50px;
}

#pagetitle a{
	/*font-family: "Corbel";*/
	font-weight: bolder;
	color: #333333;
	font-size: xx-large;
	text-align: left;
	font-variant: small-caps;
	text-decoration: none;
        border: none;
}

#pagetitle a:hover {
	color: #666666;
}
#pagetitle a img{
        border: none;
}

.container {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#hbar {
	background-color: #333333;
	height: 2px;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#subtitle{
	/*font-family: "Corbel";*/
	font-size: large;
	font-weight: bolder;
	font-variant: small-caps;
	color: #333333;
	text-align: right;
}

#content {
	background-image: url(images/contentbg.png);
	background-repeat: repeat;
	width: 960px;
	height: 440px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.mainbutton{
	/*font-family: "Corbel";*/
	font-size: large;
	text-transform: uppercase;
	margin: 10px;
	float: left;
	height: 200px;
	width: 300px;
	text-align: center;
	color: #666666;
	font-weight: bold;
	line-height: 200px;
}

.mainbutton a{
	color: #FFFFFF;
	text-decoration: none;
}

#acadbutton {
	display: block;
	background-image: url(images/contentbg.png);
	height: 200px;
	width: 300px;
}

#acadbutton:hover {
	background-image: url(images/acadbutton.jpg);
	line-height: 200px;

}

.mainbutton span {
	visibility: visible;
}

.mainbutton:hover span{
	visibility: hidden;
}

#profbutton {
	background-image: url(images/contentbg.png);
	display: block;
	height: 200px;
	width: 300px;
}

#profbutton:hover {
	background-image: url(images/profbutton.jpg);	
	line-height: 200px;

}

#musicbutton {
	display: block;
	background-image: url(images/contentbg.png);
	height: 200px;
	width: 300px;
}

#musicbutton:hover {
	background-image: url(images/musicbutton.jpg);	
	line-height: 200px;

}

#photobutton {
	display: block;
	background-image: url(images/contentbg.png);
	height: 200px;
	width: 300px;
}

#photobutton:hover {
	background-image: url(images/photobutton.jpg);	
	line-height: 200px;
}

#cvbutton {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(images/contentbg.png);
}

#cvbutton:hover {
	background-image: none;	
	color: #cccccc;
	background-color: #333333;
	line-height: 200px;
}

#contactbutton {
	display: block;
	height: 200px;
	width: 300px;
	background-image: url(images/contentbg.png);
}

#contactbutton:hover {
	color: #cccccc;
	background-color: #333333;
	background-image: none;
	line-height: 200px;
}

#footerbox {
	background-color:#666666;
	width: 960px;
	padding: 10px;
	margin: 10px auto;
	height: 25px;
	line-height: 40px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	clear: both;
}

.footertext {
	margin: 0 10px;
	float: left;
	height: 25px;
	width: 300px;
	text-align: center;
	color: #CCCCCC;
	line-height: 25px;
}

.footertext a{
	color: #CCCCCC;
}

.footertext a:hover{
	text-decoration: underline;
}

.catchmobile div{
	width: 960px;
	height:440px;
	text-align: center;
}
.catchmobile #academic{
	background-image: url(images/academic/mobilebg.png);
}

.catchmobile #music{
	background-image: url(images/music/mobilebg.png);
}

.catchmobile #prof{
	background-image: url(images/professional/mobilebg.png);
}

.catchmobile p {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	font-size: x-large;
	font-style: oblique;
}
.catchmobile a{
	color: #666666;
}
.catchmobile a:hover{
	color: #000000;
}

#cvbox{
	width: 960px;
	height: 440px;
	font-size: small;
	overflow: auto;
	position: relative;
}
#cvbox a{
	color: #666666;
}
#cvbox a:hover{
	text-decoration: underline;
}
#cvbox h1{
	font-variant: small-caps;
	margin-top: 0;
}
#cvbox h2 a{
	font-size: x-small;
}
#cvbox ul{
	list-style-type:none;
}
#cvbox ul ul ul{
	list-style-type: square;
}
.bulletlist li{
	list-style-type: square;
	line-height: 20px;
}

.skills{
	width: 150px;
	float: left;
	/*margin: 5px;*/
}

#contactbox{
	font-size: small;
}

#contactbox h2{
	margin-top: 5px;
}

#contactbox a{
	color: #666666;
}

#contactbox a:hover{
	text-decoration: underline;
}

#contactinfo {
	float: left;
	padding:10px;
	width: 700px;
}

#dlsidebar {
	width: 200px;
	height: 420px;
	float: right;
	background-image: url(images/contentbg.png);
	padding: 10px 20px;
	border-radius: 10px;
}

/*flexcroll styling*/
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: #666666;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}