/*

Title: Plastictabs master screen styles
Author: darren@plastictabs.com
Copyright: 2008, Plastictabs. All rights resevered (please don't re-use without permission).
Thanks to: Dan Cedarhorn of SimpleBits for pixel guidance. Muchas Gracias. 

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "baskerville";
	margin: 0 auto;
	font-size: 10px;
	line-height: 32px;
	color: #fff;
	background-color: #f4f4ed;
}

h1 {
	font-size: 32px;
	color: #666;
	letter-spacing: 0;
	font-weight: normal;
	}

#box h1 {color: #fff;}

a, a:visited {
		font-size: inherit;
		color: #333;
}

a:hover, a:active {
		color: #f4f4ed;
		background-color:#424239; 
		text-decoration: none;
		font-size: inherit;}
a h1 {
	color: #fff;
}

h2 {
	font-size: 16px;
	color: #222;
}

h3 {
	font-size: 16px;
	color: #222;
}

h4 {
	font-size: 16px;
	color: #222;
}
p {margin-bottom: 16px;}
p, blockquote {
	font-size: 14px;
	line-height: 20px;
	}

blockquote {
	padding: 0 0 0 10px;
	margin: 10px 0 10px 0;
	color: #666;
	border-left: 2px solid #ccc;}

blockquote p {
	margin: 0;
}

li {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;}

img, img a, a img {
	border: none;
}

a img:hover {
	border: none;
	}

#header {
	height: 92px;
	font-family: "baskerville";
	text-transform: lowercase;
	text-align: center;
	background-color: #2e2e27;
	background: transparent url(images/header_bg2.jpg) repeat-x top;
}

#container {
	margin: 0 auto;
	width: 100%;
}

.wrap {
	width: 968px;
	margin: 0 auto;
}

.wrap img.logo {
	margin:0 auto;
}

.wrap img.star {
	float: right;
}

.wrap #box {
	padding: 20px;
	border: 10px solid #fff;
	background-color: #2e2e27;
	background: transparent url(images/header_bg2.jpg) repeat-x top;
	text-align: center;
	}

.active a {
	font-size: 24px;
	padding: 15px 15px 0px 15px;
	letter-spacing: 3px;
	color: white;
	text-decoration: none;
}

.inactive a {
	font-size: 24px;
	padding: 15px;
	letter-spacing: 3px;
	color: #fff;
	text-decoration: none;
}

.inactive a:hover {
	background-color: #eee;
}

.top {
	
}

.top p {
	margin-left: 15px;
	font-size: 10px;
}

#bottom {
	background: url(http://plastictabs.com/images/gradient.gif) repeat-x;
	padding-top: 15px;
}

#bottom p {
	color: #333;
}

#bottom p.highlight a {
	background-color: #fdffa5;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 10px;
}

#main {
	width: 600px;
	padding: 20px;
	float: left;
	}

#home {
	width: 928px;
	padding: 20px;
	border-bottom: 1px dashed #8b887e;}

#home p {font-size: 18px;line-height: 24px;}

#rail {float: left; 
	width: 280px;
	padding-top: 20px;}
	
.row {
	width: 280px;
	clear: both;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	}

.col {
	width: 280px;
	float: left;
	padding: 20px;
	margin: 10px 0px 10px 0px;
	
}
	
.cleanBreak {height: 20px;}

.col ul {
}

.row ul li, .col ul li {
	list-style: none;
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	color: #333;
}

.row ul li:hover, .col ul li:hover {background-color: #e9eae4;}
	
.col.last {
	margin-right: 0px;
	border-right: none;}
	
.portfolio img {
	width: 160px;
	height: 300px;
	margin: 5px;
	background-color: #666;
	border: 6px solid #fff;
}

#fold	{
	clear:both;
	background-color: #2e2e27;
}

#footer {
	clear: both;
	font-family: "baskerville";
	text-transform: lowercase;
	background-color: #2e2e27;
	padding: 10px;
	border-top: 1px solid #333;
	text-align: center;
	font-size: 10px;
}

#footer ul li {
	display: inline;
	color: #f4f4ed;
	padding-right: 50px;
	margin-right: 50px;
	font-size: 14px;
	border-right: 1px solid #666;
}

#footer ul li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#footer ul li a {
	text-decoration: none;
	color: #f4f4ed;
}

.star {
	float: right;
}

#today {
	padding: 25px;
}

#navbar li#download {
	background-image: url(images/nav-download.png);
}

/* Bubble pop-up */

.popup {
	position: absolute;
	z-index: 50;
	border-collapse: collapse;
	visibility: hidden;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft {
	background-image: url(images/bubble/bubble-1.png);
}

.popup td.top {
	background-image: url(images/bubble/bubble-2.png);
}

.popup td#topright {
	background-image: url(images/bubble/bubble-3.png);
}

.popup td.left {
	background-image: url(images/bubble/bubble-4.png);
}

.popup td.right {
	background-image: url(images/bubble/bubble-5.png);
}

.popup td#bottomleft {
	background-image: url(images/bubble/bubble-6.png);
}

.popup td.bottom {
	background-image: url(images/bubble/bubble-7.png);
	text-align: center;
}

.popup td.bottom img {
	display: block;
	margin: 0 auto;
}

.popup td#bottomright {
	background-image: url(images/bubble/bubble-8.png);
}

.popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
}

table.popup-contents td {
	text-align: left;
}

tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	background: url(./img/starburst.gif) no-repeat top right;
	height: 17px;
}

tr#release-notes td a {
	color: #333;
}