/*
   Iconic
   Default screen stylesheet
   Powered by Prego
*/

/*	.tabs {display:none;} /* Uncomment to remove tab navigation */

body
{
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size:small;
	background:#eee;
	padding:2em 0;
/*	padding:0 0 1em 0; /* Uncomment to remove tab navigation */
}

#container,
#ads
{
	position:relative;
	width:900px;
	margin:30px auto 38px;
	padding:30px 53px;
	background:url('../images/curve-sides.gif') 50% 0 repeat-y;
}

#container
{
	min-height:45em;
}

.curve-top
{
	position:absolute;
	top:-15px;
	left:50%;
	width:1006px;
	height:40px;
	background:url('../images/curve-top.gif') 0 0 no-repeat;
	margin:0 0 0 -503px;
}

.curve-bottom
{
	position:absolute;
	bottom:-24px;
	left:50%;
	width:1006px;
	height:36px;
	background:url('../images/curve-bottom.gif') 0 0 no-repeat;
	margin:0 0 0 -503px;
}

.tabs
{
	position:absolute;
	top:-3px;
	right:50px;
	margin:-2em 0 0 0;
	z-index:2;
}

.tabs ul
{
	list-style:none;
}

.tabs li
{
	float:left;
	margin:0 4px 0 0;
}

.tabs a
{
	color:#666;
	display:block;
	padding:0 10px;
	line-height:2em;
	background:#f7f7f7;
	border:1px solid #ccc;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}

.tabs li.selected a
{
	color:#000;
	background:#fff;
	border-bottom:1px solid #fff;
}

.tabs a:hover
{
	color:#000;
	text-decoration:none;
}

#ads .reason
{
	margin:10px 0 0 0;
	font-size:0.8em;
	text-align:center;
}

#copyright
{
	font-size:0.8em;
	color:#666;
	text-align:center;
}

h1
{
	width:256px;
	height:256px;
	background:url('../images/icon256.gif') 0 0 no-repeat;
	float:left;
}

.accessibility,
.hidden,
h1 span
{
	position:absolute;
	width:1px;
	height:1px;
	font-size:-1px;
	line-height:-1px;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}

#content
{
	margin:0 0 0 286px;
	color:#444;
	font-size:1.25em;
	line-height:1.3em;
}

#download
{
	position:absolute;
	top:296px;
	left:53px;
	width:236px;
	text-align:center;
	padding:10px;
}

#download h2
{
	font-size:1.5em;
	font-weight:normal;
	margin-top:1em;
}

#download h2.download
{
	margin-top:0;
}

#download p.requirements
{
	font-size:0.6em;
	margin-top:2em;
	padding-top:2em;
	border-top:1px solid #ccc;
	color:#333;
	line-height:1.2em;
}

#download p.requirements img
{
	margin-bottom:5px;
}

h2, h3
{
	font-weight:bold;
}

h2
{
	font-size:1.5em;
	margin-bottom:0.25em;
}

small
{
	font-size:0.8em;
}

#download small a
{
	font-size:1em;
}

a
{
	color:#00f;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

img.screenshot
{
	margin:10px -5px 0 0;
}

p.version-warning
{
	background:#fee;
	border:1px solid #faa;
	line-height:1em;
	font-size:0.8em;
	padding:10px;
	margin:1em 0;
}

p.version-ok
{
	background:#99ffaa;
	border:1px solid #55ff66;
	line-height:1em;
	font-size:0.8em;
	padding:10px;
	margin:1em 0;
}

p
{
	margin:0 0 1em 0;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

ul
{
	list-style:circle;
	margin:0 0 1em 1.5em;
}

li
{
	margin-bottom:0.5em;
}


/** HOLDING PAGE **/

body.holding h1
{
	float:none;
}

body.holding #container
{
	text-align:center;
	width:256px;
	background-image:url('../images/curve-sides-small.gif');
}

body.holding p
{
	margin:0 0 1em 0;
	color:#444;
	font-size:1.25em;
	line-height:1.3em;
}

body.holding .curve-top
{
	width:362px;
	margin-left:-181px;
	background-image:url('../images/curve-top-small.gif');
}

body.holding .curve-bottom
{
	width:362px;
	margin-left:-181px;
	background-image:url('../images/curve-bottom-small.gif');
}
