/*
Title:      Project Pages
Author:     Loughlin McSweeney, loughlin@choicecutsonline.com
Updated:    ...
Notes:		...
*/

/* ---( signup page )------------------------------- */

#form-container
{
	margin:5px 0px 0px 0px;
}

#form-container p
{
	margin-top:15px;
}

#form-container img#submit-tip
{
	margin-bottom:5px;
}

#form-container table#form-table
{
	
}

#form-container  table#form-table tr
{
	height:35px;

}


#form-container  table#form-table td
{
	border-bottom:1px solid #777777;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:15px;
	width:250px;
}

#form-container  table#form-table td p
{
	font-size:12px;
}


#form-container  table#form-table td span
{
	color: #999;
	font-size:10px;
	line-height:10px;
	margin-left:0px;
	display:block;
	width:230px;
}


table#form-table .form-element
{
	width: 242px;
	border:3px solid #000000;
	font-size:14px;
	padding:5px 3px;
}

table#form-table .description-input
{
	width: 525px;
	border:3px solid #000000;
	font-size:14px;
	padding:5px 3px;
}

table#form-table .artistselect
{
	width:250px;
}

table#form-table .button
{
	background-color:#EEEEEE;
	border:1px solid #000000;
	color:#000000;
	padding:5px 3px;
	width:300px;
}

table#form-table .tick
{
	float:left;
}




/* ---( sign up form )------------------------------- */

#signup-welcome
{
	margin-bottom:20px;
}

#signup-welcome h1
{
	font-family: Tahoma, Arial;
	font-size:20px;
	color:#FFC600;
}

#signup-welcome h2
{
	background-color:#000000;
	border-bottom:1px solid #555555;
	border-top:1px solid #555555;
	color:#FFFF00;
	font-family:Tahoma,Arial;
	font-size:16px;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:8px;
	padding-top:5px;
}

#signup-welcome h2 span
{
	color:#FFF;
	font-size:10px;
}

#signup-welcome p
{
	font-family: Arial;
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	line-height:18px;
	margin-bottom:20px;
}

#signup-welcome p a
{
	background-color:#CDA601;
	border:1px solid #000000;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 3px;
	text-decoration:none;
}

#signup-welcome p a:hover
{
	color:#000;
	background-color:#FFF;
}

.dayselect, .monthselect
{
	margin-right:10px;
	margin-left:3px;
}

/* ---( sign up errors )------------------------------- */

#registration-error
{
	border:1px solid #F00;
	padding:10px;
	margin-bottom:20px;
	background-color:#000;
}

#registration-error h1
{
	color:#FF0000;
	font-family:Arial;
	font-size:26px;
	margin-bottom:20px;
}

#registration-errors ul
{
	padding-top:10px;
	padding-bottom:15px;
	margin-left:15px;
	font-family: Arial;
	font-size: 12px;

}

#registration-error ul li
{
	border-bottom:1px dotted #999999;
	font-style:italic;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:11px;

}


/* ---( ADMIN AREA )------------------------------- */


#admin-content-area
{
	width:950px;
	margin-top:15px;
}

#admin-content-holder
{
	/*float:left;*/
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	margin-top:15px;
}

#admin-content-holder h1.validation-result
{
	font-size:14px;
}

#admin-content-holder h1.validation-result a
{
	color:#F00;
	text-decoration:underline;
}

#admin-section-description
{

	margin-bottom:5px;

}


#admin-section-description h1
{
	font-family: Tahoma, Arial;
	font-size:20px;
	color:#FFC600;
}

#admin-section-description p
{
	font-family: Arial;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	line-height:12px;
}

#admin-section-description h2
{
	margin-top:20px;
}


#admin-section-description h2 a
{
	background-color:#000000;
	border:1px solid #FF0000;
	color:#FFFFFF;
	font-family:Tahoma,Arial;
	font-size:14px;
	padding:4px 10px;
	text-decoration:none;
}

#admin-section-description h2 a:hover
{
	font-size:14px;
	color:#F00;

}



#admin-section-description h3
{
	margin-top:20px;
	margin-left:20px;
	color:#F00;
	font-family:Tahoma,Arial;
	font-size:14px;
	font-style: italic;
}


#user-table
{
	
}

#user-table table
{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	color: #000;

}

#user-table table th
{

	background-color: #000;
	font-family:Arial,Helvetica,sans-serif;
	padding-left:3px;
	font-size:11px;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	color:#FFF;
	font-weight:bold;
	height:35px;
}

#user-table table tr
{
	height:25px;
	color:#FFF;
	height:35px;
}


#user-table table td
{
	font-size:11px;
	height:25px;
	padding-left:3px;
	border-bottom:1px solid #848484;
	line-height:14px;
}

#user-table a
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight: bold;
	text-decoration:none;
	color:#F00;
}


#table-options a
{

	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight: bold;
	text-decoration:none;
	color:#F00;
}


#table-options a:hover
{
	text-decoration:underline;
}


/* ---( ADMIN AREA - Navigation )------------------------------- */

#admin-navigation
{
	border-bottom:5px solid #3D3E3D;
	height: 55px;
}

#admin-navigation ul
{
	width:900px;
}

#admin-navigation ul li
{
	float:left;
	margin-right:20px;
}

#admin-navigation ul li a
{
	padding:6px 13px;
	background-color: #CDA601;
	color:#000;
	border:1px solid #000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	display:block;
}

#admin-navigation ul li a:hover
{
	
	background-color: #FFF;
	color:#000;
}

/* ---( ADMIN AREA - Participants involved in an artist's project )------------------------------- */

.thisproject-participants
{
	margin-bottom:10px;
}

#form-container .thisproject-participants h1
{
	font-size:12px;
	font-style:italic;
}


.thisproject-participants ul
{
	width:800px;
}

.thisproject-participants ul li
{
	display:inline;
	float:left;
	height:30px;
	width:180px;
}

.thisproject-participants ul li a
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background:url(../images/userlink_bg.gif) no-repeat 0px 2px;
	padding:2px 19px;
}

.thisproject-participants ul li a:hover
{
	text-decoration:underline;
	color: #FF0042;
}




/* ---( bug )------------------------------- */

#bug-container
{
	position: fixed;
	right:0px;
	top:0px;
	display:block;
	height:80px;
	width:100px;
	background-color: #000;
	border-left:1px solid #999;
	border-bottom:1px solid #999;

}

#bug-container ul
{
	font-family: Arial,Helvetica,sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

#bug-container ul li
{
	height:25px;
	line-height:25px;
	height:25px;
	text-align:right;
	width:100px;
}

#bug-container ul li a
{
	display:block;
	padding-right:29px;
	color:#FFF;
	text-decoration:none;
}

#bug-container ul li a#profile
{
	background:transparent url(../images/user_options_profile.gif) no-repeat 78px 4px;
}

#bug-container ul li a#projects
{
	background:transparent url(../images/user_options_projects.gif) no-repeat 78px 4px;
}

#bug-container ul li a#logout
{
	background:transparent url(../images/user_options_logout.gif) no-repeat 78px 4px;
}


#bug-container ul li a:hover
{
	text-decoration:underline;
}


/* ---( projects ongoing and completed overview )------------------------------- */

#projects-welcome-note
{
	margin-bottom:20px;
}

#projects-welcome-note h1
{
	font-family: Tahoma, Arial;
	font-size:20px;
	color:#FFC600;
}

#projects-welcome-note p
{
	color:#B6B6B6;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
}

.project-preview
{
	background-color:#000;
	margin-bottom:20px;
	padding:10px;
	width:525px;
	position:relative;
}

.project-preview h1
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FBFE00;
}

.project-preview h1 a
{
	color:#FBFE00;
}

.project-preview h2
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FBFE00;
}

.project-preview h1 span, .project-preview h2 span
{
	color:#FFF;
	text-decoration:none;
}


.project-artist-sub-preview
{
	border-top:1px solid #2E2E2E;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:8px;
}

.project-artist-sub-preview img
{
	width: 158px;
	display:block;
	float:left;
	margin:4px 10px 5px 0px;
}


.project-artist-sub-preview p
{
	color:#FFFFFF;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
}

.project-preview h3
{

	background:transparent url(../images/userlink_bg.gif) no-repeat scroll 1px 8px;
	border-bottom:1px solid #2E2E2E;
	border-top:1px solid #2E2E2E;
	color:#FFFF00;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px 0px 5px 22px;
	text-decoration:none;
	margin-top:5px;
}

.project-preview h3 span
{
	color: #FFF;
}

.project-preview h4
{
	color:#FFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:8px;
}

.project-preview h4 a
{
	font-family: Arial;
	font-size:12px;
	color:#00DEFF;
	font-weight:bold;
	text-decoration:none;
}

