html {
	background: #91AA9D;
}

body,div,span,input,textarea,select {
	margin: auto;
	padding: 0;
	text-align:left;
	font-family: "Trebuchet MS";
}

a {
	color: #FCFFFA;
	font-size: 13px;
	text-decoration: none;
}

a:hover, a:focus {
	color: #EB70A9;
}

.maincolumn {
	background: #FCFFFA;
	width: 980px;
}

/*--------------------------- HEADER STUFF ------------------------------------------------------*/

.header {
	background: #3E606F;
	float:left;
	width: 100%;
}

.header .tl {
	background: transparent url('../images/page_assets.png') no-repeat scroll 0px 0px;
}

.header .tr {
	background: transparent url('../images/page_assets.png') no-repeat scroll -20px 0px;
}

.header .bl {
	background: transparent url('../images/page_assets.png') no-repeat scroll 0px -20px;
}

.header .br {
	background: transparent url('../images/page_assets.png') no-repeat scroll -20px -20px;
}

.tabbar {
	background-color: #D1DBBD;
	float: left;
	position: relative;
	width: 100%;
	height: 80px;
}

.tabbar img {
	position: absolute;
	top: -31px;
	left: 25px;
	z-index: 100;
}

.tab {
	float: right;
	width: 120px;
	height: 27px;
	padding: 10px 0 0;
	margin-top: 43px;
	margin-right: 8px;
	font-size: 18px;
	text-align: center;
	color: #193441;
}

.tab_right {
	margin-right: 40px;
}

.tab_active {
	background: transparent url('../images/page_assets.png') no-repeat scroll 0px -60px;
}

.tab_normal {
	background: transparent url('../images/page_assets.png') no-repeat scroll 0px -134px;
}

.tab_normal:hover {
	color: #EB70A9;
	background: transparent url('../images/page_assets.png') no-repeat scroll 0px -97px;
}

.tabbar2 {
	height: 32px;
	margin: 0;
	padding: 0 0 0 40px;
}

.tab2 {
	position: relative;
	float: left;
	min-width: 108px;
	height: 32px;
	padding: 6px 0 0;
	margin-right: 8px;
	text-align: center;
	list-style: none outside none;
	background: #C3C3C1;
}

.tab2 a {
	font-size: 18px;
	font-weight: bold;
	color: #EEEFE5;
}

.tab2:hover {
	background-color: #878782;
}

.tab2:hover a {
	color: #EB70A9;
}

.tab2.selected {
	background-color: #EEEFE5;
}

.tab2.selected a {
	color: #193441;
}

.fullwidth {
	clear: both;
	position: relative;
	width: 100%;
}

.halfwidth {
	float: left;
	position: relative;
	width: 460px;
	margin-left: 20px;
	margin-bottom: 16px;
}

.footer {
	color: #193441;
	font-size: 13px;
	font-weight: normal;
	padding: 25px 0 10px 0px;
}

.footer a, .footer span {
	color: #193441;
	font-size: 13px;
	font-weight: normal;
}

.footer a:hover, .footer a:focus {
	color: #EB70A9;
}

#footer_left {
	margin-left: 24px;
}

#footer_right {
	float: right;
	margin-right: 24px;
}

.create_btn_div {
	position: relative;
	padding-top: 15px;
	margin-right: 70px;
	width: 200px;
	height: 54px;
}

.create_btn {
	position: relative;
	background: #91AA9D;
	text-align: center;
	line-height: 48px;
	font-size: 48px;
	font-weight: bold;
	width: 200px;
	height: 54px;
}

.create_btn .tl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -90px -30px;
}

.create_btn .tr {
	background: transparent url('../images/page_assets.png') no-repeat scroll -105px -30px;
}

.create_btn .bl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -90px -45px;
}

.create_btn .br {
	background: transparent url('../images/page_assets.png') no-repeat scroll -105px -45px;
}

/*--------------------------- BODY STUFF --------------------------------------------------------*/

.topbox {
	position: relative;
	top: 20px;
}

.innerbox {
	background: #EEEFE5;
	position: relative;
}

.innerbox .tl, .tab2 .tl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -40px 0px;
}

