/*This is a CSS comment*/

/*The best way to set items into the top left corner of the window is to use body { margin: 0; padding: 0; } which will work for all standards compliant browsers.*/

a:hover
{
background-color: #66CC33;
}

blockquote
{
position: relative;
display: block;
clear: both;
margin-left:10%;
margin-right;10%;
padding: 20px;
font-style: italic;
}

body
{
width: 100%;
height: 100%;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
font-size: 1.3em;
background-color: black
}

body.landscapes-workshop
{
background-image:url(../images/publications/landscapes-workshop-2011/background-900x988.gif);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9
{
display: block;
font-family: Georgia, Times New Roman, Times, serif;
clear: both;
text-align: left;
}

h1
{
font-size: 150%;
text-align: center;
line-height: 2em;
}

h2
{
font-size: 120%;
margin-left: 1em;
line-height: 1.5em;
padding-top: 1em;
padding-bottom: 1em;
}

h3
{
font-size: 90%;
margin-left: 2em;
line-height: 2em;
}

h4
{
margin-left: 3em;
}

h5
{
margin-left: 4em;
}

img
{
padding: 1em;
}


img.center
{
display:block;
clear: both;
margin-left:auto;
margin-right:auto;
}

img.left
{
float: left;
}

img.right
{
float:right;
}

p
{
width: 80%;
line-height: 1.5em;
padding-left: 4em;
padding-bottom: 1em;
}

pre
{
padding-left: 20px;
}

ol
{
list-style-type: decimal;
}

table
{
border: 3px black solid;
margin-left: auto;
margin-right: auto;
}

td, th
{
border: 1px black solid;
padding: 10px;
}

ul
{
line-height: 1.5em;
padding-bottom: 1.5em;
}

ul li
{
list-style-type:disc;
margin-left:100px;
}

ul.no-bullets li
{
list-style-type: none;
}

#columns
{
width: 800px;
}

#column-left
{
width: 40%;
float: left;
margin-left: 150px;
}

#column-right
{
width: 40%;
float: left;
}


#content
{
position: relative;
display: block;
width: 900px;
height: 100%;
margin-left: auto;
margin-right: auto;
background-color: white;
color: black;
padding-top: 20px;
}

#content.landscapes-workshop
{
background-color: transparent;
}

#entry
{
padding-bottom: 4em;
}

#gallery
{
position: relative;
display: block;
width: 920px;
height: 100%;
margin-left: auto;
margin-right: auto;
background-color: black;
color: gray;
padding-top: 20px;
}

#gallery img
{
padding-left:.5em;
}

#gallery li
{
list-style-type: none;
display: inline;
padding: 0;
font-size: 70%;
}

#gallery ul
{
display: block;
text-align: right;
}


#menu
{
position: relative;
width: 900px;
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
color: white;
text-align: center;
border-top: 1px gray solid;
border-bottom: 1px gray solid;
}

#menu li
{
display: inline;
list-style-type: none;
padding-left: 5px;
padding-right: 5px;
padding-top: 0;
padding-bottom: 0;
margin: 0;
font-size: 60%;
}

#menu a
{
color: gray;
text-decoration: none;
}

#menu ul
{
padding: 0;
}

#right
{
display: block;
float:right;
padding-right: 20px;
}




#title
{
position: relative;
display: block;
width: 900px;
height: 80px;
margin-left: auto;
margin-right: auto;
color: black;
background-color: #CC9900;
border-top: 10px black solid;
border-bottom: 10px black solid;
}



#welcome
{
position: relative;
display: block;
width: 900px;
margin-left: auto;
margin-right: auto;
background-color: black;
color: white;
padding-top: 0px;
}

#welcome img
{
padding: 0;
}

.center
{
text-align: center;
}

.credits
{
font-size:80%;
}

.featured
{
border: 20px green solid;
padding-top: 2em;
padding-bottom: 2em;
}

.no-padding img
{
padding:0;
padding-left: 1em;
padding-bottom: 1em;
}


/*Pop-up image*/
.popup
{
position: relative;
z-index: 0;
}

.popup:hover
{
background-color: transparent;
z-index: 50;
}

.popup span
{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 5px;
left: -1000px;
border: 0;
visibility: hidden;
color: black;
text-decoration: none;
}

.popup span img
{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.popup:hover span
{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: 350px; /*position where enlarged image should offset horizontally */
}

.right
{
text-align: right;
}

