/*
----------------------------------------
DoInk.com
     Author:    Dennis Eusebio
---------------------------------------- */

/* zeros out everything */
@import "whitespace-reset.css";

/* jcarousel skin */
@import "skin.css";

/* png transparency */
#logo, .btn_left, .btn_right { behavior: url(iepngfix.htc); }

body {
	background: #fff;
	font: .8em/150% Arial, Verdana, sans-serif;
	color: #666;
	word-wrap: break-word;
}

p { margin-bottom: .7em; }
small { font-size: 90%; color: #999; }
strong { color: #333; }

/* links
---------------------------------------- */
a:link { color: #35508f; text-decoration: underline; }
a:visited { color: #1d2d53; text-decoration: underline; }
a:hover { color: #5478cc; }
a:active { color: #35508f; text-decoration: underline; }

/* headers
---------------------------------------- */
h1, h2, h3, h4 {
	color: #35508f;
}
h2 {
	margin-bottom: 20px;
	font-size: 190%;
}

h3 {
	margin-bottom: 20px;
	font-size: 140%;
}

/* universal
---------------------------------------- */
div .error {
	font-weight: bold;
	color: #b72222;
}

.corner_t { position: absolute; width: 7px; height: 7px; }
.corner_s { position: absolute; width: 10px; height: 10px; }
.corner_m { position: absolute; width: 15px; height: 15px; }
.corner_l { position: absolute; width: 20px; height: 20px; }
.tl { top: 0px; left: 0px; }
.tr { top: 0px; right: 0px; }
.bl { bottom: 0px; left: 0px; }
.br { bottom: 0px; right: 0px; }
.tl3 { top: -3px; left: -3px; }
.tr3 { top: -3px; right: -3px; }
.bl3 { bottom: -3px; left: -3px; }
.br3 { bottom: -3px; right: -3px; }
.tl5 { top: -5px; left: -5px; }
.tr5 { top: -5px; right: -5px; }
.bl5 { bottom: -5px; left: -5px; }
.br5 { bottom: -5px; right: -5px; }

.frame {
	position: relative;
	margin-top: 60px;
	padding: 3px;
	border: 2px dashed #64CDFF;
}

.border_box {
	position: absolute;
	width: 4px;
	height: 4px;
	background: white;
	border: 2px solid #64CDFF;
	z-index: 2000
}

.container {
	margin: 0 auto;
	width: 950px;
}

#secondary_logo a {
	outline-style: none;
	margin: 10px 15px 0 0;
	text-indent: -9999px;
	float: left;
	width: 178px; height: 104px;
	background: url(../images/logo_secondary_space.png) no-repeat;
}
 	#secondary_logo.logged_in a:hover { background-position: 0 -208px; }
	#secondary_logo a:hover { background-position: 0 -104px; }

#doink_ipad_ad {
	position: absolute;
	left: 460px;
	top: 50px;
}

#doink_ipad_ad a {
	outline-style: none;
	margin: 10px 15px 0 0;
	text-indent: -9999px;
	float: left;
	width: 204px; height: 123px;
	background: url(../images/ipad_sticker.png) no-repeat;
}

#secondary_header {
	float: left;
	width: 100%;
	background: url(../images/bg_secondaryheader.gif) repeat-x;
	height: 132px;
}
	#secondary_header .container {
		position: relative;
		background: url(../images/bg_secondaryheaderpoints.gif) bottom center no-repeat;
		height: 132px;
	}
	#secondary_header a:link, #secondary_header a:visited, #secondary_header a:hover, #secondary_header a:active { 
		color: #ddd; 
		text-decoration: none; 
		font-weight: bold;
	}
	#secondary_header a:hover { color: #fff; }

.secondary #nav { padding-top: 45px; width: 382px; }
.secondary #nav a, .secondary #nav li { margin-right: 5px; display: inline; }
.secondary #account { padding-top: 10px; width: 370px; text-align: right; color: #fff; }
	.secondary #account a { margin: 0 3px; }
	.secondary #account .btn_signin { margin-left: 20px; }
	.secondary #account strong { color: #fff; }
.secondary #account #community { width: 250px; }

.compact_header#secondary_header {
	background: #35508F;
	height: 70px;
}

.compact_header#secondary_header #secondary_border {
	position: relative;
	top: 3px;
	width: 100%;
	height: 0;
	border-bottom: 2px dashed #64CDFF;
}

.compact_header#secondary_header .container {
	background: transparent;
	height: 70px;
}

.compact_header#secondary_header .container .border_box {
	position: relative;
	float: left;
	top: 70px;
}
.compact_header#secondary_header .container .border_box#box_l { left: 0; }
.compact_header#secondary_header .container .border_box#box_c { left: 459px; }
.compact_header#secondary_header .container .border_box#box_r { left: 926px; }

.compact_header #secondary_logo a {
	position: absolute;
	margin: 4px 15px 0 0;
	text-indent: -9999px;
	float: none;
	width: 231px; height: 100px;
	background: url(../images/logo_compact_space.png) no-repeat;
	z-index: 3000;
}

#application {
	margin: 20px 0;
	float: left;
	width: 100%;
}
	#application .container {
		padding: 0 25px;
		width: 900px;
	}

/* browse box */
.browse_container {
	float: left;
	width: 415px; height: 175px;
	border: 5px solid #dde9eb;
	background: #abc661;
	position: relative;
}
	.browse_left {
		position: absolute;
		top: 65px; left: -20px;
		float: left;	
	}
	.browse_right {
		position: absolute;
		top: 65px; left: 405px;
		float: left;
	}
	.browse_content {
		padding: 15px 0;
		width: 1000px; height: 145px;
	}
	.browse_object {
		margin: 0;
		float: left;
		display: inline; 
		text-align: center;
	}
		
		.browse_object a img { 
			border: 3px solid #fff; 
			background: #fff; 
			width: 120px; height: 90px;
		}
		.browse_object a:link, .browse_object a:visited, .browse_object a:hover, .browse_object a:active {
			color: #fff;
			text-decoration: none;
		}
			.browse_object a:hover { color: #ddd; }
		.browse_object h4 a:link, .browse_object h4 a:visited, .browse_object h4 a:hover, .browse_object h4 a:active { text-decoration: underline; }
	.see_more_animations {
		margin: 10px 0 0 10px;
		float: left;
		width: 405px;
		display: inline;
		font-weight: bold;
	}
	.no_animations {
		margin: 60px 25px;
		text-align: center;
		color: #fff;
	}
	
/* username_header */
#user_header {
	float: left;
	width: 900px;
}
	#user_header img {
		border: 5px solid #dde9eb;
		float: left; 
		width: 100px; height: 100px;
		background: #dde9eb;
	}
	#user_info {
		padding-top: 30px;
		float: right;
		width: 770px;
	}
		#user_info h2 { margin-bottom: 5px; }