.project-preview h4 a:hover
{
	color:#EC0088;
	text-decoration:underline;
}


.project-preview h4 span
{
	color:#F00;
	font-style:italic;
}


.project-preview p.date
{
	color:#666666;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	position:absolute;
	right:8px;
	top:2px;
}



/* ---( profile page )------------------------------- */

#profile-content-area
{
	width:950px;
	margin-top:15px;
}


#profile-container
{
	width: 945px;
}

#profile-option-bar
{
	background-color: #AEFF00;
	height:33px;
	width:930px;
	margin-bottom:15px;
}

#profile-option-bar img
{
	float:left;
}


#profile-option-bar h1
{	
	color:#000000;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:7px;
	margin-top:4px;
}

#profile-option-bar h1 span
{
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}



#profile-option-bar h2
{
	color:#000000;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-right:8px;
	margin-top:5px;
}

#profile-option-bar h2 a
{
	text-decoration: none;
	color:#000;
}

#profile-option-bar h2 a:hover
{
	text-decoration: underline;
}


#profile-info-column
{
	width:304px;
	float:left;
}

.profile-infobox
{
	width:302px;
	background-color:#090909;
	border:1px solid #424443;
	margin-bottom:11px;
}


.profile-infobox img
{
	border-bottom:1px solid #424443;
	display:block;
}

.profile-infobox ul
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-bottom:7px;
	margin-left:38px;
	margin-top:7px;
}

.profile-infobox ul li
{
	line-height:24px;
	height:24px;
	color:#FFF;
}

.profile-infobox ul li a
{
	color:#FFF;
	text-decoration:underline;
}


#profile-personal-column
{
	
	float:left;
	margin-left:9px;
	width:625px;
}

.noisemail /* extends .profile-infobox */
{
	float:left;
	margin-right:9px;

}

.quicklinks /* extends .profile-infobox */
{
	float:left;
	height:96px;
}

.generalinfo p /* extends .profile-infobox */
{
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin-bottom:15px;
	margin-left:38px;
	margin-top:10px;
}

.generalinfo p a
{
	color:#FFFFFF;
	text-decoration:underline;
}


#quicklinks-jumper-container
{
	margin-top:18px;
	margin-left:38px;
}

#quicklinks-dropdown
{
	width:230px;
}

#profile-about
{
	background-color: #01A7C0;
	clear:both;
	width:597px;
	padding:10px;
}


#profile-about h1, #profile-pics h1, #profile-video h1
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

#profile-about p
{
	margin-top:10px;
	line-height:18px;
	font-size:12px;
	color:#FFF;
}




#profile-comments
{
	background-color:#090909;
	border:1px solid #424443;
	width:615px;
	margin-top:15px;
}

#profile-comments h1
{
	color:#FFFFFF;
	font-size:14px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:20px;
}

#profile-comments h1 a
{
	color:#F00;
	text-decoration:underline;
}

#profile-comments h2
{
	color:#FF0;
	font-size:14px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:20px;
}


#profile-comments img#comments-title
{
	border-bottom:1px solid #424443;
	display:block;
}

#profile-comments #comments-form
{
	margin-top:10px;
	margin-left:20px;
	margin-bottom:20px;
}

#profile-comments #comments-form h1
{
	color:#FFF;
	font-size:12px;
	margin:0px;
}

#profile-comments #comments-form h1 span
{
	color:#F00;

}

#profile-comments #comments-form #comment-textarea
{
	width:569px;
	font-size:12px;
	font-family: Arial;
}


#profile-comments .comment-container
{
	position:relative;
	margin-bottom:0px;
	margin-left:20px;
	margin-top:10px;
	width:573px;
}

#profile-comments .comment-container a.delete-comment
{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	position:absolute;
	right:10px;
	text-decoration:underline;
	top:3px;
}

#profile-comments .comment-container img.comments-bubble-top, #profile-comments .comment-container img.comments-bubble-bottom
{
	display:block;
}

#profile-comments .comment-container h3
{
	background:transparent url(../profiles/images/comments-bubble-tick.gif) no-repeat 0px 0px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	height:26px;
	padding-left:50px;
	padding-top:2px;
	width:510px;
}

#profile-comments .comment-container h3 a
{
	color:#FF0;
}

#profile-comments .comment-container .comment-blurb
{
	background-color:#01A7C0;
	font-size:12px;
	line-height:16px;
	padding:10px 15px;
}

.comment-blurb .avatar
{
	float:left;
	width:60px;
}

