@charset "UTF-8";

/* --------------
* Filename: main.css
* Version: 1.0.1 (2008-05-26)
* Website: www.anthonyamos.com
* Author: Ari Rizos
* Description: Handles the site layout
*/
html {
	overflow-y:scroll;
}

* { padding: 0; margin: 0; }

#wrapper { 
 	margin: 0 auto;
 	width: 601px;
}
#header {
 	width: 601px;
 	color: #333;
 	padding-top:80px;
 	margin: 0;
 	background: #FFFFFF;
}
#navigation {
 	width: 601px;
 	color: #333;
 	padding: 0px;
 	margin: 0px 0px 0px 0px;
}

#content { 
	width: 601px;
 	color: #666666;
 	margin: 0px;
 	padding: 0px;
 	clear:both;
}

#footer { 
	clear:both;
	text-align:right;
	width: 600px;
	margin: 0px 0px 10px 0px;
	padding: 30px 0px;
}

#subnavigation {
	width:100px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	float:right;
}

#gallercopy {
	padding-top:40px;
	width: 350px;
	text-align:left;
}

#gallerylisting {
	padding-top:30px;
	width:490px;
	float:left;
}

.portrait img {
	margin: 0px 0px 0px 50px;
}

.portraittext {
	margin: 5px 0px 0px 50px;
	color:#999999;
	font-size:10px;
}



.landscape img {
	margin: 0px 0px 0px 0px;
}

.landscapetext {
	margin: 5px 0px 0px 0px;
	color:#999999;
	font-size:10px;

}

/* PREVIOUS LINK */
#previouslink {
	display:block;
	width:83px;
	height:25px;
	background:url(../images/btn-previous.gif) no-repeat 0 0;
}

#previouslink:hover
{ 
  background-position: 0 -25px;
}

#previouslink span
{
  display: none;
}

/* NEXT LINK */
#nextlink {
	display:block;
	width:49px;
	height:25px;
	background:url(../images/btn-next.gif) no-repeat 0 0;
}

#nextlink:hover
{ 
  background-position: 0 -25px;
}

#nextlink span
{
  display: none;
}

/* IMPERMANENCE LINK */
#impermanencebottomlink {
	display:block;
	width:118px;
	height:25px;
	background:url(../images/btn-gallerybottom-imper.gif) no-repeat 0 0;\
}

#impermanencebottomlink:hover
{ 
  background-position: 0 -25px;
}

#impermanencebottomlink span
{
  display: none;
}

/* NATIVE LINK */
#nativebottomlink {
	display:block;
	width:53px;
	height:25px;
	background:url(../images/btn-gallerybottom-native.gif) no-repeat 0 0;\
}

#nativebottomlink:hover
{ 
  background-position: 0 -25px;
}

#nativebottomlink span
{
  display: none;
}

/*2005 LINK */
#bottomlink05 {
	display:block;
	width:36px;
	height:25px;
	background:url(../images/btn-gallerybottom2005.gif) no-repeat 0 0;
}

#bottomlink05:hover
{ 
  background-position: 0 -25px;
}

#bottomlink05 span
{
  display: none;
}


/*2004 LINK */
#bottomlink04 {
	display:block;
	width:36px;
	height:25px;
	background:url(../images/btn-gallerybottom2004.gif) no-repeat 0 0;
}

#bottomlink04:hover
{ 
  background-position: 0 -25px;
}

#bottomlink04 span
{
  display: none;
}

/*2003 LINK */
#bottomlink03 {
	display:block;
	width:36px;
	height:25px;
	background:url(../images/btn-gallerybottom2003.gif) no-repeat 0 0;
}

#bottomlink03:hover
{ 
  background-position: 0 -25px;
}

#bottomlink03 span
{
  display: none;
}

/*2002 LINK */
#bottomlink02 {
	display:block;
	width:36px;
	height:25px;
	background:url(../images/btn-gallerybottom2002.gif) no-repeat 0 0;
}

#bottomlink02:hover
{ 
  background-position: 0 -25px;
}

#bottomlink02 span
{
  display: none;
}

/*2001 LINK */
#bottomlink01 {
	display:block;
	width:36px;
	height:25px;
	background:url(../images/btn-gallerybottom2001.gif) no-repeat 0 0;
}

#bottomlink01:hover
{ 
  background-position: 0 -25px;
}

#bottomlink01 span
{
  display: none;
}

/*2000 LINK */
#bottomlink00 {
	display:block;
	width:36px;
	height:25px;
	background:url(../images/btn-gallerybottom2000.gif) no-repeat 0 0;
}

#bottomlink00:hover
{ 
  background-position: 0 -25px;
}

#bottomlink00 span
{
  display: none;
}

/*1999 LINK */
#bottomlink99 {
	display:block;
	width:36px;
	height:25px;
	background:url(../images/btn-gallerybottom1999.gif) no-repeat 0 0;
}

#bottomlink99:hover
{ 
  background-position: 0 -25px;
}

#bottomlink99 span
{
  display: none;
}

/*1998 LINK */
#bottomlink98 {
	display:block;
	width:36px;
	height:25px;
	background:url(../images/btn-gallerybottom1998.gif) no-repeat 0 0;
}

#bottomlink98:hover
{ 
  background-position: 0 -25px;
}

#bottomlink98 span
{
  display: none;
}

/*1988 LINK */
#bottomlink88 {
	display:block;
	width:36px;
	height:25px;
	background:url(../images/btn-gallerybottom1988.gif) no-repeat 0 0;
}

#bottomlink88:hover
{ 
  background-position: 0 -25px;
}

#bottomlink88 span
{
  display: none;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}

img.floatright  {
	float:right;
	padding-left:20px;
}
