/* @override 
	http://coolpoints.local/stylesheets/coolpoints.css
*/

/* @group Main Layout */

body {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Calibri, sans-serif;
	margin: 0;
	background-color: #30706c;
}

/* @group Header */

/* @group Join Box */

#join_box a:link, #join_box a:visited {
	overflow: visible;
	display: block;
	position: relative;
	float: right;
	padding: 10px 20px;
	margin-top: 10px;
	background: #71a20a url(/images/new_layout/navigation-bg.png) repeat-x center center;
	border: 1px solid #6b9a09;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: white;
	text-shadow: rgba(0,0,0,0.31) 1px 1px 0;
	margin-left: 10px;
	font-size: 16px;
}

#join_box a.join {
	background-color: #4862e0;
	text-decoration: none;
	border-color: #3a55d7;
}

#join_box a:hover {
	background-color: #bc6c3e;
	text-decoration: none;
	border-color: #8b502e;
}

#join_box a:active {
	background-color: #9a5833;
	text-decoration: none;
	border-color: #8b502e;
}

/* @end */

/* @group Search Bar */

.search_results {
	width: 75%;
	margin: 0 auto 30px;
}

.search_results .search_error {
	width: 75%;
	margin: 30px auto;
	text-align: center;
	font-size: 21px;
	background-color: #fffada;
	padding: 30px;
	border: 1px solid #d4b700;
	color: #514600;
}

.search_results h3:first-child {
	margin-top: 0;
}

form#header_search_bar {
	float: right;
	margin-bottom: 2px;
}

div#search input {
	height: 14px;
	float: right;
	border: none;
	width: 169px;
	background: #dcefee url(/images/search.gif) no-repeat 4px center;
	padding: 5px 5px 5px 26px;
	outline: none;
	font-size: 14px;
	margin-top: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div#search input:focus {
	border-color: #7676ff;
	background-color: white;
}

/* @end */

/* @group Navigation */

ul#navigation {
	padding: 0;
	float: left;
	margin: 0;
}

ul#navigation li {
	float: left;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	height: 60px;
	min-width: 100px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	background: url(/images/new_layout/navigation-highlight.png) no-repeat center 80px;
}

ul#navigation li a:link, 
ul#navigation li a:visited {
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-shadow: rgba(0,0,0,0.32) 1px 1px 0;
	display: block;
	padding: 20px 10px 17px;
	text-decoration: none;
}

ul#navigation li:hover {
	background-position: center top;
}

/* @group Small Links */

ul#small_links{
	float: right;
	margin: 22px 0 0;
	list-style-type: none;
	font-size: 14px;
	overflow: auto;
	width: 400px;
	height: 37px;
	padding: 0 5px 0 0;
}

ul#small_links li {
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
	border-left: 1px dotted #a96800;
	display: block;
}

ul#small_links li:last-child {
	border: none;
}

ul#small_links a:link, ul#small_links a:visited {
	color: white;
}

/* @end */

/* @group User Bar */

#user_bar {
	overflow: visible;
	position: relative;
	float: right;
	padding: 3px;
	

/*width: 150px;*/
	margin-top: 7px;
	background: #7bb00b url(/images/new_layout/navigation-bg.png) repeat-x center center;
	border: 1px solid #75a70a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: white;
	text-shadow: rgba(0,0,0,0.31) 1px 1px 0;
}

#user_bar .photo {
	float: left;
	padding: 2px;
}

#user_bar .name {
	font-size: 12px;
	margin-top: -1px;
	color: #fff;
}

#user_bar .points {
	float: left;
	text-align: left;
	margin-left: 6px;
	margin-top: 3px;
	width: 150px;
}

#user_bar .photo img {
	width: 32px;
	height: 32px;
	border: 1px solid #72a309;
}

#user_bar .arrow {
	position: absolute;
	float: left;
	width: 21px;
	background: #75a70a url(/images/new_layout/down-arrow.png) no-repeat center center;
	padding: 0;
	height: 45px;
	top: 0;
	right: 0;
}

#user_bar:hover {
	background-color: #e6c240;
	border-color: #c19e1b;
	-webkit-box-shadow: rgba(0,0,0,0.25) 0px 10px 20px;
	-moz-box-shadow: rgba(0,0,0,0.25) 0px 10px 20px;
}

#user_bar:hover .photo img {
	border-color: #c19e1b;
}

#user_bar:hover .arrow {
	background-color: rgba(230,194,64,0);
}

#user_bar:hover ul#user_bar_dropdown {
	display: block;
}

ul#user_bar_dropdown {
	display: none;
	position: absolute;
	background: #e6c240;
	border: 1px solid #c19e1b;
	border-top: none;
	top: 24px;
	left: -1px;
	width: 200px;
	padding: 10px 0;
	z-index: 99220;
	-webkit-box-shadow: rgba(0,0,0,0.25) 0px 10px 10px;
	-moz-box-shadow: rgba(0,0,0,0.25) 0px 10px 10px;
}

ul#user_bar_dropdown li {
	list-style-type: none;
}