/* sorting options */
#animation_browse_type {
	border-bottom: 1px solid #ccc;
	background-color: blue;
}

.animation_sort {
	width: 900px;
}

.animation_sort_type_list {
	float: left;
	margin: 20px 0 10px 0; padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.animation_sort_duration_list {
	float: right;
	margin: 0px 0 10px 0; padding: 0px 0 10px 0;
}

	.animation_sort_type_list ul {
		float: left;
		width: 650px;
	}
	
	.animation_sort_duration_list ul {
		float: right;
		width: 300px;
	}
		.animation_sort ul li { display: inline; float: left; }
		.animation_sort ul li a:link, .animation_sort ul li a:visited, .animation_sort ul li a:hover, .animation_sort ul li a:active {
			margin: 0 5px; padding: 3px 10px 0 14px;
			font-size: 90%;
			height: 22px;
			float: left;
			text-decoration: none;
		}
			.animation_sort ul li.selected a { 
				background: #35508f url(../images/bg_sort_left.gif) top left no-repeat; 
				color: #fff; 
			}
			.animation_sort ul li.selected span {
				background: url(../images/bg_sort_right.gif) top right no-repeat;
				float: left;
				height: 25px;
			}
	#animation_display {
		padding-top: 3px;
		float: right;
		width: 150px;
	}
		#animation_display span {
			margin-right: 10px;
			float: left;
			font-weight: bold;
		}
		#btn_listview {
			margin: 3px 5px 0 0;
			text-indent: -9999px;
			float: left;
			width: 16px; height: 16px;
			overflow: hidden;
			background: url(../images/icon_list.gif) no-repeat;
			display: inline;
		}
			#btn_listview:hover { background-position: 0 -16px; }
		#btn_gridview {
			margin-top: 3px; 
			text-indent: -9999px;
			float: left;
			width: 16px; height: 16px;
			overflow: hidden;
			background: url(../images/icon_grid.gif) no-repeat;
			display: inline;
		}
			#btn_gridview:hover { background-position: 0 -16px; }
		#animation_display a.selected {
			background-position: 0 -16px;
		}

.date {
	font-size: 90%;
	color: #999;
}

img.icon { border: 5px solid #dde9eb; }

.actions { margin-top: 10px; }
	.actions input { vertical-align: middle; }
	.actions a { text-decoration: none; }

/* member list */  
#member_list {
 float: left;
 width: 900px;
}
 #member_list td {
   padding: 10px;
   vertical-align: top;
   border-bottom: 1px solid #ccc;
 }
 .friend_actions li {
   margin-bottom: 3px; padding: 3px 22px;
   border-bottom: 1px solid #eee;
 }
   .icon_follow { background: url(../images/icon_follow.gif) 0 50% no-repeat; }
   .icon_sendmessage { background: url(../images/icon_message.gif) 0 50% no-repeat; }
   .icon_followers { background: url(../images/icon_followers.gif) 0 50% no-repeat; }
 #member_list td.col_desc { padding-right: 20px; width: 600px; }
   #member_list td.col_desc h4 { margin-top: 10px; }
 #member_list td.col_stat { width: 200px; border-left: 1px solid #eee; }
 #member_list tr.last td { border-bottom: none; }
 
 #member_list img {
   border: 4px solid #dde9eb;
   background: #fff;
   width: 100px; height: 100px;
 }

/* secondary pages */
#general_header {
	margin-bottom: 20px; padding-bottom: 10px;
	float: left;
	width: 900px;
	border-bottom: 1px solid #ddd;
}

 #general_header h2 {
   float: left;
   width: 700px;
 }
 #general_linkback {
   float: right;
   width: 200px;
   text-align: right;
 }

#general_body {
	float: left;
	width: 575px;
}

#general_sidebar {
	float: right;
	width: 275px;
}
	.general_section {
		margin-bottom: 40px; 
		float: left;
		width: 275px;
	}
		.general_section h3 { margin-bottom: 10px; }
		.general_section ul li {
			padding: 5px;
			border-bottom: 1px solid #ddd;
		}
			.general_section ul li a { text-decoration: none; display: block; }

.pagination {
	margin-top: 20px; padding-top: 20px;
	float: left;
	width: 575px;
	border-top: 1px solid #ccc;
	color: #999;
	font-size: 90%;
	font-weight: bold;
}
.newsEventPagination {
	margin: 12px auto 12px auto;
	float: left;
	color: #999;
	font-size: 90%;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
	.pagination a:link, .pagination a:visited, .pagination a:hover, .pagination a:active,
	.newsEventPagination a:link, .newsEventPagination a:visited, .newsEventPagination a:hover, .newsEventPagination a:active {
		padding: 3px 5px;
		border: 1px solid #5478cc;
		text-decoration: none;
	}
		.pagination a:hover, .newsEventPagination a:hover { border: 1px solid #35508f; color: #000; }
		.pagination a.selected, .newsEventPagination a.selected { background: #35508f; color: #fff; }
	span.nextprev {
		padding: 3px 5px;
		border: 1px solid #ccc;
	}


#footer {
	margin: 40px 0 0 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/bg_straightline.gif) top repeat-x;
	font-size: 90%;
}
	#footer .container { 
		padding: 40px 0; 
		background: url(../images/bg_footer.gif) top center no-repeat;
	}
	#footer p { margin: 0; }
	#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
		margin-right: 15px;
		color: #666;
		font-weight: bold;
		text-decoration: none;
	}
	#footer a:hover { color: #333; }
	#footer .copyright { color: #999; }

.compact_footer#footer {
	margin: 0;
}

.compact_footer#footer .container {
	padding: 20px 0;
}

.clipGrid {
	width: 100px;
	max-width: 100px;
	overflow: hidden;
}

.clipList {
	max-width: 600px;
	overflow: hidden;
}

