/*
    Wendy Nichol
    www.wendynicholnyc.com
*/

*
{
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
    color: black;
}

html>/**/body
{
    overflow-y: scroll;
}

html>/**/body
{    
    /* NON-IE ONLY */ 
    overflow: -moz-scrollbars-vertical;
    overflow-x: auto;
    /* This whole block is ignored by Safari because of the following pound sign */
    #
}

body
{
    text-align: center;
}

/*
    Relative font sizes. Set the base size in body{} using px.
    Every other font size should be expressed in ems.
*/

body { font-size: 10px; } 

#header { font-size: 1.6em; }

#main-content { font-size: 1.2em; }

#footer { font-size: 1.1em; }

h1 { font-size:2em; }
h2 { font-size:1.5em; }
h3 { font-size:1.25em; }
h4 { font-size:1em; }

input, select, th, td { font-size: 1em; }

/* The following are IE hacks to get relative font sizes to work properly */
html { font-size: 100%; }
table { font-size: 100%; }
input, select { font-size: 100%; }
/* End of IE hacks for font sizes */

/*
    End of relative font sizes
*/

#container
{
    margin: 0 auto;
    padding: 1em;
    width: 80em;
    text-align: left;
}

#header
{
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

#nav ul, #nav li
{
    display: inline;
}

#nav li
{
    position: relative;
    font-weight: bold; 
}

#nav li a:link, #nav li a:visited
{
    text-decoration: none;
}

#nav li a:active, #nav li a:hover
{
    text-decoration: underline;
}

#nav-facebook a img, #nav-twitter a img
{
	width: 35px;
	position: relative;
	top: 0.75em;
}

#nav-facebook
{
	margin-left: 3.3em;
}

#nav-twitter
{
    margin-left: -0.8em;
}

#nav-shop, #nav-stockists, #nav-gallery, #nav-cart
{
    margin-left: 3.3em;
}

#main-content
{
	width: 100%;
}

span.syllable-highlight
{
    color: silver;
}

#footer
{
    clear: both;
    width: 100%;
    padding-top: 1.5em;
	margin-bottom: 1.5em;
}

#footer p, #footer ul, #footer li
{
    display: inline;
}

#copyright
{
    float: left;
}

#footer-links
{
    float:right;
}

#footer-links a
{
    text-decoration: underline;
}

p.mailto
{
    padding-bottom: 1.9em;
}

#map-link
{
    font-weight: normal;
}

#contact-image
{
    float: left;
}

#contact
{
    float: right;
    width: 32em;
    height: 26em;
}

#contact table
{
    height: 100%;
}

#a-okay
{
    vertical-align: bottom;
    padding-top: 0.6em;
}

td.city
{
    border-bottom:1px dotted gray;
    font-size: 1.5em;
    color: red;
    vertical-align: top;
}

td.shop-type
{
    font-size: 2em;
    padding-bottom: 0.3em;
}

#internet
{
    width: 100%;
    margin-bottom: 2em;
}

#internet img
{
    border: 0.1em solid silver;
}

#internet td.address
{
    text-align: center;
}

span.online-store-link
{
    font-weight: bold;
    text-decoration: none;
}

table.retail
{
    width: 100%;
}

table.retail td.address
{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 1em;
    font-size: 1em;
}

#internet td.address, table.retail td.address
{
    vertical-align: top;
}

#gallery
{
    width: 100%;
}

#gallery caption
{
	font-size:1.5em;
	text-align: left;
	padding-bottom: 0.2em;
}

#gallery td
{
    padding-right: 1em;
    padding-bottom: 2em;
	vertical-align: top;
}

#gallery-preview
{
    padding-top: 2.5em;
    padding-bottom: 3.5em;
}

td.gallery-preview-left
{
	padding-left: 2em;
}

td.gallery-preview-right
{
	padding-left: 3em;
}

td.gallery-preview-left-caption
{
	padding-left: 2em;
	padding-top: 0.5em;
}

td.gallery-preview-right-caption
{
	padding-left: 3em;
	padding-top: 0.5em;
}

td.gallery-preview-left-caption a
{
	text-decoration: none;
}

td.gallery-preview-right-caption a
{
	text-decoration: none;
}

div.photo-credit
{
    font-size: 0.9em;
}

div.photo-credit span
{
    text-decoration: underline;
}

img
{
    border: 0;
}

p
{
    padding-bottom: 0.3em;
}

#item
{
    padding-left:5em;
    padding-right:5em;
    padding-top:2em;
}

#item-image
{
    float:left;
    width:50%;
}

#item-image img
{
    border:0.1em solid silver;
}

#item-details
{
    float:left;
    width:35%;
    padding-left:4.2em;
}

#item-nav
{
    margin-bottom:0.5em;
}

#item-img-nav
{
    margin-top:0.5em;
}