ul#user_bar_dropdown li a:link, ul#user_bar_dropdown li a:visited {
	color: white;
	display: block;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	padding: 5px 10px;
}

ul#user_bar_dropdown li a:hover {
	background-color: #c19e1b;
}

ul#user_bar_dropdown li a:active {
	background-color: #d48011;
}

/* @end */

/* @end */

#header {
	border-bottom: 1px solid #c57a00;
	border-top: 1px solid #cb7e00;
	height: 60px;
	background: #e28c00 url(/images/new_layout/navigation-bg.png) repeat-x 0 top;
	text-align: center;
}


#header .centerizer {
	height: 100%;
	padding: 0;
	overflow: visible;
}

/* @group Flash Bar */

.flash_bar {
	margin: -1px auto 0;
	background: gray url(/images/layout/light_sheen.png) 0 center;
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	overflow: hidden;
	padding: 15px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.flash_bar.notice {
	border-color: #3a6eb1;
	color: white;
	text-shadow: rgba(0,0,0,0.43) 1px 1px 1px;
	background-color: #4d91e8;
	border-top-color: #548bd1;
}

/* @end */

/* @group Notification Bar */

/* @group Gesture Notification */


@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1.0);
    opacity: 0.25;
  }
  50% {
    -webkit-transform: scale(1.2);
    opacity: 0.6;
  }
  to { 
    -webkit-transform: scale(1.0);
    opacity: 0.25;
  }
}

#notification_menu.open {
	border-color: #c57a00;
	background-color: #cd7f00;
}

#notification_menu {
	float: left;
	width: 67px;
	height: 60px;
	position: relative;
	margin-left: 10px;
	border-right: 1px solid rgba(226,140,0,0);
	border-left: 1px solid rgba(226,140,0,0);
	-webkit-transition:border-color 0.5s, background-color 0.5s;
	background-image: url(/images/new_layout/navigation-bg.png);
	background-color: #e28c00;
	cursor: pointer;
	padding-right: -18px;
}

#notification_menu ::-moz-selection {
	background-color: transparent;
}

#notification_glow {
	background: url(/images/notifications/cloud_38_glow.png) no-repeat center center;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 12px;
	left: 15px;
	/*opacity: 0;*/
	-webkit-animation-name: pulse; 
	-webkit-animation-duration: 2s; 
   -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
   z-index: 1;
}

#notification_count {
	position: absolute;
	top: 12px;
	left: 15px;
	background: url(/images/notifications/cloud_38.png) no-repeat center center;
	font-weight: bold;
	color: white;
	font-size: 16px;
	text-align: center;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
	margin-right: auto;
	margin-left: auto;
	width: 38px;
	height: 38px;
	z-index: 110;
	-webkit-transition:-webkit-transform 0.5s ease-in-out;
}

#notification_menu.open #notification_count {
	-webkit-transform: rotate(360deg);
}

#notification_count .number {
	padding-top: 9px;
}

#notification_menu > div img {
	position: relative;
	top: -2px;
	margin-right: 2px;
}

.gesture.notification {
	
}

.gesture.notification .icon {
	float: left;
	margin-right: 10px;
}

.gesture.notification .body {
	float: left;
	margin-right: 10px;
	width: 344px;
}

.gesture.notification .icon img {
	background-color: white;
	padding: 3px;
	border: 1px solid #ccc;
}

.gesture.notification .small_button {
	margin: 0;
}

/* @end */

/* @group Friend REquest */

.friend_request {
	overflow: hidden;
}

.friend_request .icon {
	float: left;
	margin-right: 10px;
}

.friend_request .body {
	float: left;
	width: 185px;
	font-size: 14px;
}

.friend_request .body .links {
	margin-top: 5px;
}

.friend_request .icon img {
	background-color: white;
	padding: 2px;
	border: 1px solid #ccc;
	width: 42px;
	height: 42px;
}

/* @end */


@-webkit-keyframes notification-swing {
	from {
		-webkit-transform: rotateX(0deg);
		-webkit-animation-timing-function: ease-out;
		/*background-color: red;*/
	}
	5% {
		-webkit-transform: rotateX(6deg);
		-webkit-animation-timing-function: ease-out;
		/*background-color: yellow;*/
	}
	7% {
		-webkit-transform: rotateX(8deg);
		-webkit-animation-timing-function: ease-out;
		/*background-color: yellow;*/
	}
	20% {
		-webkit-transform: rotateX(-10deg);
		-webkit-animation-timing-function: ease-out;
		/*background-color: green;*/
	}
	30% {
		-webkit-transform: rotateX(5deg);
		-webkit-animation-timing-function: ease-out;
			/*background-color: blue;*/
	}
	40% {
		-webkit-transform: rotateX(-5deg);
		-webkit-animation-timing-function: ease-out;
			/*background-color: blue;*/
	}
	50% {
		-webkit-transform: rotateX(2.5deg);
		-webkit-animation-timing-function: ease-out;
			/*background-color: blue;*/
	}
	60% {
		-webkit-transform: rotateX(-2.5deg);
		-webkit-animation-timing-function: ease-out;
			/*background-color: blue;*/
	}
	70% {
		-webkit-transform: rotateX(1deg);
		-webkit-animation-timing-function: ease-out;
			/*background-color: blue;*/
	}
	80% {
		-webkit-transform: rotateX(-1deg);
		-webkit-animation-timing-function: ease-out;
			/*background-color: blue;*/
	}
	90% {
		-webkit-transform: rotateX(-.5deg);
		-webkit-animation-timing-function: ease-out;
			/*background-color: blue;*/
	}
	to { 
		-webkit-transform: rotateX(0deg);
		/*background-color: red;*/
		-webkit-animation-timing-function: ease-in;
	}
}