.innerbox .tr, .tab2 .tr {
	background: transparent url('../images/page_assets.png') no-repeat scroll -55px 0px;
}

.innerbox .bl, .tab2 .bl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -40px -15px;
}

.innerbox .br, .tab2 .br {
	background: transparent url('../images/page_assets.png') no-repeat scroll -55px -15px;
}

.body_s .tl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -20px -40px;
}

.body_s .tr {
	background: transparent url('../images/page_assets.png') no-repeat scroll -30px -40px;
}

.body_s .bl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -20px -50px;
}

.body_s .br {
	background: transparent url('../images/page_assets.png') no-repeat scroll -30px -50px;
}

.leftcolumn {
	float: left;
	clear: left;
	width: 620px;
	margin-left: 20px;
}

.rightcolumn {
	float: right;
	clear: right;
	width: 300px;
	margin-right: 20px;
}

.contentcolumn {
	float: right;
	width: 440px;
}

.contentcolumn h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.contentcolumn h4 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

.infocolumn {
	float: left;
	width: 160px;
}

.sectionheader {
	color: #19333F;
	margin-left: 30px;
	margin-bottom: 16px;
	padding-top: 16px;
}

.sectionheader a {
	color: #19333F;
}

.subheader {
	color: #878782;
	margin: 0 30px 16px 30px;
}

.desc {
	margin-top: 10px;
	color: #3E606F;
}

.bigtag {
	color: #DEDFD4;
	font-size: 48px;
	font-weight: normal;
	margin-right: 15px;
}

.biglabel {
	font-size: 48px;
	font-weight: bold;
}

.biglabel a {
	font-size: 48px;
	font-weight: bold;
}

.medlabel {
	font-size: 32px;
	font-weight: bold;
}

.medtext {
	font-size: 24px;
	font-weight: normal;
}

.avatar img {
	border: 2px solid #EEEFE5;
}

.avatar img:hover {
	border-color: #EB70A9;
}

.avatar p {
	color: #193441;
	margin: 0;
	text-align: center;
}

.avatar p:hover {
	color: #EB70A9;
}

.paged {
	clear: both;
	margin: 0;
	padding: 0;
}

/*--------------------------- CLIP STUFF --------------------------------------------------------*/

.clipviewer {
	background: white;
	border: none;
	width: 480px;
	height: 360px;
	margin-bottom: 40px;
}

.tn_array {
	margin: 14px 0 0 26px;
}

.tn_container {
	float: left;
	width: 148px;
	margin: 4px 0 16px 0;
}

.thumbnail {
	float: left;
	clear: both;
	width: 120px;
	height: 90px;
	margin-bottom: 5px;
}

.thumbnail img {
	background: #FFFFFF;
	border: 2px solid #DEDFD4;
	width: 120px;
	height: 90px;
}

.thumbnail img:hover {
	border: 2px solid #EB70A9;
}

.tn_line {
	float: left;
	clear: both;
	width: 130px;
	margin-top: 2px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	color: #19333F;
}

.tn_line .light {
	color: #878782;
}

.tn_line .label {
	color: #878782;
	font-weight: normal;
}

.tn_compact .tn_array {
	margin: 0 0 0 18px;
}

.tn_compact .tn_container {
	width: 140px;
}

.tn_compact .thumbnail img {
	border: 2px solid #EEEFE5;
}

.tn_compact .thumbnail img:hover {
	border: 2px solid #EB70A9;
}

/*--------------------------- CORNER STUFF ------------------------------------------------------*/

.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;
}

/*--------------------------- PAGINATION STUFF --------------------------------------------------*/

.pagination {
	clear: both;
	padding: 14px 0 15px 0;
	margin: 0 4px 0 4px;
	font-size: 12px;
	text-align: center;
}

.pagination a {
	font-size: 12px;
}

.pagination a:link, .pagination a:visited, .pagination a:hover, .pagination a:active {
	color: #193441;
	border: 1px solid #193441;
	padding: 3px 5px;
	text-decoration: none;
}

.pagination a:hover, .pagination a:focus {
	color: #EB70A9;
	border-color: #EB70A9;
}

.pagination a.selected {
	color: #FCFFFA;
	background: #193441;
	border-color: #193441;
}

