@charset "utf-8";
/* 

PROJECTS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- projects stylesheet  --------- */


/*Projects*/
div.projects
	{		
	}
	
	
/*Projects List*/
div.projects-list
	{
	}
	
/*News LIst Panels*/
div.projects-list-panel		
	{
		margin-bottom:3em;
	}

div.projects-list-panel.alt		
	{
		background:#e5e5e5;
		box-shadow: 1px 1px 1px 1px #CCC;
		padding:10px;
	}

div.projects-list-panel	 h2.title		
	{
		font-size:2.2em;
		color:#404040;
	}
div.projects-list-panel	 p.date		
	{
		font-size:1.6em;
		font-style:italic;
	}
div.projects-list-panel	 a.button		
	{
		font-size:1.2em;
	}
	
/*Projects Slideshow*/
div#projects-slideshow		
	{
	}


/*Has Slider Content?*/
div#projects-slideshow .has-slider-content
	{
	}	
	
/*Hidden Content*/
div#projects-slideshow .has-slider-content .slider-content.hide
	{
		
	}
	
/*Has Slider Content Read More*/
div#projects-slideshow .has-slider-content a.closed
	{
		color:#F00;
	}		

/*Has Slider Content Read Less*/
div#projects-slideshow .has-slider-content a.open
	{
		color:#F00;
	}		
		

/* Projects Widget */
div.projects-widget
	{
	}

/* Projects Widget Thumbnail */
div.projects-thumbnail
	{
	}
	
/* Projects Widget Button */
div.projects-widget a.button
	{
	}
