html, body {
	background: #eee;
	margin: 0;
	padding: 0;
	color: #333;
	font: 10px helvetica, arial, sans-serif;
	text-align: center;
}

h1, h2, h3, p, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.8em;
	color: #666;
	margin-bottom: 15px;
}

h3 {
	font-size: 1.4em;
	color: #666;
	margin-bottom: 15px;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 15px;
}

p.disclaimer {
	font-size: 1.2em;
	color: #666;
	margin-bottom: 10px;
}

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

a:hover {
	color: #c42;
	text-decoration: underline;
}

img {
	border: 0;
}

form p {
	font-size: 1em;
	margin-bottom: 15px;
}

form ul {
	margin-bottom: 15px;
}

form label {
	font-size: 1.4em;
	color: #666;
	display: block;
	margin-bottom: 5px;
}

form h2 label {
	font-size: 1em;
}

form select {
	font-size: 1.4em;
	font-family: helvetica, arial, sans-serif;
	padding: 5px 5px 0 0;
}

form option {
	font-family: helvetica, arial, sans-serif;
	padding-top: 2px;
}

form .instructions {
	color: #333;
	font-size: 1.4em;
}

form .text input, form textarea, form .date input {
	border: solid 1px #ccc;
	font-size: 1.8em;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 5px 0 2px;
	width: 280px;
}

form .date input {
	width: 240px;
}

form textarea {
	font-size: 1.4em;
}

form .columns {
	margin-bottom: 15px;
}

form .columns p {
	float: left;
	margin-right: 10px;
}

form .checkbox input, form .radio input {
	float: left;
	margin: 0 5px 0 0 ;
}

form .checkbox label {
	display: inline;
	margin-bottom: 0;
}

form .radio label {
	color: #333;
	float: left;
	margin-right: 10px;
}

form .checkbox img {
	float: left;
	cursor: pointer;
	margin: 0 10px 0 0 ;
}

.buttons input, .buttons img {
	margin-right: 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#header {
	background: #333;
	height: 80px;
	overflow: hidden;
}

#header .inner {
	height: 70px;
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	padding-top: 10px;
	position: relative;
}


#header h1 {
	color: #fff;
	margin-left: 10px;
}

#header h1 img {
	float: left;
}

#header ul {
	float: left;
	position: absolute;
	left: 180px;
	bottom: 18px;
}

#header li {
	font-size: 1.4em;
	float: left;
	margin-right: 20px;
}

#header li a {
	color: #fff;
}

#header li a:hover {
	text-decoration: none;
}

#header .search {
	position: absolute;
	right: 20px;
	bottom: 18px;
}

#header form {
	float: left;
}

#header #q {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.4em;
	margin-right: 10px;
	height: 18px;
	padding: 6px 3px 0;
	border: 0;
}

#notice {
	border: solid 2px #cde;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background: #def;
	padding: 15px 0 0 20px;
	position: relative;
}

#notice .close {
	position: absolute;
	top: 10px;
	right: 20px;
}

#notice h2 {
	color: #333;
	margin-bottom: 10px;
}

#errorExplanation {
	background: #eee;
	border: solid 2px #ddd;
	margin: 0 0 15px 0;
	padding: 10px;
}

#errorExplanation h2 {
	color: #c33;
	font-size: 1.4em;
	margin-bottom: 0;
}

#errorExplanation ul {
	margin-top: 5px;
}

#errorExplanation li {
	font-size: 1.2em;
}

#title {
	margin-bottom: 30px;
}

#photos #title {
	margin-bottom: 0;
}

#title .left {
	float: left;
	width: 720px;
}

#title .right {
	float: right;
	width: 220px;
}

#title #user_image {
	float: left;
	margin-left: 20px;
}

#title div {
	float: left;
}

#title .recommends {
	float: right;
	margin-right: 10px;
	text-align: right;
	font-size: 1.2em;
}

#title .recommends img {
	float: right;
	margin-left: 10px;
	height: 40px;
}

#title h1, #title h2 {
	margin-left: 20px;
}

#title h2 {
	font-size: 1.4em;
	margin-bottom: 0;
	margin-top: 5px;
}

#title h2 span {
	color: #666;
	font-weight: normal;
}

#title p.actions {
	margin: 5px 0 0 20px;
}

#title p.buttons {
	margin: 10px 0 0 20px;
}

#title p.buttons a {
	float: left;
}

#title p.buttons .link {
	margin-top: 6px;
	margin-left: 5px;
}

#navigation {
	float: left;
	list-style: none;
	margin-top: 15px;
	padding: 0 10px;
}

#title #navigation {
	display: block;
}

