@charset "utf-8";
/*** Darren Ryan Photography CSS ***/

/* global styles */
* {
  margin: 0;
  padding: 0;

  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
  background-color: #5d583f;
}

h1 {
  color: #fff;
  font: bold 20px Verdana, Arial, Helvetica, sans-serif;
  padding: 10px 0 15px 18px;
}

h4 {
  color: #fff;
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  padding: 10px 0 15px 30px;
}

.clear {
  clear: both;
}

img {
  border: none;
}

p {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 0 30px 22px 30px;
}

p a {
  text-decoration: underline;
  color: #c43100;
}

p a:link {
  color: #c43100;
}

p a:visited {
  color: #c43100;
}

p a:hover {
  color: #000;
  text-decoration: none;
}

/* page styles */
#main_wrapper {
  border: solid 1px #000;
  margin: 0 auto;
  width: 800px;
}

#footer {
  background: #aea888;
  height: 40px;
  width: 800px;
  margin-right: 30px;
}

#footer ul {
  margin: 0px;
  padding: 0 0 0 330px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #fff;
  line-height: 40px;
  white-space: nowrap;
}

#footer li {
  list-style-type: none;
  display: inline;
}

#footer li a {
  text-decoration: none;
  font-weight: bold;
  padding: 5px 5px;
  color: #000;
}

#footer li a:link {
  color: #000;
}

#footer li a:visited {
  color: #000;
}

#footer li a:hover {
  font-weight: bold;
  color: #c43100;
}

#content_left_wrapper {
  float: left;
  width: 239px;
  height: 517px;
  /* min-height: 517px; */
  background: black url(images/bio_pic.jpg) no-repeat top left;
}
#content_left_wrapper_main {
  padding: 30px 0 0 0;
  height: 487px;
  width: 400px;
  float: left;
  background-color: #9f997a;
}
#content_left_wrapper ul {
  margin: 0;
  padding: 7px 0 7px 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFF;
}
#content_left_wrapper #profile_lists {
  clear: both;
}
#content_left_wrapper #profile_lists #profile_list_left {
  float: left;
  /* margin-left: 17px; */
  padding-left: 17px;
}
#content_left_wrapper #profile_lists #profile_list_right {
  float: left;
  /* margin-left: 40px; */
  padding-left: 40px;
}

#content_left_wrapper li {
  list-style-type: none;
  background: url(images/bullet.gif) no-repeat left 5px;
  padding: 2px 0 2px 10px;
  line-height: 1.2em; /* new */
}
#content_left_wrapper li a {
  text-decoration: underline;
  color: #c43100;
}
#content_left_wrapper li a:link {
  color: #c43100;
}
#content_left_wrapper li a:visited {
  color: #c43100;
}

#right_content_wrapper {
  padding: 30px 0 0 0;
  height: 487px;
  width: 561px;
  float: left;
  background-color: #9f997a;
}
#right_content_wrapper_main {
  padding: 30px 0 0 0;
  height: 487px;
  width: 400px;
  float: left;
  background-color: #9f997a;
}

/* header styles */
/*
#header {
  background:#aea888 url(images/logo.gif) no-repeat left;
  height:40px;
  width:800px;
}
*/
/*
#header ul {
  margin: 0px;
  padding:0 0 0 330px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  color: #fff;
  line-height:40px;
  white-space:nowrap;
}
*/
#header, #footer {
  background-color: #aea888;
  height: 40px;
  width: 100%;
}
#header {
  background-image: url(images/logo.gif);
  background-repeat: no-repeat;
  background-position: left;
}
#header ul, #footer ul {
  margin: 0;
  padding: 0 30px 0 0;
  font-size: 10px;
  color: #fff;
  line-height: 40px;
  white-space: nowrap;
  text-align: right;
}

#header li {
  list-style-type:none;
  display:inline;
}

#header li a {
  text-decoration:none;
  font-weight:bold;
  padding:5px 5px;
  color: #000;
}

#header li a:link {
  color:#000;
}

#header li a:visited {
  color:#000;
}

#header li a:hover {
  font-weight:bold;
  color:#c43100;
}

.selected {
  color:#c43100;
}

/* Form Styles */
fieldset {
  margin:30px 10px 0 80px;
  padding: .3em;
  width: 550px;
  border: none;
}

label {
  width: 550px;
  font-size: 11px;
}

.label {
  width:200px;
  font-weight:bold;
  font-size:11px;
  color:#000;
}

input:focus, textarea:focus {
  background: #aea888;
}

input.text {
  width: 233px;
  background-color: #aea888;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: none;
  border-left: none;
}

textarea.text {
  width: 332px;
  background-color: #aea888;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: none;
  border-left: none;
}

#form_labels {
  float:left;
}

#form_labels p {
  padding-bottom:10px;
}

#form_fields p {
  padding-bottom:6px;
}

/*** contact_darren_ryan.html styles ***/
#interview_form {
  width: 333px;
  /* height: 333px; */
  margin: 60px auto;
}
#interview_form ul {
  list-style: none;
}
#interview_form ul li {
/*  position: relative; */
  /*min-height: 20px;*/
  padding: 3px 0;
}
#interview_form ul li label {
  display: block;
  width: 100px;
  float: left;
}
#interview_form ul li input.text {
  display: block;
/*  position: absolute;
  top: 0;
  right: 0; */
  width: 233px;
}
#interview_form ul li textarea {
/*  height: 185px; */
  width: 100%;
}

/* ------------- end of original CSS */


#main_content {
  background: url(images/darren_ryan_feature_graphic_1.jpg) no-repeat top left;
  width: 100%;
  height: 517px;
}
#main_content #testimonials {
  background: url(/images/darren_ryan_feature_graphic_06a.jpg) no-repeat top left;
  width: 288px;
  height: 517px;
  margin-left: 512px;
}
#testimonials h2 {
  text-transform: lowercase;
  font-size: 12px;
  color: #aea888;
  font-weight: normal;
  text-align: right;
  background-color: #;
  height: 43px;
  line-height: 43px;
  padding-right: 15px;
  margin-bottom: 30px;
}
#testimonials p {
  text-align: right;
  font-size: 10px;
}
#testimonials p q {
  display: block;
}
#testimonials p q q {
  display: inline;
}
#testimonials p cite {
  text-transform: lowercase;
  color: #c43100;
  display: block;
  font-size: 9px;
  font-style: normal;
}
#testimonials p a, #testimonials p a:link {
  text-decoration: none;
}
#testimonials p a:hover {
  color: #c43100;
  text-decoration: underline;
}

/** this class is for image text replacement on headings...
 **   it uses a technique called Leahy/Langridge Image Replacement, or LLIR.
 **   It works like this: assign class="LLIR_heading" id="heading_[heading text]" to an H1, H2, H3, etc. **/
.LLIR_heading {
  height: 0; /* needs IE hack for 5.5-- */
  overflow: hidden;
  width: 239px;
  padding-top: 27px;  
}
#heading_online_profiles {
  background: black url(images/online_profiles.gif) no-repeat top left;
  margin-top: 240px;
}
#heading_additional_info {
  background: black url(images/additional_info.gif) no-repeat top left;
}

