/*
================================================================
 CSS DOCUMENT
===============================================================
 
 Author: Rob Evans
 Company: a la Carde Graphic Design. www.alacarde.ca
 Client: 
 Date Created:
 Other Notes:  
 
 Table of content:
 ================================
 
 1 - General
 2 - Gallery

*/


/* 1 - General */  


*  {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.625em;
	color: #000000;
	overflow: scroll;
	font-family: Arial, Helvetica, sans-serif;
}

a {

}

a:hover {

}


/*
================================
 GALLERY LOGO  
===============================
*/
#wrapperlogo {
	position: relative;
	background-color: #FFFFFF;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	width: 400px;
	border: 1px none #000000;
	padding-top: 5%;

}
/*
================================
 GALLERY WEB  
===============================
*/
#wrapperweb {

	position: relative;
	background-color: #FFFFFF;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	width: 400px;
	border: 1px none #000000;
	padding-top: 10%;
}
#wrapperweb img {
	border: 1px solid #999999;
}
#wrapperweb .text {
	font-size: 1.2em;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #999999;
	color: #999999;
}
/*
================================
 GALLERY COM  
===============================
*/
#wrappercom {

	position: relative;
	background-color: #FFFFFF;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	width: 600px;
	border: 1px none #000000;
	padding-top: 20px;
}
#wrappercom img {

}
#wrappercom .text {
	font-size: 120%;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #999999;
	color: #333333;
	text-align: left;
}
#wrappercom .text h1 {
	font-size: 180%;
}



/*
================================
 GALLERY NAVIGATION  
===============================
*/
 #nav {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-top: 10px;
}
#nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#nav  a {
	text-decoration: none;
	background-repeat: no-repeat;
	border: 1px solid #999999;
	color: #999999;
	
	font-variant: small-caps;
	text-transform: lowercase;
	padding: 2px 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#nav  a:hover {
	text-decoration: none;
	background-repeat: no-repeat;
	border: 1px solid #999999;
	color: #FFFFFF;
	padding: 2px 5px;
	background-color: #999999;
	margin-right: 5px;
	margin-left: 5px;
}
#nav #previous a {
	text-decoration: none;
	background-image: url(../../images/back.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;


}
#wrapperweb #nav #previous a:hover {
	text-decoration: none;
	background-image: url(../../images/next.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;

	background-position: -30px;
}
.spanclear {
	display: none;
}

