/*
 home.css : styles used on the home page at http://www.mindsisland.com
 $Revision$
 (c) 2007 Minds Island LLC
 Design: David Schafer (http://davidschafer.com)
 Code: Jeremy Seitz (http://somebox.com)
*/
#homecontent {
	position: relative;
	width: 760px;
	border-top: 1px solid #e6e3e3;
	padding-top: 1em;
}

#homecontent .morelink {
	line-height: 12px;
}

#homecontent .morelink a {
	text-transform: lowercase;
	padding-right: 10px;
	background: url(/images/homepage/more-arrow.png) no-repeat 100% 60%;
	line-height: 11px;
}

#homecontent .morelink a:link,#homecontent .morelink a:visited {
	text-decoration: none;
}

#homecontent #maincontent h2 {
	color: rgb(111, 31, 43);
	padding-top: .375em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(/images/css/header_bg.png) no-repeat 0 .375em;
}

#homecontent #maincontent #intheblogs h2,#homecontent #maincontent #whatshappening h2,#homecontent #rightcol #showcase h3
	{
	font-size: 12px;
	border-bottom: none;
	text-transform: uppercase;
	color: #FFF;
	font-style: normal;
	height: 18px;
	padding-top: 7px;
	padding-bottom: 0;
	margin: 0;
	width: 375px;
	text-indent: 0;
	line-height: 100%;
	padding-left: 10px;
	background: url(/images/homepage/section-heading-bg.png) repeat-x 0 0;
}

#homecontent #rightcol #showcase h3 {
	width: 180px;
}

#homecontent #maincontent #intheblogs h2,#homecontent #maincontent #whatshappening h2,#homecontent #leftcol #showcase h3
	{
	font-size: 12px;
	border-bottom: none;
	text-transform: uppercase;
	color: #000;
	font-style: normal;
	height: 18px;
	padding-top: 7px;
	padding-bottom: 0;
	margin: 0;
	width: 500px;
	text-indent: 0;
	line-height: 100%;
	padding-left: 10px;
	background: url(/images/homepage/section-heading-bg2.png) repeat-x 0 0;
}

#homecontent #leftcol #showcase h3 {
	width: 180px;
}

#ads {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 80px;
	padding: 10px 0;
}

#ads li {
	display: block;
	width: 181px;
	margin-left: 12px;
	float: left;
	height: 80px;
}

#ads li.first {
	margin-left: 0;
}

#browse {
	position: relative;
	float: right;
	width: 250px;
	padding: 5px 10px 35px 10px;
	background: url("/images/css/browse_bg.png") top left repeat-x #f2f1f1;
}

#browse h2 {
	text-indent: -5000px;
	width: 75px;
	height: 14px;
	background: url("/images/css/headings/browse_our_studios.png") no-repeat
		0 0 transparent;
	margin: 0;
	padding: 0;
}

#homecontent div#browse p.browse_categories {
	clear: left;
	margin: 10px 0 0 0;
	padding: 0 10px 12px 0;
	text-indent: 0;
	font-weight: bold;
	color: #423d3d;
}

#homecontent div#browse p.browse_subjects {
	border-top: 1px solid #d9d8d8;
	clear: left;
	margin: 21px 0 0 0;
	padding: 10px 0 12px 0;
	text-indent: 0;
	font-weight: bold;
	color: #423d3d;
}

#homecontent h2 {
	width: 100%;
	font-size: 22px;
	font-style: italic;
	font-family: Arial;
	border-bottom: 1px solid #c9c9c9;
	text-indent: 1em;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: none;
}

#homecontent #leftcol {
	float: left;
	width: 190px;
	margin-top: 0;
	padding-left: 15px
}

#leftmenu {
	vertical-align: top;
}

#browse a:link,#browse a:visited {
	color: #423d3d;
	text-decoration: none;
}

#browse a:hover {
	color: #423d3d;
	text-decoration: underline;
}

#browse ul {
	position: relative;
	display: block;
	list-style: none;
	width: 240px;
	margin: 0 0 0 .5em;
	padding: 0;
}