span.nextprev {
	color: #BABBB1;
	border: 1px solid #BABBB1;
	padding: 3px 5px;
}

/*--------------------------- WIDGET STUFF ------------------------------------------------------*/

.widget {
	margin-top: 15px;
	padding: 10px 10px 10px 10px;
}

.widget_box {
	background: #FCFFFA;
	position: relative;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

.widget_box .tl {
	background: transparent url('../images/page_assets.png') no-repeat scroll 0px -40px;
}

.widget_box .tr {
	background: transparent url('../images/page_assets.png') no-repeat scroll -10px -40px;
}

.widget_box .bl {
	background: transparent url('../images/page_assets.png') no-repeat scroll 0px -50px;
}

.widget_box .br {
	background: transparent url('../images/page_assets.png') no-repeat scroll -10px -50px;
}

.widget_title {
	font-size: 16px;
	font-weight: bold;
	color: #878782;
	padding: 5px 10px 5px 10px;
}

.widget_cb {
	margin: 5px 5px 5px 5px;
}

.widget_msg {
	margin-left: 10px;
	color: #FF0090;
}

.error {
	display: inline;
	color: #FF0090;
	font-size: 13px;
	font-weight: bold;
}

.gadget {
	position: relative;
	color: #193441;
	margin-bottom: 20px;
}

.gadget .tl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -40px -30px;
}

.gadget .tr {
	background: transparent url('../images/page_assets.png') no-repeat scroll -55px -30px;
}

.gadget .bl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -40px -45px;
}

.gadget .br {
	background: transparent url('../images/page_assets.png') no-repeat scroll -55px -45px;
}

.gadget_titlebar {
	background-color: #E9EAE4;
/*	background-color: #FECD6D; */
	height: 25px;
}

.gadget_title {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: 193441;
	margin-top: 4px;
	margin-left: 15px;
}

.gadget_close {
	float: right;
	background: transparent url('../images/page_assets.png') no-repeat scroll -70px -28px;
	width: 12px;
	height: 12px;
	position: relative;
	margin-top: 7px;
	margin-right: 15px;
}

.gadget_close:hover {
	background: transparent url('../images/page_assets.png') no-repeat scroll -70px -40px;
}

.gadget_body {
	background-color: #EEEFE5;
}

.gadget_body p {
	font-size: 13px;
	font-weight: normal;
	margin: 0 5px 10px 10px;
}

.gadget_hdr {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.gadget_line {
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}

.gadget_line p {
	font-size: 10px;
	margin: 0 0 0 90px;
}

.gadget_line label {
	float: left;
	margin: 0;
	padding: 2px 5px 0 0;
	width: 85px;
	text-align: right;
}

.gadget_line input {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	width: 178px;
}

.gadget_submit {
	padding-top: 12px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}

.gadget_submit input {
	float: right;
	margin-right: 20px;
	font-size: 13px;
	font-weight: bold;
	min-width: 72px;
	text-align: center;
}

.gadget_msg {
	float: left;
	color: red;
	line-height: normal;
	margin: 0 15px 10px 20px;
}

.gadget_button {
	display: inline;
	position: relative;
	margin: 0;
	padding: 4px 12px 5px 12px;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: center;
	cursor: default;
   -moz-user-select: none;
   -khtml-user-select: none;
	user-select: none;
	background-color: red;
}

.gadget_button .tl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -70px 0px;
}

.gadget_button .tr {
	background: transparent url('../images/page_assets.png') no-repeat scroll -77px 0px;
}

.gadget_button .bl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -70px -7px;
}

.gadget_button .br {
	background: transparent url('../images/page_assets.png') no-repeat scroll -77px -7px;
}

.gadget_body .gadget_button .tl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -70px -14px;
}

.gadget_body .gadget_button .tr {
	background: transparent url('../images/page_assets.png') no-repeat scroll -77px -14px;
}

.gadget_body .gadget_button .bl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -70px -21px;
}

.gadget_body .gadget_button .br {
	background: transparent url('../images/page_assets.png') no-repeat scroll -77px -21px;
}

.gadget_bottom {
	clear: both;
	height: 12px;
}

