/* styles for adamtyoung.com
 * by adam young 2010
 */

body {
  font-size:13px; 
  font-family:'Lucida Grande',LucidaGrande,Lucida,Helvetica,Arial,sans-serif;
  color: #333;
}

a, #right h3 a {
  color: #666;
  text-decoration: none;
  font-family:'Lucida Grande',LucidaGrande,Lucida,Helvetica,Arial,sans-serif;
}

a.active {
  color: #990000;
}

#content a {
  color: #990000;
  text-decoration: none;
  font-family:'Lucida Grande',LucidaGrande,Lucida,Helvetica,Arial,sans-serif;
}

#content a:hover {
  text-decoration: underline;
}

#topbar {
  width: 100%;
  background-color: #333;
  height: 5px;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
  margin-bottom: 0.5em;
  font-family:'Lucida Grande',LucidaGrande,Lucida,Helvetica,Arial,sans-serif;
  font-weight:normal; 
}

/**** image replacement technique from http://www.kryogenix.org/code/browser/lir/ */
h4#welcome { 
    padding: 23px 0 0 0;
    overflow: hidden;
    background-image: url("../images/welcome.png");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:23px;
}

h4#places { 
    padding: 23px 0 0 0;
    overflow: hidden;
    background-image: url("../images/places.png");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:23px;
}

h4#adamtyoung {
    padding: 45px 0 0 0;
    overflow: hidden;
    background-image: url("../images/adamtyoung.png");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:45px;
}

h4#byline {
    padding: 45px 0 0 0;
    overflow: hidden;
    background-image: url("../images/byline.png");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:45px;
}


h4#photography {
    padding: 45px 0 0 0;
    overflow: hidden;
    background-image: url("../images/photographs.png");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:45px;
}

h4#contact {
    padding: 45px 0 0 0;
    overflow: hidden;
    background-image: url("../images/drop.png");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:45px;
}

h4#music {
    padding: 45px 0 0 0;
    overflow: hidden;
    background-image: url("../images/music.png");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:45px;
}
/* *** end image replacement headers */

#header {
  margin-top: 60px;
}

#main {
  margin-top: 40px;
}

#main #content, #main #right {
  font-family: Georgia,serif;
  line-height: 1.5em;
}

#main #right {
  color: #666;
  font-size: 12px;
}

#right a {
  color: #990000;
  font-family: Georgia,serif;
  line-height: 1.5em;
  font-size: 12px;
}

#footer {
  color: #ccc;
  font-size: 12px;
  margin-top: 40px;
}

#footer span {
  float: right;
}

ul#nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #666;
}

ul#nav li {
  margin: 0;
  padding: 0;
  text-align:right;
}

ul#places {
  list-style-type:none;
}

ul#places li {
  float: left;
  margin: 0 5px 20px 0;
  padding: 0;
  height: 130px;
  width: 144px;
}

ul#places li p {
  text-align:center;
  margin-top: 5px;
}

/************ library thing cover *************/
.LT_coverdisplay img {
}


/************ plogger gallery *************/
 ul#gallery {
   list-style-type: none;
 }

 ul#gallery li {
   float: left;
   margin: 0 2px 0 0;
   padding: 0;
 }

 ul#gallery li img {
   border: 1px solid #ccc;
   padding: 2px;
 }

/************ contact form *************/

 #contact {
   line-height: 1.9em;
 }

 #contact input {
   border-bottom: 1px dashed #cccccc;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   color: #666;
 }

 #contact textarea {
  border: 1px solid #ccc;
  width: 458px;
  height: 200px;
}

#contact #submit {
  margin-top: 10px;
  border: none;
  color: white;
  background-color: #990000;
  font-weight: bold;
  float: right;
}

img#captcha {
  border: 1px solid #ccc;
  padding: 2px;
  margin: 10px 0;
}