#browse ul li {
	position: relative;
	display: block;
	width: 110px;
	height: 18px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 12px;
	background: url(/images/css/li_redbullet.png) no-repeat 0 50%;
}

#browse .more {
	float: right;
	color: #fff;
	display: block;
	width: 41px;
	height: 10px;
	padding-left: 2px;
	padding-top: 4px;
	text-indent: -5000px;
	background: url(/images/css/browse-box-more.gif) no-repeat 2px 4px;
}

#browse .more a {
	display: block;
	width: 42px;
	height: 10px;
}

.clearer {
	overflow: hidden;
	height: 1px;
}

#browse .more a:link,#browse .more a:visited {
	color: #fff;
	text-decoration: none;
}

#browse .more a:hover {
	color: #fff;
	text-decoration: underline;
}

#homearticle {
	padding-left: 20px;
	width: 450px;
}

p.homemenulink {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px;
}

p.homemenulink a {
	text-decoration: none;
}

h3 {
	font-size: 1.25em;
	color: #6f1f2b;
	margin-bottom: .25em;
}

p {
	margin-top: 0;
}

.blog_preview_holder h3 {
	font-size: 11pt;
	font-family: Arial;
	font-weight: bold;
	color: #50211C;
	border-bottom: 3px solid #9A9595;
	text-indent: 1.5em;
	vertical-align: bottom;
	background: url("/images/css/header_bg.png") left top no-repeat
		transparent;
	padding-bottom: 5px;
	margin-top: 0;
	text-transform: none;
}

#border_holder_2 {
	position: relative;
	width: 372px;
	max-width: 372px;
	float: middle;
}

#border_holder {
	position: relative;
	border-style: solid;
	border-color: #F4F5D2;
	border-width: 9px;
	padding: 4px;
}

#leftcol {
	float: left;
	width: 145px;
	margin-top: 0;
}

#leftcol,#rightcol,#maincontent {
	padding-bottom: 10px;
}

#leftcol h3,#rightcol h3 {
	color: rgb(111, 31, 43);
	font-size: 1.5em;
	line-height: 1.5em;
	border-bottom: 1px solid rgb(201, 201, 201);
	margin: 0;
	padding: .25em 0 0 0;
}

#leftcol ul,#rightcol ul {
	background-color: #F6F3F3;
	margin-top: 0;
	font-size: 10px;
	padding: 8px 8px 8px 24px;
	margin-left: 0;
}

#leftcol #newestmembers ul,#rightcol #topstudios ul {
	background-color: #FFF;
	list-style: square;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 16px;
}

#leftcol #social ul {
	list-style: none;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 8px 8px 6px 6px;
}

#leftcol #social ul li {
	height: 14px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

#leftcol a,#leftcol a:link,#leftcol a:visited,#rightcol a,#rightcol a:link,#rightcol a:visited
	{
	color: rgb(66, 61, 61);
	text-decoration: none;
}

#leftcol a:hover,#rightcol a:hover {
	text-decoration: underline;
}

#leftcol #forbuyers ul,#leftcol #forartists ul {
	font-size: 12px;
}

#rightcol {
	width: 190px;
	float: right;
}

#blogwindow {
	height: 218px;
	position: relative;
	overflow: hidden;
}

.blogitem {
	padding: 6px 1px 11px 1px;
	height: 200px;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
	background: url("/images/homepage/in-the-blogs-bg2.png") repeat-y scroll 0 0 transparent;
}

#blogwindow .current {
	opacity: 1;
	z-index: 2;
}

.blogitem .blogbody {
	height: 180px;
	overflow: auto;
	padding: 5px 10px;
	border: 1px solid #DDDCDC;
	border-width: 1px 0;
	background-color: #FAFAFA;
}


.blogitem img,#whatshappening img {
	float: right;
	margin: 0 0 10px 10px;
}

.blogitem h3 {
	margin: 0;
	font-size: 16px;
	padding-left: 25px;
	padding-bottom: 0;
	z-index: 1;
	background: url(/images/homepage/small-red-square.png) no-repeat 9px 5px; 
}

.blogitem .morelink {
	margin-bottom: 0;
	padding: 6px 10px
}

