/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
/* end reset */

body {
	background: url(../images/corkboard.jpg) repeat left top;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
}

h1 {
	margin: 0;
	padding-top: 79px;
	padding-left: 94px;
	float: left;
}

h1 a {
	background: url(../images/branding.png) no-repeat left top;
	overflow: hidden;
	display: block;
	width: 280px;
	height: 99px;
	text-indent: -1000em;
	
}

h2 {
	color: #8d8e8b;
	margin: 0;
	padding: 0 0 30px 0;
	font-weight: normal;
}

a {
	color: #776b57;
}

#main-content {
	height: 333px;
	background: url(../images/bg-main.jpg) repeat-x left top;
}

#tear-slice {
	background: url(../images/tear-slice.png) repeat-x left top;
	height: 40px;
	width: 100%;
	clear: both;
}

#member-bar {
	float: right;
	margin: 10px;
	color: #81837e;
	font-size: 12px;
}

#member-box {
	float: right;
	padding-top: 84px;
	padding-right: 81px;
}

#member-box input {
	width: 262px;
	background: #f6f6de;
	border: 1px solid #d2d4bd;
	padding: 3px;
	font-size: 16px;
	margin-bottom: 15px;
}

#member-box label {
	color: #8d8e8b;
	padding-left: 15px;
	padding-right: 5px;
	font-size: 14px;
}

#member-box .button {
	float: right;
	background: url(../images/bg-button.png) no-repeat left top;
	width: 48px;
	height: 24px;
	overflow: hidden;
	border: 0px;
	display: block;
	padding: 0px;
	font-size: 12px;
	cursor: pointer;
	margin: 0;
	color: #adb7c8;
}

#member-box textarea {
	width: 300px;
	height: 150px;
	font-family: verdana, arial, sans-serif;
	padding: 3px;
	font-size: 14px;
}

#member-box #clip_share {
	width: auto;
}

#member-box p {
	margin: 0 0 15px 0;
}


.clips {
	list-style: none;
	float: left;
	margin: 20px 0;
	clear: both;
}

.clips li {
	list-style: none;
	float: left;
	background: url(../images/bg-clip.png) no-repeat left top;
	width: 222px;
	height: 128px;
	margin: 10px;
	overflow: hidden;	/* for now :) */
}

.clips li p {
	margin: 0;
	padding: 8px 15px 0;
	line-height: 22px;
	font-size: 14px;
}

.clips .clip_user {
	font-size: 10px;
}

#related-content h2 {
	background: #EBECF2;
	padding: 5px 5px 5px 35px;
	position: relative;
	color: #999;
	float: left;
	margin-left: 50px;
}

#related-content .rss {
	margin-left: 10px;
	float: left;
}

#related-content h2 span {
	background: url(../images/icon-star.png) no-repeat left top;
	display: block;
	position: absolute;
	height: 54px;
	width: 53px;
	left: -25px;
	top: -15px;
}

#footer {
	clear: both;
	margin-top: 20px;
}

