@charset "utf-8";
/*img, div, a, li {*/
.pngfix {
	behavior:			url(/images/iepngfix.htc);
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:				0;
	padding:			0;
}
table {
	border-collapse:		collapse;
	border-spacing:			0;
}
fieldset,img { 
	border:					0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:				normal;
	font-weight:			normal;
}
ol,ul {
	list-style:				none;
}
caption,th {
	text-align:				left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:				100%;
	font-weight:			normal;
}
q:before,q:after {
	content:				'';
}
abbr,acronym {
	border:					0;
}
a {
	color:					#f05d22; /*657d76*/
	font-weight:				bold;
	text-decoration:		none;
}

.Left {
	float:					left !important;
}
.Right {
	float:					right !important;
}

/**************************/
/********* ALERTS *********/
/**************************/
DIV.Alert {
	clear:					both;
	margin:					0 0 10px 0;
	text-align:				left;
	line-height:			18px;
	background-color:		#f3f3f3;
	background-repeat:		no-repeat;
	background-position:	7px 4px;
	border:					1px solid #dbdbdb;
}
DIV.Alert STRONG {
	font-weight:			normal;
}
DIV.Alert A {
	font-weight:			bold;
	font-size:				16px;
	color:					#000000;
}
DIV.Alert A:HOVER {
	color:					#F05D22;
}
DIV.WarningSmall,
DIV.InfoSmall,
DIV.TickSmall,
DIV.CrossSmall {
	padding:				5px 10px 5px 30px;
}
DIV.WarningSmall {
	background-image:		url(../images/icons/icon_alert16.gif);
}
DIV.InfoSmall {
	background-image:		url(../images/icons/icon_info16.gif);
}
DIV.TickSmall {
	background-image:		url(../images/icons/icon_tick01.gif);
}
DIV.CrossSmall {
	background-image:		url(../images/icons/icon_crossSmall.gif);
}
DIV.WarningBig,
DIV.InfoBig,
DIV.TickBig,
DIV.CrossBig {
	min-height:				30px;
	_height:				30px;
	padding:				5px 10px 5px 50px;
}
DIV.WarningBig {
	background-image:		url(../images/icons/icon_alert32.gif);
}
DIV.InfoBig {
	background-image:		url(../images/icons/icon_info32new.gif);
}
DIV.TickBig {
	background-image:		url(../images/icons/icon_tickBig.gif)
}
DIV.CrossBig {
	background-image:		url(../images/icons/icon_crossBig.gif);
}
DIV.WarningSmall,
DIV.WarningBig {
	color:					#C00;
}

A.ButtonL,
A.ButtonM,
A.ButtonS {
	display:				block;
	float:					left;
	padding:				6px 0;
	margin:					0 5px 0 0;
	text-align:				center;
	color:					#000000;
	font-size:				10px;
	font-weight:			bold !important;
	line-height:			normal;
	font-family:			Tahoma,Arial,Helvetica,sans-serif;
	background-repeat:		no-repeat;
}
A.ButtonL {
	width:				150px;
	background-image:		url(../images/ButtonL.png);
	/*_background-image:		none;
	_filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/ButtonL.png');*/
}
A.ButtonM {
	width:				106px;
	background-image:		url(../images/ButtonM.png);
	/*_background-image:		none;
	_filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/ButtonM.png');*/
}
A.ButtonS {
	width:				60px;
	background-image:		url(../images/ButtonS.png);
	/*_background-image:		none;
	_filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/ButtonS.png');*/
}

DIV.ButtonBar,
DIV.ButtonBarRight {
	display:			block;
	float:				left;
	padding:			1px 0 1px 1px;
	margin:				0 10px 0 0;
	font-size:			0;
	background-color:		#333333;
}
DIV.ButtonBarRight {
	float:				right;
	margin:				0 0 0 10px;
}
DIV.ButtonBar A,
DIV.ButtonBarRight A {
	display:			block;
	float:				left;
	padding:			3px 10px;
	margin:				0 1px 0 0;
	color:				#FFFFFF;
	font-size:			10px;
	font-weight:			bold;
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
	text-align:			center;
	background-color:		#000000;
	text-transform:			capitalize;
}
DIV.ButtonBar A.Selected,
DIV.ButtonBarRight A.Selected {
	color:				#f05d22;
}

/**************************/
/******** TIPZ ********/
/**************************/
DIV.Tipz {
	width:120px;
	height:32px;
	padding:12px 15px;
	font-family:tahoma,arial;
	background:url(../images/TipBG.png) no-repeat;
}
DIV.Tipz DIV.tip-top {
	display:none;
}
DIV.Tipz DIV.tip {
}
DIV.Tipz DIV.tip-title {
	color:#474747;
	font-weight:bold;
	font-size:11px;
	margin:0;
	text-align:center;
}
DIV.Tipz DIV.tip-text {
	display:none;
}
DIV.Tipz DIV.tip-bottom {
	display:none;
}


/**************************/
/******** POPUPWIN ********/
/**************************/
DIV.PopupWin {
	display:				none;
}
DIV.PopupWin DIV.TitleBar {
	position:				relative;
	height:					25px;
	cursor:					move;
}
DIV.PopupWin DIV.TitleBar H1 {
	display:				block;
	height:					20px;
	padding:				5px 0 0 10px;
	margin:					0;
	background-image:		url(../images/PopupWinBg.gif);
}