/* page specific
---------------------------------------- */
/* index */
#header {
	float: left;
	width: 100%;
	background: #35508f url(../images/bg_header.gif) repeat-x;
	height: 264px;
}
	#header .container {
		height: 264px;
		background: url(../images/bg_header_bottom.gif) bottom center no-repeat;
	}
	#header a:link, #header a:visited, #header a:hover, #header a:active { color: #ddd; text-decoration: none; }
	#header a:hover { color: #fff; }
	#nav {
		padding-top: 25px;
		float: left;
		width: 475px;
	}
		#nav li {
			float: left;
			width: 109px; height: 41px;
		}
		#nav a {
			text-indent: -9999px;
			float: left;
			width: 109px; height: 41px;
		}
		#nav_explore { background: url(../images/nav_explore.gif) no-repeat; }
		#nav_create { background: url(../images/nav_create.gif) no-repeat; }
		#nav_bazaar { background: url(../images/nav_bazaar.gif) no-repeat; }
			#nav a:hover { background-position: 0 -41px; }
			#nav a.selected { background-position: 0 -82px; }
	#account {
		padding-top: 25px;
		float: right;
		width: 475px;
	}
	#account #community { 
		padding-top: 6px;
		float: left; 
		width: 370px; 
		text-align: right; 
	}
		#community a { margin-right: 10px; }
	#btn_signin {
		margin-left: 20px;
		float: right;
		text-indent: -9999px;
		width: 85px; height: 31px;
		background: url(../images/btn_signin.gif) no-repeat;
		display: inline;
	}
	#btn_signin:hover { background-position: 0 -31px; }
	#logo {
		margin: -45px 0 0 -195px;
		text-indent: -9999px;
		float: left;
		width: 405px; height: 233px;
		background: url(../images/logo.png) no-repeat;
	}

#what_is {
	margin: 40px 0;
	float: left;
	width: 100%;
	clear: both;
}
	#animations {
		padding: 0 25px;
		float: left;
		width: 425px;
	}
		#animations h2 {
			text-indent: -9999px;
			float: left;
			width: 385px; height: 53px;
			background: url(../images/title_animations.gif) no-repeat;
		}
	#props {
		padding: 0 25px;
		float: right;
		width: 425px;
	}
		#props h2 {
			text-indent: -9999px;
			float: left;
			width: 364px; height: 53px;
			background: url(../images/title_props.gif) no-repeat;
		}

#get_started {
	margin: 0 0 40px 0;
	float: left;
	width: 100%;
	clear: both;
	background: url(../images/bg_getstarted.gif) 0 4px repeat-x;
	height: 109px;
}
	#get_started .container {
		background: url(../images/bg_getstarted_points.gif) top center no-repeat;
		height: 109px;
	}
	#get_started h2 { 
		margin: 33px 75px 0 43px;
		text-indent: -9999px;
		float: left;
		width: 385px; height: 40px;
		background: url(../images/title_getstarted.gif) no-repeat;
		display: inline;
	}
	#get_started a {
		margin-top: 21px;
		text-indent: -9999px;
		float: left;
		width: 417px; height: 61px;
		background: url(../images/btn_signup.gif) no-repeat;
		display: inline;
	}
		#get_started a:hover { background-position: 0 -61px; }

#home_sticker {
	position: absolute;
	width: 328px;
	height: 245px;
	margin: 80px 0 0 645px;
}

#learn_more {
	float: left;
	width: 100%;
	clear: both;
}
	#learn_video {
		padding: 0 25px;
		float: left;
		width: 425px;
	}
	#learn_video h3 {
		text-indent: -9999px;
		display: block;
		width: 403px; height: 19px;
		background: url(../images/title_learnmore.gif) no-repeat;
	}
	#learn_video_container {
		margin-right: 15px;
		float: left;
		width: 211px;
		display: inline;
	}
	#recent_animations {
		padding: 0 25px;
		float: right;
		width: 425px;
	}
	#recent_animations h3 {
		text-indent: -9999px;
		display: block;
		width: 205px; height: 19px;
		background: url(../images/title_recentanimations.gif) no-repeat;
	}

/* dashboard */
#dashboard_welcome {
	float: left;
	width: 900px;
}
	#dashboard_avatar img { 
		border: 5px solid #dde9eb;
		float: left; 
		width: 100px; height: 100px;
		background: #dde9eb;
	}
	#welcome_greeting {
		padding-top: 10px;
		float: right;
		width: 770px;
	}
		#welcome_greeting p { margin: 0; font-size: 140%; line-height: 120%; }

#start_actions {
	margin: 40px 0;
	float: left;
	width: 900px;
}
		#start_actions h2 { 
			margin-top: 5px;
			font-size: 220%; 
			float: left;
			width: 475px;
		}
		#btn_create {
			text-indent: -9999px;
			float: right;
			width: 209px; height: 41px;
			background: url(../images/btn_createanimation.gif) no-repeat;
		}
		#btn_create:hover { background-position: 0 -41px; }
		#actions {
			margin-top: 10px;
			float: left;
			width: 900px;
		}
			#actions_top {
				float: left;
				width: 900px; height: 8px;
				background: url(../images/bg_box_top.gif) bottom center no-repeat;
			}
			#actions_cont {
				padding: 15px 0;
				float: left;
				width: 900px;
				background: url(../images/bg_box_cont.gif) repeat-y;
			}
				.column {
					padding: 0 25px;
					float: left;
					width: 250px;
				}
					.column h3 { font-size: 140%; }
					.column ul li {
						padding: 3px;
						border-bottom: 1px solid #ccc;
					}
					.column ul li a { text-decoration: none; }
					.icon_explore {
						padding: 5px 0 5px 40px;
						background: url(../images/icon_explore.gif) 0 50% no-repeat;
					}
					.icon_forums {
						padding: 5px 0 5px 40px;
						background: url(../images/icon_forums.gif) 0 50% no-repeat;
					}
					.icon_inspired {
						padding: 5px 0 5px 40px;
						background: url(../images/icon_inspired.gif) 0 50% no-repeat;
					}
			#actions_btm {
				float: left;
				width: 900px; height: 8px;
				background: url(../images/bg_box_btm.gif) top center no-repeat;	
			}

#site_activity {
	float: left;
	width: 400px;
}
	.event {
		margin-bottom: 15px; padding: 0 5px;
		float: left;
		width: 400px;
	}
		.icon_event {
			float: left;
			width: 30px;
		}
			.icon_event img { 
				border: 2px solid #dde9eb; 
				background: #fff;
				width: 30px; height: 30px;
			}
		.event_detail {
			float: right;
			width: 350px;
		}
			.event_detail p { margin: 0; }
			.event_detail blockquote {
				margin: 20px 0; padding: 10px 0 10px 50px;
				background: url(../images/icon_quote.gif) no-repeat;
			}
.secondary #recent_animations { padding: 0; }

#dashboard_meta {
	float: right;
	width: 275px;
}

