@charset "UTF-8";

/*
TABLE OF CONTENTS
FRONT PAGE
HEADER
NAVIGATION
SIDEBAR
MAINCONTENT
FOOTER
COLORS
*/

/*
FRONT PAGE
*/

#mainContent #cube {
	height: 490px;
	width: 608px;
	margin-top: 20px;
	margin-right: 156px;
	margin-bottom: 20px;
	margin-left: 156px;
}

#mainContent #cube .tile {
	float: left;
	display: block;
	height: 240px;
	width: 300px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.nametop {
	height: 60px;
	width: 900px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.namebottom  {
	height: 60px;
	width: 900px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

/* END OF FRONT PAGE */

/*
HEADER
*/

/*
NAVIGATION
*/

#nav ul {
	padding: 0;
	list-style: none;
	float: left;
	margin: 0;
}

#nav ul a {
color: #9d0a0d;
font-size: 1.0em;
text-decoration: none;
display: block;
}

#nav li {
	float: left;
	width: 10em;
	list-style-type: none;
	text-align: center;
}
#nav ul li a:hover {
	color: #97bf3f;
}
/*
END OF NAVIGATION
*/

/*
SIDEBAR
*/

#blog {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #628bb4;
}
#blogheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #628bb4;
}
.sidetext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #61414b;
	margin-top: 8px;
	margin-bottom: 8px;
}
#sidebar1 .sidetext a {
	color: #97bf3f;
	text-decoration: none;
}
#sidebar1 .sidetext a:hover {
	text-decoration: underline;
}

#sidebar1 #italic-call {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 120%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 14px;
	color: #9d0a0d;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #230038;
	margin-top: 14px;
}

.sidephoto {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #97bf3f;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #230038;
}

#sidebar1 #blog h3 a:hover {
	color: #97bf3f;
}
#sidebar1 #blog h3 a {
	color: #628bb4;
	text-decoration: none;
}
#sidebar1 #blogheader h3 a:hover {
	color: #97bf3f;
}
#sidebar1 #blogheader h3 a {
	color: #628bb4;
	text-decoration: none;
}

/*
END OF SIDEBAR
*/

/*
MAIN CONTENT
*/

#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #628bb4;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #97bf3f;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #628bb4;
}
#mainContent ul {
	margin-right: 8px;
	margin-left: 14px;
}
#mainContent p a {
	color: #97bf3f;
	text-decoration: none;
}
#mainContent p a:hover {
	text-decoration: underline;
}
.portrait {
	float: right;
	margin-top: 34px;
	margin-bottom: 8px;
	margin-left: 10px;
	padding-top: 4px;
}

/*
END OF MAIN CONTENT
*/

/*
FOOTER
*/
.footline a {
	color: #9d0a0d;
	text-decoration: none;
}
.footline a:hover {
	color: #9d0a0d;
	text-decoration: underline;
}

#pagefooter {
	width: 930px;
	margin-bottom: 10px;
}
.footline {
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	font-variant: small-caps;
	color: #9d0a0d;
}

/*
END OF FOOTER
*/

/*
COLOR PALETTE

#9d0a0d - RED IN FOOTER
#628bb4 - BLUE IN MAIN CONTENT HEADERS
#97bf3f - GREEN IN BORDERS AND LINKS
#230038 - PURPLE OF BOTTOM BORDER ON SIDEBAR PHOTO

*/