.blogitem p.whowhen {
	margin: 0;
	padding-bottom: 6px;
	font-size: 10px;
	color: #999;
	padding-left: 25px;
	height: 16px;
	overflow: hidden;
}

#leftcontainer {
	float: left;
	width: 760px;
	padding-left: 15px;
}

#maincontent {
	width: 510px;
	float: right;
	padding-right: 15px;
}

#whatshappening h3 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 14px;
	border-top: 1px solid #C9C9C9;
	padding-top: 20px;
	clear: both;
}

#whatshappening .morelink {
	margin: 14px 0 24px 0;
}

#intheblogs,#whatshappening {
	margin-top: 10px;
}

#intheblogs {
	background: url(/images/homepage/in-the-blogs-bg2.png) repeat-y 0 0;
}

#itbnav {
	padding-left: 175px;
}

#scbnav {
	padding-left: 11px;
	background-image: url(/images/homepage/showcase-nav-bg.png)
}

#showcase {
	margin-top: 30px;
}

#showcase,#leftcol #forbuyers,#leftcol #forartists {
	margin-bottom: 20px;
}

* html #showwindow {
	padding-top: 5px;
}

#showwindow {
	width: 190px;
	height: 190px;
	display: block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	background: url(/images/homepage/showcase-bg.png) repeat-y 0 0;
}

.showitem {
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 180px;
	padding: 5px 0;
	display: block;
	opacity: 0;
	z-index: 1;
}

#showwindow .current {
	opacity: 1;
	z-index: 2;
}

.showitem .inner {
	width: 190px;
	height: 180px;
	display: table-cell;
	vertical-align: middle;
}

#smallworks,#ebay {
	margin-top: 10px;
}

li#browseartbutton {
	display: block;
	width: 180px;
	height: 20px;
	margin: 3px 0 0 -18px;
	background: url(/images/homepage/browseart2.png) no-repeat 0 0;
	text-indent: -5000px;
}

li#sellartbutton a,li#browseartbutton a {
	display: block;
	width: 180px;
	height: 20px;
}

li#sellartbutton {
	display: block;
	width: 180px;
	height: 20px;
	margin: 3px 0 0 -18px;
	background: url(/images/homepage/sellyourart2.png) no-repeat 0 0;
	text-indent: -5000px;
}

img.preview_blogicon {
	float: right;
	height: 160px;
	width: auto;
}

span.post_date {
	color: #666666;
	font-size: 10px;
}

#feature,#intheblogs {
	margin-bottom: 30px;
}

#feature hr {
	clear: both;
	visibility: hidden;
	margin: 0;
	height: 0;
}

#feature img {
	float: right;
	margin: 0 0 10px 10px;
	/* remove when there is sufficient text */
		margin-bottom:-16px
	/* */
}

#recentart{
	background:#CCC url(/images/recent-art-bg.png) repeat-x 0 0;
	height:156px;
	width:760px;
	border-radius:4px;
	position:relative;
}
#recentart h2{
	font-size:16px;
	color:#333;
	position:absolute;
	top:5px;
	margin:0;
	line-height:100%;
	left:23px;
}
#rartbox{
	width:760px;
	height:125px;
	position:relative;
	position: absolute;
	top:25px;
}
.artwork{
	display:block;
	text-align:center;
	position:absolute;
	top:5px;
	opacity(0);
	display:none;
}
.artwork .artlink{
	display:block;
	width:124px;
	height:90px;
	line-height:0;
}
.artwork img{
	position:absolute;
	top:0;
	left:0;
	box-shadow:#333 0 2px 8px;
}
.artwork h3{
	position:absolute;
	display:block;
	top:65px;
	width:164px;
	left:-20px;
	font-family: Georgia,"Times New Roman", serif;
	font-size:12px;
	margin:0;
	line-height:0;
	opacity:0;
	text-align:center;
}
.artwork h3 a{
	color:#73232a;
}
.more{
	position:absolute;
	right:23px;
	top:5px;
	margin:0;
	line-height:100%;
}
.more a{
	padding-right:12px;
	background: url(/images/homepage/more-arrow.png) no-repeat 100% 60%;
	color:#4f4f4f;
	font-family:verdana;
	font-size:12px;
}
