/*------------------------------------------------------------------
[Master Stylesheet]

Project: JA Fellows
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 08/26/08
-------------------------------------------------------------------*/

@import 'reset.css';

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header       [#hdr]
3. Left Content
    a. Home Page
    b. About Page
    c. Calendar Page
    d. Pictures Page
    e. Requirements Page
    f. FAQ Page
    g. Send Password Page
    h. CMS
    i. Pagination (page flipper)
    j. Forms
4. Right Content
5. Navigation   [#nav_main]
6. Validation
7. Footer       [#ftr]
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Body ]
-------------------------------------------------------------------*/
html, body { height:100%; margin:0 0 1px; padding:0; }

body {
    background:#FFF url(../images/bg_default.jpg) no-repeat center top;
    color:#000;
	font-family:Helvitica, Arial, sans-serif;
	font-size:12px;
	letter-spacing:0px;
	line-height:14px;
}

a { color:#000000; text-decoration:underline; }

a.white { color:#FFF; }
a.red, p.err_msg, p.heading { color:#C10435; }
a:hover { color:#ABABAB; }

p { padding:4px 0px; }
p.info_msg, p.err_msg { font-size:18px; padding-top:125px; text-align:center; }
p.heading, p.sub_heading { font-size:18px; font-weight:bold; }
p.sub_heading { color:#575757; }
p.red { color:#C10435; font-weight:bold; }

td { padding:4px; }

#wrapper { background:url(../images/wrapper.gif) repeat-y; margin:auto; width:980px; }

/*------------------------------------------------------------------
[2. Header - [#hdr] ]
-------------------------------------------------------------------*/
#hdr { background:url(../images/header.jpg) no-repeat center top; height:120px; width:980px; }

#hdr .logo { float:left; margin:0px; padding:0px; width:181px; }
#hdr .login_msg { color:#FFF; float:right; font-size:11px; height:18px; padding:84px 0px 0px 0px; }

p.welcome { color:#FFF; padding:0px 40px 0px 0px; text-align:right; }

/*------------------------------------------------------------------
[3. Left Content ]
-------------------------------------------------------------------*/
#content_wrapper {
    background:url(../images/wrapper_content.gif) repeat-y;
	float:left;
	padding-bottom:8px;
	width:754px;
}

#content_main {
	float:left;
	padding:4px 0px 0px 56px;
	width:526px;
}

#content_right_top {
	float:right;
	height:460px;
	width:170px;
}

/*------------------------------------------------------------------
[3a. Home Page ]
-------------------------------------------------------------------*/
#home_video_container {
	background:url(../images/video_bg.jpg) no-repeat;
	height:323px;
	padding:5px 5px 20px 5px;
	width:505px;
}

#home_video {
	height:318px;
	width:500px;
}

/*------------------------------------------------------------------
[3b. About Page ]
-------------------------------------------------------------------*/
span.signature {
    color:#C10435;
    font-style:italic;
	padding-left:20px;
}

table.about, table.about td { border:1px solid #000000;}
table.about td.large { font-size:xx-large; }

.about_img {
    padding-top:20px;
    text-align:center;
}

/*------------------------------------------------------------------
[3c. Calendar Page ]
-------------------------------------------------------------------*/
#calendar table, #calendar td { border:1px solid #C10435; }

#calendar td.date {
    text-align:center;
	width:30%;
}

/*------------------------------------------------------------------
[3d. Pictures Page ]
-------------------------------------------------------------------*/
#pictures_container { padding:20px 0px 8px 32px; }

#pictures_container div.holder {
	float:left;
	margin:4px;
	width:104px;
}

#pictures_container div.thumb_img { border:2px solid #C10435; }

#pictures_container div.thumb_txt {
	font-size:10px;
	padding:0px 0px 0px 2px;
	text-align:center;
}

#pictures_container img { display:block; }

/*------------------------------------------------------------------
[3e. Requirements Page ]
-------------------------------------------------------------------*/
#requirements {
    background: url(../images/requirements/main-bg.jpg) no-repeat;
    height:438px;
    width:520px;
}

#req_left {
    float:left;
    height:376px;
    width:220px;
}

#req_right {
    float:right;
    height:376px;
    width:190px;
}

#req_bottom {
    height:35px;
    padding:5px 30px 0px 140px;
    width:350px;
}

.box { 
    line-height:13px;
    text-align:left;
}

/*------------------------------------------------------------------
[3f. FAQ Page ]
-------------------------------------------------------------------*/
#faq ol, #faq ul { padding-left:18px; }

#faq a[name]:hover { color:#000; } 

/*------------------------------------------------------------------
[3g. Send Password Page ]
-------------------------------------------------------------------*/
#sendpass_container { padding-top:4px; }

#sendpass_container input {
    border:1px solid #999;
	height:16px;
	width:180px;
}

#sendpass_container .submit_fld {
    padding:6px 91px;
}