#notification_bar {
	position: absolute;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
	-webkit-transition: -webkit-perspective 1s;
	-webkit-perspective:500;
	display: none;
	-webkit-transform-style: preserve-3d;
	z-index: 10;
}

#notification_bar h3 {
	margin: 0;
	padding: 10px 10px 5px;
}


.dark #notification_bar {
	border-bottom: 1px solid #152638;
}

#notification_bar .swinger {
	margin: 0 auto; 
	width: 900px;
	overflow: hidden;
	position: relative;
	padding-bottom: 25px;
}

#notification_bar .centerizer {
	-webkit-transform-origin:top;
	-webkit-transform-style: preserve-3d;
	background-color: #f1f2f2;
	overflow: hidden;
	-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 30px;
	-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 30px;
	width: 500px;
	height: 200px;
	border: 1px solid #a0a0a0;
	border-top-style: none;
	margin-left: 146px;
	padding: 5px;
}

#notification_bar.open {
	display: block;
}

#notification_bar.open .swinger {
	opacity: 1;
}

#notification_bar .notification_list.friend_requests {
	width: 250px;
}

#notification_bar .notification_list.open {
	
}

@media (-webkit-transform-3d) {

	#notification_bar.open .swinger {
		-webkit-transform: rotateX(0deg);
		-webkit-animation-delay:0.5s;
		-webkit-animation-name:notification-swing;
		-webkit-animation-duration: 4s; 
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-in;
	}
	
	#notification_bar .swinger {
		-webkit-transform: rotateX(-180deg);
		-webkit-transition: -webkit-transform 0.5s ease-in;
		-webkit-transform-origin:top;
		-webkit-transform-style: preserve-3d;
	}

	#notification_bar {
		display: block;
		height: 0;
		-webkit-transition: height 0.2s linear;
		-webkit-transition-delay:0.5s;
	}
			
	#notification_bar.open {
		-webkit-transition-delay:0s;
		height: 230px;
	}

}

#notification_bar .notification {
	font-size: 14px;
	color: #2e2e2e;
	border-bottom: 1px dotted #c0c0c0;
	padding: 7px 10px;
	overflow: hidden;
}

#notification_bar .scroll_area {
	height: 200px;
	overflow-y: auto;
	background-color: white;
}

#notification_bar .notification_list div:last-child > div {
	border: none;
}

#notification_bar .notification .time {
	font-size: 10px;
	color: #868686;
	text-shadow: none;
	float: right;
	margin-top: 2px;
}

#notification_bar .notification > span {
	float: left;
	display: block;
	width: 448px;
}

#notification_bar .notification a.delete {
	width: 17px;
	height: 17px;
	float: right;
	background-image: url(/images/new_layout/round-delete-inactive.png);
	margin-left: 5px;
}

#notification_bar .notification:hover a.delete {
	background-image: url(/images/new_layout/round-delete.png);
}

#notification_bar .notification a.delete:active {
	background-image: url(/images/new_layout/round-delete-pushed.png);
}

#notification_bar .notification.warning {
	background-color: #f3cdb1;
	color: black;
	text-shadow: none;
}

#notification_bar .notification.flash.notice {
	background-color: #88cb43;
}

a.notifications_toggler:link, a.notifications_toggler:visited {
	font-size: 14px;
	color: #567e00;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 10px 2px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 20px;
}

.notifications_toggler .unread {
	color: white;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	padding: 0 8px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0;
	background: #c55000 url(/images/new_layout/navigation-bg.png) repeat-x 0 10px;
	border: 1px solid #aa4500;
}

.notifications_toggler:active {
	background-color: #f4f4f4;
}

.notifications_toggler > img.disclosure {
	position: relative;
	left: 5px;
	width: 9px;
	height: 6px;
	background-image: url(/images/new_layout/notification-disclosure.png);
	top: -4px;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -webkit-transform 0.4s;
}

.open .notifications_toggler img.disclosure {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
}

.expanded_notification_list > div {
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

.expanded_notification_list > div div:last-child .notification {
	border-bottom: none !important;
}

/* @end */

#header_shadow {
	background-image: url(/images/layout/white-shadow.png);
	height: 4px;
}

#header .centerizer.standalone #header_logo {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

#header_logo {
	float: left;
	position: relative;
	display: block;
	margin-top: 8px;
}

