/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
              style.css
        BlueTrip CSS Framework
    Put your custom styles in here.
***************************************/

/**************************************/
/*           COLOR SCHEME             */
/**************************************
- black		#000
- white		#fff
-           #
-           #
-           #
***************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
.image {
	float:left;
	margin-right:15px;
}

#gallery {
	text-align:center;
}

#gallery a {
	text-decoration:none;
}

body {
	color:#FFFFFF;
}
/**************************************/
/*              HEADER                */
/**************************************/
.head_text {
	display:none;
}

.head_text h1 {
	display:none;
}

h2 {
	/* text-align:center; */
	font-size: 4em; 
	color:#000000;
	margin: 5px 0 0 5px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
#topnavcontainer {
	background: none repeat;
	/*scroll: 00 #FFFFFE; W3C CSS validator says "proptery scroll doesn't exist"*/
	border: 0 none;
	/*color: AOAOA4; W3C CSS validator says "AOAOA4 is not a color value"*/
	margin: 0; /*was 0 auto;*/
/*	padding:0 10px 0 0;*/	
	text-align:center;
}	

#gallerynav {
	font-variant:small-caps;
}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#maincontent {
	text-align:center;
}
#h3comment {
	margin: 0;
}

#h3-imagetitle {
	font-style:italic;
}
/**************************************/
/*               FOOTER               */
/**************************************/

.align-left {
	text-align: left;
}
.blocktext {
	text-indent: 15px;
}

/*** TABLES [Effects the slide show images] ***/
table { border-top: none; border-left: none; }
th, td { border-bottom:none; border-right: none;}
.worksimage {
	margin-top:5px;
	margin-bottom:5px;
}

