/* global reset
-----------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0; }

* { margin: 0; padding: 0; }


/* layout
-----------------------------------------------------------*/

body {
	font: .7em Verdana, sans-serif;
	color: #fff;
	background: #111;
}

/* header
-----------------------------------------------------------*/

#header {
	background: #000;
}
#header p {
	padding: 25px 0 0 0;
	height: 76px;
	margin: 0 auto;
	width: 600px;
}

/* content
-----------------------------------------------------------*/

#wrapper {
	border-top: 1px solid #373737;
	border-bottom: 1px solid #262626;
	background: url(../images/content.jpg) top left repeat-x #191919;
}
#content {
	margin: 0 auto;
	padding: 25px 0;
	min-height: 125px;
	height:auto !important; /* min-height fast hack */
    height:125px; /* min-height fast hack */
	width: 600px;
    position: relative;
}
#content .left { width: 383px; float: left; }

#content .left a, #content .left a:visited { text-decoration: underline; }
#content .left a:hover { text-decoration: none; }

#content .right { width: 177px; float: right; position: absolute; right: 0; }

/* preview and install links
-----------------------------------------------------------*/

a.preview, a.preview:visited {
	width: 177px;
	height: 33px;
	display: block;
	background: url(../images/preview.gif) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
a.preview:hover {
	background: url(../images/preview.gif) bottom left no-repeat;
}
#flashContent { position: absolute; padding: 7px 0 0 0; }

/* footer
-----------------------------------------------------------*/

#footer {
	padding: 25px 0 0 0;
	font-size: 90%;
	color: #afafaf;
	background: url(../images/footer.jpg) top left repeat-x #111;
}
#footer p {
	margin: 5px auto 0 auto;
	padding: 0 0 5px 0;
	width: 600px;
	border-bottom: 1px solid #232323;
	clear: both;
}
#footer p strong { font-weight: normal; }
#footer h4 {
	margin: 0 auto;
	padding: 0 0 5px 0;
	width: 600px;
	border-bottom: 1px solid #232323;
	clear: both;
}
#footer ul {
	margin: 0 auto;
	padding: 25px 50px 0 0;
	height: 51px;
	width: 550px;
	background: url(../images/hatchling_egg.gif) right 25px no-repeat;
	list-style: none;
}

/* RSS feed link */
p.feed {
	padding: 15px 0 0 0 !important;
	border: 0 !important;
	font-size: 110% !important;
}
p.feed a, p.feed a:visited, p.feed a:hover {
	text-decoration: none;
}
p.feed a span, p.feed a span:visited {
	text-decoration: underline;
}
p.feed a span:hover {
	text-decoration: none;
}
p.feed a:hover span {
	text-decoration: none;
}


/* common
-----------------------------------------------------------*/

p, ul, ol, dl, h1, h2, h3, h4 {
	margin-bottom: 15px;;
	line-height: 160%;
}
ul {
	margin-left: 15px;
	list-style: disc;
}
ol {
	margin-left: 15px;
	list-style: decimal;
}
strong { font-weight: bold; color: #fff; }

h1, h2, h3, h4 {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
h1 { font-size: 170%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }

a { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none;  }
a:hover { color: #afafaf; text-decoration: underline; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */