 /*Playcity website style sheet
Created by Wendy Meers 
26/02/2010 2:31:48 AM*/
    div.img
    {
    margin: 3px;
    border: 1px solid #000000;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
    }       
    div.img img
    {
    display: inline;
    margin: 3px;
    border: 1px solid #000000;
    }
    div.img a:hover img {border: 1px solid #000000;}
    div.desc
    {
    text-align: center;
    font-weight: normal;
    width: 110px;
    margin: 1px;
    }
 
/*start of left navigation */
.glossymenu{
margin: 5px 0;
padding: 0;
width: 180px; /*width of menu*/
height: auto;
border: 0px solid #000000;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #330099 url(glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffffff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height: 30px;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #ffffcc;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: 0px;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background:  url(images/starbg.png);
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 4px;
}

.glossymenu div.submenu ul li{
border-bottom: 0px #000000;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffffff;
text-decoration: none;
padding: 4px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #330099;
color: #ffffff;
}
/*end of left navigation styles*/
blockquote {
font: 1.8em Tahoma, sans-serif;
margin:1.5em;
padding:1.5em;
background: url(images/starbg.png) repeat;
border-top:1px solid #333399;
border-bottom:1px solid #333399;
}

blockquote p {
margin:.5em;
}

#center
{align: center;}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 67.5%;
	background: url(images/starbg.png) repeat;
}

p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
	color: #ffffff;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: #ffffff;
  font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: #ffffff;
	font-style: bold;
	margin-bottom: 10px;
}
h3 {
	font: 1.4em Tahoma, sans-serif;
	color: #ffffff;
	margin-bottom: 10px;
}
h4 {
	font: 1.2em Tahoma, sans-serif;
	color: #ffffff;
	margin-bottom: 15px;
}
h5 {
	font: 1.2em Tahoma, sans-serif;
	color: #330099;
	font-weight: bold;
	margin-bottom: 15px;
}
.bar
{
font: 1.4em Tahoma, sans-serif;
	color: #330099;
	Margin-left: 10px;
	padding: 0.2em;
	margin-bottom: 1px;
}
.head
 {font: 2.0em Tahoma, sans-serif;
	color: #330099;
	height: 0px;
	font-weight: bold;
	font-style: small caps;
	margin-bottom: 10px;
	}
.link1
{ color: #ffffff;
  font-weight: bold;
  text-decoration:underline;
  text-align: center;
}	
.style1
{ color: #ffffff;
  font-weight: bold;
  text-decoration:underline;
}

.style2
{ 
  margin-left: 40px;
  color: #330099;
} 
 
.style3
{ margin-left: 200px;}

.style4{
	font: 1.2em Tahoma, sans-serif;
	color: #ffffff;
	margin-bottom: 10px;
}
.yellow{color: #ffff00;}

ul {
	margin-left: 25px;
	}

img {
	border: none;
	
}
.red
{color: #cc0000;}

#page-wrap {
background: url(images/sand05.gif) repeat;
	background: url(images/toon4.gif);
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	}
#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-content {
	background: url(images/sand05.gif) repeat;
	padding-left: 230px;
	padding-top: 20px;
}
	
#header {
  background: url(images/sand05.gif) repeat-x;
  text-align: center;
}

#navcontainer ul {
float : right;
width : 80%;
padding-right : 20px;
margin : 0 0 20px 0;
font-size : 110%;
border-top : 0px solid #330099;
border-bottom : 0px solid #330099;
background : url(images/starbg.png) repeat;
color : #ffffff;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : right;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px solid #000;
background : #330099;
color : #ffffcc;
}
#navcontainer ul li a:hover, #navcontainer ul li a#current {
background : #ffffff;
color : #cccccc;
}
a:link {
	color: #ffffff;
	text-decoration: none;

}
a:visited {
	color: #ffffff
	text-decoration: none;
}
a:hover {
	color: #ffffff
	text-decoration: none;
}
a:active {
  color: #ffffff;
	text-decoration: none;
}	
#left-sidebar {
	width: 200px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}

#footer {
	background: url(images/toon4.gif) repeat-x;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #330099;
}CSS Document */