.gadget_text {
	clear: both;
	margin-top: 8px;
	font-size: 14px;
	font-weight: bold;
}

.gadget_text a {
	color: #193441;
	font-size: 14px;
	font-weight: bold;
}

.gadget_text a:hover {
	color: #EB70A9;
}

/*--------------------------- SIGN-IN AND REGISTER STUFF ----------------------------------------*/

#signin {
	display: none;
	float: right;
	clear: both;
	width: 300px;
	margin-right: 20px;
}

#register {
	display: none;
	float: right;
	clear: both;
	width: 300px;
	margin-right: 20px;
}

.reg_signin {
	clear: both;
	text-align: center;
	padding-top: 5px;
}

.reg_signin a {
	color: #193441;
	font-size: 11px
}

.reg_signin a:hover {
	color: #EB70A9;
}

#signin .gadget_titlebar, #register .gadget_titlebar {
	background-color: #FECD6D;
}

#signin .gadget_body, #register .gadget_body {
	border-color: #FECD6D;
}

.upgrade_prompt a {
	color: #193441;
}

#downloads_upgrade .upgrade_prompt .gadget_button {
	background-color: #D2AEB5;
}

/*--------------------------- EDITABLE TEXT STUFF -----------------------------------------------*/

.et_btn img {
	border: none;
}

.et_edit {
	font-size: 13px;
}

.et_edit input, .et_edit textarea {
	color: black;
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0 12px 0;
	min-width: 300px;
}

/*--------------------------- IMPORT PAGE STUFF -------------------------------------------------*/

#import {
	float: left;
	clear: left;
	width: 620px;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 13px;
	font-weight: bold;
}

#import .gadget_titlebar {
/*	background-color: #2C94C1; */
}

#import .gadget_body {
/*	border-color: #2C94C1; */
	min-height: 130px;
}

#import input {
	font-size: 13px;
	font-weight: bold;
}

#import_file {
	margin-top: 20px;
	margin-left: 90px;
}

#import_submit {
	text-align: center;
	width: 100px;
	margin-top: 5px;
	margin-left: 90px;
}

#import_waiting, #import_message {
	margin-top: 5px;
	margin-left: 90px;
}

#import_register {
	float: left;
	clear: left;
	width: 920px;
	margin-top: 20px;
	margin-left: 20px;
}

#import_register p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

#import_register .gadget_body {
	border: 2px solid #FECD6D;
}

/*--------------------------- CHANNEL PAGE STUFF ------------------------------------------------*/

#gadget_add_channel_clip .gadget_titlebar {
	background-color: #B0D5B2;
	margin-top: 20px;
}

/*--------------------------- GROUP PAGE STUFF ------------------------------------------------*/

#groupMembers {
	margin: 0;
	padding: 18px 0 0 18px;
}

#groupMembers .avatar {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 100px;
}

#join_leave_group {
	margin-top: 20px;
	margin-bottom: 30px;
}

#join_leave_group .gadget_button {
	background-color: #B0D5B2;
}

#feature_clip {
	margin-top: 20px;
	margin-bottom: 30px;
}

#feature_clip .gadget_button {
	background-color: #B0D5B2;
}

#gadget_moderate_group_clip .gadget_titlebar, #gadget_moderate_group_clip .gadget_button {
	background-color: #B0D4CD;
}

#clip_info {
	text-align: right;
	margin-right: 30px;
}

#clip_link {
	text-align: right;
	margin-right: 30px;
	font-size: 13px;
	font-weight: normal;
	color: #878782;
}

#clip_info a, #clip_link a {
	font-size: 13px;
	font-weight: bold;
	color: #193441;
}

#clip_info a:hover, #clip_link a:hover {
	color: #EB70A9;
}

#clip_desc {
	margin: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #878782;
}

/*--------------------------- CREATE PAGE STUFF -------------------------------------------------*/

#applet {
	position: relative;
	top: 15px;
	width: 940px;
	height: 600px;
	margin-bottom: 20px;
	border: 1px solid #DEDFD4;
}

/*--------------------------- DETAIL PAGE STUFF -------------------------------------------------*/