#dashboardTabsContainer {
	float: left;
	position: relative;
	width: 575px;
}
#dashboardTabsContainer #floatSpacer {
	width: 575px;
}

#dashboardTabsContainer #recentTabs {
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 1;
}
#dashboardTabsContainer #recent_activity {
	position: absolute;
	top: 20px;
	left: 0;
	background: #dce9eb;
	border: 2px dashed #64cdff;
}
#dashboardTabsContainer #recentTabs ul {
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
}

#dashboardTabsContainer #recentTabs ul li {
	display: inline;
	list-style-type: none;
	margin-left: 5px;
}

#dashboardTabsContainer #recentTabs ul a {
	display: inline-block;
	text-align: center;
	width: 80px;
	height: 18px;
	color: #35508F;
	background: #FFFFFF;
	text-decoration: none;
	border-top: 2px dashed #64cdff;
	border-left: 2px dashed #64cdff;
	border-right: 2px dashed #64cdff;
}

#dashboardTabsContainer #recentTabs ul a:hover {
	color: #35508F;
	background: #dce9eb;
}

#dashboardTabsContainer #recentTabs ul .ui-tabs-selected a {
	color: #35508F;
	height: 20px;
	background: #dce9eb;
}

#friends .spinnerContainer {
	text-align: center;
}

#friends .spinner {
	width: 30px;
	margin: 10px;
}

/* forum */
.admin_post_bg {background:#e6edff;}
.admin_post_b1f, .admin_post_b2f, .admin_post_b3f, .admin_post_b4f{font-size:1px; overflow:hidden; display:block;}
.admin_post_b1f {height:1px; margin:0 5px;}
.admin_post_b2f {height:1px; margin:0 3px;}
.admin_post_b3f {height:1px; margin:0 2px;}
.admin_post_b4f {height:2px; margin:0 1px;}
.admin_post_content {
	color: #000;
}
.admin_post_content div {margin-left: 5px;}

/* explore */
#explore_header {
	float: left;
	width: 900px;
}
	#explore_header h2 {
		padding-top: 5px;
		float: left;
		width: 450px;
	}
	#explore_grid, #explore_list {
		float: left;
		width: 900px;
	}
		#explore_grid table, #explore_list table { width: 100%; }
			#explore_grid table td {
				padding: 15px;
				vertical-align: top;
				width: 20%;
			}
			#explore_grid img, #explore_list img {
				border: 4px solid #dde9eb;
				background: #fff;
				width: 120px; height: 90px;
			}
			#explore_grid a, #explore_list a { text-decoration: none; }
			#explore_grid h4 a, #explore_list h4 a { text-decoration: underline; }
			.stats li {
				margin-bottom: 3px; padding: 3px 22px;
				border-bottom: 1px solid #eee;
			}
			.stats .no_border_bottom {
				border-bottom: 0px none #eee;
			}
			.icon_views {
				padding-left: 22px;
				background: url(../images/icon_views.gif) 0 50% no-repeat;
			}
			.icon_likes {
				padding-left: 22px;
				background: url(../images/icon_like.gif) 0 50% no-repeat;
			}
			.icon_props {
				padding-left: 22px;
				background: url(../images/icon_props.gif) 0 50% no-repeat;
			}
			.icon_coin {
				padding-left: 22px;
				background: url(../images/icon_coin.gif) 0 50% no-repeat;
			}
		#explore_list td {
			padding: 10px;
			vertical-align: top;
			border-bottom: 1px solid #ccc;
		}
			#explore_list td.col_desc { padding-right: 20px; width: 600px; }
			#explore_list td.col_stat { width: 200px; border-left: 1px solid #eee; }
			#explore_list tr.last td { border-bottom: none; }

/* create */
#animation_creation {
	float: left;
	width: 900px;
}
	#create_animation {
		float: left;
		width: 275px;
	}
		#btn_create_big {
			text-indent: -9999px;
			float: left;
			width: 273px; height: 69px;
			background: url(../images/btn_create_big.gif) no-repeat;
		}
		#btn_create_big:hover { background-position: 0 -69px; }
		.tutorial {
			margin: 20px 30px 0 30px;
			float: left;
			width: 215px;
			display: inline;
		}
			.tutorial p { margin: 0; }
	#animation_inspiration {
		float: right;
		width: 600px;
	}
		#inspiration_top {
			float: left;
			width: 600px; height: 8px;
			background: url(../images/bg_inspiration_top.gif) bottom center no-repeat;
		}
		#inspiration_cont {
			padding: 15px 0;
			float: left;
			width: 600px;
			background: url(../images/bg_inspiration_cont.gif) repeat-y;
		}
			.help_entry {
				margin-bottom: 5px;
				float: left;
				width: 250px;
			}
				.help_entry span {
					padding: 2px 4px;
					float: left;
					background: #6b79a0;
					color: #fff;
					font-weight: bold;
				}
				.help_entry p {
					float: right;
					width: 210px;
				}
		#inspiration_btm {
			float: left;
			width: 600px; height: 8px;
			background: url(../images/bg_inspiration_btm.gif) top center no-repeat;	
		}

#your_projects {
	margin-top: 40px;
	float: left;
	width: 900px;
}
	.project {
		padding: 15px;
		float: left;
		width: 862px;
		background: #acc661;
		border: 4px solid #dfe9ea;
	}
		.project_header {
			padding-bottom: 10px;
			float: left;
			width: 862px;
			border-bottom: 1px solid #fff;
		}
			.project_header h3 a { font-size: 50%; color: #ddd; }
			.project_header h3 a:hover { color: #fff; }
		.project h3 {
			margin: 0; 
			color: #fff;
			font-size: 180%;
			float: left;
			width: 600px;
		}		
		.project_edit {
			padding-right: 20px;
			float: right;
			width: 242px;
			text-align: right;
		}
			a.icon_edit {
				margin-right: 20px; padding: 5px 0 5px 30px;
				background: url(../images/icon_edit.gif) 0 50% no-repeat;
				color: #ddd;
				font-weight: bold;
			}
			a.icon_delete {
				padding: 5px 0 5px 30px;
				background: url(../images/icon_delete.gif) 0 50% no-repeat;
				color: #ddd;
				font-weight: bold;
			}
			.project_edit a:hover { color: #fff; }
		.props {
			margin: 22px 0;
			float: left;
			width: 862px;
		}
			.prop {
				margin: 0 20px 10px 20px;
				float: left;
				width: 125px;
				display: inline;
				text-align: center;
			}
			.prop img {
				border: 3px solid #fff;
				background: #fff;
				width: 120px; height: 90px;
			}
			.prop p { margin: 0; }
			.prop h4 { margin-bottom: 5px; color: #fff; }
			.btn_share {
				margin: 0 auto;
				text-indent: -9999px;
				display: block;
				width: 50px; height: 29px;
				background: url(../images/btn_share.gif) 0 50% no-repeat;
			}


/* detail */
#detail_header {
	float: left;
	width: 900px;
}
	#detail_author {
		float: left;
		width: 575px;
	}
		#detail_icon {
			float: left;
			width: 125px;
		}
			#detail_icon img {
				padding: 4px;
				background: #dde9eb;
				width: 100px;
			}
		#detail_author h2 { 
			margin: 10px 0 3px 0; 
			float: right; 
			width: 450px;
			line-height: normal;
		}
		#detail_author p {
			float: right;
			width: 450px;
		}
	#detail_secret {
		background-color: #ffd;
		padding: 10px;
		width: 275px;
	}
	#detail_stats {
		padding-top: 10px;
		float: right;
		width: 240px;
	}
