/*
+-------------------------------------------------------------------------+
Author:		Randy Oest
+-------------------------------------------------------------------------+



/* Variables
----------------------------------------------------------------------- */
/* Universal styles
----------------------------------------------------------------------- */
body {
  background: url('theme-images/bkg.jpg') top left;
  color: #2c3647;
  font-family: helvetica, arial, sans-serif;
  line-height: 1.3em;
}
#wrapper {
  margin: 0 auto;
  position: relative;
  width: 950px;
}
.amp {
  font-size: .9em;
}
a {
  color: #3f6fc3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* the order of these rules is VERY important.  the cascade decides what icon to show!*/
/* these are new and are to hopefully take care of the problem of people adding links */
.link-padding {
  padding-left: 20px;
}
a[href$=".pdf"] {
  background: url(theme-images/pdf.gif) 0px 0px no-repeat;
  padding-left: 20px;
}
a[href$=".pdf"][href^="http://"] {
  background: url(theme-images/pdf.gif) 0px 0px no-repeat;
  padding-left: 20px;
}
a[href$=".pdf"][href^="http://www.randyoest.com/"] {
  background: url(theme-images/pdf.gif) 0px 0px no-repeat;
  padding-left: 20px;
}
a[href$=".doc"] {
  background: url(theme-images/wrd.gif) 0px 0px no-repeat;
  padding-left: 20px;
}
a[href$=".doc"][href^="http://"] {
  background: url(theme-images/wrd.gif) 0px 0px no-repeat;
  padding-left: 20px;
}
a[href$=".doc"][href^="http://www.randyoest.com/"] {
  background: url(theme-images/wrd.gif) 0px 0px no-repeat;
  padding-left: 20px;
}
abbr {
  border-bottom: 1px dotted #2c3647;
}
.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* Typography
----------------------------------------------------------------------- */
h1 {
  color: #2c559a;
  font-size: 2em;
  margin-top: 10px;
  margin-bottom: 20px;
}
h2 {
  font-size: 1.4em;
  margin: 30px 0px 20px;
}
ul li {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 10px;
}
/* Site header
----------------------------------------------------------------------- */
#site-mark {
  background: url('theme-images/site-mark-bkg-trans.png') no-repeat top left;
  height: 178px;
  margin-left: -10px;
  padding-left: 150px;
  position: relative;
}
#site-mark img {
  border: 1px solid #b78d5f;
  position: absolute;
  top: 20px;
  left: 33px;
}
#site-mark h1 {
  background: url('theme-images/randy-oest-trans.png') no-repeat top left;
  height: 52px;
  width: 182px;
  position: absolute;
  top: 31px;
  left: 173px;
  text-indent: -5000em;
}
#site-mark h1 a {
  position: absolute;
  top: 0;
  left: 0;
  height: 52px;
  width: 118px;
}
#site-mark h2 {
  font-size: 1.08em;
  margin: 0;
  position: absolute;
  top: 113px;
  left: 173px;
}
/* Content
----------------------------------------------------------------------- */
#content {
  background: url('theme-images/main-bkg.jpg') no-repeat left bottom #ffffff;
  margin-top: 16px;
  padding: 27px;
  padding-bottom: 40px;
  -moz-box-shadow: 0 0 20px #71573c;
  -webkit-box-shadow: 0 0 20px #71573c;
  box-shadow: 0 0 20px #71573c;
}
/* Nav
----------------------------------------------------------------------- */
#nav {
  font-weight: bold;
  position: absolute;
  top: 57px;
  left: 433px;
  width: 600px;
}
#nav a {
  color: #2c3647;
  text-decoration: none;
}
#nav ul li {
  list-style: none;
}
#nav #portfolio {
  background: url('theme-images/nav-portfolio-trans.png') no-repeat top left;
  font-size: .9em;
  padding: 42px 22px 22px 31px;
  position: absolute;
  top: 0px;
  left: 3px;
  text-transform: uppercase;
  width: 133px;
  height: 110px;
  z-index: 300;
}
#nav #portfolio span {
  display: block;
  font-size: 2.2em;
  margin-top: 3px;
  text-transform: none;
}
#nav #portfolio span span {
  display: block;
  font-size: .73em;
}
#nav #xp {
  background: url('theme-images/nav-cv-trans.png') no-repeat top left;
  font-size: 1.55em;
  line-height: 1em;
  position: absolute;
  top: 11px;
  left: 162px;
  padding: 53px 10px 10px 29px;
  width: 145px;
  height: 125px;
  z-index: 200;
}
#nav #xp span {
  font-size: 1.2em;
}
#nav #contact {
  background: url('theme-images/nav-contact-trans.png') no-repeat top left;
  font-size: 1.55em;
  padding-left: 33px;
  padding-top: 39px;
  position: absolute;
  top: 7px;
  left: 320px;
  width: 155px;
  height: 135px;
  z-index: 100;
}
#nav #contact span {
  display: block;
  font-size: .47em;
  font-weight: normal;
  line-height: 1.4em;
  margin-top: 10px;
}
#nav #contact span span {
  display: block;
  font-size: 1.4em;
  line-height: 1em;
  margin-top: 2px;
}
#nav #contact span span span {
  display: block;
  font-size: .8em;
  line-height: 1.5em;
}
#nav a:hover {
  color: #b02121;
}
/* Footer
----------------------------------------------------------------------- */
#footer {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .8em;
  margin-bottom: 25px;
  padding: 10px 10px 10px 25px;
}
#footer a {
  color: #2c3647;
}
#footer span {
  margin-left: 50px;
}
/* Home Content
----------------------------------------------------------------------- */
.home #left {
  float: left;
  padding-left: 10px;
  width: 520px;
}
.home #right {
  background: url('theme-images/home-divider.gif') repeat-y top left;
  float: right;
  padding-top: 16px;
  padding-left: 20px;
  margin-top: 40px;
  width: 315px;
}
.home #right img {
  margin-left: 65px;
  margin-top: -35px;
}
.home h2 {
  color: #2c559a;
  font-size: 2.6em;
  letter-spacing: -0.5px;
  line-height: 1em;
  margin-top: 28px;
  margin-bottom: 32px;
}
.home h2.small {
  color: #2c3647;
  font-size: 0.8em;
  margin: 70px 0 20px;
  text-transform: uppercase;
}
.home h3 {
  color: #2c559a;
  font-size: 1.8em;
  letter-spacing: -0.5px;
  margin-bottom: 13px;
}
.home h4 {
  clear: both;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.home h4.cv {
  margin-top: 39px;
}
.home p {
  font-size: 1.2em;
  line-height: 1.3em;
}
.home big {
  font-size: 1.35em;
  line-height: 1.3em;
}
.home ul {
  font-size: 1em;
  line-height: 1.2em;
}
.home ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px;
}
.home ul.portfolio {
  clear: both;
}
.home ul.portfolio li {
  float: left;
  margin: 0 10px 5px 0;
}
.home ul.portfolio li img {
  border: 1px solid #bcba95;
}
.home ul.portfolio li img:hover {
  border: 1px solid #b02121;
}
/* CV
----------------------------------------------------------------------- */
.cv #left {
  float: left;
  width: 650px;
}
.cv #right {
  background: #fffbc1;
  float: right;
  margin-top: 40px;
  padding: 25px;
  width: 180px;
}
.cv #right h4 {
  font-size: 1.3em;
  margin-bottom: 10px;
}
.cv #right ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 5px;
}
.cv #objective big {
  font-size: 1.4em;
  line-height: 1.3em;
}
.cv .date {
  font-size: .8em;
  margin-top: 20px;
  text-transform: uppercase;
}
.cv .first {
  margin-top: 10px !important;
}
.cv .employer, .cv .institution {
  font-weight: bold;
}
.cv .description {
  font-size: .85em;
  line-height: 1.2em;
  margin: 10px 0;
}
/* Portfolio
----------------------------------------------------------------------- */
.portfolio .left {
  margin-right: 30px;
}
.portfolio #port-collection {
  float: left;
  height: 1082px;
  overflow: hidden;
  position: relative;
  width: 897px;
}
.portfolio .port-item img {
  border: 1px solid #bcba95;
}
.portfolio .wrapper-header {
  clear: both;
}
.portfolio .wrapper-header h1 {
  float: left;
}
.portfolio .wrapper-header .parent-pager {
  float: left;
  font-size: 1.6em;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 12px;
}
.portfolio .wrapper-header .parent-pager a {
  margin-right: 8px;
}
.portfolio .wrapper-header .parent-pager a:hover {
  color: #b02121;
  text-decoration: none;
}
.portfolio .wrapper-header .parent-pager a:hover.activeSlide {
  color: #c3c3c3;
}
.portfolio .wrapper-header .parent-pager .activeSlide {
  color: #c3c3c3;
}
.portfolio .slide {
  background: none !important;
}
.portfolio .slide h2 {
  font-size: 1.6em;
  line-height: 1.1em;
  margin: 0 0 30px;
  padding: 0;
}
.portfolio .slide h2.hanging-quote {
  text-indent: -14px;
}
.portfolio .slide h3 {
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.portfolio .slide h3 strong {
  display: block;
  font-size: 0.7em;
  font-weight: bold;
  text-transform: uppercase;
}
.portfolio .slide p {
  font-size: 0.8em;
  line-height: 1.4em;
  margin-left: 655px;
}
.portfolio .slide p.live-site-warning {
  font-size: 0.6em;
  line-height: 1.2em;
  margin-top: 5px;
}
.portfolio .slide a.live-site-link {
  color: #b02121;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 30px;
}
.portfolio .slide img {
  border: 1px solid #bcba95;
}
.portfolio .child-pager1,
.portfolio .child-pager2,
.portfolio .child-pager3,
.portfolio .child-pager4,
.portfolio .child-pager5,
.portfolio .child-pager6 {
  position: absolute;
  top: 503px;
  left: 0;
  z-index: 1000;
}
.portfolio .child-pager1 a img,
.portfolio .child-pager2 a img,
.portfolio .child-pager3 a img,
.portfolio .child-pager4 a img,
.portfolio .child-pager5 a img,
.portfolio .child-pager6 a img {
  border: 1px solid #bcba95;
  margin-right: 18px;
}
.portfolio .child-pager1 a.active img,
.portfolio .child-pager2 a.active img,
.portfolio .child-pager3 a.active img,
.portfolio .child-pager4 a.active img,
.portfolio .child-pager5 a.active img,
.portfolio .child-pager6 a.active img {
  -moz-box-shadow: 0 0 30px #AEAE85;
  border: #b02121 solid 1px;
}