/*------------------------------------------------------------------
[3h. Content Management ]
-------------------------------------------------------------------*/
#results .left {
	float:left;
	padding:8px;
}

#results .right {
	float:right;
	padding:8px 20px 2px 0px;
}

table.cms {
    border-bottom:1px solid #ABABAB;
    width:100%;
}

table.cms td {
    border-top:1px solid #ABABAB;
    padding:4px;
}

table.cms td a { text-decoration:none; }

/*------------------------------------------------------------------
[3i. Content - Pagination (page flipper) ]
-------------------------------------------------------------------*/
.paginator {
    background-color:#FFF;
    border:1px solid #ABABAB;
    float:left;
    font-size:10px;
    margin:0px 2px;
    padding:4px;
}

.paginator_current {
    background-color:#FF92AC;
    border:1px solid #C10435;
    float:left;
    font-size:10px;
    margin:0px 2px;
    padding:4px;
}

/*------------------------------------------------------------------
[3j. Forms ]
-------------------------------------------------------------------*/
.headline { 
    font-weight:bold;
    padding-bottom:6px;
}

.intro_text {
	font-size:12px;
	font-style:italic;
}

.identifier {
	float:left;
	padding:4px;
	text-align:right;
	width:134px;
}

.input_side {
	float:left;
	padding:2px;
}

.frm_fld_nrml {
    border:1px solid #000;
	width:105px;
}

.frm_fld_long {
    border:1px solid #000;
	width:165px;
}

.frm_fld_short {
    border:1px solid #000;
	width:85px;
}

/*------------------------------------------------------------------
[4. Right Content ]
-------------------------------------------------------------------*/
#right_container {
	float:right;
	width:226px;
}

#login, #auth {
    color:#333;
	font-size:11px;
	height:86px;
	padding-top:2px;
	width:186px;
}

#auth { 
    height:100px;
    width:300px;
}

#login div.input_text, #auth div.input_text {
	height:20px;
	margin:0px;
	padding:2px 8px 0px 0px;
}

#login div.input_text { text-align:right; }

#login input, #auth input {
    border:1px solid #999;
	height:16px;
	margin:0px;
	padding:0px;
	width:114px;
}

#login div.submit_fld, #auth div.submit_fld {
	padding:2px 0px 0px 62px;
	text-align:left;
}

#auth div.submit_fld { padding-left: 56px; }

#login .forget_pass {
	padding:2px 8px 0px 0px;
	text-align:right;
}

#login input.submit, #auth input.submit, #sendpass_container input.submit, #content input.submit, button.submit, a.submit {
    background:#ABABAB url(../images/btnBg.jpg) repeat-x;
    border:0px solid #ABABAB;
	cursor:pointer;
    height:24px;
}

a.submit {
    color:#000;
    display:block;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    height:19px;
    padding:5px 8px 0px 8px;
    text-decoration:none;
}

a:hover.submit { color:#000; }

#sendpass_container input.submit { width:70px; }

#go_arrow {
    color:#C10435;
	height:78px;
}

/*------------------------------------------------------------------
[5. Navigation - [#nav_main] ]
-------------------------------------------------------------------*/
#nav_main {
    font-size:14px;
	padding-top:10px;
}

.menutitle {
    font-weight:bold;
	margin-bottom:0px;
	padding:2px 6px;
	text-align:left;
	width:172px;
}

.menutitle a {
	color:#C10435;
	text-decoration:none;
}

.menutitle a:hover { color:#666; }

.menutitle a.current { color:#000; }

.submenu {
	font-size:12px;
	padding:0px 6px;
	text-align:left;
	width:172px;
}

.submenu a {
	color:#000;
	line-height:16px;
	text-decoration:none;
}

.submenu a:hover { color:#666; }

.submenu a.current {
	color:#000;
	text-decoration:underline;
}

/*------------------------------------------------------------------
[6. Validation ]
-------------------------------------------------------------------*/
.err_msg, #errUsername, #errPassword, #errEmail,
#errCompanyName, #errCompanyMission, #errCompanySalesGoal, #errCompanyLogo,  
#errContactName, #errContactPhone, #errContactEmail,
#errProductDescription, #errProductPrice, #errProductImage,
#errFirstName, #errLastName, #errTitle, #errDescription, #errEmbed, #errVotes {
    color:#C10435;
	font-style:italic;
}

.err_msg { font-size:16px; }

/*------------------------------------------------------------------
[7. Footer - [#ftr] ]
-------------------------------------------------------------------*/
#ftr {
	background:url(../images/footer.jpg) no-repeat;
	font-size:11px;
	height:166px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	width:980px;
}

#ftr .footnote {
    color:#C10435;
	float:left;
	font-size:20px;
	font-weight:bold;
	padding:4px 2px 0px 0px;
	text-align:right;
	width:632px;
}

#ftr p { padding:1px 0px; }
#ftr p.copyright { padding-top:64px; }