#header a {
	border: none;
}

#header a.moderator {
	float: right;
	color: white;
	margin-top: 14px;
	background-color: #fc6d39;
	text-align: left;
	margin-right: 10px;
	padding: 5px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border: 1px solid #e16132;
}

.centerizer {
	width: 986px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

/* @group Footer */

#footer {
	text-align: center;
	font-size: 12px;
	color: #a2cfff;
	width: 964px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 20px;
}

body.dark #footer {
	border-top: 1px solid #325a85;
}

#footer a {
	color: white;
}

#copyright {
	text-align: right;
	font-size: 10px;
	color: #599e9a;
	border-radius: 10px;
	width: 964px;
	overflow: hidden;
	margin: 20px auto;
}

#copyright .left {
	float: left;
}

#footer .col {
	float: left;
	width: 200px;
	margin-right: 20px;
}

#footer .col h3 {
	margin: 0;
	text-align: left;
	font-size: 16px;
	color: #ffdf66;
}

#footer .col ul {
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}

#footer .col ul li {
	text-align: left;
	padding: 0;
	font-size: 12px;
	color: #589ee8;
	margin-top: 5px;
}

#footer .col ul li a {
	text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
}

/* @end */

/* @end */

#page_middle {
	padding: 15px 0 25px;
	border-bottom: 1px solid #2e4e21;
	background-color: #fff8dd;
}

#content {
	width: 983px;
	padding-top: 5px;
}

#content.with_sidebar {
	overflow: hidden;
}

#content_wrapper {
	margin: 0 auto;
	width: 984px;
}

#invisible_content_wrapper {
	margin: 20px auto;
	width: 986px;
}

.content_column {
	padding: 0;
	margin-top: -4px;
}

#content.with_sidebar .content_column {
	padding-top: 0;
	float: right;
}

#content.normal_sidebar .content_column {
	width: 763px;
}

#content.mini_sidebar .content_column {
	width: 810px;
}

.nav_column {
	width: 125px;
	float: left;
	margin-right: 20px;
	font-family: "Arial Rounded MT Bold", "Lucida Grande", "Lucida Sans", Verdana, Calibri, sans-serif;
}

.nav_column a:link, .nav_column a:visited {
	border: none;
}

.nav_column ul {
	padding: 0;
	margin: 0 0 20px;
	list-style-type: none;
}

.nav_column ul li {
	margin-bottom: 3px;
}

#header_image {
	
}

.nav_column h3 {
	margin: 0 0 2px;
	text-transform: uppercase;
	color: #838383;
	font-weight: bold;
	font-size: 12px;
}

.site_error {
	width: auto;
	background-color: #f8533f;
	color: white;
	border: none;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #b33c2d;
	text-align: center;
}

.site_error a:link, .site_error a:visited {
	color: #4b0a03;
	font-weight: bold;
}

div.uncontained {
	clear: both;
}

/* @end */

/* @group FONTS */

.headline-font, .headline-font-hover, h3 {
	font-weight: normal;
	font-style: normal;
}

.round_font {
	font-family: "Arial Rounded MT Bold", "Lucida Grande", "Lucida Sans", Verdana, Calibri, sans-serif;
}

/* @end */

/* @group Enclosed Section */

.enclosed_section {
	padding-bottom: 10px;
}

.enclosed_section h3 {
	background-color: #e6e6e6;
	padding: 5px 5px 5px 7px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border: 1px solid #e6e6e6;
	border-bottom: none;
	font-size: 16px;
	margin: 15px 0 0;
	color: black;
}

.enclosed_section h3 img {
	margin-right: 5px;
}

.enclosed_section > div {
	background-color: #f7f7f7;
	padding: 5px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border: 1px solid #e6e6e6;
}

.enclosed_section.no_title > div {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* @end */

audio {
	display: none;
}

.cufon {
	margin-top: 3em;
}

.page_titles {
	overflow: hidden;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.page_titles h1 {
	text-align: left;
	color: #1d3f77;
	display: inline;
	float: left;
	margin: 0;
	font-variant: normal;
	font-style: normal;
	font-size: 42px;
	max-width: 600px;
}

body.standalone .page_titles, body.standalone .page_titles h1 {
	text-align: center;
	float: none;
}

.page_titles h1.big_subtitle {
	font-size: 36px;
	color: #7949b7;
	margin-top: 4px;
}

.page_titles .points .coolpoints_amount {
	float: right;
	margin: 4px 0 0;
	font-size: 36px;
	background: transparent !important;
}

.page_titles .signed_points .coolpoints_amount {
	float: left;
	font-size: 36px;
	background: transparent !important;
	margin-top: 7px;
}

.page_titles .divider {
	float: left;
	border-left: 1px dotted #90bcf6;
	width: 1px;
	height: 23px;
	margin-left: 15px;
	margin-top: 8px;
	margin-right: 15px;
}

.page_titles h2 {
	text-align: left;
	float: left;
	color: #b5b5b5;
	text-transform: lowercase;
	display: inline;
	margin: 15px auto 0;
	font-variant: normal;
	font-style: normal;
	font-size: 21px;
}

.page_titles .additional_html {
	clear: both;
}

#page_logline {
	color: #db0002;
	font-size: 21px;
	margin-bottom: 10px;
	margin-top: -15px;
}

h3 {
	color: #848484;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 2px;
	font-weight: normal;
	font-style: normal;
}

h4 {
	color: #919191;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	margin: 1px 0;
	font-size: 12px;
}

a.headline-font, .headline-font a {
	text-decoration: none;
}

h2 {
	color: #619130;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 1px;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
}

h3.search {
	font-size: 26px;
	margin-bottom: 5px;
	color: #7eb700;
	border-bottom: 2px solid #7eb700;
	padding-bottom: 2px;
}

/* @group Logged Out Promo */

#logged_out_promo {
	text-align: left;
	font-size: 12px;
	color: #000;
	background: #fffbca repeat-x 0 top;
	padding: 10px;
	border-bottom: 1px solid #c6c6c5;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#logged_out_promo .centerizer {
	padding: 0;
	text-align: left;
}

