body {
    background-color: #474240;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial;
    font-size: 14px;
    padding-top: 0px;
    margin-top: 0px;
}



h1 {
    margin-top: 0px;
    font-size: 18pt;
}

h2 {
    font-size: 16pt;
    font-weight: bold;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 12pt;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

#container {
    width: 1000px;
    background-color: #FFF;
    border-top: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#campaign_container {
    width: 1000px;
    background-color: #FFF;
    border-top: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 35px;
}

#content {
    padding: 0px;
    color: #35302C;
}

#home_content {
    background: url(/images/body_bkg.jpg) no-repeat;
    padding: 0px;
    color: #35302C;
}

#content form h1 {
    margin: 0px auto;
    text-align: center;
    margin-bottom: 35px;
}

#content form div.errorExplanation {
    margin: 35px auto;
    text-align: center;
}

a#create_contest {
	background: url('/images/btn_createcontest_combined.gif');
	width: 273px;
	height: 58px;
	float: left;
	margin-left: 5px;
	margin-top: 65px;
}

a#create_contest:hover {
	background-position: 0 58px;	
}

a#try_it {
	background: url('/images/btn_tryit_combined.gif');
	width: 444px;
	height: 65px;
	float: left;
}

a#try_it:hover {
	background-position: 0 65px;	
}

/* Navigation */
ul#navigation {
    width: 945px;
    list-style-type: none;
    background-color: #908e8a;
    height: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
	padding-left: 55px;
}

ul#navigation li {
    float: left;
    background-color: #908e8a;
    width: 142px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 35px;
    color: #FFF;
}

ul#navigation li a {
    color: #332a24;
    text-decoration: none;
}

ul#navigation li a:hover {
	color: #faae4e
}

ul#navigation li {
    color: #FFF
}

/* Header */
div#header {
    background: url(/images/hdr_bkg.jpg) no-repeat;
}

#flash_notice, #flash_error {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 25px;
    font-size: 12pt;
    text-align: center;
}

#flash_notice {
    background-color: #CFC;
    border: solid 1px #6C6;
}

#flash_error {
    background-color: #FCC;
    border: solid 1px #C66;
}

.fieldWithErrors {
    display: inline;
}

#errorExplanation {
    width: 400px;
    border: 2px solid #df6504;
    padding: 0px;
    padding-bottom: 12px;
    background-color: #f0f0f0;
    text-align: left;
}

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

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 8px;
    text-align: left;
}

#errorExplanation ul {
    margin: 2px 24px;
    text-align: left;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: disc;
    text-align: left;
}

#login {
    float: right;
}

#create_teaser {
    float: left;
}

#create_teaser a#home-link{
	background: url('/images/btn_home_combined.gif');
	width: 107px;
	height: 30px;
	float: left;
}

#create_teaser a:hover#home-link{
	background-position: 0 30px;
}

#create_teaser a#start-contest-link{
	background: url('/images/btn_contest_combined.gif');
	width: 194px;
	height: 30px;
	float: left;
	margin-left: 5px;
}

#create_teaser a:hover#start-contest-link{
	background-position: 0 30px;
}

#create_teaser a#crowd-campaign-link{
	background: url('/images/btn_poweredbycclogo_combined.gif');
	width: 231px;
	height: 30px;
	float: left;
	margin-left: 55px;
}

#create_teaser a:hover#crowd-campaign-link{
	background-position: 0 30px;
}



/* Proposals */
#proposal_block {
    margin-top: -15px;
    padding-top: 0px;
}

.proposals {
    width: 500px;
    margin-left: 20px;
    float: left;
}

.proposals a {
    text-decoration: none;
}

.proposal {
    width: 500px;
    clear: both;
    border-top: 1px solid #aaa;
    margin-top: 10px;
}

#winning_proposal {
    padding-left: 40px;
    background-image: url('/images/winning-ribbon.png');
    background-repeat: no-repeat;
    background-position: 10px 0px;
}

.proposed_name {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 20px;
}

.description_block {
    float: right;
    width: 445px;
    height: auto;
}

.description {
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 40px;
}

.description_link {
    text-decoration: none;
    color: #333;
}

#interesting_proposals {
    width: 170px;
    background: #EFEFEF;
    float: left;
    margin-top: 0px;
    padding: 5px;
}

#interesting_proposals h3 {
    font-size: 15px;
    margin-top: 0px;
}

/* Proposal Sort Orders */
#sort_orders {
    width: 700px;
    text-align: right;
    background: #EFEFEF;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 25px;
    font-weight: bold;
}

.sort_order {
    padding-right: 10px;
    color: #555;
    text-decoration: none;
}

.selected_sort_order {
    padding-right: 10px;
    color: #0000FF;
    text-decoration: none;
}

/* Votes */
.voting_block {
    float: left;
    width: 60px;
    height: auto;
    margin-top: 4px;
    margin-left: -8px;
    text-align: center;
}

