@charset "UTF-8";
/* Styles for the Calendar, Image replacement and the Galleries
	Layout markup by J Hogue and original concept design by Jarrett McPhee at Highchair designhaus 

XX  XX  XX  XXXXX  XX  XX  XXXXX  XX  XX  XXXXX  XX  XXXXX     XXXX   XXXXX   XXXX  XX  XXXXX  XX  X  XX  XX  XXXXX  XX   X   XXXX
XX  XX  XX  XX     XX  XX  XX     XX  XX  XX  X  XX  XX  X     XX  X  XX     XX     XX  XX     XX  X  XX  XX  XX  X  XX   X  XX   
XXXXXX  XX  XX XX  XXXXXX  XX     XXXXXX  XX  X  XX  XX  X     XX  X  XXXXX   XXX   XX  XX XX  X X X  XXXXXX  XX  X  XX   X   XXX 
XX  XX  XX  XX  X  XX  XX  XX     XX  XX  XXXXX  XX  XXXX      XX  X  XX        XX  XX  XX  X  X  XX  XX  XX  XXXXX  XX   X     XX
XX  XX  XX  XXXXX  XX  XX  XXXXX  XX  XX  XX  X  XX  XX  X     XXXX   XXXXX  XXXX   XX  XXXXX  X  XX  XX  XX  XX  X   XXX    XXXX 

*/

a.twitter { padding-left: 20px; background: top left no-repeat url("../cssimages/twitter.png") transparent; }


/* /// Image Floats /// */
span.photoright { float: right; margin: 0 0 5px 10px; }
span.photoleft { float: left; margin: 0 10px 5px 0; }
/* span.photoright img, span.photoleft img { padding-bottom: 5px; } 
span.photoright, span.photoleft { 
	padding: 4px;
	width: 210px; 
	border: 1px solid #C00;
	font: normal 9px/12px LucidaGrande, "Lucida Grande", Helvetica, Arial, sans-serif;
	background-color: #fff;
	text-align: center;
}
*/


/* /// Gallery Styles /// */
.gallery {  }
.thumb_photo img {  }
.gallery_photo { display:none; } /* applied to the list of gallery images */
.thumb_photo  { display:block;}


/* /// Carousel style for portfolio pages /// */
#carousel, #carousel ul, #carousel li { width: 405px; }
	#carousel { padding: 0 0 20px 0; text-align: center; }
#carousel ul, #carousel li { height: 320px; }
#carousel ul { list-style-type: none; padding: 0; margin: 0; }
#carousel a#previous, #carousel a#next { 
	display: inline; 
	float: none; 
	width: auto; 
	height: auto; 
	font-weight: bold; 
	text-decoration: none; 
	margin: 0; 
	padding: 0 3px; 
}
	#carousel a#previous:hover, #carousel a#next:hover { background-color: transparent; color: #c50; }
	#carousel a#previous.disabled, #carousel a#next.disabled { background-color: transparent; color: #bbb; }

