body
{
	background: black;
	
	font-size: 100%;
	font-family: arial;
}

.logo
{
	height: 100px;
	width: 300px;
}

div#castle
{
	background-image: url('../images/castlewall.png');
}

.castle
{
	float: right;
}

.splashImage
{
	height: 400px;
	width: 600px;
	
	margin-right: auto;
	margin-left: auto;
	
	display: block;
}

div#container
{
	margin-right: auto;
	margin-bottom: auto;
}

div#header
{
}

div#navigation
{
	font-size: 200%;
	color: orange;
	
	border-style: solid;
}

table#navigation
{
	margin-left: auto;
	margin-right: auto;
}

div#navigation a
{
	color: orange;
	text-decoration: none;
	
	padding-left: 8px;
	padding-right: 8px;
}

div#navigation a:hover
{
	color: blue;
	
	cursor: pointer;
}

div#content
{

}

div#menu
{
	font-size: 80%;
	color: orange;
	
	float: left;
	
	width: 200px;
	
	
	border-style: dotted;
}

ul.menu
{
	list-style-type: none;
}

a.menuItem
{
	color: orange;
	text-decoration: none;
}

a.menuItem:hover
{
	color: blue;
	
	cursor: pointer;
}

a.menuItem_selected
{
	color: blue;
	text-decoration: none;
}

ul.menuCollapsed
{
	display: none;
}

a.menuCollapser
{
	font-weight: bold;
}

a.menuCollapser:hover
{
	color: blue;
	
	cursor: pointer;
}

td#shopMenu
{
	 vertical-align: top;
}

td#shopItems
{
	 vertical-align: top;
	 
	 width: 100%;
}

td#mainContent
{
	vertical-align: top;
	text-align: center;
	
	text-align: center;
	color: orange;
}

td#mainContent
{
	margin-right: auto;
	
	width: 100%;
}

div#inventory_item
{
	float: left;
	
	padding-top: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	padding-left: 32px;
	
	text-align: center;
	color: orange;
	
	width: 200px;
	height: 200px;
}

div#inventory_item a
{
	color: orange;
	text-decoration: none;
}

div#inventory_item a:hover
{
	color: blue;
	
	cursor: pointer;
}

img#inventory_item
{
	height: 128px;
	width: 128px;
}

img#inventory_item_skateboard
{
	height: 128px; /* 300, 75 */
	width: 55px;
}

div.advancedView
{	
	border-style: dashed;
	
	color: orange;
	text-align: center;
}

table.advancedView
{
	margin-left: auto;
	margin-right: auto;
	
	width: 50%;
}

td.advanceView
{
	vertical-align: top;
	padding-left: 16px;
	padding-right: 16px;
}

div.basicView
{

}

div#inventory_back a
{
	float: left;

	text-align: right;
	text-decoration: none;
	font-size: 200%;
	color: orange;
}

div#inventory_back a:hover
{
	color: blue;
	
	cursor: pointer;
}

div#inventory_next a
{
	float: right;
	
	text-align: left;
	text-decoration: none;
	font-size: 200%;
	color: orange;
}

div#inventory_next a:hover
{
	color: blue;
	
	cursor: pointer;
}

div#inventory_back a
{
	float: left;

	text-align: right;
	text-decoration: none;
	font-size: 200%;
	color: orange;
}

div#inventory_index
{
	text-align: center;
	font-size: 150%;
	color: orange;
}

div#jumpToPage
{
	text-align: center;
	color: orange;
}

div#jumpToPage2
{
	text-align: center;
	color: orange;
}

form#backToBrowse a
{
	float: left;
	
	text-decoration: none;
	font-size: 150%
}

form#backToBrowse a:hover
{
	color: blue;
	
	cursor: pointer;
}

div#view
{	
	text-align: center;
}

div#view a
{
	text-decoration: none;
	color: orange;
}

div#view a:hover
{
	color: blue;
	
	cursor: pointer;
}

div#purchase_item
{
	color: orange;
}

div#footer
{
	clear: both;
}

div#footer a
{
	float: left;

	text-align: right;
	text-decoration: none;
	color: orange;
	
	padding-left: 8px;
	padding-right: 8px;
}

div#footer a:hover
{
	color: blue;
	
	cursor: pointer;
}

table#footer
{
	margin-left: auto;
	margin-right: auto;
}

div.blog
{
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	
	border-width: 3px;
	border-style: solid;
	border-color: orange; 
	
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-right: 10px;
	padding-left: 10px;*/
	
	margin-bottom: 10px;
}

div.blogHeader
{
	border-bottom-width: 3px;
	border-bottom-color: orange;
	border-bottom-style: solid;
	
	
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

span.blogTitle
{
	text-decoration: none;
	color: orange;
	
	font-size: 110%;
	
}

span.blogTime
{
	font-size: 70%;
	
	color: orange;
	
	float: right;
}