#tutorial1 {
	position: relative;
	clear: both;
	width: 890px;
	top: 20px;
	background: #EB70A9;
	color: #FCFFFA;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	margin: 20px;
	padding: 1px 25px;
}

#detail_bottom {
	position: relative;
	display:block;
	clear: both;
	height: 20px;
	width: 100%;
	background: green;
}

#detail_clip {
	position: relative;
	padding: 20px 0 20px 0;
}

#detail_clip img {
}

.detail_desc {
	padding: 25px 40px 0 40px;
}

.detail_desc a {
	font-size: 18px;
	font-weight: bold;
	color: #878782;
}

.detail_desc img {
	position: absolute;
	top: 0px;
	left: -30px;
}

.detail_desc textarea {
	width: 100%;
}

.detail_icon {
	float: left;
	margin-right: 8px;
	width: 24px;
	height: 24px;
}

#icon_email {
	background: transparent url('../images/detail_icons.png') no-repeat scroll 0px 0px;
}

#icon_twitter {
	background: transparent url('../images/detail_icons.png') no-repeat scroll -24px 0px;
}

#icon_facebook {
	background: transparent url('../images/detail_icons.png') no-repeat scroll -48px 0px;
}

#icon_myspace {
	background: transparent url('../images/detail_icons.png') no-repeat scroll -72px 0px;
}

#icon_digg {
	background: transparent url('../images/detail_icons.png') no-repeat scroll -96px 0px;
}

#icon_stumbleupon {
	background: transparent url('../images/detail_icons.png') no-repeat scroll -120px 0px;
}

#icon_youtube {
	background: transparent url('../images/detail_icons.png') no-repeat scroll -144px 0px;
}

#icon_cafepress {
	background: transparent url('../images/detail_icons.png') no-repeat scroll -168px 0px;
	width: 54px;
	height: 32px;
}

#gadget_stats .gadget_titlebar {
	background-color: #B0D5B2;
}

#gadget_embed .gadget_titlebar {
	background-color: #B0D4CD;
}

#gadget_embed .gadget_text {
	line-height: 24px;
}

#gadget_embed label {
	float: left;
	margin: 0;
	padding-top: 2px;
	width: 55px;
}

#gadget_embed input {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	width: 235px;	
}

#gadget_share .gadget_titlebar {
	background-color: #AFBDD3;
}

#gadget_share {
	padding-bottom: 2px;
}

#gadget_share a {
	position: relative;
	top: 4px;
}

#gadget_share div {
	margin-bottom: 8px;
}

#gadget_youtube .gadget_titlebar {
	background-color: #BAADD3;
}

#gadget_youtube img {
	border-style: none;
}

#gadget_cafepress {
	padding-bottom: 10px;
}

#gadget_cafepress a {
	position: relative;
	top: 4px;
}

#gadget_cafepress .gadget_titlebar {
	background-color: #D2ADD0;
}

#gadget_downloads .gadget_titlebar {
	background-color: #D2AEB5;
}

#gadget_tools .gadget_titlebar {
	background-color: #D3C4AF;
}

#gadget_tags .gadget_titlebar {
	margin-top: 20px;
	background-color: #B0D5B2;
}

#gadget_tags .tag {
	padding: 2px 0;
	border-bottom: thin dotted black;
}

#gadget_tags a {
	color: #193441;
	font-size: 12px;
	font-weight: normal;
}

#gadget_tags .tag a {
	font-size: 13px;
	font-weight: bold;
}

#gadget_tags a:hover {
	color: #EB70A9;
}

.ad {
	position: relative;
	color: #FCFFFA;
	height: 100px;
	text-align: center;
	margin-bottom: 15px;
}

.ad_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
}

.ad_major {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-top: 5px;
}

.ad_minor {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin-top: 5px;
}

.ad a {
	font-size: 16px;
	font-weight: bold;
}

/*--------------------------- CLIP SETTINGS STUFF -----------------------------------------------*/

#clip_settings_tn {
	margin-left: 20px;
}

#clip_settings input, #clip_settings textarea {
	width: 100%;
	font-size: 13px;
}

#clip_settings div {
	margin-bottom: 10px;
}

/*--------------------------- CREATE CHANNEL STUFF ----------------------------------------------*/