#animation {
	margin: 10px 0;
	float: left;
	width: 642px;
}
	#animation_cont_border {
		padding: 1px;
		background: #eee;
		text-align: center;
	}
	#animation_cont {
		padding: 0px;
		background: #fff;
		text-align: center;
	}
	#animation_desc { margin: 25px 25px 0 25px; }
	#animation_actions {
		margin: 20px 25px;
		float: left;
		width: 525px;
		display: inline;
	}
		#btn_like {
			margin-right: 10px;
			text-indent: -9999px;
			float: left;
			width: 120px; height: 25px;
			background: url(../images/btn_like.gif) no-repeat;
			display: inline;
		}
		#btn_like:hover { background-position: 0 -25px; }
		#btn_like.marked { background-position: 0 -50px; }
		#btn_props {
			margin-right: 10px;
			text-indent: -9999px;
			float: left;
			width: 120px; height: 25px;
			background: url(../images/btn_prop.gif) no-repeat;
			display: inline;
		}
		#btn_props:hover { background-position: 0 -25px; }
		#btn_props.marked { background-position: 0 -50px; }
		.btn_help {
			margin-top: 5px;
			text-indent: -9999px;
			float: left;
			width: 15px; height: 15px;
			background: url(../images/icon_whatis.gif) no-repeat;
		}
		.btn_help:hover { background-position: 0 -15px; }
		
		#animation_flag {
			float: right;
			width: 200px;
			text-align: right;
		}
	#tags {
		margin: 0 25px 20px 25px;
		float: left;
		width: 525px;
	}
		#tags h3 { margin-bottom: 10px; font-size: 140%; }
		.tags_help {
			margin-top: 15px;
			width: 15px; height: 15px;
			background: url(../images/icon_whatis.gif);
			background-repeat: no-repeat;
			background-position: 0 -15px;
		}
		.tags_help:link { text-decoration: none; }
		.tags_help:hover { background-position: 0 -15px; }
		.tag_cloud .tag {
			white-space: nowrap;
			margin: 0 3px;
			margin-bottom: 5px;
			padding: 0px 3px;
			background: #f7f7f7;
		}
		#f_edit_tags {
			margin: 20px 0;
		}
			input#edit_tag {
				padding: 4px;
				width: 250px;
			}
			#f_edit_tags a { margin: 0; }
			#f_edit_tags input { vertical-align: middle; }
	#comments {
		margin: 20px 25px 0 25px; 
		float: left;
		width: 525px;
	}
		.comment {
			margin-bottom: 25px;
			float: left;
			width: 525px;
		}
			.icon_comment {
				float: left;
				width: 38px;
			}
				.icon_comment img {
					border: 4px solid #dde9eb;
					background: #fff;
					width: 30px; height: 30px;
				}
			.comment_content {
				float: right;
				width: 472px;
			}
			.comment_content h3 { margin-bottom: 0; }
			.comment_controls { padding-top:10px; }
			.comment_controls a { text-decoration: none; }
			a.reply {
				margin-top: 10px; padding-left: 20px; padding-right:10px;
				font-size: 90%;
				background: url(../images/icon_reply_comment.gif) 0 50% no-repeat;
			}			
			.reply {
				padding: 10px 0;
				//float: left;
				width: 467px;
			}
				.icon_reply {
					float: left;
					width: 38px;
				}
					.icon_reply img {
						border: 4px solid #dde9eb;
						background: #fff;
						width: 30px; height: 30px;
					}
				.reply_content {
					float: right;
					width: 414px;
				}
					.reply_body {
						padding: 10px;
						background: #f7f7f7;
					}
				   .reply_admin { margin-top: 10px; }
		           .reply_admin a, a.icon_comment_delete {
		             padding: 2px 0 2px 20px;
		             background: url(../images/icon_delete_comment.gif) 0 50% no-repeat;
		             text-decoration: none;
		           }
		          // .icon_comment_delete { margin-left: 20px; }
					.reply #f_comment { width: 384px; height: 75px; }
		#add_comment { margin-top: 40px; }
			#add_comment h3 { margin-bottom: 10px; }
			#f_comment {
				padding: 4px;
				width: 459px;
			}			
		#f_add_comment input { vertical-align: middle; }
		#f_add_comment small { margin-left: 10px; padding-top: 3px; color: #999; }
		#f_add_comment textarea { width:100%; }
#animation_meta {
	margin: 20px 0;
	float: right;
	width: 240px;
}
	.meta_section {
		margin-bottom: 40px;
		float: left;
		width: 275px;
	}
		.meta_section h3 { font-size: 140%; }
		.meta_section label { float: left; width: 60px; }
		.meta_section input { width: 195px; padding: 3px; }
		.meta_section .browse_container { width: 265px;	height: 120px; }
			.meta_section .browse_container img {
				width: 100px; height: 75px;
			}
		.meta_section h4 a { text-decoration: underline; }
		.meta_section a { text-decoration: none; } 
	
	
	#animation_meta table {
		width: 100%;
	}
		#animation_meta .liked_list table td {
			padding: 5px 0;
			width: 25%;
			text-align: center;
		}
		#animation_meta .liked_list table img {
			background: #fff; 
			border: 4px solid #dde9eb;
		}
	.liked_list img {
		width: 30px; height: 30px;
	}
		
		
		
		.meta_list {
			padding: 10px;
			float: left;
			width: 245px;
			border: 5px solid #dde9eb;
		}
		
		.meta_list p {
			padding:2px;
			background:light-grey;
		}
			.meta_list_entry {
				margin-bottom: 10px;
				float: left;
				width: 245px;
			}
				.meta_icon {
					float: left;
					width: 68px;
				}
					.meta_icon img {
						border: 4px solid #dde9eb;
						background: #fff;
						width: 60px; height: 45px;
					}
				.meta_info {
					padding-top: 8px;
					float: right;
					width: 157px;
				}
				.meta_list .more_animations {
					margin: 10px 0 0 0; padding: 10px 0 0 22px;
					float: left;
					width: 223px;
					border-top: 1px solid #ccc;
					background: url(../images/icon_seeall_animations.gif) 0 12px no-repeat;
				}
				