#navigation li {
	float: left;
	margin-right: 10px;
}

#navigation a {
	float: left;
	font-size: 1.8em;
	height: 30px;
	padding: 6px 10px 0 10px;
}

html>body #navigation a {
	height: 24px;
}

#navigation li.button {
	margin-left: 10px;
}

#navigation li.button a {
	padding: 0;
}

#navigation span {
	background: url(/images/tab-left.gif) no-repeat top left;
	float: left;
}

#navigation span span {
	background: url(/images/tab-right.gif) no-repeat top right;
	height: 30px;
	color: #666;
	font-size: 1.8em;
	padding: 6px 10px 0 10px;
}

html>body #navigation span span {
	height: 25px;
}

.body {
	background: #fff;
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

#above {
	height: 30px;
}

.content {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#error_page #above {
	height: 80px;
}

#static .content {
	min-height: 160px;
	height: auto !important;
	height: 160px;
}

.tri .col {
	float: left;
	width: 280px;
	padding: 0 20px;
}

.tri .narrow_col {
	float: left;
	width: 200px;
	padding: 0 20px;
}

.tri .wide_col {
	float: left;
	width: 480px;
}

.tri .col textarea {
	width: 280px;
}

html>body .tri .col textarea {
	width: 274px;
}

.tri .tri .narrow_col textarea {
	width: 200px;
}

html>body .tri .narrow_col textarea {
	width: 194px;
}

.single {
	padding: 0 20px;
}

.double .col {
	float: left;
	width: 440px;
	padding: 0 20px;
}

.double .wide_col {
	float: left;
	width: 680px;
	padding: 0 20px;
}

.double .narrow_col {
	float: left;
	width: 200px;
	padding: 0 20px;
}

.double .third_col {
	float: left;
	width: 280px;
	padding: 0 20px;
}

.double .two_third_col {
	float: left;
	width: 600px;
	padding: 0 20px;
}

#footer {
	background: url(/images/footer.gif) no-repeat bottom left;
	margin: 40px 0 0 0;
	padding: 0 20px;
}

#footer p {
	color: #999;
	padding: 0 0 10px 0;
}

#footer a {
	color: #666;
}

#footer .copy {
	float: left;
}

#footer #sharethis_0 {
	float: right;
	font-size: 1.4em;
}

#welcome {
	margin-bottom: 20px;
	padding: 0 20px;
	width: 640px;
}

html>body #welcome {
	width: 600px;
}

#welcome h1 {
	margin-bottom: 5px;
}

.list {
	margin-bottom: 20px;
}

.list li {
	border-top: solid 1px #ccc;
	padding-top: 10px;
}

.list .info {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.list .images {
	float: left;
}

.list h2 {
	color: #333;
	margin-bottom: 5px;
}

.list h2 a {
	color: #333;
}

.list h2 a:hover {
	color: #c42;
}

.list h3 {
	color: #666;
	font-size: 1.4em;
	margin-bottom: 5px;
}

.feed_list li {
	border-top: solid 1px #ccc;
	padding-top: 10px;
	margin-bottom: 15px;
}

.feed_list li.first {
	border-top: 0;
	padding-top: 0;
}

.feed_list li li {
	padding-top: 0;
	border: 0;
}

.feed_list .item_body {
	margin-top: 5px;
}

.feed_list .comment img, .feed_list .story img {
	float: left;
	margin-right: 10px;
}

.feed_list .time {
	color: #999;
	font-size: 1.2em;
	margin-top: 5px;
}

.feed_list .confirm_delete {
	margin-top: 5px;
}

.feed_list .comment p {
	color: #666;
	font-size: 1.2em;
}

.thumb_list li {
	float: left;
	margin: 0 10px 10px 0;
}

.feed_list .thumb_list li {
	margin: 5px 10px 0 0;
}

.thumb_list img {
	float: left;
}

.list .thumb_list {
	float: left;
	width: 440px;
}

#requests .list .thumb_list {
	width: 100%;
	margin-bottom: 10px;
}

.list .thumb_list li {
	border-top: 0;
	padding-top: 0;
}

form .thumb_list .checkbox input {
	margin-top: 10px;
}

.scrollable_list {
	height: 350px;
	overflow: auto;
}

.short_scrollable_list {
	height: 200px;
	overflow: auto;
}

.grid_list {
	height: 240px;
	overflow: auto;
}

.grid_list li {
	float: left;
	width: 200px;
	margin-right: 40px;
}

form .grid_list h2 label {
	color: #333;
}

form .grid_list .checkbox input, form .grid_list .checkbox h2 {
	margin-top: 10px;
}

.tag_list li {
	margin-bottom: 10px;
}