.create_channel {
	clear: both;
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
}

.create_channel input, .create_channel textarea {
	font-size: 13px;
	font-weight: bold;
}

.create_channel select {
	font-size: 13px;
	font-weight: normal;
	width: 120px;
}

.create_channel_left {
	float: left;
	width: 180px;
	text-align: right;
	padding-top: 2px;
}

.create_channel_right {
	float: right;
	width: 432px;
}

.create_channel input {
	width: 240px;
}

.create_channel textarea {
	width: 400px;
}

.create_channel span {
	color: #3E606F;
}

.create_channel .gadget_button {
	float: left;
	clear: both;
	margin: 0 15px;
}

#show_create_channel_btn {
	display: block;
	background-color: #B0D5B2;
	width: 160px;
}

#gadget_create_channel .gadget_titlebar, #gadget_create_channel .gadget_button {
	background-color: #B0D5B2;
}

#show_create_group_btn {
	display: block;
	background-color: #B0D4CD;
	width: 160px;
}

#gadget_create_group .gadget_titlebar, #gadget_create_group .gadget_button {
	background-color: #B0D4CD;
}

/*--------------------------- EXPLORE CHANNELS STUFF --------------------------------------------*/

.explorebox {
	margin-top: 20px;
	padding: 20px;
}

.explorebox h1 {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 32px;
	font-weight: bold;
	color: #193441;
}

.explorebox p {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #193441;
}

.explore a, .explore a:hover, .explore a:focus {
	outline: none;
}

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

#navbar {
	position: relative;
	float: right;
	background-color: #193441;
	color: #FCFFFA;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}

.navbar_endcap {
	float: left;
	width: 20px;
	height: 35px;
	background-color: #193441;
}

.navbar_item {
	float: left;
	height: 15px;
	padding: 8px 10px 12px 10px;
}

#navbar_community {
	padding-right: 100px;
}

#navbar_welcome {
	padding-left: 40px;
}

#navbar_login {
	display: none;
	position: relative;
	top: -1px;
}

#navbar_userpass input {
	margin-right: 4px;
	width: 60px;
}

#menulist {
	display: inline;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#menulist a {
	cursor: pointer;
}

.menu {
	float: left;
	height: 15px;
	padding: 8px 10px 12px 10px;
}

#mystuff > .itemlist {
	width: 110px;
}

#tools > .itemlist {
	width: 110px;
}

#explore > .itemlist {
	width: 110px;
}

.itemlist {
	position: absolute;
	top: 35px;
	list-style: none outside none;
	z-index: 99999;
	padding: 0;
	display: none;
}

#navbar li:hover ul {
	display: block;
}

.menuitem {
	background-color: #193441;
	position: relative;
	left: -20px;
	padding: 8px 0 2px 20px;
}

.menubottom {
	background: transparent;
	position: relative;
	left: -20px;
	top: -2px;
	height: 15px;
}

.menufill {
	background-color: #193441;
	height: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.menucorner {
	position: absolute;
	width: 15px;
	height: 15px;
}

.menucorner.tl {
	left: -15px;
	background: transparent url('../images/page_assets.png') no-repeat scroll -105px -15px;
}

.menucorner.tr {
	right: -15px;
	background: transparent url('../images/page_assets.png') no-repeat scroll -90px -15px;
}

.menucorner.bl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -90px 0px;
}

.menucorner.br {
	background: transparent url('../images/page_assets.png') no-repeat scroll -105px 0px;
}

.sortlist {
	position: relative;
	clear: both;
	margin: 0 auto 20px auto;
	padding: 0;
	width: 550px;
	height: 26px;
}

.sortitem {
	float: left;
	width: 110px;
	text-align: center;
	background: #FCFFFA;
}

.sortitem a {
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #AAAAA9;
}

.sortitem a:hover {
	color: #EB70A9;
}

.sortitem.selected {
	color: #FCFFFA;
	background: #EB70A9;
}

.sortitem.selected a {
	line-height: 26px;
	font-size: 13px;
	font-weight: bold;
	color: #FCFFFA;
}

.sortlist .tl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -70px -14px;
}

.sortlist .tr {
	background: transparent url('../images/page_assets.png') no-repeat scroll -77px -14px;
}

