/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Masood Kamandy
*/

/*added a class to affect the lone links that appear above the menu*/

#top-links	{
	padding-bottom:0px;
	position: absolute;
	width: 400px;
	background: white;
	
	}
	
#top-links a:link { color: gray; }
#top-links a:active { color: black; }
#top-linksx a:visited { color: gray; text-decoration: none;}
#top-links a:hover { color: black; }




	
	
body#About #top-links a.about,
body#Shop #top-links a.shop,
body#Links #top-links a.links{
	text-decoration:line-through;
	 }

/*added a class for the store items and images*/

.store-item {
	padding-top:5px;
	padding-bottom:15px;
	}

.store-image {
	padding-bottom:5px;
	}
	
.store-caption	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	line-height:12px;
	color:#000000;
	font-weight:lighter;
	font-style:italic;
	text-transform:none;
	width: 400px;
	margin-top: -2px;
	padding: 0 0 0px 0px;
}


/*split the links page into three rows*/

#row-one {
	width:190px;
	float:left;
}

#row-two {
	width:210px;
	float:left;
	}

#row-three {
	width:145px;
	float:left;
	}

/*added styles for delicous links*/

.delicious-posts {
	margin-top:5px;
	width: 165px;
	font-family:Arial, Helvetica, sans-serif;
	}
.delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 0}
.delicious-post { }
.delicious-odd { }
.delicious-banner a {
	font-size: 10px;
	text-transform:uppercase;
	font-weight:bold;
	color: black;
	padding-bottom:5px;
	}
.delicious-posts a:hover { }
.delicious-posts a { text-decoration: none; display: block; }
.delicious-post a {  }

/*added a class to move h3 text up to align with the title*/

#aligntop {
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
	margin-top: 29px;
	margin-left: 0px;
	font-weight:lighter;
	margin-bottom:25px;
	padding-left:0px;
	width:550px;
}

p a:link { color: black; text-decoration:none;}
p a:active { color: black; text-decoration:none;}
p a:visited { color: black; text-decoration:none;}
p a:hover { color: gray; text-decoration:none;}

/*added a style to modify links within image captions */

h3 a:link { color: black; text-decoration:underline;}
h3 a:active { color: black; text-decoration:underline;}
h3 a:visited { color: black; text-decoration:underline;}
h3 a:hover { color: gray; text-decoration:underline;}

.bordercaption a:link { color: black; text-decoration:underline;}
.bordercaption a:active { color: black; text-decoration:underline;}
.bordercaption a:visited { color: black; text-decoration:underline;}
.bordercaption a:hover { color: gray; text-decoration:underline;}

.caption a:link { color: black; text-decoration:underline;}
.caption a:active { color: black; text-decoration:underline;}
.caption a:visited { color: black; text-decoration:underline;}
.caption a:hover { color: gray; text-decoration:underline;}


/*Added a class nav to move the navigation*/

.nav {
	width:auto;
	font:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	position: inherit;
	margin-top: -2px;
	z-index:5;
	text-transform:uppercase;
	margin-bottom:3px;

}	


p.nav span#num {
    letter-spacing: 1px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	color:gray;
	 }

.square-nav {
	width:auto;
	font:Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight: lighter;
	position: relative;
	top: 350px;
	margin-left:275px;
	z-index:2;
}

/*adding style to move the slideshow text (h4 tag) below the image within the container*/

.container h4 {
	position: absolute;
	top: 400px;
	width: 350px;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0px;
	padding-right:10px;
	border-right:1px solid;
}

.container h3 {
	font-weight:lighter;
	position: absolute;
	top: 0px;
	width: 350px;
	margin-bottom:0px;
	margin-left: 188px;
	padding-left:0px;
	padding-right:0px;
}


/*added a hybrid style to modify the way links look within .container*/

.container h4 a:link { color: black; }
.container h4 a:active { color: black; }
.container h4 a:visited { color: black; text-decoration: none;}
.container h4 a:hover { color: gray; }

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#000000;
	line-height: 120%;
	top: 0;
    bottom: 0;
	left: 0;
	background: #fff;
	position: inherit;
}