#logged_out_promo .sign-up {
	float: right;
	width: 200px;
	text-align: center;
	padding: 16px;
	font-weight: bold;
}

#logged_out_promo .sign-up div {
	margin-bottom: 10px;
}

#logged_out_promo h1 {
	margin: 5px 0 0;
	font-size: 26px;
	color: #f13928;
}

#logged_out_promo p {
	margin: 5px 0;
	font-size: 12px;
	width: 600px;
}

/* @end */

/* @group Default Table */

table.default {
	border: 1px solid #c0c0c0;
	border-spacing: 0;
	width: 100%;
}

table.default td {
	padding: 5px;
}

table.default tr:nth-child(odd) {
	background-color: #edf3fe;
}

table.default tr:nth-child(even) {
	background-color: #fff;
}

table.default tr td, table.default tr th {
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	vertical-align: middle;
}

table.default tr th {
	color: white;
	border: none;
	background-color: #619130;
	background-image: none;
	padding: 5px;
	font-size: 14px;
	border-bottom: 1px solid #0b5e0b;
	border-right: 1px solid #0b5e0b;
	text-align: left;
	text-shadow: rgba(0,0,0,0.42) 1px 1px 1px;
}

table.default tr:last-child td {
	border-bottom: none;
}

table.default tr th:last-child, table.default tr td:last-child {
	border-right: none;
}

table.default td.metric {
	width: 30%;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

table.default td.value {
	width: 20%;
	text-align: center;
	font: 16px "Arial Rounded MT Bold", "Lucida Grande", "Lucida Sans", Verdana, Calibri, sans-serif;
}

table.default td.description {
	width: 50%;
	font-size: 12px;
	color: #393939;
}

/* @end */

/* @group Default Links */

a:link, a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #006ccb;
}

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

a.lineless:hover {
	text-decoration: none;
}

a:active {
	color: #f5dd2d;
}

/* @end */

#doublefooter .fine_print {
	font-size: 9px;
}

/* @group Buttons */

a.button, input[type=submit].small {
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: white;
	background: #6878a3 url(/images/layout/light_sheen.png) repeat-x 0 center;
	padding: 5px 15px;
	text-shadow: rgba(0,0,0,0.26) 1px 1px 0;
	text-align: center;
	font: 12px "Arial Rounded MT Bold", "Lucida Grande", "Lucida Sans", Verdana, Calibri, sans-serif;
	border: none;
}

input[type=submit].small:disabled, input[type=submit].small:disabled:hover {
	background-color: #c3cadb;
}

.button:hover, input[type=submit].small:hover {
	background-color: #7f93c8;
}

a.button.critical {
	background-color: #9b2d19;
}

.button.critical:hover {
	background-color: #af4428;
}

.button:active, input[type=submit].small:active {
	background-color: #d1923a;
}

a.button.big {
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	color: white;
	background: #305ed8 url(/images/light_sheen.png) repeat-x 0 center;
	margin: 5px auto 12px;
	padding: 10px;
	text-shadow: rgba(0,0,0,0.26) 1px 1px 0;
	text-align: center;
}

.button.big .badge {
	position: absolute;
	top: -11px;
	right: -14px;
	width: 35px;
	height: 34px;
	background: url(/images/badge.png) no-repeat;
	padding-top: 6px;
}

.button.big:hover {
	background-color: #416bdb;
}

.button.big:active {
	background-color: #d1923a;
}

.button.big.my_reviews {
	margin-bottom: 0;
}

.button .badge {
	position: absolute;
	top: -7px;
	right: -8px;
	width: 20px;
	height: 20px;
	background: url(/images/badge_small.png) no-repeat;
	padding-top: 3px;
	padding-left: 0;
	font-size: 10px;
}

/* @end */

/* @group Common Items */

.center {
	text-align: center;
}

#collapsable_admin {
	margin-top: 20px;
	overflow: hidden;
}

