/* BrianJamesOConnell.com stylesheet */
/* main.css */
/* defines Main Page styles */

/* START MAIN ABOUT STYLES */

#main-about {
  width: 279px;
  float: right;
  text-align: right;
  background: transparent url('/images/6.png') top left no-repeat;
  position: relative;
  top: -8.55em;
  right: -2em;
  z-index: 1;
  margin-bottom: -7.55em;
}

#main-about p {
  float: right;
  text-align: left;
  width: 229px;
  margin: 548px 0 0 0;
  padding: .5em 1em;
  background-color: #ECECEC;
}

#main-about p strong {
  text-transform: uppercase;
  font-size: 130%;
  margin: 0;
}

#main-about .more {
  display: block;
  text-align: right;
  font-size: 85%;
  font-weight: bold;
}

/* END MAIN ABOUT STYLES */


/* START FEATURED VIDEOS STYLES */

#main-featuredvideo {
  border-bottom: 1px solid #CDCDCD;
}

#youtube-placeholder {
  width: 425px;
  height: 344px;
  background-color: #CDCDCD;
}

#main-featuredvideo-header {
  margin: 0 0 1em 0;
}

#main-featuredvideo-header a {
  height: 27px;
  background: transparent url('/images/8.gif') top left no-repeat;
}

/* END FEATURED VIDEOS STYLES */

/* START FEATURED BLOG STYLES */

#main-featuredblog {
  margin: 2em 0;
  border-bottom: 1px solid #CDCDCD;
}

.header-wrapper {
  margin-bottom: 1em;
}

#main-featuredblog-header {
  float: left;
  margin: 0;
  width: 217px;
  background: transparent url('/images/7.gif') top left no-repeat;
}

#main-featuredblog-header a {
  height: 27px;
}

#main-featuredblog .more {
  text-align: right;
  font-size: 85%;
}

/* END FEATURED BLOG STYLES */


/* START FEATURED COMIC STYLES */

#main-featuredcomic {
  margin: 2em 0;
  border-bottom: 1px solid #CDCDCD;
}

#main-featuredcomic-header {
  float: left;
  margin: 0;
  width: 233px;
  background: transparent url('/images/9.gif') top left no-repeat;
}

#main-featuredcomic-header a {
  height: 26px;
}

/* END FEATURED COMIC STYLES */

/* end main.css */