﻿@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background-color: #7290AA;
}

p {
	margin-top:0em;
	margin-bottom:0.5em;
}

a.nohov:hover {
	text-decoration: none;
		border-bottom: 0px;

}

a.movie:hover {
color: #00c9bb;
	border-bottom: 2px solid;
border-bottom: none;
	opacity:0.8;

}
a:link {
	text-decoration: none;
	color: #60bef0;
}
a:visited {
	text-decoration: none;
	color: #60bef0;
}
a:hover {
	color: #60bef0;
	border-bottom: 2px solid;
}


/* General layout */

#gallery-thumbs-container
{
    margin: 3px 0px 13px;
    padding-bottom: 11px;
}


#error-text
{
    clear: both;
    margin: 1em 0em;
    padding-top: 0.5em; /* TEMP HACK compensating for floated elmts above, margin-top isn't working */
}


/* Gallery details */

#gallery-thumbs-container
{
    background: transparent url(../images/site/h-divider_dark.png) repeat-x scroll center bottom;
}

.div-box
{
	 margin: 3px 0px 13px;
    padding-bottom: 2px;
    background: transparent url(../images/site/h-divider_dark.png) repeat-x scroll center bottom;
}

.gallery-thumb
{
    cursor: pointer;
    width: 100px;
    height: 100px;
    margin: 1px;    /* background image is only 51x51, add 1px margin to get 53 */
    margin-right: 7px;  /* 6px margin between thumbs, plus 1px margin above */
    /*  hardcoding width and height so that the images take up proper layout
        even when they haven't loaded yet (e.g. on slow connections)    */
    padding: 4px;
    background: transparent url(../images/site/thumbnailBg-rest.png) no-repeat scroll center center;
    border: 1px #7290AA;/* solid white;*/
    position: relative;
    left: -4px;     /* to align background image with viewer shadow */
}

.gallery-thumb-selected
{
    margin: 0px;    /* now background image is actually 53x53 */
    margin-right: 6px;  /* subtracting 1 just like margin */
    padding: 5px;
    background: transparent url(../images/site/thumbnailBg-selected.png) no-repeat scroll center center;
}


/* Text */

h2.site-down, p.site-up, #error-text
{
    font-size: 123.1%;  /* based on YUI Fonts CSS, translates to 16px... */
}

h2.site-down
{
    font-weight: bold;
}