.sortlist .bl {
	background: transparent url('../images/page_assets.png') no-repeat scroll -70px -21px;
}

.sortlist .br {
	background: transparent url('../images/page_assets.png') no-repeat scroll -77px -21px;
}

/*--------------------------- SETTINGS PAGES STUFF ----------------------------------------------*/

#settings_nav {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

#settings_nav a {
	font-size: 14px;
}

#settings_nav li {
	width: 150px;
	padding-left: 10px;
}

#settings_nav li.selected {
	background-color: #193441;
}

#chooseavatar_hdr {
	margin: 0 0 0 20px;
	padding-top: 10px;
}

#chooseavatar_hdr img {
	margin: 5px 0 15px 0;
}

/*--------------------------- CAFEPRESS PAGE STUFF ----------------------------------------------*/

#main_cafepress_design {
}

#main_cafepress_browse {
}

#cafepress_design_header {
	text-align: center;
	position: relative;
	top: 16px;
}

#cafepress_design_header h2 {
	margin: 0px 0px 24px 0px;
}

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

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

#cafepress_preview_ready_div {
	min-width: 496px;
	min-height: 376px;
	background-color: #DDDDDD;
	margin-left: 20px;
}

#cafepress_preview_ready_img {
	display: block;
	margin: auto;
	border: 8px;
	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;
	margin-left: 40px;
}

.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;
}

/*--------------------------- UPGRADE PAGE STUFF ------------------------------------------------*/

.upgrade {
}

.upgrade .reason {
	padding: 40px 20px;
}

.upgrade .reason .body {
	margin: 10px 0px;
}

.upgrade .reason .body a {
	color: #000;
}

#upgrade_spacer {
	height: 2px;
	clear: both;
}

div#leftside {
	float: left;
	clear: left;
	margin: 0;
	padding: 40px 0 0 40px;
	width: 400px;
}

div#rightside {
	float: right;
	clear: right:
	margin: 0;
	padding: 54px 16px 0 0;
	width: 480px;
}

div#summary {
	font-size: 14pt;
	color: #193441;
	margin: 0 0 40px 0;
}

div#summary div#header{
	font-size: 14pt;
	color: #193441;
	margin: 0 0 8px 0;
}

div#summary ul {
	margin: 0;
	padding: 0 0 0 12px;
}

div#summary li {
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 16px;
	padding: 4px 0 0 0px;
}

div#summary form {
	font-weight: normal;
}

div#summary input {
	margin: 0 4px 12px 8px;
}

div#summary #purch_btn {
	margin: 8px 0 0 24px;
}

table#benefits {
	border-color: #DDDDDD;
	border-style: solid;
	border-spacing: 0;
	border-width: 1px;
	margin: 0 0 24px 0;
	width: 100%;
}

table#benefits thead th {
	background-color: #DDDDDD;
	color: #193441;
	font-size: 12pt;
	line-height: 15px;
	padding: 10px 15px;
	text-align: center;
	width: 80px;
}	

table#benefits th#benefit {
	text-align: left;
	width: 360px;
}	

table#benefits tr td {
	border: 1px solid #DDDDDD;
	color: #193441;
	font-size: 11pt;
	line-height: 25px;
	padding: 3px 15px;
	text-align: center;
}

table#benefits td#benefit {
	text-align: left;
}	

tr#evenrow {
	background-color: #F7F7F7;
}

tr#oddrow {
	background-color: #EEEEEE;
}

.checkmark {
	background: transparent url('../images/checkmark.png') no-repeat scroll 0px 0px;
	width: 23px;
	height: 22px;
}

div#thanks_title {
	font-size: 16pt;
	font-weight: bold;
	padding: 12px 0 16px 12px;
}

div#thanks_body {
	font-size:14pt;
	font-weight: normal;
	margin: 0;
	padding: 0px 0 12px 12px;
	width: 600px;
}

#op_purchase_button_container:hover, #op_purchase_button_container:focus {
	/* a bit of a hack, ideally it'd be transparent. I can't figure out how to do that though. */
	color: #FCFFF5;
}

/*--------------------------- COMMENT STUFF -----------------------------------------------------*/

