/* ============================================= 
 * Site-wide defaults
 * ============================================= */

html, body { padding:0;margin:0; }

html, body, td, tr, textarea { 
	font-family: Verdana, Arial, Sans;
	font-size: 12px;
	line-height: 170%;
}

body {
	background: url('../images/bg.png');
	background-repeat: repeat-x;
}

a img {
	border: none;
	padding:1px
}

a:hover img {
	padding-top:0px;
	padding-left:0px;
	padding-bottom:2px;
	padding-right:2px;
}

a { color: #606050; }
a:hover { color: #404030; }

p {
	margin-left: 48px;
	margin-right: 24px;
	text-align: left;
}

/* ============================================= 
 * Focus mode
 * ============================================= */

#focus {
	background-color:#151515;
}

#focus #flower {
	z-index: 1;
	position:absolute;
	margin-left:-265px;
	top:20px;
}

#focus #top_ten {
	position:absolute;
	z-index: 5;
	width:580px;
	padding-bottom:43px;
	
}

#focus #heading {
	position: absolute;
	top: -24px;
	right: 16px;
	color: white;
	font-size: 22px;
	font-weight: bold;
	font-family: courier;
}

#focus #content {
	background-color: white;
	padding:16px;
	padding-left: 24px;
	padding-right: 64px;
}

.focus.centered {
	margin: auto auto;
	width:580px;
	clear:both;
	padding-top:80px;
}

.focus #focus_action_list_current td {
	height:40px;
}

.focus td.edit {
	padding-left: 8px;
}

.focus td.actions {
	padding-right:8px;
}

.focus td.name {
	width:398px;
}


.focus .project_name, .focus td.actions, .focus td.edit {
	opacity: 0.3;	
}


.focus #logo_image {
	position:relative;
	left:220px;
	clear:both;
	margin-bottom:20px;
	margin-top:20px;
}

a #logo_image, a:hover #logo_image {
	padding:0;
}

.focus #focus_action_list_current {
	background-color: white;
}

#menu {
	position: absolute;
	top: 20px;
	left: 590px;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

#menu a {
	color:white;
	text-decoration:none;
	white-space: nowrap;
}

#menu a:hover {
	color: white;
	text-decoration:none;
	padding-left:8px;
}

/* ============================================= 
 * text styles
 * ============================================= */

h1 {
	font-size: 22px;
	height: 24px;
	font-weight: bold;
	font-family: courier;
	padding-top:26px;
	padding-left: 48px;
	background: url('../images/current48_s.png');
	background-repeat: no-repeat;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: courier;
	padding-left: 32px;
}


table.screenshots {
	width: 468px;
	margin-top: 24px;
	margin-left: 24px;
}

.screenshots td {
	text-align: center;
	padding-bottom:20px;
	vertical-align: top;
}

ul {
	margin-left: 32px;
}

.quote {
	display: block;
	margin-left: 48px;
	margin-right: 48px;
}

iframe {
	margin-top:16px;
	margin-left: 44px;
}

#logo_image {
	width: 94px;
	height: 90px;
}

#top, #bottom {
	width: 580px;
	height: 20px;
}