a:link { color: gray; text-decoration:none;}
a:active { color: black; }
a:visited { color: gray; text-decoration: none;}
a:hover { color: black; }
		
a img { border: none; }

#topTitle {
	margin-bottom:-5px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight:normal;
	line-height:7px;
	letter-spacing:normal;
}

#topTitle a:link { text-decoration: none; color:black;}
#topTitle a:active { text-decoration: none; color:black;}
#topTitle a:visited { text-decoration: none; color:black;}
#topTitle a:hover { text-decoration: none; color:black;}

#bottomTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	line-height:12px;
    width: 155px;
	padding-top:5px;
}

#menu {
    width: 400px;
	background-color: #FFFFFF;
    top: 30px;
    bottom: 70px;
	left: 30px;
    /*position: fixed;*/
	position: relative;
	overflow: visible;
	padding-bottom: 0;
	margin-bottom: 80px;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
	marging-left:10px;
}


#menu ul li.section-title {
	text-align:left;
	color: gray;
	font-size: 18px;
	line-height: 1;
	display:none;

}



#menu li.active a {
	text-decoration:none;
	color: black;
}

#content {
	height: 100%;
	width: 400px;
	background-color: #FFFFFF;
	position: relative;
    margin: 0 0 0 30px;	
}

.container {
    padding: 0;
	height: 100%;
}

.video {
    position: fixed;
	margin: -40px 0 0 350px;
	height: 100%;
	color: gray;
	width: 600px;
}

.flash {
    position: fixed;
	margin: -40px 0 0 350px;
	height: 100%;
	outline: 1px black;
	color: gray;
	width: 600px;
}

.text {
    position: relative;
	margin-top: 170px;
	line-height:130%;
}

.text2 {
    position: inherit;
	margin-top: 15px;
	line-height:130%;
}

.pic_text {
    position: fixed;
	margin: 375px 0 0 350px;
	height: 100%;
	color: gray;
	width: 600px;
}

.welcome {
    position: relative;
	margin: 375px 0 0 350px;
	height: 100%;
	color: black;
	width: 600px;
}
 

#content p { width: 600px; color: gray; margin-top: 5px; margin-bottom: 0x; position: inherit; }

p { }

h1 {
	color:gray;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight:lighter;
	line-height:16px;
	letter-spacing:normal;
	text-transform:none;
	
	}
	
h1:first-line {
	color:#CCCCCC;
	}
	
h1 a:link { color: gray; }
h1 a:active { color: black; }
h1 a:visited { color: gray; text-decoration: none;}
h1 a:hover { color: black; }
	
	
h2 {
	padding-bottom:10px;
	margin-top: 5px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight:lighter;
	line-height:16px;
	letter-spacing:normal;
	margin-top:0;
 	}
	
h3 {
	font-family:Helvetica, Arial sans-serif;
	font-size: 11px;
	color:#000000;
	margin-bottom:0px;
	}

h4 {
	font-family:Helvetica, Arial sans-serif;
	font-size: 12px;
	color:#000000;
	width:550px;
	font-weight:lighter;
	 }
	 
h5 {
	font-family:Helvetica, Arial sans-serif;
	font-size: 12px;
	color:#000000;
	margin-bottom:-15px;
	padding-bottom:0px;

	 }	 

#img-container	{
padding: 0; 
margin: -50px 0 0 350px;
background: transparent;


	}
	
#img-container-single	{
	top:79px;
	padding: 0;
	}

	
.caption	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	line-height:12px;
	color:#000000;
	font-weight:lighter;
	font-style:italic;
	text-transform:none;
	width: 400px;
	margin-top: -2px;
	padding: 0 0 12px 0px;
	
}

/*changed the border and captions for slideshows that require a light border*/

.img-bot-border	{
	border:10px solid #CCCCCC;
	margin-top: -1px;
	}
	
.img-bot  {
	padding-bottom:0px;
	}
	
		
	
.bordercaption	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	line-height:12px;
	color:#000000;
	font-weight:lighter;
	font-style:italic;
	text-transform:none;
	width: 400px;
	margin-top: 3px;
	padding: 0 0 12px 0px;
	margin-left: 50px; 
}	


#once { clear: left; }