a.admin.collapse {
	color: #fefffe;
	background-color: #f29925;
	float: right;
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: rgba(0,0,0,0.4) 1px 1px 0;
	border: 1px solid #c27b1d;
	text-decoration: none;
}

a.admin.collapse.open {
	padding-bottom: 13px;
}

div.admin {
	background-color: #ffe5c4;
	padding: 10px;
	border: 1px solid #c27b1d;
	clear: both;
	position: relative;
	top: -10px;
	width: 200px;
	float: right;
	font-size: 12px;
}

div.admin hr {
	background-color: #f2bb73;
	margin: 8px 0;
	width: 100%;
	padding: 0;
}

div.admin a {
	display: block;
}

div.admin a.destructive {
	color: #bc0000;
}

div.admin a.creative {
	color: #4b9500;
	font-weight: bold;
}

/* @group Infobox */

.infobox {
	margin: 0 auto;
	width: 50%;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 14px;
	text-align: center;
	background: #545565 none center;
	color: white;
	border: 1px solid #373742;
}

.infobox.wide {
	width: auto;
}

.infobox h1 {
	color: #001d7e;
	border: none;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}

.infobox p:last-child {
	margin-bottom: 0;
}

/* @end */

/* @end */

/* @group Buttons */

a.big_button, input[type=submit] {
	border-radius: 4px;
	display: inline-block;
	color: white;
	background: #1764d1 url(/images/layout/light_sheen.png) repeat-x 0 center;
	padding: 10px 20px;
	text-shadow: rgba(0,0,0,0.26) 1px 1px 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #145bc0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: bold 16px "Arial Rounded MT Bold", "Lucida Grande", "Lucida Sans", Verdana, Calibri, sans-serif;
	cursor: pointer;
}

a.big_button:hover, input[type=submit]:hover {
	text-decoration: none;
	background-color: #387ad7;
}

a.big_button:active, input[type=submit]:active {
	background-color: #9b2d19;
	border-color: #7b2413;
}

a.small_button, input[type=submit].small {
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	color: white;
	background: #6878a3 url(/images/layout/light_sheen.png) repeat-x 0 center;
	margin: 5px auto;
	padding: 5px 15px;
	text-shadow: rgba(0,0,0,0.26) 1px 1px 0;
	text-align: center;
	font: bold 12px "Arial Rounded MT Bold", "Lucida Grande", "Lucida Sans", Verdana, Calibri, sans-serif;
}

.small_button:hover, input[type=submit].small:hover {
	background-color: #7f93c8;
}

/* @end */

.empty_set, .no_data_yet {
	background-color: #f7f7f7;
	padding: 30px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #e6e6e6;
	text-align: center;
	color: #646565;
	font-size: 14px;
}

.empty_set.small {
	font-size: 12px;
	padding: 5px;
}

.empty_set.small p {
	margin: 5px 0;
}

div.section {
	background-color: #fff;
	border: 1px solid #ece8cd;
	padding: 7px;
	margin-bottom: 20px;
}

.section_description {
	font-size: 12px;
	margin-bottom: 5px;
}

div.section.admin {
	margin-top: 0;
	border: none;
}

h3.section.admin {
	color: #c7b100;
	border-color: #c7b100;
}

ul.stats {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.stats strong {
	display: block;
	text-align: left;
	margin-right: 10px;
	margin-top: 5px;
}

ul.stats em {
	font-weight: normal;
	font-style: normal;
	color: #c27b1d;
}

div.section.text p {
	margin-top: 0;
	font-size: 14px;
}

div.section.text p:last-child {
	margin-bottom: 0;
}

div.profile_small h3, h3.section {
	margin-bottom: 0;
	margin-top: 30px;
}

h3.section.top {
	margin-top: 0;
}

.subnav .small_button {
	margin: 0;
}

/* @group Subtle Scroll */

.subtleScroll::-webkit-scrollbar-track {
	background: white;
    border: 0px solid;
     /*-webkit-border-radius: 5px;*/ 
}

.subtleScroll::-webkit-scrollbar-track:hover {
 	/*background: rgba(0,0,0,.05);*/ 
}

.subtleScroll::-webkit-scrollbar {
    width: 10px;
}
.subtleScroll::-webkit-scrollbar-track-piece:disabled {
    display: none !important;
}
.subtleScroll::-webkit-scrollbar-thumb {
	background-color: #d5d5d5;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,.05)));
    border: 0px solid;
    /*-webkit-border-radius: 5px;*/
}
.subtleScroll::-webkit-scrollbar-thumb:hover {
	background-color: rgb(220,220,220);
}
.subtleScroll::-webkit-scrollbar-thumb:active {
	background-color: rgb(200,200,200);
}





/* @end */

/* @group Signup Form */

.join_columns {
	overflow: hidden;
	padding: 0px 30px;
}

.join_columns form {
	float: left;
}

.join_columns .challenge_promo {
	float: right;
	margin-left: 20px;
	background-color: gray;
	width: 266px;
	background: #feffe3 repeat-x 0 top;
	padding: 10px;
	border: 1px solid #c6c6c5;
	margin-top: 39px;
}

.join_columns .challenge_promo .challenge_image {
	background-color: white;
	padding: 4px;
	border: 1px solid #c6c6c5;
	margin-top: 10px;
	text-align: center;
}

.join_columns .challenge_promo .challenge_image img {
	
}

.join_columns .challenge_promo .description {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.join_columns .challenge_promo h3 {
	margin: 0;
	font-size: 21px;
	color: #f13928;
}

form.signup {
	width: 432px;
	margin: 0 auto;
	padding: 20px;
}

form.signup .fieldWithErrors {
	display: inline;
}

form.signup .description {
	text-align: center;
	font-size: 12px;
	color: #7f7f7f;
	margin-bottom: 20px;
	margin-top: 20px;
}

form.signup #errorExplanation {
	padding: 10px
}

form.signup #errorExplanation p {
	font-weight: bold;
}