.tag_list label {
	color: #333;
}

.feed_list p {
	margin: 0;
}

.comment_list li {
	margin-bottom: 10px;
}

.comment_list p {
	margin-bottom: 2px;
}

.comment_list .time {
	color: #666;
}

form .contact_list li {
	margin-bottom: 10px;
}

form .contact_list p {
	padding-top: 1px;
	margin: 0;
}

.event_form .text input, .event_form textarea {
	width: 380px;	
}

.block {
	margin-left: 20px;
	margin-right: 20px;
}

.request_alert {
	background: #eee;
	margin: 0 10px 15px 10px;
	padding: 10px;
}

.action_link {
	font-size: 1.2em;
}

.action_link a {
	color: #666;
}

.action_link a:hover {
	color: #c42;
}

/* search results */

.result_filters {
	margin-bottom: 10px;
}

.result_filters .bottom {
	border-top: solid 1px #ccc;
}

.result_filters div {
	font-size: 1.4em;
	color: #666;
	float: left;
}

.result_filters .sorting {
	width: 200px;
	margin-right: 20px;
}

.result_filters span {
	color: #333;
}

.result_filters span.disabled {
	color: #999;
}

/* edit photos */

#multipleUpload {
	margin-bottom: 30px;
}

.delete_photo {
	margin-bottom: 15px;
}

.delete_photo img {
	float: left;	
}

.delete_photo .confirm_delete {
	float: left;
	margin: 10px 0 0 10px;
	width: 100px;
}

#photo_caption {
	width: 280px;
}

html>body #photo_caption {
	width: 274px;
}

/* photo index */

#photo_image_holder {
	text-align: center;
	width: 480px;
	position: relative;
	overflow: hidden;
}

#photo_screen, #photo_tags {
	position: absolute;
	top: 0;
	z-index: 2;
}

#photo_tags {
	z-index: 1;
}

#current_photo_tag, .photo_tag {
	position: absolute;
}

#current_photo_tag, .active_photo_tag {
	border: solid 2px #fff;
}

#current_photo_tag div, .active_photo_tag div {
	border: solid 2px #c42;
}

p.photo_credit {
	font-size: 1.2em;
	margin: 10px 0 0 0;
}

.photo_caption {
	margin: 20px 0 0 0;
	overflow: auto;
}

#photo_text h3 {
	margin-bottom: 10px;
}

#photo_text p, #photo_text form p label {
	font-size: 1.2em;
}

#photo_text form p {
	font-size: 1em;
}

/* friend tags */

#friend_tags_container {
	margin-bottom: 20px;
}

.friend_tags {
	margin-bottom: 10px;
}

.friend_tags a, .friend_tag span {
	color: #666;
	cursor: pointer;
}

.friend_tags .active_friend_tag span {
	text-decoration: underline;
	color: #c42;
}

.friend_tags a:hover, .friend_tag span:hover {
	color: #c42;
}

#new_friend_tag .text input {
	font-size: 1.4em;
	width: 200px;
}

html>body #new_friend_tag .text input {
	width: 194px;
}

.auto_complete {
	background: #fff;
	position: absolute;
	margin-top: -15px;
}

.auto_complete ul {
	width: 200px;
	border: solid 1px #ccc;
	border-top: 0;
}

html>body .auto_complete ul {
	width: 198px;
}

.auto_complete li {
	font-size: 1.2em;
	padding: 5px 3px;
}

/* comments */

#comment_comment {
	font-size: 1.4em;
	width: 200px;
}
	
html>body #comment_comment {
	width: 194px;
}

#loading {
	background: url(/images/loading.gif) no-repeat top center;
	font-size: 1.2em;
	position: absolute;
	text-align: center;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	top: 0;
}

#timeline {
	margin: 0 20px 40px 20px;
}

.event, .user {
	margin-bottom: 15px;
}

.user .confirm_delete {
	float: right;
}

.event img, .user img, .event .fb_image_thumb, .user .fb_image_thumb {
	float: left;
	margin-right: 10px;
}

.event h3 {
	margin-bottom: 0px;
}

.event p {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 0;
}

.event_section {
	margin-bottom: 30px;
}

.story_list {
	margin-bottom: 20px;
}

.story_list h3 a {
	color: #333;
}

.story_list h3 a:hover {
	color: #c42;
}

.story_list li {
	border-top: solid 1px #ccc;
	padding-top: 10px;
}

#story_title, #story_body, #message_subject, #message_body {
	width: 100%;
}

.story_info {
	margin-bottom: 15px;
}

h2.story_title {
	color: #333;
	margin-bottom: 5px;
}

