/* Exposure37 CSS by John Kingsnorth, V.0.1.a */

html {
      height: 100%;
      width: 100%;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      margin: 0;
      padding: 0;
      font-size: 14px;
      line-height: 17px;
      background-color: #f5f5f5;
      color: #333333;
}

img { border: 0; }
		
#sweetwrap {
      width: 810px;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
}

#leftTmp {
       padding: 30px 0px 0px 0px;
       width: 290px;
       float: left;
}

#leftCol {
       padding: 30px 0px 0px 0px;
       width: 290px;
       float: left;
}

#rightCol {
    padding: 30px 0px 0px 0px;
    width: 460px;
    float: right;
}

#info {
    text-align: right;
    margin-bottom: 80px;
}

#imagePlace {
    text-align: right;
    border: 0;
}

#galleryPlace {
    text-align: right;
}

#rightColText {
      padding: 39px 0px 0px 150px;
}

#rightColText2 {
      padding: 21px 0px 0px 270px;
}

#midColText {
    position: relative;
    left: -40px;
    padding-top: 21px;
    float: left;
    width: 180px;
    text-align: left;
}

#nav {
      margin-top: 40px;
       margin-bottom: 40px;
}


/* Footer styles */

#footer {
    clear: both;
    margin: 20px 0px 10px 0px;
}

#footer p {
      padding-bottom: 0px;
      padding-top: 0px;
      font-size: 12px;
      line-height: 12px;
      text-align: right;
      text-indent: 0px;
}

#footer p.spacer {
      padding-bottom: 75px;
}

p {
    padding-bottom: 17px;
    padding-top: 0px;
    text-indent: 15px;
    text-align: justify;
}

.nodent {
    text-indent: 0px;
}

.credit {
      margin-right: 2px;
      font-size: 12px;
      line-height: 12px;
      text-align: right;
      text-indent: 0px;
}

.photoList {
      font-size: 15px;
      line-height: 24px;
      text-indent: 0px
 }

h1 {
    color: #f5f5f5;
    font-family: "Times New Roman", Times, serif;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 100px;
}

h2 {
    color: #333333;
    font-family: "Times New Roman", Times, serif;
    font-size: 26px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: normal;
}

#nav h2 {
    color: #333333;
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 5px;
    text-decoration: none;
    font-weight: normal;
}




/* Gallery page styles */

h3 {
    color: #333333;
    font-family: "Times New Roman", Times, serif;
    font-size: 26px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: normal;
}

#phInfo {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 50px;
}

#phRightColText { padding-left: 60px; }

.phName {
    color: #333333;
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 15px;
    margin: 0;
    text-align: center;
}
    

.phPresents {
    color: #333333;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 16px;
}

.profileImg { float: right; }

/* Link styles */

a:active, a:link {
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
      color: #CC0000;
}