form.signup label {
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
}

form.signup hr {
	height: 1px;
	background-color: #e1e1e1;
	border-style: none;
	width: 80%;
	margin-top: 25px;
	margin-bottom: 25px;
}

form.signup input[type=text],form.signup input[type=password] {
	background-color: #fff;
	border: 1px solid #b1b1b1;
	padding: 5px;
	outline: none;
	margin: 2px 0 0;
	font-size: 18px;
	width: 420px;
}

form.signup input[type=text]:focus, form.signup input[type=password]:focus {
	border-color: #397bd7;
}

form.signup p {
	margin: 0 0 19px;
}

form.signup p.submit {
	text-align: center;
	margin-bottom: 0;
}

/* @end */

/* @group Nice Form */

form.nice {
	width: 300px;
	margin: 0 auto;
	background-color: #f7f7f7;
	padding: 20px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

form.nice label {
	text-transform: lowercase;
	color: #787878;
	font-family: "Arial Rounded MT Bold", "Lucida Grande", "Lucida Sans", Verdana, Calibri, sans-serif;
	font-weight: bold;
}

form.nice hr {
	height: 1px;
	background-color: #e1e1e1;
	border-style: none;
	width: 80%;
	margin-top: 25px;
	margin-bottom: 25px;
}

form.nice input[type=text],form.nice input[type=password] {
	background-color: #fff;
	border: 1px solid #b1b1b1;
	padding: 5px;
	outline: none;
	margin: 2px 0 0;
	font-size: 18px;
	width: 288px;
}

form.nice input[type=text]:focus, form.nice input[type=password]:focus {
	border-color: #397bd7;
}

form.nice p {
	margin: 0 0 19px;
}

form.nice p.submit {
	text-align: center;
	margin-bottom: 0;
}

/* @end */

/* @group Sidebar */

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

.mini_sidebar .sidebar {
	float: right;
	width: 130px;
	margin-right: 0;
	margin-left: 10px;
}

.sidebar ul, .sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar ul {
	margin-bottom: 15px;
}

.sidebar ul li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.sidebar ul li:last-child a {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom: 1px solid #c8c8c8;
}

.sidebar li a:link, .sidebar li a:visited {
	display: block;
	background-color: #fafafa;
	padding: 10px;
	color: #6f6f6f;
	text-decoration: none;
	border: 1px solid #c8c8c8;
	border-bottom: none;
	font: 16px "Helvetica Neue", "Arial Rounded MT Bold", "Lucida Grande", "Lucida Sans", Verdana, Calibri, sans-serif;
}

.mini_sidebar .sidebar li a, .sidebar ul.small a {
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
}

.sidebar li a:hover {
	background-color: white;
}

.sidebar li a:active {
	background-color: #ffddbe;
}

.sidebar li a.selected {
	color: white;
	background: #bf6915 url(/images/layout/light_sheen.png) 0 center;
	border-color: #985f28;
	text-shadow: rgba(0,0,0,0.31) 1px 1px 1px;
}

.sidebar li:last-child a:link.selected, .sidebar li:last-child a:visited.selected {
	border-color: #985f28;
}

/* @end */

hr {
	height: 1px;
	background-color: #d8d8d8;
	border-style: none;
	width: 80%;
	margin-top: 25px;
	margin-bottom: 25px;
}

#errorExplanation {
	background-color: #ffc1c1;
	padding: 5px;
	border: 1px solid #c20000;
	margin-bottom: 15px;
}

div.fieldWithErrors {
	margin: 0;
	padding: 0;
}

div.fieldWithErrors input[type=text], div.fieldWithErrors input[type=password], div.fieldWithErrors textarea {
	border: 1px solid #c20000;
}

div.fieldWithErrors label {
	color: #aa3e26;
}

ol.terms li {
	margin-bottom: 0.5em;
}

/* @group About Page */

#about_page_columns {
	overflow: hidden;
	font-size: 14px;
}

#about_image {
	width: 633px;
	height: 360px;
	background: #fdeac2 url(/images/sunset.jpg) no-repeat center center;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-bottom: 10px;
}

#about_page_columns .left {
	float: left;
	width: 633px;
	overflow: hidden;
}

