body {
  background-image: url('./img/background.png');
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  color: #000000;
}

div.outercontainer {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

div.menubar {
	position: absolute;
	right: 48px;
	bottom: 3px;
}

div.sidemenu {
	float: left;
	width:180px;
	padding-top: 103px;
}

div.nudger {
	padding-left: 64px;
}

div.wrapper {
	background-color: #00bfff;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

img.topimage {
	margin-left: 320px;
}

div.topbar {
	margin-top: 16px;
	background-image: url('./img/banner.png');
	height: 77px;
	position: relative;
}

div.mainpage {
	padding-top: 16px;
	background-color: #FFFFFF;
	margin-bottom: 64px;
	min-height: 600px;
	padding-bottom: 32px;
}

div.cutout {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	display: none;
}

div.topbuttons {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 998;
	margin: 16px;
}

div.menuspacer {
	height: 64px;
}

div.pagetitle {
	border: 2px solid #EEEEEE;
	padding: 8px;
	border-radius: 8px;
	font-size: 30px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 256px;
	margin-bottom: 32px;
	text-align: center;
}

span.bump {
	vertical-align: 6px;
}

div.feedme {
	border: 2px solid #EEEEEE;
	background-color: #EEEEEE;
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 8px;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-bottom: 16px;
	text-align: center;
}

div.journalheader {
	font-size: 10pt;
	text-decoration: none;
	border: 2px solid #EEEEEE;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #EEEEEE;
	width: 800px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0 auto;
	padding-left: 8px;
	padding-right: 8px;
	clear: both;
}

div.containerfooter {
	font-size: 8pt;
	text-align: center;
	border: 2px solid #EEEEEE;
	border-radius-bottomleft: 8px;
	border-radius-bottomright: 8px;
	background-color: #EEEEEE;
	width: 800px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
}

div.journalcontainer {
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
	padding: 8px;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-size: 8pt;
	line-height: 15px;
	margin-bottom: 16px;
}

div.middlecontainer {
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
	padding: 8px;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-size: 10pt;
}

div.journaldate {
	font-size: 8pt;
	margin-left: 16px;
	float: left;
	margin-top: 12px;
	font-style: italic;
}

div.journalcommentlink {
	display: block;
	background-color: #CCCCFF;
	padding: 4px;
	text-align: right;
	font-size: 10pt;
	padding-right: 16px;
	margin-left: 400px;
	font-weight: bold;
	font-style: italic;
	margin-top: 8px;
	border-radius: 4px;
}

img.journalicon {
	float: right;
	position: relative;
	top: -3px;
	height: 20px;
	width: 20px;
	border-radius: 2px;
}

/* Game CSS */

div.gamepagetitle {
	border: 2px solid #EEEEEE;
	padding: 8px;
	border-radius: 8px;
	font-size: 30px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	margin-bottom: 32px;
	text-align: center;
}

div.gameiconspacer {
	width: 16px;
	float: right;
}

div.gamesummary {
  clear: right;
}

div.gameheader {
	text-decoration: none;
	text-align: center;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
	border-top: 2px solid #EEEEEE;
	border-radius-topleft: 8px;
	border-radius-topright: 8px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}

div.gamecontainer {
	border: 2px solid #EEEEEE;
	border-radius: 8px;
	width: 640px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10pt;
	margin-bottom: 32px;
	text-align: justify;
}

div.gamefooter {
	text-decoration: none;
	text-align: center;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
	border-radius-bottomleft: 8px;
	border-radius-bottomright: 8px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 32px;
}

div.gameiconpanel {
	display: block;
	background-color: #CCCCFF;
	padding: 4px;
	text-align: right;
	padding-right: 16px;
	padding-left: 16px;
	min-width: 32px;
	font-weight: bold;
	font-style: italic;
	margin-top: 8px;
	border-radius: 4px;
	font-size: 8pt;
	float: right;
	text-align: center;
}

div.gameiconpanelbig {
	display: block;
	background-color: #CCCCFF;
	padding: 4px;
	text-align: right;
	font-size: 16pt;
	padding-right: 16px;
	padding-left: 16px;
	min-width: 32px;
	font-weight: bold;
	font-style: italic;
	margin-top: 8px;
	border-radius: 4px;
	float: right;
	text-align: center;
}

span.gametitle {
	font-size: 20pt;
}

div.morelink {
	background-color: #CCCCFF;
	width: 128px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 4px;
	font-style: italic;
	font-size: 10pt;
	cursor: pointer;
	text-align: center;
}

/* Music CSS */

div.albumpagetitle {
	border: 2px solid #EEEEEE;
	padding: 8px;
	border-radius: 8px;
	font-size: 30px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	margin-bottom: 32px;
	text-align: center;
}

div.trackcontainer {
	border: 2px solid #EEEEEE;
	border-radius: 8px;
	width: 640px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10pt;
	margin-bottom: 32px;
	text-align: justify;
	min-height: 130px;
}

div.tracktitle {
	font-size: 18pt;
	min-height: 48px;
	text-align: left;
}

/* Review table */

table.reviewtable {
	background-color:#DDDDDD;
	font-size:10pt;
	margin-left:auto;
	margin-right:auto;
	width:640px;
}

tr.reviewtablebanner {
	background-color:#2244BB;
	color:#FFFFFF;
	font-size:14pt;
	text-align:center;
}

tr.reviewtablehead {
	background-color:#CCCCCC;
	font-size:11pt;
	text-align:center;
	font-weight: bold;
}

div.calendarlist {
    border: 2px solid #EEEEEE;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 10pt;
	font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 8px;
    text-decoration: none;
    width: 300px;
	margin-bottom: 32px;
}

div.calendarlisttitle {
    background-color: #EEEEEE;
    border: 2px solid #EEEEEE;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 10pt;
	font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 8px;
    text-decoration: none;
	text-align: center;
    width: 300px;
}

li.calendaritem {
	margin-bottom: 4px;
}

/* Images */

img.inline-left {
  border: 1px solid black;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

img.inline-right {
  border: 1px solid black;
  float: right;
  margin-left: 8px;
  margin-bottom: 8px;
}

img.centered {
  border: 1px solid black;
  margin-left: 8px;
  margin-bottom: 8px;
}

/* Links */

a {
	color: #000088;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	color: #4444AA;
}

a.menuitem-big {
	background-color: #000088;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 4px;
	margin-left: 8px;
	text-decoration: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 11px;
}

a.menuitem-big:visited {
	color: #FFFFFF;
}

a.menuselected:visited {
	color: #000000;
}

a.menuselected {
	background-color: #AAEEAA;
	color: #000000;
	border-top: 1px solid green;
	border-left: 1px solid green;
	border-right: 1px solid green;
}

a.menuitem-big:hover {
	background-color: #DDDD00;
	color: #000000;
}

a.menuitem-small {
	background-color: #DDF;
	color: #000;
	display: block;
	font-size: 10px;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	padding: 8px;
	text-align: right;
	border-radius: 8px;
	box-shadow: 3px 3px 10px -5px #008;
}

a.menuitem-small img {
	width: 20px;
	height: 20px;
	position: relative;
	float: left;
	top: -5px;
	left: 4px;
	border: 1px solid #CCF;
}

a.menuitem-small:hover {
	background-color: #DD0;
	margin-right: 0px;
}

a.menuitem-small.selected {
	background-color: #EEF;
	margin-right: 0px;
}

div.body {
  color: #ddddff;
  font-family: arial, sans-serif;
  /* This is how we center div.main in Internet Explorer. */
  text-align: center;
}

div.main {
  /* this is how we center div.main in Firefox/Opera/all other browsers.
     Note that it must have a fixed width, which in this case is the size
     of two instances of div.itembox and one instance of div.spacer. */
  margin-left: auto;
  margin-right: auto;
  width: 992px;
}

div.title {
	font-size: 40pt;
	font-variant: small-caps;
	margin-top: 24px;
	margin-bottom: 32px;
	text-decoration: underline;
}

div.itembox
{
  border: 1px solid #aaaaee;
  /* Floating these allows us to stack them horizontally, so that we no
     longer have to use fugly tables.  Remember to break out of floaties
     (to create a new row) by inserting a div.breaker. */
  float: left;
  width: 480px;
}

div.itemboxheader {
  background-color: #AAAAEE;
  color: black;
  font-size: 11pt;
  letter-spacing: 3px;
  padding: 4px;
}

img.icon {
  border: 1px solid white;
  float: left;
  height: 120px;
  margin: 8px;
  width: 160px;
}

div.textblock, div.linkblock {
  /* Here is an example of creating base styles for two classes at once. */
  background-color: transparent;
  font-size: 9pt;
  font-weight: bold;
  line-height: 125%;
  padding: 8px;
  text-align: justify;
}

/* Now we can tack on extra properties.  This is refered to as property
   overloading. 

div.textblock:hover {
  background-color: #333366;
}
*/

div.linkblock {
  /* Using clear here makes the div.linkblock class behave just as if it
     were preceeded by a div.breaker. */
  clear: both;
  text-align: center;
}

div.spacer {
  /* Used to space windows apart, so it must be set to float so that it
     stacks horizontally with them as well. */
  float: left;
  width: 16px;
}

div.breaker {
  /* Generic element used to break out of floaties. */
  clear: both;
}

div.footer {
  float: right;
  padding: 32px;
}

/* We can use <A> to create buttons by turning them into a block element.
   All properties are carried over from a, a:hover, and a:visited. */

a.button {
  background-color: #111144;
  border: 1px solid #aaaaee;
  color: #eeeeff;
  display: block;
  padding: 8px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
}

a.button:hover {
  background-color: #333366;
  color: white;
}

img {
  /* Disable annoying borders on anchored images by default. */
  border: none;
  max-width: 100%;
}

div.myemail {
	margin-top: 8px;
	font-size: 8pt;
	color: white;
	text-align: center;
	font-weight: bold;
}

.portfolioscreen {
	float: left;
}

.portfoliodescription {
	text-align: justify;
}