/*
Plugin Name: Art Lineage basic admin theme
Plugin URI: http://vargaswebsites.com/
Description: Art Lineage basic admin theme - Upload and Activate.
Author: Jimbo Quijano
Version: 1.0
Author URI: http://jimboquijano.com/
*/

#al_sidebar{
	width:280px;
	padding:0 50px 0 0;
	margin:0;
	float:left;
}

.sideblock{
	display:block;
	border-bottom:1px solid #000;
	padding:0 0 15px 50px;
	margin:0 0 15px 0;
}

.sideblock-expand{
	display:block;
	max-height:225px;
	overflow:hidden;
}

.sideblock h3{
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px;
}

.sideblock h3 span{
	font-weight:normal;
	display:block;
	font-size:11px;
	font-style:italic;
	height:22px;
}

.artist-lineage h3{
	color:#000;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
}

.artist-lineage{
	background:url(../images/artist-lineage.png) no-repeat scroll 10px 2px;
}

.art-sons{
	background:url(../images/art-sons.png) no-repeat scroll 10px 2px;
}

.art-brothers{
	background:url(../images/art-brothers.png) no-repeat scroll 0 2px;
}

.art-fathers{
	background:url(../images/art-fathers.png) no-repeat scroll 10px 2px;
}

.art-uncles{
	background:url(../images/art-uncles.png) no-repeat scroll 0 2px;
}

.art-grandfathers{
	background:url(../images/art-grandfathers.png) no-repeat scroll 10px 2px;
	min-height:65px;
}

.art-grandsons{
	background:url(../images/art-grandsons.png) no-repeat scroll 10px 2px;
	min-height:65px;
}

.art-greatgrandfathers{
	background:url(../images/art-greatgrandfathers.png) no-repeat scroll 10px 2px;
	min-height:65px;
}

.art-greatgrandsons{
	background:url(../images/art-greatgrandsons.png) no-repeat scroll 10px 2px;
	min-height:65px;
}

.artist-item{
	display:block;
	height:52px;
	font-size:12px;
	margin:10px 0 0 0;
}

.artist-item:first-child{
	margin:0;
}

.artist-item .image{
	width:40px;
	height:50px;
	float:left;
	border:1px solid #000;
	background:#ccc;
}

.artist-item .info{
	float:right;
	width:180px;
	padding:0;
}

.artist-item .info span{
	display:block;
}