@charset "UTF-8";
#leftDiv {
	width:575px;
	min-height: 446px;
	float:left;
	z-index: 0;
	height:710px;
	margin-left:0px;
}
.leftDiv {
	float:left;
	width:600px;
}
.rightDiv {
	float:right;
	width:338px;
	text-align: right;
	margin: 0px 0 40px 0;
	clear: right;
	overflow: hidden;
}
#apDiv3 {
	position:absolute;
	left:94px;
	width:826px;
	height:269px;
	z-index:0;
	bottom: 0px;
}
#apDiv4 {
	position:absolute;
	left:613px;
	top:71px;
	width:328px;
	height:41px;
	z-index:3;
	background-color: #FFFFCC;
	padding: 3px;
}
#bottomDiv {
	float:none;
	clear:both;
	width:100%;
	z-index:3;
}
.bookDiv {
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin-bottom: 5px;
	margin-right: 13px;
	width: 55px;
	height: 69px;
	overflow: hidden;
}
.bookDiv:hover {
	border:1px solid #FF9900;
}
.textPanel {
	position:absolute;
	top:415px;
	width:574px;
	height:674px;
	z-index:10;
	left: 280px;
	border: solid #CCCCCC;
	border-width: 0px 0px 0px 0px;
}
#textPanel1 {
	left:0px;
}
.textPanel p {
	margin-top:0px;
}
#textPanel2 {
	left:565px;
	width: 395px;
}
#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:950px;
	height:124px;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	background-color: #cccccc;
	background: transparent url(/assets/images/gradient2.png) repeat-x scroll 0% 0%;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	z-index: -1;
}
#bottomArea {
	/*background: transparent url(/assets/images/gradient2.png) repeat-x scroll 0% 0%;*/
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	padding-top: 0px;
	width: 984px;
}
#featuredVisuals {
	position:absolute;
	width:600px;
	left:0px;
	bottom:0px;
	padding:10px;
	background-color:#ffffff;
	filter:alpha(opacity=90);
	opacity:0.90;
	height:65px;
}
.featured {
	float:left;
	margin-right:0px;
	width: 190px;
}
.featured:hover {
	border: solid #cccccc;
	border-width: 0 0 1px 0;
	background:#fff;
}

.onethird {
	float:left;
	width:269px;
	padding: 0 20px 50px 0;
}
p {
	margin: 2px 0 7px 0;
}

#dashboard, #homepageDashboard {
	position:relative;
	overflow:hidden;
	width:578px;
	border-style: dotted;
	border-color: rgb(221, 221, 221);
	border-width: 0px 1px;
	padding: 40px 10px;
	background: transparent url(/assets/images/gradient3.png) repeat-x scroll 0pt 0pt;
	border-radius: 5px 5px 0 0;
}

#feedLoadIcon {
	display:none;
	margin: 10px 0;
}
#mySketches {
	margin-top:5px;
}
#mySketches .visThumbnail {
	margin-right:17px;	
}
#mySketches > div:nth-of-type(5n+5){
	margin-right:0 !important;	
}
.feedItem {
	margin-bottom:30px;
	float:left;
	width:100%;
	position:relative;
	
}
.feedItem:hover {
	background:#f0f0f0;
	
}
.feedItem .visualArrowRight {
	float:left;
	margin:2px 14px 0 14px;
}
.feedItem.unread {
   background: none repeat scroll 0 0 #f3f3f3;
    padding: 5px 0px;
}

.feedItem .timestamp {
	display:none;
	bottom: -15px;
    color: #d3d3d3;
    font-size: 10px;
    position: absolute;
    right: 5px;
}
.feedItem .description h2 {	margin:5px 0 0 0;}


.feedItem.followVisual .visThumbnail:first {	clear:left;}
.feedItem.followVisual .description {	clear:right; margin-left:10px; width:440px}

.feedItem.newFollow .visThumbnail {	clear:left;}
.feedItem.newFollow .description {	clear:right; width:520px; margin-left:10px; height:40px; overflow:hidden;}

.feedItem.collection .visThumbnail:first {	clear:left;}
.feedItem.collection .description {	clear:right; margin-left:10px; width:440px}

.feedItem.comment .visThumbnail {	clear:left;}
.feedItem.comment .description {	clear:right; width:520px; margin-left:15px; height:40px;}
.feedItem.comment .commentLine {
    height: 24px;
    margin: 2px 10px 0 1px;
    width: 12px;
    background: url("/assets/images/commentBubbleMiddle.png") repeat-y scroll -4px 0 transparent;
    float: left;
    position: relative;
}
.feedItem.comment .commentLine .bubble {
	background: url("/assets/images/commentBubbleTop.png") no-repeat scroll left top transparent;
    height: 12px;
    left: -4px;
    position: absolute;
    top: 2px;
    width: 6px;
}
