body {
    font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	/*background: #402010 url(rockbar.png) no-repeat; /* repeat-x bottom; */
	background: #402010;
	color: #474336;
}

a {
	text-decoration: none;
	color: #de4703;
}

div#titlebanner {
    margin: 20px auto;
    width: 960px;
}

div#mainbody {
    margin: 0px auto;
    background: #edede1;
    width: 960;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

div#titlebar {
    margin: 0px;
    padding: 5px;
    background:  #474336 url(gradbar.gif);
    color: #de4703;
    font-size: 16px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
}

div#prose {
	padding: 10px;
}

div#maininfo {
	float: left;
	width: 700px;
	padding: 0px 10px;
}

div#sidebar {
	float: right;
	width: 200px;
}

ul.screenlist {
	list-style: none;
	padding: 0px;
}

ul.screenlist li {
	padding: 3px;
}

div#copybar {
	padding: 5px;
}

div#copybar p {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

span.copysmall {
    font-size: 10px;
    color: #aaa;
}

div#sidebar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* the overlayed element */
div.overlayn {
	
	/* growing background image */
	background-image:url(white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}
/* the overlayed element */
div.overlay#overlay1 {
	
	/* growing background image */
	background-image:url(/sitemedia/serverbar/serverbar-horizontal.jpg);
	
	/* dimensions after the growing animation finishes  */
	width:640px;
	height:512px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:0px;
}
/* the overlayed element */
div.overlay#overlay2 {
	
	/* growing background image */
	background-image:url(/sitemedia/serverbar/serverbar-vertical.jpg);
	
	/* dimensions after the growing animation finishes  */
	width:640px;
	height:512px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:0px;
}


div.overlay#overlay3 {
	
	/* growing background image */
	background-image:url(/sitemedia/EmberExporter.jpg);
	
	/* dimensions after the growing animation finishes  */
	width:591px;
	height:577px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:0px;
}



/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

a.button {
    border: 0px;
}

div.button {
    margin: 5px ;
    width: 153px;
    height: 30px;
    background: #de4703 url(gradbutton.gif);;
    color: white;
    font-size: 10pt;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: table-cell;
    vertical-align: middle;
}

div.button p {
    text-align: center;
    margin: 0px;
}

div.blogframe {
    margin: 10px;
}

p.blogstatus {
    padding: 0px;
    margin: 0px;
    font-size: 8pt;
}

h1 a {    
	color: #474336;
}


div#menuright
{
    float: right;
    margin-right: 5px;
}

table.blogtitle td {
    padding: 0px;
}

div.welcomebox {
    margin: 2px;
    border: 2px;
    height: 120px;
    background: #ddddd1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}