#clip_layout_header {
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: left;
	width: 900px;
	border-bottom: 1px solid #ddd;
}
	#clip_layout_header img { 
		border: 5px solid #dde9eb;
		float: left; 
		width: 100px; height: 100px;
		background: #fff;
	}

/* profile */
#profile_header {
	padding-bottom: 20px;
	float: left;
	width: 900px;
	border-bottom: 1px solid #ddd;
}
	#profile_header img { 
		border: 5px solid #dde9eb;
		float: left; 
		width: 100px; height: 100px;
		background: #fff;
	}
	#profile_info {
		margin-left: 20px; padding-top: 10px;
		float: left;
		width: 495px;
		display: inline;
	}
		#profile_info h2 { margin: 0; }
		#profile_info p { margin: 0; }
		#profile_info .profile_stats { margin-top: 10px; }
	#profile_actions {
		float: right;
		width: 275px;
	}
		#btn_follow {
			margin-top: 35px;
			text-indent: -9999px;
			float: left;
			width: 275px; height: 35px;
			background: url(../images/btn_follow.gif) no-repeat;
		}
		#btn_follow:hover { background-position: 0 -35px; }
		#btn_follow.unfollow { background: url(../images/btn_unfollow.gif) no-repeat; }
		#btn_follow.unfollow:hover { background-position: 0 -35px; }
	
#profile_main {
	float: left;
	width: 575px;
}
	table#about_me {
		padding-bottom: 20px;
		float: left;
		width: 575px;
		border-bottom: 1px solid #ddd;
	}
		#about_me td { padding: 20px 0 0 0; vertical-align: top; }
		#about_me td.label {
			padding: 20px 20px 0 0;
			width: 110px;
			text-align: right;
			font-weight: bold;
		}
	#f_post_message {
		margin: 20px 0;
		float: left;
		width: 575px;
	}
		#f_post_message h3 { font-size: 140%; }
		textarea#f_message {
			margin: 0; padding: 4px;
			width: 554px; height: 60px;
			border: 1px solid #ccc;
		}
		.message_container {
			margin-bottom: 10px; padding: 5px;
			background: #eee url(../images/bg_message_box.gif) left bottom no-repeat;
			height: 82px;
		}
	/* activity feed */
	#recent_activity {
		float: left;
		width: 575px;
	}
		#recent_activity h3 { font-size: 140%; }
		.event {
			margin: 0; padding: 10px 25px 10px 47px;
			float: left;
			width: 502px;
			border-bottom: 1px solid #ddd;
		}
			.event .date, .message .date { margin: 0; font-size: 9px; }
			.event .desc { 
				float: left;
				width: 575px; 
			}
			.event .event_icon {
				margin-top: 14px;
				float: left;
			}
				.event_icon img, .icon_message img { background: #fff; border: 4px solid #dde9eb; }
			.event p { 
				margin: 10px 0 0 15px;
				float: left; 
				width: 405px;
				display: inline;
			}
			.event.forum_reply img, .event.forum img, .event.comment img { width: 30px; height: 30px; }
			.event.feature img, .event.share img { width: 60px; height: 45px; }
			
		.event.join { background: url(../images/event_join.gif) 25px 14px no-repeat; }
		.event.like { background: url(../images/event_like.gif) 25px 14px no-repeat; }
		.event.comment { background: url(../images/event_message.gif) 25px 14px no-repeat; }
		.event.feature { background: url(../images/event_featured.gif) 25px 14px no-repeat; }
		.event.forum { background: url(../images/event_message.gif) 25px 14px no-repeat; }
		.event.forum_reply { background: url(../images/event_topic.gif) 25px 14px no-repeat; }
		.event.share { background: url(../images/event_share.gif) 25px 14px no-repeat; }
		.event.follow { background: url(../images/event_follow.gif) 25px 14px no-repeat; }
		
	.message {
		margin: 0; padding: 10px 25px 10px 25px;
		float: left;
		width: 530px; 
		border-bottom: 1px solid #ddd;
	}
		.icon_message { float: left; }
		.icon_message img { width: 30px; height: 30px; }
		.message_content {
			margin: 0 0 0 15px;
			float: left;
			width: 430px;
			display: inline;
		}
		.message_body {
			margin: 5px 0; padding: 10px;
			background: #eee;
		}
#profile_meta {
	padding-top: 25px;
	float: right;
	width: 275px;
}
	#profile_meta table {
		width: 100%;
	}
	#profile_meta table td {
		padding: 5px 0;
		width: 25%;
		text-align: center;
	}
		#profile_meta table img {
			background: #fff; 
			border: 4px solid #dde9eb;
		}
	#followers img, #following img {
		width: 30px; height: 30px;
	}
	
	 
 /* profile nav */
 #profile_nav {
   margin: 10px 0 20px 0; padding: 0 0 10px 0;
   float: left;
   width: 900px;
   border-bottom: 1px solid #ccc;
 }
   #profile_nav ul {
     float: left;
     width: 700px;
   }
     #profile_nav ul li { display: inline; float: left; }
     #profile_nav ul li a:link, #profile_nav ul li a:visited, #profile_nav ul li a:hover, #profile_nav ul li a:active {
       margin: 0 5px; padding: 3px 10px 0 14px;
       font-size: 90%;
       height: 22px;
       float: left;
       text-decoration: none;
     }
       #profile_nav ul li.selected a {
         background: #35508f url(../images/bg_sort_left.gif) top left no-repeat;
         color: #fff;
       }
       #profile_nav ul li.selected span {
         background: url(../images/bg_sort_right.gif) top right no-repeat;
         float: left;
         height: 25px;
       }
   
   #profile_settings {
     margin: 3px 5px 0 0;
     float: right;
     width: 175px;
     text-align: right;
     font-size: 90%;
     display: inline;
   }
     #profile_settings .icon_settings {
       padding-left: 22px;
       background: url(../images/icon_settings.gif) 0 50% no-repeat;
     }
		