DIV.PopupWin A.Close {
	display:				block;
	position:				absolute;
	top:					4px;
	right:					6px;
	height:					15px;
	padding:				1px 20px 0 0;
	color:					#FFF;
	background-image:		url(../images/PopupWinClose.gif);
	background-repeat:		no-repeat;
	background-position:	right top;
}
DIV.PopupWin DIV.TitleBar H1,
DIV.PopupWin A.Close {
	font-size:				11px;
	font-weight:				bold;
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
	color:					#FFF;
}
DIV.PopupWin DIV.PopupContent {
	position:			absolute;
	top:				0;
	left:				0;
	height:				100%;
	width:				100%;
	border:				1px solid #000;
	margin:				25px 0 0 0;
	color:				#FFF;
	background-color:		#4a4a4a;
	background-image:		url(../images/ThumbNone.gif);
	background-repeat:		repeat-x;
	background-position:		bottom;
}
DIV.PopupWin DIV.PopupContent DIV.Loading {
	height:					100%;
	width:					100%;
	background-image:		url(../images/loading.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}
DIV.PopupWin DIV.PopupContent DIV.Error {
	line-height:			20px;
	padding:			40px 0 0 0;
	text-align:			center;
}
/* Storylist Share */
.share-storylist { position:relative; float:left; }
.share-hover { background:url(../images/storylist-share.png) no-repeat; width:338px; height:106px; position:absolute; top:28px; left:-148px !important; z-index:100; display:none; }
.share-diggbar-url { position:absolute; top:24px; left:14px; padding:5px; text-decoration:none; background:#fff; width:298px; border:1px solid #c6c6c6; -moz-border-radius:4px; -webkit-border-radius:4px; }
.share-hover span { font-size:85%; font-weight:normal; color:#9ab9d5; display:block; margin-top:-1px; }
ul.share actions, ul.share-actions li { list-style:none; }
ul.share-actions li { border-bottom: none !important; min-height: 0 !important; _height: auto !important;} 
ul.share-actions li a { text-indent:-999px; width:90px; height:26px; position:absolute; top:63px;} 
.share-actions li.email a {   left:7px;}
.share-actions li.facebook a { left:98px; width:142px;}
.share-actions li.twitter a {left:241px; }

/* Storylist Share Email Box */
#share-dialog { display:none; }
.share-email a.email-suggestion { background:#edf7e6 url(/img/lightbox-email-apps.png) 460px 7px no-repeat; display:block; margin:-16px -17px 15px; padding:15px 15px 15px 65px; font-size:1.15em; font-weight:bold; text-decoration:none; color:#64a715; border-bottom:1px solid #daecb0; }
.share-email a.email-suggestion:hover { color:#000033; }
.share-email label { float:left !important;  display:block; position:absolute;  color:#777; }
.share-email input[type="text"] { padding:5px; -moz-border-radius:3px !important; -webkit-border-radius:3px !important; color:#777; margin:0 0 10px 0; width:490px; margin-left:50px; border:1px solid #ccc; font-size:1.1em; }
.share-email textarea { width:530px; padding:10px; height:12em; margin:10px 0 5px 0; font-size:100%; background:#fffdea; border:1px solid #dcd069; color:#39340b; }
.share-test-email .dialog-tray { text-align:left; }


/**************************/
/********* SHADOWS ********/
/**************************/
.ShadowWrapper {
	position:				relative;
}
.Shade {
	position:				relative;
	z-index:				11;
}
.ShadowClass,
.ShadowClass div,
.ShadowClass img {
	position:				absolute;
	z-index:				9;
}
.ShadowClass {
	font-size:				16px;
	line-height:			100%;
	opacity:				0.5;
	_filter:				alpha(opacity=50);
}
.ShadowClass div,
.ShadowClass img {
	font-size:				inherit;
	line-height:			inherit; 
}
.ShadowClass img {
	background-image:		none !important;
	box-sizing:				content-box;
	display:				block !important;
	overflow:				hidden;
	vertical-align:			top;
}
.ShadowClass .tl,
.ShadowClass .tc,
.ShadowClass .tr,
.ShadowClass .bl,
.ShadowClass .bc,
.ShadowClass .br {
	height:					1em;
}
.ShadowClass .tl,
.ShadowClass .tr,
.ShadowClass .ml,
.ShadowClass .mr,
.ShadowClass .bl,
.ShadowClass .br {
	width:					1em;
}
.ShadowClass .tl {
	top:					0;
	left:					0;
	background:				url(../images/shadows/shadow128TL.png);
	.filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/shadows/shadow128TL.png');
	.background-image:		none;
}
.ShadowClass .tc {
	top:					0;
	right:					1em;
	left:					1em;
	background:				url(../images/shadows/shadow128TC.png);
	.filter: 				progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/shadows/shadow128TC.png');
	.background-image:		none;
}
.ShadowClass .tr {
	top:					0;
	right:					0;
	background:				url(../images/shadows/shadow128TR.png);
	.filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/shadows/shadow128TR.png');
	.background-image:		none;
}
.ShadowClass .ml {
	top:					1em;
	bottom:					1em;
	left:					0;
	background:				url(../images/shadows/shadow128ML.png);
	.filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/shadows/shadow128ML.png');
	.background-image:		none;
}
.ShadowClass .mc {
	top:					1em;
	right:					1em;
	bottom:					1em;
	left:					1em;
	background:				url(../images/shadows/shadow128MC.png);
	.filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/shadows/shadow128MC.png');
	.background-image:		none;
}
.ShadowClass .mr {
	top:					1em;
	right:					0;
	bottom:					1em;
	background:				url(../images/shadows/shadow128MR.png);
	.filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/shadows/shadow128MR.png');
	.background-image:		none;
}
.ShadowClass .bl {
	bottom:					0;
	left:					0;
	background:				url(../images/shadows/shadow128BL.png);
	.filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/shadows/shadow128BL.png');
	.background-image:		none;
}
.ShadowClass .bc {
	right:					1em;
	bottom:					0;
	left:					1em;
	background:				url(../images/shadows/shadow128BC.png);
	.filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/shadows/shadow128BC.png');
	.background-image:		none;
}
.ShadowClass .br {
	bottom:					0;
	right:					0;
	background:				url(../images/shadows/shadow128BR.png);
	.filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/shadows/shadow128BR.png');
	.background-image:		none;
}


BODY {
	font-family:			Calibri, Arial, Helvetica, sans-serif;
	font-size:				14px;
	background-image:		url(../images/BG1.jpg);
	background-position:	center top;
	background-repeat:		no-repeat;
}

DIV.Canvas {
	position:				relative;
	width:					1000px;
	min-height:				888px;
	_height:				888px;
	margin:					0 auto;
	background-image:		url(../images/BG1.jpg);
	background-position:	-149px 0;
	background-repeat:		no-repeat;
}

DIV.Canvas DIV.Header {
	position:				relative;
	height:					185px;
}
DIV.Canvas DIV.Header A.Logo {
	position:				absolute;
	top:					28px;
	left:					34px;
	width:					325px;
	height:					113px;
}
DIV.Canvas DIV.Header DIV.Navigation {
	position:				absolute;
	bottom:					0;
	.bottom:				5px;
	left:					5px;
	width:					678px;
}
DIV.Canvas DIV.Header DIV.Navigation A {
	display:				block;
	float:					left;
	margin:					0 0 3px 10px;
	color:					#FFFFFF;
}
DIV.Canvas DIV.Header DIV.Navigation A.Right {
	position:				absolute;
	right:					-24px;
	bottom:					0;
}

DIV.Canvas DIV.Header DIV.User {
	position:				absolute;
	top:					0;
	right:					0;
	/*right:					10px;
	top:					7px;
	float:					right;*/
	font-size:				0.9em;
	width:					300px;
	z-index:				9999;
}
DIV.Canvas DIV.Header DIV.User A {
	font-weight:				normal;
}
DIV.Canvas DIV.Header DIV.User A.SignIn {
	display:				block;
	float:					left;
	margin:					7px 0 0 6px;
}
DIV.Canvas DIV.Header DIV.User .photo {
	border:					1px solid #000000;
	float:					left;
	margin:					6px 10px 6px 6px;
}
DIV.Canvas DIV.Header DIV.UserInfo {
	margin-left:			60px;
}
DIV.Canvas DIV.Header DIV.User p {
	color:					#D9E3ED;
	margin-top:				6px;
	white-space:			nowrap;
}
DIV.Canvas DIV.Header DIV.User p a {
	color:					#ffffff;
}
DIV.Canvas DIV.Header DIV.User p a.ButtonS {
	color:					#000000;
	margin:					0;
}
DIV.Canvas DIV.Header DIV.User #new_msg_count {
	background-color:		#f05d22;
	font-size:				0.9em;
	font-weight:			bold;
	left:					45px;
	padding:				3px 7px;
	position:				absolute;
	top:					0;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}
DIV.Canvas DIV.Header DIV.User ul {
	font-size:				0.88em;
	margin-top:				4px;
}
DIV.Canvas DIV.Header DIV.User ul a {
	color:					#D5DDE5;
}
DIV.Canvas DIV.Header DIV.User ul#user_other {
	margin-left:			5px;
}
DIV.Canvas DIV.Header DIV.User ul#user_other li {
	float:					left;
	padding:				0 4px;
}
DIV.Canvas DIV.Header DIV.User ul#user_link_menucontent {
	background:				#D5DDE5 none repeat scroll 0 0;
	border:					1px solid #1D3652;
	float:					right;
	margin-top:				0;
	width:					170px;
	z-index:				10000;
}
DIV.Canvas DIV.Header DIV.User ul#user_link_menucontent li {
	float:					none;
	padding:				1px;
}
DIV.Canvas DIV.Header DIV.User ul#user_link_menucontent a {
	color:					#1D3652;
	display:				block;
	padding:				5px 5px 5px 15px;
	text-decoration:		none;
}
DIV.Canvas DIV.Header DIV.User ul#user_link_menucontent a:hover {
	background:				#528F6C none repeat scroll 0 0;
}
DIV.Canvas DIV.Header DIV.User #user_link {
	background:				url(../images/MemberNameBg.gif) repeat-x;
	display:				block;
	float:					left;
	margin:					1px 10px 0 10px;
	width:					110px;
	outline-color:			-moz-use-text-color;
	outline-style:			none;
	outline-width:			0;
	overflow:				hidden;
	padding:				3px 20px 3px 10px;
	position:				relative;
}
DIV.Canvas DIV.Header DIV.User #user_link img {
	position:				absolute;
	right:					5px;
	top:					8px;
}
DIV.Canvas DIV.Header DIV.User.not_logged_in {
	font-size:				1em;
	padding:				15px 25px;
}
DIV.Canvas DIV.Header DIV.User.not_logged_in a {
	margin:					0 10px;
}
DIV.Canvas DIV.Header DIV.User A.ButtonM {
	float:					right;
	margin:					6px 7px 0 0;
}

