/* --------------------------------------------------------------

Description:	Screen CSS
Version:		1.0.0 (2010-02-25)
Website:		http://www.domain.com
Author:			Design Agents, Inc.
	
STRUCTURE:
Page Width:		960px (Using 960 Grid System)

-------------------------------------------------------------- */
/* Import
-------------------------------------------------------------- */

@import "boilerplate.css";
@import "plugins.css";

/*	Body
-------------------------------------------------------------- */

body { margin-top: 20px; font-size: 80%; }


/*	Radius Corners
-------------------------------------------------------------- */

blockquote, fieldset, input, textarea { -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; -moz-border-radius-bottomleft:3px; -moz-border-radius-bottomright:3px; -webkit-border-top-left-radius:3px; -webkit-border-top-right-radius:3px; -webkit-border-bottom-left-radius:3px; -webkit-border-bottom-right-radius:3px; }


/*	Typography
-------------------------------------------------------------- */

blockquote { background: #f4f4f4; }
blockquote p { margin: 0; }


/*	Wrapper
-------------------------------------------------------------- */

.wrapper { background: #fff; }


/*	Header
-------------------------------------------------------------- */

.header { margin-top: 10px; }
.header .tabs { border-bottom: 1px solid #ddd; }
.header .tabs li { margin-right: 3px; }
.header .tabs a { -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; -webkit-border-top-left-radius:3px; -webkit-border-top-right-radius:3px; }
.header .tabs a:link, .header .tabs a:visited { padding: 5px 15px; background: #ddd; color: #666; text-decoration: none; }
.header .tabs a:hover { background: #ccc; color: #333; }
.header .tabs a.current { background: #bbb; color: #fff; }


/*	Content
-------------------------------------------------------------- */

.content { margin-top: 20px; }
.bottle { margin-top: 10px; }
.sidebar { margin-top: 20px; min-height: 543px; background: #fff url("../images/bg-sidebar.png") repeat-y; }

h1 { text-indent: -9999px; color: #fff; background: url(../images/logo-goldenboy.png); width: 300px; height: 45px; }
h2 { text-align: right; font-size: 14px; font-style: italic; }

.content p { font-style: italic; font-size: 12px; }
.content p small { font-style: italic; font-size: 10px; }

img.buynow { margin: 10px 0 0 0; }

.sidebar img { margin: 0 0 0 55px; }
.sidebar p { margin: 0 0 0 55px; color: #ac9156; font-size: 11px; font-style: italic; }
.sidebar strong { color: #000; font-size: 12px; }

/* Tables */
table { margin-bottom: 1.4em; }
th { border-bottom: none; font-weight: bold; }
td { border-bottom: none; vertical-align: top; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/*	Footer
-------------------------------------------------------------- */
.footer { border-top: 1px solid #eee; margin-top: 20px; }
.footer .tabs a:link, .footer .tabs a:visited  { padding: 10px 20px 10px 0; color: #666; text-decoration: none; }
.footer .tabs a:hover { color: #a10000; }

.footer p.quiet { margin: 10px 0 20px 0; color: #ccc; font-size: 11px; }


/* Forms
-------------------------------------------------------------- */
input, textarea { font-size: 16px; }
/* form p.field { margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px solid #eee; } */
form p label { float: left; margin: 4px 0 0 0; width: 100px; font-size: 13px; font-weight: normal; color: #8b8b8b; }
form p small { font-size: 9px; font-weight: normal; color: #444; display:block; }