.comment {
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: thin dotted black;
	font-size: 11px;
	font-weight: normal;
	color: #193441;
}

.comment a {
	font-size: 11px;
	font-weight: normal;
	color: #193441;
}

.comment a:hover, .comment a:focus {
	color: #EB70A9;
}

.comment_avatar {
	float: left;
}

.comment_avatar img {
	width: 48px;
	height: 48px;
	border: 2px solid #193441;
}

.comment_avatar img:hover {
	border-color: #EB70A9;
}

.comment_content {
	margin-right: 0;
	width: 378px;  /* 518px */
}

.comment_content textarea {
	font-size: 13px;
	color: black;
	width: 100%;
	margin: 4px 0 10px 0;
}

.comment_user a {
	font-size: 13px;
	font-weight: bold;
	color: #193441;
}

.comment_title {
	font-size: 13px;
	font-weight: bold;
}

.comment_date {
	font-size: 12px;
	font-weight: normal;
	color: #878782;
	margin: 0 12px;
}

.comment_body {
	font-size: 13px;
	color: black;
	margin-top: 6px;
}

.comment_body a {
	font-size: 13px;
}

.comment_reply {
	margin-top: 20px;
}

.comment_full {
	margin: 10px 20px;
	padding-bottom: 10px;
	border-bottom: thin dotted black;
}

.comment_full .comment_content {
	width: 518px;
}

#add_reply {
	padding-bottom: 8px;
}

.reply {
	margin-bottom: 8px;
}

.reply_avatar {
	float: left;
	margin-left: 16px;
}

.reply_avatar img {
	width: 32px;
	height: 32px;
	border: 2px solid #193441;
}

.reply_content {
	width: 362px; /* 502px */
	margin-right: 0px;
	padding: 8px;
	background: #EEEFE5;
}

#add_comment {
	border-bottom-style: none;
}

#comment_register {
	margin: 10px 0 0 88px;
	width: 300px;
}

/*--------------------------- FORUM STUFF -----------------------------------------------------*/

.topic {
	margin: 10px 20px;
	padding-bottom: 10px;
	border-bottom: thin dotted black;
	font-size: 12px;
	font-weight: normal;
	color: #878782;
}

.topic a {
	font-size: 13px;
	font-weight: bold;
	color: #193441;
}

.topic a:hover {
	color: #EB70A9;
}

.topic_title {
	margin-bottom: 5px;
}

.topic_title a {
	font-size: 14px;
}

.topic_avatar {
	float: left;
}

.topic_avatar img {
	border: 2px solid #193441;
	width: 48px;
	height: 48px;
}

.topic_avatar img:hover {
	border-color: #EB70A9;
}

.topic_content {
	width: 518px;
	margin-right: 0;
}

.topic_heading {
	margin-left: 82px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #193441;
}

#start_new_topic {
	margin-left: 78px;
	margin-bottom: 30px;
}

#new_topic_form {
	font-size: 13px;
	font-weight: bold;
	margin-left: 20px;
	padding-bottom: 15px;
}

#topic_title, #topic_text {
	font-size: 13px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

#topic_title {
	width: 300px;
}

/*--------------------------- START PAGE STUFF ------------------------------------------------*/

.start_left {
	float: left;
	clear: left;
	margin-top: 60px;
	margin-left: 40px;
	width: 420px;
	text-align: center;
}

.start_left h3 {
	font-size: 32px;
	font-weight: bold;
	color: #193441;
	margin: 0;
	padding: 2px;
}

.start_left p {
	margin: 0;
	padding: 10px 0;
	line-height: 150%;
}

.start_left p, .start_left a {
	font-size: 16px;
	font-weight: normal;
	color: #193441;
}

.start_left a:hover {
	color: #CE2F7F;
}

.start_btn {
	width: 270px;
	background: #E43194;
	text-align: center;
	margin: 20px auto 15px auto;
	padding: 5px 0;
}

.start_btn:hover {
	background: #CE2F7F;
}

.start_btn h3, .start_btn p {
	color: #FCFFFA;
	padding: 0;
}

.start_right {
	float: right;
	clear: right;
	margin-top: 50px;
	margin-right: 50px;
}