/* search results */
#search_header {
	float: left;
	width: 900px;
}	
	#search_header h2 { margin-bottom: 5px; }

/* share */
#share_header {
	float: left;
	width: 900px;
}
	#share_author {
		float: left;
		width: 575px;
	}		
		#share_icon {
			float: left;
			width: 125px;
		}
			#share_icon img {
				padding: 4px;
				background: #dde9eb;
				width: 100px;
			}
			#share_author h2 { padding-top: 30px; }
			
	#share_form { margin: 20px 0 0 47px; }
		#share_form h2 { font-size: 150%; }
		#share_form table { width: 100%; }
			#share_form table td {
				padding: 3px;
				vertical-align: top;
			}
			
			#f_share_title, #f_share_tags, #f_share_desc {
				padding: 3px;
				width: 394px;
			}
			#f_share_price {
				padding: 3px;
				width: 50px;
			}
			#f_share_price_cut {
				padding: 3px;
			}
			#f_share_desc { height: 100px; }
			.tag_reason {
				padding-left: 18px;
				background: url(../images/icon_tag_q.gif) 0 50% no-repeat;
			}
	
	#share_actions {
		padding-top: 30px;
		float: right;
		width: 275px;
		text-align: right;
	}

#share_meta {
	padding-top: 150px;
	float: right;
	width: 275px;
	background: url(../images/icon_share.gif) 0 30px no-repeat;
}		
	#share_meta h4 { margin-bottom: 10px; }
	
	
/* register */
#register_header {
	margin-bottom: 25px; padding-bottom: 20px;
	float: left;
	width: 900px;
	border-bottom: 1px solid #ddd;
}
	#register_header h2 { 
		margin: 0;
		float: left;
		width: 575px;
	}
	#register_login {
		float: right;
		width: 275px;
		text-align: right;
	}

#register_form {
	float: left;
	width: 575px;
}
	#f_register_username, #f_register_email, #f_register_password, #f_register_confirm {
		padding: 3px;
		width: 394px;
	}
	#f_register_confirm { margin-bottom: 25px; }	
	span.fail {
		padding-left: 16px;
		background: url(../images/icon_register_fail.gif) 0 50% no-repeat;
		font-weight: bold;
		font-size: 90%;
		color: #ff0000;
	}
	span.pass {
		padding-left: 16px;
		background: url(../images/icon_register_pass.gif) 0 50% no-repeat;
		font-weight: bold;
		font-size: 90%;
		color: #669933;
	}
		
#register_reasons {
	float: right;
	width: 275px;
}
	.reason { margin-bottom: 10px; }


/* about */
.roster {
	margin-bottom: 10px;
	float: left;
	width: 275px;
}
	.roster img {
		border: 5px solid #dde9eb;
		background: #fff;
		float: left;
		width: 30px;
	}
	.roster h4 {
		padding-top: 10px;
		float: right;
		width: 225px;
	}
.blog_entry {
	padding: 10px 0;
	float: left;
	width: 275px;
	border-bottom: 1px solid #ddd;
}

/* register */
#login_form {
	float: left;
	width: 575px;
}
	#f_login_username, #f_login_password {
		padding: 3px;
		width: 394px;
	}
	#f_register_confirm { margin-bottom: 25px; }	
	span.fail {
		padding-left: 16px;
		background: url(../images/icon_register_fail.gif) 0 50% no-repeat;
		font-weight: bold;
		font-size: 90%;
		color: #ff0000;
	}
	span.pass {
		padding-left: 16px;
		background: url(../images/icon_register_pass.gif) 0 50% no-repeat;
		font-weight: bold;
		font-size: 90%;
		color: #669933;
	}
	#login_form .action input { vertical-align: middle; }
	
	/* settings */
#settings_nav {
  float: left;
  width: 200px;
}
  #settings_nav li a:link, #settings_nav li a:visited, #settings_nav li a:hover, #settings_nav li a:active {
    padding: 3px 15px;
    display: block;
    width: 170px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
  }
  #settings_nav li a.selected {
    background: #35508f;
    color: #fff;
  }
#settings_content {
  float: right;
  width: 660px;
}
.settings_form {
  padding: 15px;
  border: 1px dashed #66ccff;
  background: #dde9eb;
  float: left;
  width: 630px;
}
  .settings_form input {
    padding: 3px;
    width: 400px;
  }
  .settings_form textarea {
    padding: 3px;
    width: 400px; height: 100px;
  }
  .settings_form .settings_button {
    width: 150px;
  }
  .settings_form .check {
    width: 20px;
  }
.avatar {
  margin: 0 15px 10px 15px;
  float: left;
  width: 125px;
  display: inline;
  text-align: center;
}
.avatar img {
  border: 3px solid #fff;
  background: #fff;
  width: 120px; height: 90px;
}
.avatar p { margin: 0; }
  .avatar_current {
    margin: 0 0 20px 0;
  }
  .avatar_current img {
    margin: 0 15px; padding: 4px;
    background: #fff;
    width: 100px;
  }

.clip_layout_clip {
	float: left;
	margin: 10px;
}

.clip_layout_details {
	float: left;
}

#cafepress_design_header {
	text-align: center;
}

#cafepress_design_options {
	float: left;
	max-width: 400px;
}

#cafepress_design_tos {
	float: right;
	max-width: 390px;
}

#cafepress_preview_ready_div {
	min-width: 500px;
	min-height: 380px;
	background-color: #eee;
}

#cafepress_preview_ready_img {
	display: block;
	margin: auto;
	border: 10px;
	border-color: #eee;
	border-style: solid;
}

#cafepress_preview_waiting_div {
	min-width: 500px;
	min-height: 380px;
	background-color: #eee;
}

#cafepress_preview_waiting_div {
	min-width: 500px;
	min-height: 380px;
}

#cafepress_preview_waiting_img {
	display: block;
	margin: auto;
	padding-top: 175px;
}

.cafepress_browse_container_row {
	float: left;
}

.cafepress_browse_container {
	float: left;
	margin: 10px;
	padding: 5px;
	border: 1px dashed #66ccff;
}

.cp_browse_obj_left {
	float: left;
	text-align: center;
}

.cp_browse_obj_img {
	width: 190px;
}

.cp_browse_obj_title {
	font-size: large;
	text-align: center;
	padding-bottom: 10px;
}

.cp_browse_obj_right {
	float: right;
	display:table-cell;
	vertical-align:middle;
	
	width: 200px;
	margin: 10px;
}

#cafepress_design_blocked_header h2 {
	text-align: center;
	font-weight: bold;
	color: #b72222;
}

