/******************************************************************************/
/*  general                                                                   */
/******************************************************************************/

/* font: style variant weight size family */

a:link    { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:hover   { color: #ffd700; text-decoration: none; }
a:active  { color: #ffd700; text-decoration: none; }

div.alert_information
{
  width: 600px;
  color: white;
  background-color: #444;
  font: normal normal normal 14px Verdana, sans-serif;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  padding: 10px;
  border: 2px ridge yellow;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

div.js_warning
{
  margin: 0 auto;
  width: 900px;
  height: 600px;
  background-color: black;
  z-index: 1000;
}

/******************************************************************************/
/*  body                                                                      */
/******************************************************************************/

body
{
  background-image: none;
  background-repeat: no-repeat;
  background-color: #000;
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  overflow-x: auto;
}

/******************************************************************************/
/*  mobile                                                                    */
/******************************************************************************/

#m_menuWrapper
{
  display: none;
  width: 100%;
  background-color: #380404;
  font: normal normal normal 18px Arial, sans-serif;
}

#m_menu
{
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #555;
  background-color: #380404;
}

#m_menuItemArea
{
  color: white;
  font: normal normal normal 14px Verdana, sans-serif;
  cursor: default;
}

#m_welcomeSection
{
  display: none;
  font: italic normal normal 36px Times, serif;
  color: white;
  text-align: center;
  padding: 8px;
  margin: 30px 0 20px 0;
}

#m_motd
{
  font: normal normal normal 26px Verdana, sans-serif;
  color: white;
}

#m_collectionsSection
{
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font: normal normal normal 18px Verdana, sans-serif;
}

#m_photographsSection, #m_photographsSectionThumbnails, #m_photographsSectionFullsize, #m_cartSection
{
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#m_photographsSection span
{
  cursor: default;
}

#m_informationSection
{
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font: normal normal normal 18px Verdana, sans-serif;
}

/******************************************************************************/
/*  menu                                                                      */
/******************************************************************************/

#menuWrapper
{
  display: none;
  width: 100%;
  position: fixed;
  top: 0px;
  height: 40px;
  background-color: #380404;
  z-index: 10;
}

#menu
{
  width: 100%;
  top: 0px;
  height: 40px;
  margin: 0 auto;
  border-bottom: 1px solid #555;
  z-index: 10;
}

#menuItemArea
{
  margin-top: 12px;
  text-align: left;
  color: white;
  font: normal normal normal 14px Verdana, sans-serif;
  float: right;
  cursor: default;
}

span.menuItem
{
  margin: 0 20px 0 20px;
}

span.menuItem:hover
{
  color: #ffd700;
}

/******************************************************************************/
/*  welcome, collections, photos                                              */
/******************************************************************************/

#welcomeSection
{
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  display: none;
}

#welcomeWord
{
  width: 400px;
  font: italic normal normal 32px serif;
}

#welcomeImageArea
{
  width: 530px;
}

#welcomeImg
{
  max-width: 500px;
  max-height: 500px;
  border: 8px solid white;
}

#collectionsSection
{
  display: none;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  font: normal normal normal 18px Verdana, sans-serif;
  display: none;
}

#collectionsTable
{
  width: 980px;
}

#collectionsTable div.image
{
  width: 180px;
  height: 180px;
  border: 12px solid #444;
  background-color: #444;
  border-radius: 8px;
  overflow: hidden;
}

#collectionsTable div.image:hover
{
  border-color: #ffd700;
  background-color: #ffd700;
}

#photographsSection
{
  display: none;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 57px;
}

#controlsAndThumbnailsArea
{
  position: fixed;
  width: 240px;
  float: left;
}

#galleryTitleArea
{
  width: 240px;
  height: 20px;
  color: white;
  border-bottom: 1px solid #555;
}

#collectionsMenuArea
{
  width: 240px;
  cursor: default;
}

.collectionsMenuSpacer
{
  width: 12px;
  font: normal normal bold 12px Verdana, sans-serif;
  display: inline-block;
}

#collectionsMenuText
{
  width: 240px;
  font: normal normal bold 14px Verdana, sans-serif;
  display: inline-block;
}

#collectionsMenuText:hover
{
  color: #ffd700;
}

#collectionsMenu
{
  position: relative;
  left: -20px;
  width: 260px;
  font: normal normal normal 14px Verdana, sans-serif;
  text-align: left;
  z-index: 100;
  background-color: #666;
  display: none;
  padding: 6px;
  border: 4px solid #380404;
  border-radius: 5px;
}

#collectionsMenu > div
{
  margin: 4px;
  cursor: default;
}

#collectionsMenu > div:hover
{
  color: #ffd700;
}

#controlArea
{
  width: 240px;
  height: 24px;
  font: normal normal bold 14px Verdana, sans-serif;
  overflow: hidden;
  margin-top: 6px;
  cursor: default;
}

#thumbnailAreaWrapper
{
  width: 240px;
  height: 606px;
  margin-top: 6px;
  overflow: hidden;
}

#thumbnailArea
{
  width: 240px;
  height: 606px;
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 0;
}

#pageCount
{
  width: 240px;
  font: normal normal normal 12px Verdana, sans-serif;
  color: #888;
  text-align: center;
  margin-top: 8px;
  padding-top: 2px;
  border-top: 1px solid #555;
}

#photoAndInfoArea
{
  width: 720px;
  float: right;
}

#photoArea
{
  width: 720px;
  height: 720px;
  font: normal normal normal 14px Verdana, sans-serif;
}

#photoArea img
{
  filter: inherit; /* HACK for IE */
}

#infoArea
{
  width: 720px;
  border-top: 1px solid #666;
  margin-top: 16px;
  padding-top: 4px;
  font: normal normal normal 14px Verdana, sans-serif;
}

#photoTitleShare
{
  height: 30px;
  text-align: left;
}

#photoTitleRegular
{
  font: italic normal bold 22px Times New Roman, serif;
  color: white;
  width: 500px;
  overflow: hidden;
}

#photoLocationRegular
{
  font: normal normal normal 12px Times New Roman, serif;
  color: white;
  text-align: left;
}

#caption
{
  font: normal normal normal 12px Verdana, sans-serif;
  color: #aaa;
  text-align: center;
  margin-top: 40px;
}

#photoIdKeywordsCopyright
{
  height: 30px;
  margin-top: 20px;
}

#keywords
{
  font: normal normal normal 10px Verdana, sans-serif;
  overflow: hidden;
  color: #666;
  font-family: Verdana, sans-serif;
  float: right;
}

#copyright
{
  font: normal normal normal 10px Verdana, sans-serif;
  overflow: hidden;
  color: #666;
  float: left;
}

#photoRegular
{
  border: 10px solid white;
  display: none;
  position: relative;
}

img.thumbnailPhoto
{
  border: 2px solid #555;
  margin: 1px 3px 1px 3px;  /* why is this asymmetric? */
}

img.ssButton
{
  border: 2px solid #555;
  border-radius: 4px;
}

img.ssButton:hover
{
  border: 2px solid #ffd700;
}

#speedUpImg
{
  border-width: 2px 2px 1px 2px;
  border-style: solid;
  border-color: #555;
  border-radius: 4px 4px 0px 0px;
  position: relative;
  top: -4px;
}

#speedUpImg:hover
{
  border-color: #ffd700;
}

#speedDownImg
{
  border-width: 1px 2px 2px 2px;
  border-style: solid;
  border-color: #555;
  border-radius: 0px 0px 4px 4px;
  position: relative;
  top: -9px;
}

#speedDownImg:hover
{
  border-color: #ffd700;
}

/******************************************************************************/
/*  info, motd, links                                                         */
/******************************************************************************/

#informationSection
{
  display: none;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

ul.tabtitles
{
	list-style: none;
    font: normal normal normal 14px Verdana, sans-serif;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0;
    display: inline-block;
    cursor: default;
}

ul.tabtitles > li
{
	float: left;
	margin: 0px 5px 0px 5px;
    background-color: #333;
    border-radius: 5px;
    padding: 10px;
}

ul.tabtitles > li:hover
{
    color: #ffd700;
}	

div.tabdataArea
{
    margin: 0 auto 0 auto;
    display: inline-block;
}

div.tabdata
{
	width: 900px;
	padding: 10px;
    margin: 10px 0 10px 0;
	text-align: center;	
	background-color: #000;
    border: 2px solid #666;
    border-radius: 8px;
    display: none;
}

div.infoBody
{
  font: normal normal normal 14px Verdana, sans-serif;
  color: #ccc;
  text-align: justify;
}

div.infoBody h1
{
  font: normal normal bold 18px Verdana, sans-serif;
  color: orange;
}

div.infoBody h2
{
  font: italic normal normal 14px Verdana, sans-serif;
  color: yellow;
}

#motd
{
  font: normal normal normal 16px Verdana, sans-serif;
  color: white;
  text-align: center;
  padding: 8px;
  margin: 30px 0 0 30px;
}

div.linksBody
{
  font: normal normal normal 12px Verdana, sans-serif;
  color: white;
  text-align: left;
}

div.linksBody li
{
  padding: 1px;
}

/******************************************************************************/
/*  shopping cart                                                             */
/******************************************************************************/

#addToCart
{
  cursor: default;
}

#cartSection
{
  display: none;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  font: normal normal normal 18px Verdana, sans-serif;
}

#cartTable
{
  width: 980px;
  color: white;
  border-bottom: 1px solid #888;
}

#cartSummaryTable
{
  width: 980px;
  color: white;
}

#cartInformation
{
  text-align: justify;
}

td.cartHeader
{
  color: white;
  background-color: #888;
  font: italic normal normal 16px Verdana, sans-serif;
  text-align: left;
  text-decoration: none;
  padding: 1px;
}

td.cartItemCenter
{
  color: white;
  font: normal normal normal 14px Verdana, sans-serif;
  text-align: center;
  text-decoration: none;
  border: 1px solid #888;
  padding: 8px;
}

td.cartItemCenter img
{
  max-width: 120px;
  max-height: 120px;
  border: 4px solid white;
}

td.cartItemLeft
{
  color: white;
  font: normal normal normal 14px Verdana, sans-serif;
  text-align: left;
  text-decoration: none;
  border: 1px solid #888;
  padding: 8px;
}

td.cartItemRight
{
  color: white;
  font: normal normal normal 14px Verdana, sans-serif;
  text-align: right;
  text-decoration: none;
  border: 1px solid #888;
  padding: 8px;
}

td.subtotalLeft
{
  color: white;
  font: normal normal normal 14px Verdana, sans-serif;
  text-align: right;
  text-decoration: none;
  padding: 4px;
}

td.subtotalRight
{
  width: 100px;
  color: white;
  font: normal normal normal 14px Verdana, sans-serif;
  text-align: right;
  text-decoration: none;
  padding: 4px;
}


