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

Description:	Screen CSS
Version:		1.0.0 (2009-04-28)
Website:		http://www.roblarman.com
Author:			Everflight, LLC
	
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
-------------------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Georgia, Times, serif; line-height: 20px; }

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


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

.wrapper { background: #fff; }


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

/* Logo */
.logo { margin: 0 0 30px 410px; }


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

.content { margin-top: 20px; }
.sidebar { margin-top: 20px; }
.photo { margin-bottom: 20px; }
.intro { text-align: center; }
.intro p { margin: 0 0 10px 0; }

.about { text-align: left; }
.about p { margin: 0 0 10px 0; }

.intro p.main-links { text-transform: uppercase; font-size: 10px; letter-spacing: 1px; }
.intro p.main-links a:link,
.intro p.main-links a:visited { padding: 0 15px; }


/* Footer
-------------------------------------------------------------- */
.footer { border-top: 1px solid #f4f4f4; margin: 20px 0 20px 0; padding: 10px 0 0 0; }

.footer p { color: #ccc; font-size: 10px; text-align: center; }


/* 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; }