/*
This file is part of the Digital Raindrops CMS-Tutrorial for WordPress and Artisteer
Copyright 2010 David Cox; (email : david.cox@digitalraindrops.net)
Plugin Support: http://www.digitalraindrops.net/Boards/
This CSS file will be loaded last, make any changes to your styles only in this file
*/

/* cu3er alter margin left and top if required */
/* Width of art-contentLayout used for Feature gallery from style.css 992px */

/* Add a div to the category post list for our images */
#demo-image
{
	margin-right: 7px;
	float: left;
	overflow: hidden;
	width: 214px;
	height: 100%px;
}


.art-Sheet 
{ 
	left: 40px !important; 
} 


 /* begin LayoutCell, sidebar1 */
.art-content-layout .demo-slideshow
{
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 5px;
	width: 685px;
	border: dotted 2px #D1D1D1;
}


/* Dynamic Feature Gallery alter margin left and top if required */
/* Width of art-contentLayout used for Feature gallery from style.css 992px */
#demo-featureGallery
{
 position: relative;
 margin: 0px;
 padding: 0;
 border: 0;
 float: left;
 overflow: hidden;
 width: 747px;
 height: 200px;
}

#demo-featureGallery .inner
{
 margin: 0px;
 padding: 0;
 border: 0;
 float: left;
}