.vote_count {
    background: #FFFCCF;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 6px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 46px;
}

.vote_button {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-left: 6px;
    text-align: center;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 10px;
    width: 46px;
}

.vote_button:hover {
    background: #399701;
    color: #fff;
    font-weight: bold;
}

.vote_number {
    font-size: 24px;
}

.submitter {
    float: left;
    font-size: 8pt;
}

.submitter img {
    margin-bottom: -8px;
}

/* Comments  */
.comment_entry_form {
    width: 450px;
    padding-top: 0px;
}

#comment_entry_form {
    margin-left: 250px;
}

#comment_form {
}

.comments {
    width: 450px;
    clear: both;
    margin-left: 250px;
}

.comment {
    width: 450px;
    clear: both;
    margin-bottom: 20px;
    padding-top: 20px;
}

.comment_pic {
    width: auto;
    float: left;
    padding-right: 15px;
}

.comment_details {
    font-size: 8pt;
}

textarea {
    font-family: Verdana, Helvetica, Arial;
    font-size: 9pt;
}

#home-promotions {
    width: 889px;
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 25px;
}

#logo-copy {
    float: left;
    width: 400px;
    color: #524E43;
}

#logo-p {
    font-size: 13pt;
    font-weight: bold;
}

#logo-text {
    padding-left: 10px;
    font-size: 12pt;
}

#logo-text li {
    margin-bottom: 18px;
}

#numbers-startup {
    background-image: url('/images/home-numbers.png');
    float: right;
    width: 440px;
    height: 440px;
}

#start-button {
    margin-top: 250px;
    margin-left: 50px;
}

#button-teasers {
    color: #666;
    font-weight: bold;
    text-align: left;
    width: 270px;
    padding-left: 110px;
    padding-top: 10px;
}

/* Campaign Elements */
#user_header {
    padding-bottom: 20px;
    margin-bottom: 25px;
}

#top_box {
    width: 700px;
}

#campaign_display_name {
    font-size: 19pt;
    padding-top: 15px;
    margin: 0px auto;
    text-align: left;
}

#campaign_display_name a {
    text-decoration: none;
}

#campaign_logo {
    float: left;
    padding: 20px 20px 20px 20px;
    text-align: center;
    width: 150px;
}

#campaign_display_description {
    float: right;
    width: 500px;
}

#call_to_action {
    padding-bottom: 40px;
    padding-top: 10px;
}

/* Button Definitions */
.button { /* Top left corner, top edge */
    float: left;
    color: #fff; /* Text colour */
    background: #0F3B5F url(/images/button-blue.jpg) no-repeat; /* Fallback bg colour for images off */
    text-decoration: none;
    font-size: 20px;
}

.button * {
    display: block;
}

.button span { /* Top right corner */
    padding: 6px 0 0;
    background: url(/images/corners.gif) no-repeat right top;
}

.button span span { /* Bottom left corner, left and bottom edges */
    padding: 0 0 0 6px;
    background: url(/images/button-blue.jpg) no-repeat left bottom;
}

.button span span span { /* Bottom right corner */
    padding: 0 0 6px;
    background: url(/images/corners.gif) no-repeat right bottom;
}

.button span span span span { /* Right edge */
    padding: 3px 12px 3px 6px; /* Extra padding (3px vertical, 6px horizontal) added to give the text some breathing room */
    background: url(/images/button-blue.jpg) no-repeat right center;
}

.button:hover, .button:focus, .button:active { /* Help keyboard users */
    outline: 2px dotted #ddd; /* Not supported by IE/Win :-( */
    color: #fff;
}

#show_box {
    padding-right: 10px;
    color: #555555;
}

#The_colorPicker {
    position: absolute;
    width: 224px;
    padding-bottom: 1px;
    background-color: #FFF;
    border: 1px solid #317082;
}

.manager {
    border: 4px solid #ccc;
    padding: 0px;
    background: #efefef;
	margin-top: 20px;
}

#campaign_throttled{
	border: 4px solid #9F201A;
    padding: 0px;
    background: url(/images/admin_icons/48x48/delete.png) no-repeat;
	background-position: 10px 50px;
	margin-top: 20px;
}

#campaign_throttled h2{
	background: #9F201A;
	color: #fff;
}

#campaign_throttled p{
	margin-left: 72px;
}

#campaign_throttle_warning{
	border: 4px solid #EC9010;
    padding: 0px;
    background: url(/images/admin_icons/48x48/warning.png) no-repeat;
	background-position: 10px 50px;
	margin-top: 20px;
}

#campaign_throttle_warning h2{
	background: #EC9010;
	color: #333;
}

#campaign_throttle_warning p{
	margin-left: 72px;
}

#limit_summary{
	margin-left: 72px;
	margin-bottom: 25px;
	width: 400px;
}

#limit_summary th{
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #555555;
}

#limit_summary td{
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #555555;
}

#limit_summary .row_start{
	text-align: right;
	font-weight: bold;
	
}




.manager h2 {
    margin: 0px;
    padding: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    background: #ccc;
    width: 480px;
    color: #444;
    font-size: 14pt;
    text-transform: uppercase;
}

.manager h3 {
    padding-top: 0px;
    margin-top: 0px;
}

.manager p {
    margin-left: 10px;
    color: #555;
    font-size: 12pt;
}

#info_text {
    font-size: 9pt;
}

#follow_warning_text {
    font-size: 9pt;
}

.manager br {
    margin-bottom: 14px;
}

.link_icon {
    vertical-align: middle;
}

#manager_links a {
    text-decoration: underline;
    color: #426BEC;
}

#manager li{
	color: #555;
}










#campaign_description div {
    margin-left: 40px;
}

#user_teaser {
    border: 4px solid #444;
    padding: 2px;
    background: #0099ff;
    text-align: center;
    width: 250px;
}

#user_teaser p {
    font-size: 20px;
    color: #fff;
}

hr {
    color: #ddd;
    border: 2px solid #ddd;
}

#terms_and_conditions_link {
    font-size: 10px;
    color: #222;
    margin-top: 10px;
}

#manage_proposals {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 20px;
}

#manage_proposals th {
    text-align: left;
}

#manage_proposals .centered {
    text-align: center;
}

#manage_users th {
    text-align: left;
}

#manage_users .centered {
    text-align: center;
}



/* Pricing  */
#pricing {
    margin: 25px auto 50px auto;
}

#pricing th.highlight {
    background: #1A7A2F;
    color: #fff;
}

#pricing td.highlight {
    background: #79ED92;
}

#top_row th {
    text-align: center;
    background: #000;
    color: #fff;
}

th.section_header {
    text-align: left;
}

th.row_header {
    text-align: right;
    border-bottom: 2px solid #aaa;
}

#pricing td {
    text-align: center;
    border-bottom: 2px solid #aaa;
}

#pricing td.plain {
    border: none;
}

#pricing th.plain {
    border: none;
    text-align: right;
}

#pricing tr {
}

.submitted_image {
    border: 0px;
    margin-right: 15px;
  	max-width: 200px;
	max-height: 200px;
	width: expression(this.width > 400 ? "200px" : true);
	height: expression(this.height > 400 ? "200px" : true);
}

/*  Form Styling */
.form_section {
    width: 500px;
    margin: 0px auto 0px auto;
}

.form_section h2 {
    margin-bottom: 5px;
}

.form_section input, textarea {
    margin-left: 30px;
}

.form_example {
    font-size: 10pt;
    color: #555;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
}

.form_example ol {
    text-align: left;
}

.form_example li {
    margin-bottom: 7px;
}

.submit {
    width: 500px;
    text-align: center;
    margin: 5px auto auto 5px;
}

div#carousel {
    width: 850px;
    height: 200px;
    margin-top: 30px;
    padding: 10px 0px 0px 120px
}

div#carousel a {
    margin: 0px 10px
}

div#carousel img {
	border: 2px solid #332a24;
}

div#carousel img:hover {
	border: 2px solid #faae4e;
} 

/* Footer */
#footer {
    width: 980px;
    margin: 20px auto;
	height: 40px;
    padding-bottom: 20px;
	display: block;
}

div#footer ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}

div#footer ul li.list_title {
    font-size: 14px;
    font-weight: bold;
}

div#footer a {
    color: #35302C;
    text-decoration: none;
}

div#footer a:hover {
    text-decoration: underline;
}

/* Similar Proposals */
#similar_proposals {
    background: #FFFFAF;
    padding: 0px 25px 10px 25px;
    margin-top: 15px;
    border: 1px dashed #555;
}

.confirmation_text {
    margin-left: 50px;
}

.confirmation_text p {
    font-weight: bold;
}

.indented {
    margin-left: 50px;
    margin-bottom: 15px;
}

.red_highlight {
    background: #FF1604;
    color: white;
    padding: 3px;
}

.yellow_highlight {
    background: #FCFF08;
    padding: 3px;
}

#discount_application {
    float: right;
}

.pricing_confirmation{
	padding-left: 50px;
	width: 500px;
	margin-left: 100px;
	margin-right: auto;
	
}

.pricing_confirmation p{
	font-size: 14pt;
}

#paypal_button{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


a img {
    border: none;
}

a {
    color: #1A4BE2;
}

div#character_counter {
	font-size: 1.3em;
	color: gray;
	line-height: .9em;
}

span.notify {
	font-size: .8em;
	color: gray;
}

.comment_link{
	color: #555;
}

.comment_link:hover{
	color: #222;
	text-decoration: underline;
}