.comment-blurb .avatar img
{
	border:1px solid #4C4C4C;
	display:block;
}

.comment-blurb .comment
{
	color:#FFFFFF;
	float:left;
	font-weight:bold;
	margin-left:10px;
	width:470px;
}


#elm1
{
	width:650px;
	height:300px;
}

#artist-submission-textarea
{
	width:650px;
	height:600px;
}

#user-submission-textarea
{
	width:650px;
	height:600px;
}


#quicklinks-edit-container
{
	margin-top:10px;
}

#quicklinks-edit-container p
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

#quicklinks-edit-container p a
{
	color:#F00;
	text-decoration:none;
}

#quicklinks-edit-container p a:hover
{
	text-decoration:underline;
}

/* ---( active project content  )------------------------------- */

#admin-project-content-area
{
	width:950px;
	margin-top:15px;
}

#active-project-content-holder
{
	width:950px;
	margin-top:15px;
}

#active-project-content-holder h3
{
	margin-top:20px;
	margin-left:20px;
	color:#F00;
	font-family:Tahoma,Arial;
	font-size:14px;
	font-style: italic;
}


.project-information
{
	position:relative;
	margin-top:20px;
	padding-bottom:20px;
}

.project-information h1
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FBFE00;
}

.project-information h1 a
{
	background-color:#CDA601;
	border:1px solid #000000;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:6px 13px;
	text-decoration:none;
}

.project-information h1 a:hover
{
	background-color:#FFF;
}

.project-information h1 span
{
	color:#FFF;
	text-decoration:none;
}

.project-information p
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	line-height:16px;
}

.project-information p a
{
	color:#FF0042;
	text-decoration:none;
}



.project-information p a:hover
{
	text-decoration:underline;
}

#project-submit-message
{
	position:absolute;
	border:1px solid #000;
	top:5px;
	right:0px;
	background-color:#F00;
	
}

#project-submit-message h1
{
	font-size:14px;
	padding:5px 10px;
	color:#FFF;
}


.participants ul
{
	width:950px;
}

.participants ul li
{
	display:inline;
	float:left;
	height:30px;
	width:180px;
}

.participants ul li a
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background:url(../images/userlink_bg.gif) no-repeat 0px 4px;
	padding:2px 19px;
	display:block;
	margin-top:10px;
}

.participants ul li a:hover
{
	text-decoration:underline;
	color: #FF0042;
}

.overview p
{
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:10px;
}

/* ---( active project submissions  )------------------------------- */


.project-submission
{
	border-bottom:6px solid #3D3E3D;
	margin-top:20px;
	padding-bottom:20px;
}

.project-submission h1
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FBFE00;
}

.project-submission h1 a
{
	background-color:#CDA601;
	border:1px solid #000000;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:6px 13px;
	text-decoration:none;
}

.project-submission h1 a:hover
{
	background-color:#FFF;
}

.project-submission h1 span
{
	color:#FFF;
	text-decoration:none;
}

.project-submission p
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	line-height:16px;
	margin-bottom:15px;
}

.project-submission p a
{
	color:#FF0042;
	text-decoration:none;
}

.project-submission p a:hover
{
	text-decoration:underline;
}

.artist-initial-submission
{
	background-color:#000000;
	color:#FFFFFF;
	padding:10px;
	width:600px;
	margin-top:20px;
}

.artist-initial-submission p
{
	margin-bottom:15px;
}

.artist-initial-submission p a
{
	color:#F00;
	text-decoration:underline;
}

.community-member
{
	background-color:#070209;
	color:#FFFFFF;
	float:left;
	height:165px;
	margin-bottom:27px;
	margin-right:27px;
	text-align:center;
	width:130px;
	display:inline;
}

.community-member h1
{
	font-family:Arial,Helvetica,sans-serif;
	padding:2px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
}

.community-member img
{
	
	margin-top:5px;
	margin-bottom:5px;
}


.community-member p
{
	font-family:Arial,Helvetica,sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
}

.community-member p a
{
	text-decoration:underline;
	color:#FF0;
}


/* ---( group communication wysiwyg container  )------------------------------- */

#group-coms-wysiwyg
{
	margin-top:18px;
}

#group-coms-wysiwyg h1 span
{
	color:#999999;
	display:block;
	font-size:10px;
	line-height:10px;
	margin-left:0px;
	width:230px;
}

#group-coms-textarea
{
	width:504px;
	height:350px;
}