p.story_byline {
	color: #666;
	margin-bottom: 0;
}

.story_edit {
	margin-top: 5px;
}

.user_picture {
	float: left;
	margin-right: 20px;
}

.user_picture img {
	margin-bottom: 10px;
}

.user_picture .confirm_delete {
	width: 100px;
}

#recipient_emails {
	float: left;
	width: 280px;
}

#user_q {
	float: left;
}

.dividor {
	color: #666;
	font-size: 1.8em;
	float: left;
	margin-left: 60px;
}

#event_navigation {
	font-size: 1.2em;
	color: #666;
	background: url(/images/bg-event_nav.gif) no-repeat top center;
	height: 20px;
	width: 480px;
	margin: 0 auto;
	padding: 3px 10px 0 10px;
}

html>body #event_navigation {
	height: 17px;
	width: 460px;
}

#event_navigation span {
	color: #666;
	width: 120px;
}

#event_navigation a {
	color: #666;
}

#event_navigation a:hover {
	color: #c42;
}

html>body #event_navigation a {
	width: 110px;
}

#event_navigation .prev {
	float: left;
}

#event_navigation .prev a {
	background: url(/images/prev_arrow-green.gif) no-repeat center left;
	padding-left: 10px;
}

#event_navigation .info {
	float: left;
	width: 220px;
	text-align: center;
}

#event_navigation .next {
	float: right;
	text-align: right;
}

#event_navigation .next a {
	background: url(/images/next_arrow-green.gif) no-repeat center right;
	padding-right: 10px;
}

.message {
	padding-bottom: 10px;
}

.message .avatar {
	float: left;
	margin-right: 10px;
}

.message .read {
	text-decoration: line-through;
}

#photo_navigation {
	height: 30px;
	font-size: 1.2em;
	color: #666;
	padding-top: 10px;
}

html>body #photo_navigation {
	height: 20px;
}

#photo_navigation span {
	color: #666;
	width: 120px;
}

#photo_navigation a {
	color: #666;
}

#photo_navigation a:hover {
	color: #c42;
}

html>body #photo_navigation a {
	width: 110px;
}

#photo_navigation .prev {
	float: left;
}

#photo_navigation .prev a {
	background: url(/images/prev_arrow-green.gif) no-repeat center left;
	padding-left: 10px;
}

#photo_navigation .next {
	float: right;
	text-align: right;
}

#photo_navigation .next a {
	background: url(/images/next_arrow-green.gif) no-repeat center right;
	padding-right: 10px;
}

#photos .narrow_col, #photos .col {
	margin-top: 30px;
}

.private {
	color: #c33;
	font-size: 1em;
}

#new_event_link {
	font-size: 1.4em;
	margin-left: 10px;
}

#facebook_import {
	margin-bottom: 30px;
}

#facebook_import #aid {
	margin-right: 10px;
}

#facebook_import .refresh {
	font-size: 1.4em;
}

#facebook_photos {
	margin: 20px 0 30px 0;
}

#facebook_photos li {
	float: left;
	margin: 0 10px 10px 0;
}

#facebook_photos ul {
	margin-bottom: 10px;
}

.facebook_photo input {
	float: left;
	margin: 10px 10px 0 0;
}

.facebook_photo label {
	cursor: pointer;
}

.fb_image_thumb {
	float: left;
	overflow: hidden;
	width: 50px;
	height: 50px;
}

#feedback_body {
	width: 460px;
}

#splash .content {
	text-align: center;
}

#splash h1 {
	color: #8b3;
	font-size: 3em;
	margin-bottom: 20px;
}

#splash h2 {
	color: #333;
	font-weight: bold;
}

#splash #notice h2 {
	font-weight: normal;
}

#splash .left {
	float: left;
	width: 460px;
}

#splash .right {
	float: right;
	width: 460px;
}

#splash .left li {
	font-size: 1.4em;
	font-style: italic;
	margin-bottom: 15px;
}

#splash h3 {
	color: #333;
	font-weight: bold;
}

#splash #screenshot, #splash #signup_button {
	margin-bottom: 30px;
}

#header .sign_in {
	position: absolute;
	right: 127px;
	bottom: 0;
}

#header .fb_login_not_logged_in {
	position: absolute;
	right: 20px;
	bottom: 13px;
}

#view_more {
	text-align: center;
}

#welcome_add_event {
	margin: 0 20px;
}

#tos_container {
	height: 200px;
	overflow: auto;
	border: solid 1px #ccc;
	padding: 10px;
	margin-bottom: 15px;
}

#tos_container p {
	font-size: 1.4em;
}

p.certify {
	font-size: 1.2em;
}