DIV.Canvas DIV.Content {
	clear:				both;
	position:			relative;
	width:				100%;
	min-height:			703px;
	_height:			703px;
	background-image:		url(../images/Footer.png);
	_background-image:		none;
	/*_filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/Footer.png');*/
	background-position:		center bottom;
	background-repeat:		no-repeat;
}
DIV.Canvas DIV.Content DIV.StartCap,
DIV.Canvas DIV.Content DIV.EndCap {
	display:				block;
	float:					left;
	width:					691px;
	font-size:				0;
}
DIV.Canvas DIV.Content DIV.StartCap {
	height:					7px;
	background-image:		url(../images/PrimaryStartCap.png);
}
DIV.Canvas DIV.Content DIV.EndCap {
	height:					9px;
	background-image:		url(../images/PrimaryEndCap.png);
}
DIV.Canvas DIV.Content DIV.Primary {
	float:					left;
	width:					689px;
	/*overflow:				hidden;*/
	background-image:		url(../images/PrimaryLiBG.png);
}
DIV.Canvas DIV.Content DIV.Primary LI {
	min-height:				100px;
	_height:				100px;
	padding:				0 1px;
	margin:					0 10px 0 6px;
	/*margin:					0 9px 0 6px;*/
	text-align:				justify;
	border-bottom:			1px dotted #6C6C6C;
	list-style:				none;
}
DIV.Canvas DIV.Content DIV.Primary LI.Sort {
	min-height:				21px;
	_height:				21px;
	padding:				11px 5px 16px;
	margin-top:				7px;
	/*margin-bottom:			7px;*/
}
DIV.Canvas DIV.Content DIV.Primary LI.Sort SELECT.Type {
	float:					right;
	width:					130px;
	margin:					0 0 0 10px;
	font-size:				11px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Sort SELECT.Type OPTION {
	padding:				0 0 1px 2px;
	/*font-size:				10px;
	font-weight:			bold;
	font-family:			Tahoma, Arial, Helvetica, sans-serif;*/
}
DIV.Canvas DIV.Content DIV.Primary LI.Error {
	min-height:				0;
	_height:				0;
	padding:				16px 10px 6px 6px;
}

DIV.Canvas DIV.Content DIV.Primary LI H2 A {
	color:					#000000;
}
DIV.Canvas DIV.Content DIV.Primary LI H2 A:HOVER {
	color:					#f05d22;
}

DIV.Canvas DIV.Content DIV.Primary LI.Feature {
	position:				relative;
	padding:				14px 0 0 0;
	margin-top:				7px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature H2,
DIV.Canvas DIV.Content DIV.Primary LI.Comments H2 {
	padding:				0 4px;
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
	font-size:				28px;
	font-weight:			bold;
	text-transform:			uppercase;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature H2,
DIV.Canvas DIV.Content DIV.Primary LI.Comments H2,
DIV.Canvas DIV.Content DIV.Primary LI .Media {
	position:				relative;
	left:					-3px;
}
DIV.Canvas DIV.Content DIV.Primary LI .Media {
	margin-bottom:				15px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature A.Edit {
	position:				absolute;
	top:					0;
	right:					10px;
	font-size:				11px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature A.Edit IMG {
	position:				relative;
	top:					5px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature P {
	padding:				0 3px 9px 3px;
	font-size:				13px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature DIV.Details {
	height:					20px;
	padding:				0 3px;
	margin:					10px 0;
	font-size:				16px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature DIV.Details A {
	color:					#000000;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature DIV.Details A:HOVER,
DIV.Canvas DIV.Content DIV.Primary LI.Feature DIV.Details DIV.Right A:HOVER {
	color:					#F05D22;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature DIV.Details DIV.Right,
DIV.Canvas DIV.Content DIV.Primary LI.Feature DIV.Details DIV.Right A {
	color:					#999999;
} 
DIV.Canvas DIV.Content DIV.Primary LI.Feature DIV.Details A.Source {
	font-weight:			normal;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature UL.Contribute {
	
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature UL.Contribute LI H3 {
	margin:					0 0 0 10px;
	color:					#f05d22;
	font-size:				24px;
	font-weight:			bold;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature UL.Contribute LI {
	margin:					0 0 20px 0;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature UL.Contribute LI DIV.Description {
	margin:					0 20px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature UL.Contribute LI DIV.Description FORM {
	height:					20px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature UL.Contribute LI DIV.Description FORM INPUT {
	float:					right;
	width:					400px;
	padding:				0 5px;
	margin:					15px 0 0 0;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature UL.Contribute LI DIV.Description FORM DIV.ButtonBar {
	float:					right;
	margin:					15px 0 0 0;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feature UL.Contribute LI DIV.Description FORM DIV.ButtonBar A {
	width:					70px;
}

DIV.Canvas DIV.Content DIV.Primary LI.Clog {
	min-height:				100px !important;
	padding:				10px 5px !important;
	font-size:				13px;
	line-height:			26px;
}
DIV.Canvas DIV.Content DIV.Primary LI.ClogFull {
	padding:				2px 0 0 0 !important;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog A.Thumbnail {
	display:				block;
	float:					left;
	margin:					0 10px 0 0;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog A.Thumbnail IMG {
	width:					100px;
	height:					100px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard {
	display:				block;
	float:					right;
	padding:				1px 0 1px 1px;
	color:					#FFFFFF;
	background-color:		#333333;
	line-height:			18px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.Score {
	display:				block;
	float:					left;
	width:					40px;
	margin:					0 1px 0 0;
	font-size:				8px;
	text-align:				center;
	color:					#FFFFFF;
	background-color:		#000000;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.Score STRONG {
	display:				block;
	height:					18px;
	padding:				2px 0 0 0;
	color:					#f05d22;
	font-size:				24px;
	font-weight:			bold;
	cursor:					pointer;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.Score:HOVER STRONG {
	color:					#ffffff;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.Share {
	background-image:		url(../images/Share.gif);
	background-repeat:		no-repeat;
	background-position:	9px 5px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.Share:HOVER {
	background-image:		url(../images/ShareHover.gif);
}

DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.Subscribe {
	background-image:		url(../images/Subscribe.gif);
	background-repeat:		no-repeat;
	background-position:	12px 4px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.Subscribe:HOVER {
	background-image:		url(../images/SubscribeHover.gif);
}

DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.Subscribed {
	background-image:		url(../images/Subscribed.gif);
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.Subscribed:HOVER {
	background-image:		url(../images/SubscribeHover.gif);
}

DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.unSubscribe {
	background-image:		url(../images/Unsubscribe.gif);
	background-repeat:		no-repeat;
	background-position:	11px 2px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.unSubscribe:HOVER {
	background-image:		url(../images/UnsubscribeHover.gif);
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.unSubscribed {
	background-image:		url(../images/Unsubscribed.gif);
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.unSubscribed:HOVER {
	background-image:		url(../images/UnsubscribedHover.gif);
}

DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.Feed {
	background-image:		url(../images/Feed.gif);
	background-repeat:		no-repeat;
	background-position:		10px 5px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.Feed:HOVER {
	background-image:		url(../images/FeedHover.gif);
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Scoreboard A.Feed IMG.Thumb {
	width:					16px;
	height:					16px;	
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog H2 {
	float:					left;
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
	font-size:				18px;
	color:					#000000;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog H3 {
	float:					left;
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
	font-size:				12px;
	line-height:				20px;
	color:					#9f9f9f;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog H3 A.Edit {
	position:				relative;
	top:					-2px;
	left:					5px;
	font-size:				11px;
	font-weight:			normal;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog H3 A.Edit IMG {
	position:				relative;
	top:					5px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog A.Media {
	display:				block;
	clear:					both;
	width:					681px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog A.Media IMG.Full {
	clear:					both;
	display:				block;
	margin:					0 auto;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog P {
	display:				block;
	padding:				2px 3px 0;
	line-height:			normal;
}
DIV.Canvas DIV.Content DIV.Primary LI.ClogFull P {
	clear:					both;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Details {
	height:					20px;
	padding:				10px 3px;
	font-size:				16px;
	line-height:			normal;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Details A {
	color:					#000000;
}
DIV.Canvas DIV.Content DIV.Primary LI.Clog DIV.Details A:HOVER {
	color:					#F05D22;
}
DIV.Canvas DIV.Content DIV.Primary LI.Submit,
DIV.Canvas DIV.Content DIV.Primary LI.Preview {
	position:				relative;
	min-height:				28px;
	_height:				28px;
	padding:				7px 0 0 5px;
	.padding:				3px 0 0 5px;
	text-align:				center;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview {
	border-bottom:				2px solid #FF4A0A;
}
DIV.Canvas DIV.Content DIV.Primary LI.Submit SPAN.Label {
	float:					left;
	width:					80px;
	padding:				3px 0;
	text-align:				center;
}
DIV.Canvas DIV.Content DIV.Primary LI.Submit INPUT.URL {
	float:					left;
	width:					536px;
	.width:					534px;
	padding:				1px 0;
	.padding:				2px 0 1px 0;
	font-size:				14px;
	color:					#9f9f9f;
	border:					1px solid #6C6C6C;
}
DIV.Canvas DIV.Content DIV.Primary LI.Submit INPUT.URL:FOCUS {
	color:					#000000;
}
DIV.Canvas DIV.Content DIV.Primary LI.Submit A.ShareBtn {
	float:					left;
	display:				block;
	width:					124px;
	padding:				2px 0;
	color:					#F05D22;
	background-color:			#000;
	font-weight:				bold;
	text-align:				center;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview A {
	color:					#ff4a0a;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview DIV.Thumbnail {
	position:				relative;
	display:				block;
	float:					left;
	width:					100px;
	height:					100px;
	margin:					0 10px 0 0;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview DIV.Thumbnail .LinkThumb {
	width:					100px;
	height:					100px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview DIV.Thumbnail DIV.LinkThumb {
	position:				absolute;
	top:					0;
	left:					0;
	width:					98px;
	height:					63px;
	padding:				35px 0 0 0;
	z-index:				999;
	background-position:	1px 0;
	background-repeat:		repeat-x;
	background-image:		url(../images/ThumbNone.gif);
	background-color:		#242424;
	border:					1px solid #000000;
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
	font-size:				9px;
	line-height:			normal;
	text-align:				center;
	overflow:				hidden;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview DIV.Thumbnail DIV.LinkThumb INPUT.File {
	position:				absolute;
	top:					9px;
	left:					-137px;
	height:					80px;
	opacity:				0;
	filter:					alpha(opacity=0);
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview DIV.Thumbnail IMG.ThumbEdit {
	position:				absolute;
	top:					0;
	left:					0;
	/*z-index:				998;*/
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview DIV.Upload {
	visibility:				hidden;
	position:				absolute;
	top:					-5px;
	left:					-5px;
	width:					112px;
	height:					34px;
	padding:				108px 0 0 0;
	margin:					0 0 10px 0;
	text-align:				center;
	background-image:		url(../images/ThumbOverlay.png);
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
	font-size:				9px;
	color:					#FFFFFF;
	line-height:			normal;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview DIV.Upload A.Left {
	margin:					2px 0 0 10px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview DIV.Upload A.Right {
	margin:					2px 13px 0 0;
}
/*DIV.Canvas DIV.Content DIV.Primary LI.Preview INPUT.PageTitle,
DIV.Canvas DIV.Content DIV.Primary LI.Preview .Homepage,
DIV.Canvas DIV.Content DIV.Primary LI.Preview TEXTAREA.Description*/
DIV.Canvas DIV.Content DIV.Primary LI.Preview .Input {
	padding:				1px;
	border:					none;
	background-color:			transparent;
	font-family:				Tahoma, Arial, Helvetica, sans-serif;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview .Hover {
	background-color:			#FFF !important;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview .Empty {
	padding:				0 !important;
	/*border:					1px solid #6C6C6C !important;*/
	background-color:			#FFF !important;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview .Error {
	color:					red !important;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview INPUT.PageTitle {
	float:					left;
	width:					418px;
	font-size:				18px;
	font-weight:				bold;
	color:					#000000;
	margin:					0 0 4px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview .Homepage {
	float:					left;
	color:					#9f9f9f;
	font-size:				12px;
	line-height:				normal;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview INPUT.Homepage {
	width:					235px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview DIV.Feed {
	float:					right;
	width:					160px;
	line-height:				normal;
	font-size:				11px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview DIV.Feed STRONG {
	position:				relative;
	top:					-2px;
	font-weight:				normal !important;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview DIV.Feed SELECT {
	float:					none;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview SELECT.Input {
	float:					left;
	position:				relative;
	top:					-1px;
	width:					122px;
	.height:				17px;
	padding:				0 !important;
	margin:					0 10px 0 0;
	background-color:			#FFF;
	font-size:				11px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview SELECT.Input:HOVER {
	padding:				0;
	/*border:					1px solid #6C6C6C*/;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview INPUT.Other {
	position:				relative;
	top:					-1px;
	width:					122px;
	background-color:			#FFF;
	font-size:				11px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview TEXTAREA.Description {
	display:				block;
	float:					left;
	.position:				relative;
	.left:					-2px;
	width:					551px;
	height:					46px;
	padding:				1px;
	margin:					0 0 10px;
	font-size:				14px;
	font-family:				Calibri, Arial, Helvetica, sans-serif;
	line-height:				normal;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview A.Submit {
	display:				block;
	float:					right;
	margin:					0 5px 10px 0;
	width:					121px;
	color:					#F05D22;
	background-color:			#000;
	font-weight:				bold;
	text-align:				center;
	font-size:				24px;
	border:					1px solid #333333;
	line-height:				40px;
	text-transform:				capitalize;
	white-space:				nowrap;
}
DIV.Canvas DIV.Content DIV.Random LI.Preview A.Submit {
	font-size:				20px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Preview A.Submit:HOVER {
	color:					#FFF;
}
DIV.Canvas DIV.Content DIV.Primary H3.Toggle {
	font-size:				16px;
	font-weight:				bold;
	padding:				5px 10px;
	background-color:			#000;
	color:					#F05D22;
	margin:					0 11px 0 7px;	
}
DIV.Canvas DIV.Content DIV.Primary LI.Feeds H3.Toggle {
	cursor:					pointer;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feeds H3.Toggle:HOVER {
	color:					#FFF;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments H3.Toggle {
	margin:					0;	
}
DIV.Canvas DIV.Content DIV.Primary LI.Feeds {
	margin-top:				0 !important;

	min-height:				0 !important;
	_height:				0 !important;
	margin:					0 !important;
	padding:				0 !important;
	border:					none;
	overflow:				hidden;
}
DIV.Canvas DIV.Content DIV.Primary LI.Feeds DIV.Updates {
position:relative;
	/*height:					0;*/
	margin:					0;
	padding:				0;
	overflow:				hidden;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments {
	min-height:				0;
	_height:				0;
	border-top:				1px dotted #6C6C6C !important;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments DIV.Comment {
	float:					left;
	width:					100%;
	padding:				0;
	margin:					0;
	background-image:			url(../images/CommentBG.gif);
	background-repeat:			repeat-y;
	background-position:			left;
	/*border-bottom:			1px dotted #c9c9c9;*/
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments DIV.Avatar {
	float:					left;
	width:					120px;
	padding:				5px 10px 30px 10px;
	margin:					0;
	text-align:				center;
	/*background-color:		#000000;*/
}
/*DIV.Canvas DIV.Content DIV.Primary LI.Comments DIV.Post DIV.Controls {
	margin:					0 0 5px 0;
}*/
DIV.Canvas DIV.Content DIV.Primary LI.Comments DIV.Avatar A.Username {
	display:				block;
	font-size:				16px;
	color:					#F05D22;
	margin:					0 0 10px 0;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments DIV.Avatar A.Username:HOVER {
	color:					#FFFFFF;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments DIV.Post {
	float:					right;
	width:					521px;
	padding:				10px 0 0 10px;
	/*margin:					35px 0 0 0;*/
	border-top:				2px solid black;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments DIV.Post TEXTAREA {
	width:					510px;
	height:					110px;
	color:					#000000;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments DIV.Post INPUT.Submit {
	display:				block;
	float:					right;
	width:					auto;
	padding:				3px 10px;
	margin:					10px 7px 10px 0;
	font-family:				Tahoma,Arial,Helvetica,sans-serif;
	font-size:				10px;
	text-align:				center;
	font-weight:				bold;
	border:					none;
	background-color:			#000000;
	color:					#F05D22;
	cursor:					pointer;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments DIV.Alert {
	float:					left;
	margin:					30px 10px;
	width:					591px;
}
/*DIV.Canvas DIV.Content DIV.Primary LI.Comments UL.Form {
	clear:					both;
	padding:				10px 107px 50px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments UL.Form LI {
	clear:					both;
	min-height:				22px;
	_height:				22px;
	margin:					0 0 20px 0;
	line-height:				22px;
	border:					none;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments UL.Form LI LABEL {
	display:				block;
	float:					left;
	width:					150px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments UL.Form LI INPUT {
	float:					left;
	width:					296px;
	padding:				2px 0 0 4px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments UL.Form LI SELECT {
	float:					left;
	width:					304px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments UL.Form LI TEXTAREA {
	float:					left;
	width:					450px;
	height:					100px;
	margin:					0 0 20px 0;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments UL.Form LI INPUT.input_checkbox {
	width:					auto;
	padding:				0;
	margin:					4px 10px 0 0;
	.margin:				0 10px 0 0;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments UL.Form LI LABEL.input_label {
	width:					auto;
}
DIV.Canvas DIV.Content DIV.Primary LI.Comments UL.Form LI INPUT.Submit {
	float:					right;
	width:					auto;
	padding:				5px 10px;
	font-family:			Calibri, Arial, Helvetica, sans-serif;
	font-weight:			bold;
}*/
DIV.Canvas DIV.Content DIV.Primary LI.NoSubscriptions H2,
DIV.Canvas DIV.Content DIV.Primary LI.NoSubscriptions H3 {
	display:				block;
	font-family:				Tahoma, Helvetica, sans-serif;
	font-size:				17px;
	font-weight:				bold;
	color:					#000000;
	margin:					30px 10px;
}
DIV.Canvas DIV.Content DIV.Primary LI.NoSubscriptions A.Tip {
	display:				block;
	margin:					0 auto;
	width:					516px;
}
DIV.Canvas DIV.Content DIV.Primary LI.NoSubscriptions H3 {
	float:					right;
	color:					#9f9f9f;
}
DIV.Canvas DIV.Content DIV.Primary LI.NoSubscriptions H3 A {
	color:					#f05d22;
}
DIV.Canvas DIV.Content DIV.Primary LI.NoSubscriptions H3 A:HOVER {
	color:					#000;
}


DIV.Canvas DIV.Content DIV.Primary LI.Help {
	padding:				50px;
	font-family:				Calibri, Tahoma, Helvetica, sans-serif;
	font-weight:				bold;
	font-size:				18px;
	background-image:			url(../images/HelpBG.png);
	background-repeat:			no-repeat;
	background-position:			350px 50px;
}
DIV.Canvas DIV.Content DIV.Primary LI.Help DIV.GreyText {
	padding:				0 0 30px 60px;
	color:					#8b8b8b;
}
DIV.Canvas DIV.Content DIV.Primary LI.Help DIV.GreyText STRONG {
	color:					#000;
}

DIV.Canvas DIV.Content DIV.Primary LI.First {
	margin-top:				0;
}
DIV.Canvas DIV.Content DIV.Primary LI.Last {
	margin-bottom:			0;
	border:					none;
}


DIV.Canvas DIV.Content DIV.Secondary {
	float:					right;
	width:					307px;
	min-height:				520px;
	_height:				520px;
	margin:					38px 0 0 0;
}

DIV.Canvas DIV.Content DIV.Secondary DIV.Widget {
	margin:					0 0 10px 0;
	color:					#FFFFFF;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Head {
	height:					47px;
	margin:					0 0 1px 0;
	background-image:		url(../images/SideHeadBG.png);
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Head IMG.Title {
	float:					left;
	margin:					17px 0 0 13px;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Body {
	position:				relative;
	padding:				14px;
	margin:					0 0 0 7px;
	background-image:		url(../images/SideBodyBG.png);
	background-position:	bottom;
}

DIV.Canvas DIV.Content DIV.Secondary DIV.Widget LI.Top {
	.float:				left;
	height:				50px;
	.width:				300px;
	margin:				0 0 1px 7px;
	_margin:			0 0 1px 3px;
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
	background-repeat:		repeat-x;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget LI.TopClog {
	background-image:		url(../images/SideTopClogBG.png);
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget LI.TopFeature {
	background-image:		url(../images/SideTopFeatureBG.png);
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget LI.Top IMG {
	float:					left;
	width:					50px;
	height:					50px;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget LI.Top DIV.Info {
	float:					left;
	height:					30px;
	padding:				20px 0 0 5px;
	white-space:			nowrap;
	font-size:				10px;
	font-weight:			bold;
	color:					#9f9f9f;
	overflow:				hidden;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget LI.Top DIV.Long,
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget LI.TopFeature DIV.Info {
	width:					245px !important;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget LI.TopClog DIV.Info {
	width:					195px;
	_width:					185px;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget LI.Top DIV.Info A {
	font-size:				12px;
	color:					#FFFFFF;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget LI.Top DIV.Info A:HOVER {
	color:					#f05d22;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget LI.Top A.Vote {
	display:				block;
	float:					right;
	min-width:				50px;
	_width:					50px;
	height:					50px;
	font-size:				10px;
	color:					#FFFFFF;
	text-align:				center;
	background-image:		url(../images/SideTopClogVoteBG.png);
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget LI.Top A.Vote STRONG {
	display:				block;
	height:					33px;
	color:					#f05d22;
	font-size:				30px;
	font-weight:			bold;
	cursor:					pointer;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.ViewAll {
	min-height:				1px;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.ViewAll A.ButtonM {
	position:				absolute;
	top:					3px;
	right:					-3px;
}

DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Submit {
	position:				relative;
	min-height:				155px;
	_height:				155px;
	margin:					0 0 0 7px;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Clogs {
	background-image:		url(../images/SubmitClogBG.png);
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Vids {
	background-image:		url(../images/SubmitVidBG.png);
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Techs {
	background-image:		url(../images/SubmitTechBG.png);
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Random {
	background-image:		url(../images/SubmitRandomBG.png);
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Submit FORM {
	position:				absolute;
	top:					100px;
	left:					10px;
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Submit FORM INPUT {
	width:					280px;
	margin:					3px 0;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Submit FORM A.Submit {
	float:					right;
}

DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.WhatAreFeeds A {
	margin:					0 0 0 7px;		
}

DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Search {
	min-height:				17px;
	.min-height:			0;
	padding:				10px 0 10px 10px;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Search INPUT.Search {
	float:					left;
	width:					177px;
	height:					15px;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.Search A.ButtonM {
	position:				relative;
	top:					-2px;
	margin:					0 2px 0 0;
}

DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.TagSearch {
	_width:					280px;
	padding:				10px;
	text-align:				center;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.TagSearch A {
	color:					#FFFFFF;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.TagSearch A.TypeS {
	font-size:				9px;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.TagSearch A.TypeM {
	font-size:				14px;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.TagSearch A.TypeL {
	font-size:				20px;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.ArchivedFeatures {
	min-height:				45px;
	_height:				45px;
	line-height:				20px;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.ArchivedFeatures DIV.Date {
	float:					right;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.ArchivedFeatures DIV.Date SELECT {
	width:					90px;
	margin:					0 0 0 10px;
	font-size:				11px;
}
DIV.Canvas DIV.Content DIV.Secondary DIV.Widget DIV.ArchivedFeatures A.ButtonM {
	float:					right;
	margin:					5px -3px 0 0;
}


DIV.Canvas DIV.Content DIV.Footer {
	clear:					both;
	position:				relative;
	height:					137px;
}
DIV.Canvas DIV.Content DIV.Footer DIV.ButtonBar {
	position:				absolute;
	top:					60px;
	left:					11px;
}
DIV.Canvas DIV.Content DIV.Footer A.Logo {
	display:				block;
	position:				absolute;
	bottom:					10px;
	right:					50px;
	width:					180px;
	height:					60px;
}
DIV.Canvas DIV.Content DIV.Footer SPAN.Copyright {
	position:				absolute;
	bottom:					3px;
	left:					7px;
	font-size:				10px;
	font-weight:			bold;
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
}

BODY.Rifftbar {
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
	background-image:		url(../images/RifftBarBG.gif);
	background-repeat:		repeat-x;
	background-position:	top;
}
BODY.Rifftbar DIV.ClogInfo {
	position:				absolute;
	top:					0;
	left:					0;
	width:					100%;
	line-height:				18px;
	z-index:				99;
}
BODY.Rifftbar DIV.ClogInfo DIV.Scoreboard {
	display:				block;
	float:					left;
	padding:				1px 0 1px 1px;
	color:					#FFFFFF;
	background-color:		#333333;
	line-height:			normal;
}
BODY.Rifftbar DIV.ClogInfo DIV.Scoreboard A.Score {
	display:				block;
	float:					left;
	width:					50px;
	height:					48px;
	margin:					0 1px 0 0;
	font-size:				10px;
	text-align:				center;
	color:					#FFFFFF;
	background-color:		#000000;
}
BODY.Rifftbar DIV.ClogInfo DIV.Scoreboard A.Score STRONG {
	display:				block;
	height:					33px;
	padding:				2px 0 0 0;
	color:					#f05d22;
	font-size:				30px;
	font-weight:			bold;
}
BODY.Rifftbar DIV.ClogInfo A.Thumbnail {
	display:				block;
	float:					left;
	/*margin:					0 10px 0 0;*/
}
BODY.Rifftbar DIV.ClogInfo H2 {
	float:					left;
	position:				relative;
	top:					10px;
	margin:					0 0 0 10px;
	font-family:				Tahoma, Arial, Helvetica, sans-serif;
	font-size:				18px;
}
BODY.Rifftbar DIV.ClogInfo H2 A {
	color:					#000000;
}
BODY.Rifftbar DIV.ClogInfo H2 A:HOVER {
	color:					#f05d22;
}
BODY.Rifftbar DIV.ClogInfo H3 {
	float:					left;
	position:				relative;
	top:					10px;
	margin:					0 0 0 10px;
	font-family:				Tahoma, Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#9f9f9f;
}
BODY.Rifftbar DIV.Logo {
	position:				absolute;
	top:					0;
	right:					0;
	width:					485px;
	height:					50px;
	background-image:		url(../images/RifftBarRight.png);
}
BODY.Rifftbar DIV.Logo A.Logo {
	position:				absolute;
	display:				block;
	top:					5px;
	right:					15px;
	width:					133px;
	height:					44px;
}
BODY.Rifftbar A.Close {
	position:				absolute;
	top:					13px;
	right:					160px;
	z-index:				100;
}