/*--------------------------- NAV BAR AND MENU STUFF --------------------------------------------*/

#create_container {
	float: right;
	clear: right;
	margin-top: 20px;
	margin-right: 50px;
}

#nav_create_button {
	outline-style: none;
	text-indent: -9999px;
	float: right;
	width: 184px;
	height: 44px;
	background: url(../images/btn_createanimation.png) no-repeat;
}

#nav_create_button:hover {
	background-position: 0 -44px;
}

#mainmenu {
	color: #FFFFFF;
	font-size: 11px;
}

#mainmenu a {
	text-decoration: none;
}

#mainmenu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainmenu .menu a {
	color: #35508F;
}

#mainmenu .menu a:hover {
	color: #F20096;
}

#mainmenu_pad {
	float: right;
	background: #E2EDEF;
	padding: 0 3px 3px 3px;
}

#mainmenu .menulist_wrap {
	position: absolute;
	left: -5px;
	top: 32px;
	background: #E2EDEF;
	padding:0 3px 3px 3px;
}

#mainmenu .corner_box {
	position: absolute;
	width: 4px;
	height: 4px;
	background: white;
	border: 2px solid #64CDFF;
	z-index: 2000
}

#mainmenu li ul {
	display: none;
}

#mainmenu li:hover ul,#mainmenu li.over ul {
	display: block;
}

#mainmenu ul.menubar {
	background: transparent;
	float: left;
	border: 2px dashed #64CDFF;
	border-top: none;
}

#mainmenu ul.menubar li.menu {
	position: relative;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 13px;
	line-height: normal;
	padding: 11px 12px 11px;
}

#mainmenu ul.menubar ul.menulist li {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 12px;
	padding: 7px 0 8px;
	background: #E2EDEF;
}

#mainmenu ul.menubar li.menu ul {
	float: left;
	border: 2px dashed #64CDFF;
	border-top: none;
}

#mainmenu ul.menubar li ul {
	color: #BBBBBB;
}

/* ME MENU */

#mainmenu #menu_avatar img {
	float: left;
	position: relative;
	top: -7px;
	width: 24px;
	height: 24px;
	margin-right: 6px;
	border: 2px solid #64CDFF;
	background: white;
	z-index: 4000;
}

#mainmenu #menu_coins {
	margin-left: 10px;
}

#mainmenu ul.menubar li#menu_me {
	padding-right: 0;
	width: 120px;
	z-index: 1000;
}

#mainmenu ul.menubar li.me ul li, #mainmenu ul.menubar li.me {
	width: 120px;
}

/* MYSTUFF MENU */

#mainmenu ul.menubar li#menu_mystuff {
	z-index: 900;
}

#mainmenu ul.menubar li.mystuff ul li {
	width: 70px;
}

/* EXPLORE MENU */

#mainmenu ul.menubar li#menu_explore {
	z-index: 800;
}

#mainmenu ul.menubar li.explore ul li {
	width: 100px;
}

/* FORUMS MENU */

#mainmenu ul.menubar li#menu_forums {
	z-index: 600;
}

#mainmenu ul.menubar li.forums ul li {
	width: 150px;
}

/* SEARCH TOOL AND MENU */

#mainmenu ul.menubar li.search ul {
	width: 156px;
}

#mainmenu ul.menubar li.search ul li {
	width: 120px;
}

#mainmenu ul.menubar li.search li.selected a {
	color: #E53D2C;
}

#search_container {
	display: inline;
}

#search {
	position: relative;
	top: -5px;
	float: left;
	text-align: right;
}

#search input {
	float: left;	
}

#f_search {
	padding: 3px 5px 4px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	border: 1px solid #ccc;
	width: 150px;
	height: 16px;
	background: #eee;
}

/*--------------------------- END MENU STUFF --------------------------------------------*/

#landing1 {
	font-family: "Trebuchet MS",sans-serif;
	color: #333331;
}

#landing1 #topmsg {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

#landing1 #leftcol {
	float: left;
	clear: left;
}

#landing1 #viewer {
	position: relative;
	width: 416px;
	height: 312px;
	margin: 40px 0 0;
	border: 5px solid #DDE9EB;
	border-bottom: none;
}

#landing1 #clip_view {
	position: relative;
	left: -1px;
}

#landing1 #animations {
	padding: 0;
}

#landing1 .browse_container {
	width: 416px;
	height: 126px;
}

#landing1 #rightcol {
	float: right;
	clear: right;
}

#landing1 #rightcol #features {
	font-size: 24px;
	font-weight: bold;
	background: #E2EDEF;
	padding: 15px;
}

#landing1 #rightcol #features ul {
	list-style: disc inside none;
}

#landing1 #rightcol #features li {
	padding: 15px 0;
}

#landing1 #create_outer {
	text-align: center;
	margin-top: 30px;
}

#landing1 #create_btn {
	position: relative;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	color: white;
	background: #F20096;
	border: 3px solid #F29CC9;
	width: 235px;
	height: 50px;
	margin: 0 auto;
	cursor: pointer;
}

#landing1 #create_btn:hover {
	background: #EC72AA;
}

#landing1 #create_btn .tl3 { background: transparent url('../images/assets.png') no-repeat scroll 0px 0px; }
#landing1 #create_btn .tr3 { background: transparent url('../images/assets.png') no-repeat scroll -10px 0px; }
#landing1 #create_btn .bl3 { background: transparent url('../images/assets.png') no-repeat scroll 0px -10px; }
#landing1 #create_btn .br3 { background: transparent url('../images/assets.png') no-repeat scroll -10px -10px; }

.call_to_action {
	padding: 15px;
	border: 3px solid #F29CC9;
	background: #E2EDEF;
}

/* Reset password page */
.reset_password {
	padding: 0 25px;
	float: left;
	width: 250px;
}

.reset_password .password_form {
	padding: 5px;
}

.achievementTable {
	border-collapse: collapse;
	margin: 6px 0px;
}

.achievementCell {
	border: 1px solid black;
	padding: 5px;
	text-align: center;
}

.achievementFinishedRow {
	background-color: #FAFAD2;
}

.achievementStartedRow {
	background-color: #F0F0FF;
}

.achievementPointsCell {
	width: 85px;
}

.achievementDescriptionCell {
	width: 400px;
}

.achievementHeader {
	font-size: large;
	text-align: center;
	margin: 5px;
}

.achievementNext {
	font-weight: bold;
}

.hidden {
	display: none;
}

/* jQuery UI */
.ui-tabs .ui-tabs-hide { display: none !important; }

