@charset "utf-8";
/* CSS Document */


/* Common Styles */

a {
	text-decoration: none;	
}
.clear {
	clear: both;
}


body	{
	margin: 0px;
	padding: 0px;
	/*background-image: url(../images/bg_body2.jpg);
	background-repeat: repeat-x;*/
	color: #7b7b7b;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	font-size: 9px;
	padding-left: 395px;
	padding-bottom: 20px;
}


#wrapper	{
	
	margin-left: 200px;
	padding-top: 66px;
	width: 900px;
}

#menu	{
	float: left;
	width: 150px;
	margin-top: 42px;
}

#menu .item	{
	margin-left: 20px;
}

#menu .item_on	{
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
	height: 11px;
}

#menu .item a	{
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	height: 11px;
}

#menu .sub	{
	margin-left: 20px;
}

#menu .sub_on	{
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: 11px;
}

#menu .sub a	{
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: 11px;
}

#box	{
	background-image: url(../images/bg_box.jpg);
	background-repeat: no-repeat;
	width: 600px;
	padding-left: 30px;
	padding-top: 53px;
	float: left;
}

#box .separator	{}

#box .date	{
	margin-bottom: 10px;
	margin-left: 14px;
	color: #18BEE4;
}
#box .title	{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-left: 14px;
}

#box .post	{
	margin-left: 14px;
	}



#box img { 
	margin:5px;
}

#thumbs {
	padding-left: 10px;
}


#thumbs img {
	border: 2px solid #000000;
	
}

#thumbs img:hover {
	border: 2px solid #e720db;
	
}

.borderbox {
	border: thin solid #D5D5D5;
	padding: 20px;
}


a:link	{
	color: #e720db;
}

a:hover	{
	color: #af09a5;
}

a:visited	{
	color: #e720db;
}

h1 {

font-size:18px;
color: #20bfe7;

}

li {
	list-style-position: inside;
	list-style-image: url(../images/bullet_pink.jpg);
	padding-top: 5px;
}





.title	{
	margin-left: 20px;
}

.hidden	{
	display: none;
}

.shown	{
	display: block;
}
.separator {
	height:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom:15px;
}
	
.style1 {
	color: #18BEE4
}
.artwork	{
	float: left;
	width: 245px;
	height: 450px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDCDCD;
	margin-bottom: 20px;
}

.artwork2	{
	float: left;
	width: 255px;
	/*height: 450px;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDCDCD;
	margin-bottom: 20px;
}


.details	{
	margin-top: 20px;
}

.gallery_item	{
	background-image: url(../images/bg_gallery.jpg);
	float: left;
	height: 150px;
	width: 150px;
}

.gallery_item img	{
	margin-top: 8px;
	margin-left: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bold {
	font-weight: bold;
}
.showbox {
	padding-bottom: 5px;
}
.footer {
	font-size: 11px;
	padding-bottom: 15px;
}
.post {
	margin-bottom: 20px;
}