#about_page_columns .right {
	float: left;
	margin-left: 50px;
	overflow: hidden;
	width: 300px;
}

#about_page_columns .right h3 {
	color: #567e01;
}

div.philosophy {
	color: #d90003;
	font-size: 28px;
	text-align: left;
	margin-bottom: 0;
	margin-top: 30px;
}

h3.manifesto {
	color: #6b4223;
	font-size: 21px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 30px;
}

ol.manifesto {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	list-style-type: upper-roman;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	background-color: #fcefd4;
	padding: 25px 25px 25px 60px;
	margin-top: 10px;
}

ol.manifesto p {
	font: 12px "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
	color: #79705d;
	margin-top: 0;
}

ol.manifesto strong {
	display: block;
	color: #1361b3;
	margin-bottom: 2px;
	font-size: 18px;
}

div.about-history {
	width: 600px;
	margin: 0 auto;
	background-color: #f5e9d2;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px;
	font-style: italic;
}

div.about-history h2 {
	text-align: center;
	color: #835b00;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 30px;
}



/* @end */

div.explain {
	background-color: #ffeafd;
	border: 1px solid #800078;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 3px;
}

div.content_footer {
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid #f1f1f0;
	font-size: 12px;
	color: #5b5b5b;
	padding-left: 15px;
	padding-right: 15px;
}

div.flagging {
	font-size: 12px;
	color: #5b5b5b;
	text-align: center;
	margin-top: 10px;
}

div.flagging div.new_flag {
	
}

div.flagging a#flag_show_link {
	font-size: 12px;
	color: #7f7f7f;
}

div.flagging .flag_error {
	display: inline;
}

div.flagging #flag_form_submitting {
	background-color: #ffffce;
}

div.flagging form#new_flag select {
	font-size: 16px;
	position: relative;
	top: 1px;
	min-width: 180px;
}

div.flagging form#new_flag input {
	margin: 0;
}

/* @group user List */

table.users {
	border: 1px solid #e5e5e3;
	border-spacing: 0;
	width: 100%;
}

table.users td {
	padding: 5px;
}

table.users.mini td {
	padding: 3px;
}

table.users tr:nth-child(odd) {
	background-color: #e2f2f9;
}

table.users tr:nth-child(even) {
	background-color: #f9f9f9;
}

table.users tr td {
	border-bottom: 1px solid #e5e5e3;
	vertical-align: middle;
}

table.users tr:last-child td {
	border-bottom: none;
}

tr.user {
	
}

tr.user td.photo {
	text-align: center;
	width: 55px;
	height: 55px;
}

.mini tr.user td.photo {
	text-align: center;
	width: 32px;
	height: auto;
}

.mini tr.user td.photo img {
	width: 100%;
	height: auto;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-top: 1px;
	margin-bottom: 1px;
}

tr.user td.photo img {
	max-width: 200px;
	height: auto;
}

tr.user td.info {
	font-size: 18px;
	text-align: left;
}

.mini tr.user td.info {
	font-size: 12px;
}

tr.user td.info .stats, tr.user td.info .stats a {
	margin: 0;
	font-size: 12px;
	color: #939393;
}

tr.user td.info .stats a.rank {
	color: #e87e2a;
}

tr.user td.user .date {
	margin: 0;
	font-size: 10px;
	color: #818181;
}

.mini tr.user td.points {
	font-size: 12px;
	width: 50px;
	padding-right: 5px;
}

.mini tr.user td.online {
	font-size: 10px;
	text-align: right;
	color: #7f7f7f;
}

.mini tr.user td.points_gain {
	text-align: right;
}

.mini tr.user td.points_gain .coolpoints_amount {
	background: none;
}

td.online .now {
	color: #db0009;
	font-weight: bold;
}

tr.user td.points {
	font-size: 21px;
	width: 100px;
	padding-right: 10px;
	text-align: right;
}

/* @end */

/* @group Pagination */

.pagination {
	text-align: left;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 15px;
}

.pagination a {
	font-weight: bold;
	color: #7f7f7f;
}

.pagination a, .pagination span {
	padding: .2em .3em;
}

.pagination span.current {
	font-weight: bold;
	background: #8739bd none 0 center;
	color: white;
	padding-right: 8px;
	padding-left: 8px;
	border: 2px solid #7221a9;
}

.pagination span.disabled {
	color: #e2e2e2;
	display: none;
}

/* @end */

/* @group 404 */

#error404 {
	margin-top: 50px;
	margin-bottom: 200px;
}

#error404 h1 {
	color: #b91b10;
	font-size: 144px;
	margin: 40px 0 0;
}

#error404 h2 {
	font-size: 38px;
	color: #712fb8;
}

#error404 h3 {
	font-size: 28px;
}



/* @end */

/* @group protip */

.protip {
	background-color: #a3c6ff;
	padding: 5px 10px;
	font-size: 12px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin-bottom: 15px;
	margin-top: 15px;
	border: 1px solid #6896df;
}

.protip p {
	margin: 5px 0;
}



/* @end */