body { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color:black;
  z-index:-1000;
	height:100%;
	min-height: 100%;
}

#center_page{	
  margin:0 auto;
  text-align:left;
  width: 980px;
}

#page {
  background-color:#ffffff;  
  width: 970px;
  height:100%;
  text-align: left;
  padding:5px 5px 0px 10px;
}

h1 {
  font-size: 27px; 
  font-family: arial, helvetica, sans-serif;
  margin: 0 0 5px 0;
  font-weight:normal;
  line-height:35px;
  overflow:hidden;
}

h2 {
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  font-size:18px;
  padding-botom:5px;
  line-height:1.1em;
}

h3 {
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin:0 0 10px 0;
  font-variant: small-caps
}

h4 {
  font-family: arial, helvetica, sans-serif;
  margin:0 0 3px 0;
  font-size:12px;
  font-weight:bold;
  line-height:1.2em;
}

.ad p {
	text-align:left;
	text-justify: newspaper;
	width:175px;
}

.word_break {
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.small_text {
  font-size: 11px;
  line-height: 1.4em;
  margin:10px 0 0 0;
}

.very_small_text {
  font-size: 8px;
  line-height: 1.5em;
  margin:2px 0 0 0;
}

img {
  border:2px solid black;
  padding:0;
}

body, p, ol, ul, td {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-align:left;
  margin: 5px 0 10px 0;
  line-height:1.5em;
}

p {
  margin-bottom:10px;
}

.graph {
  margin-bottom:20px;
}

ul {
  padding-left:20px;
}

li {  
  margin:0 0 10px 0px;
}

label {
  font-family: trebuchet ms,arial, helvetica, sans-serif;
  width: 10em;
  float:left;
  text-align:right;
  margin-right: 1em;
  display: block;
}

legend {
  padding: 0.2em 0.4em;
  font-size: 1.1em
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { 
  text-decoration:none;
  color: #cf6701; 
}

a:hover { 
  color: #fff; 
  background-color:#000; 
}

a.blank_hover:hover { background-color:#f7f3e8;}

#menu {
  margin:117px 0 0 0;
  font-size: 14px;
}

#support_button {
  margin: 10px 0 10px 0;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

a.header {
  font-weight:normal;
  color: #cf6701; 
}

div.centered_column {
  margin-left:200px;
  width:500px;
}

div.shaded {
  background-color:#f7f3e8;
  padding: 10px 5px 15px 15px;
  margin-bottom:20px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;	
  border-left:0 none !important;
  border-right:0 none !important;  
}

div.block {
  margin-bottom:20px;
}

div.block_title {
}

div.block_body {
  border-top:dotted black 1px;
  padding: 20px 5px 2px 5px;
}

div.noshade_block_body {
  margin: 0 0 20px 25px;
  padding: 10px 5px 10px 5px;
}

img.alert  {
  float:left;
  vertical-align:text-bottom;
  margin-right:10px;
}

div.alert {
  margin:0px 0 10px 0;
  width:350px;
  min-height:65px;
}

.red {
	color:red;
}

.green {
	color: green;
}

.project_box {
  margin-left:10px;
  border:1px solid black;
  width:60px;
  height:40px;
  padding:5px 5px 10px 5px;
}

.project_nav {
  float:left;
  padding:0px 5px 0px 0px;
  margin-bottom:0px;
}

.search_results {
  margin-top:40px;
  width:670px;
}

.result_row {
  background-color:white;
  border:1px solid black;
  height:100px;
}

.result_image {
  width:100px;
  text-align:center;
}

.results_spacer {
  height:20px;
}

.user_list {
 text-align:left; 
 vertical-align:top;
 width:130px;
}

#nav_links {
  margin:20px 0 100px 0;
}

#choose_picture img {
    border:2px solid #cf6701;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  background-color: #c00;
  color: #fff;
  margin:0;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px 5px 5px 15px;
}

#errorExplanation li {
  margin-left: 30px;
  padding:5px;
}

.tall_textbox {
  font-size: large;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

#comment_list {  
}

div#projectCommentsListContainer {
    margin-top:10px;
    width:400px;
}

div.projectCommentContainer {
  width:400px;  
  float:left;
}

div.projectCommentImage {
  margin:8px;
}

div.projectCommentHeader {
  background:#FFE8BE;
  width:300px;
}

div.projectComment {
}

div.projectCommentFooter {
  margin-top:10px;
}

.projectCommentLeftColumn {
  float:left;
  width:100px;
}

div.projectCommentRightColumn {
  margin: 1px 30px 0 100px;
}

#sidebar-wrapper {
  float: right;
  width: 330px;
}

#content-wrapper {
  float: left;
  width: 650px;
  margin-left:20px;
}

#content {
  
}

#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}

#content .first.entry {
  background-color: #f7f3e8;
  padding: 20px 20px 20px 20px;
  margin: -20px 0 0 -40px;
}

#content .first.entry h2 {
  margin-top: 0.25em;
}

#content .entry {
  margin: 20px 0 0 -40px;
  padding: 0px 20px 10px 20px;
}

#content h3, h2, h1 {
  display: block;
  text-decoration: none;
}

#login_status {  
  width:100%;
  text-align:right;
}

#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
}

#sidebar h3 {
  font-size: 120%;
}

#sidebar p {
  line-height: 140%;
}

#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}

#sidebar ul {
  list-style-type: square;
}

#sidebar li {
  margin-bottom: .25em; 
}

#main {
  margin-top:0px;
  padding-top:0px;
  background-color:white;
  vertical-align:top;
  float: left;
  width: 100%;
}

.button {
  font-size:18px;
}

#footer img {
  border-width:0;
}

#footer div {
  margin:5px;
}

#flash {
  margin-bottom:40px;
}

.image_instructions {
  margin:40px 0 0 50px;
  width:400px;
}

.video_box {
  margin-top:20px;
  padding-bottom:10px; 
  width:270px;
  height:180px;
}

.imitation_button {
  border:1px solid black;
  background-color:	#EDEDED;
  font-size:12px;
  color:black;
  padding:5px;
  font-weight:bold;
}

.ad {
  width:200px;
  margin-right:10px;
}

.ad img {
	width:160px;
	margin-bottom:10px;
}

.carousel .previous_button {
	margin-top:15px;
  float:left;  
  width: 32px;
  height: 75px;
  background: url(http://s3.amazonaws.com/FringeBucket/left_2.png);
	background-repeat:no-repeat;
  z-index: 100;
  cursor: pointer;
}

.carousel .previous_button_over {
  background: url(http://s3.amazonaws.com/FringeBucket/left_3.png);
  background-repeat:no-repeat;
}

.carousel .previous_button_disabled {
  background: url(http://s3.amazonaws.com/FringeBucket/left_1.png);
  background-repeat:no-repeat;
  cursor: default;
}

.carousel .next_button {
	margin-top:15px;
  float:left;  
  width: 32px;
  height: 75px;
  background: url(http://s3.amazonaws.com/FringeBucket/right_2.png);
  background-repeat:no-repeat;
  z-index: 100;
  cursor: pointer;
}

.carousel .next_button_over {
  background: url(http://s3.amazonaws.com/FringeBucket/right_3.png);
  background-repeat:no-repeat;
}

.carousel .next_button_disabled {
  background: url(http://s3.amazonaws.com/FringeBucket/right_1.png);
  background-repeat:no-repeat;
  cursor: default;
}