/* LucasDick.com stylesheet */
/* common.css */
/* defines site-wide styles */

/* BEGIN BASE STYLES */

body {
  padding-top: 5em;
  background: #FFFFFF url('/images/2.jpg') top left repeat-x;
}

h1 {
  font-size: 138.5%;
}

h2 {
  font-size: 123.1%;
}

h3 {
  font-size: 108%;
}

h1,h2,h3 {
  margin: 1em 0;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  color: #00AEEF;
  text-transform: uppercase;
}

abbr,acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  font-style: italic;
}

blockquote,ul,ol,dl {
  margin: 1em;
}

ol,ul,dl {
  margin-left: 2em;
}

ol li {
  list-style: decimal outside;	
}

ul li {
  list-style: disc outside;
}

dl dd {
  margin-left: 1em;
}

th,td {
  border: 1px solid #000;
  padding: .5em;
}

th {
  font-weight: bold;
  text-align: center;
}

caption {
  margin-bottom: .5em;
  text-align: center;
}

p,fieldset,table {
  margin-bottom: 1em;
}

a {
  color: #00AEEF;
  text-decoration: none;
}

a:visited {
  color: #00AEEF;
}

a:hover {
  color: #000000;
}

a:active {
  color: #284674;
}

.clearboth {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */


.left {
  float: left;
}

.right {
  float: right;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

sup {
  vertical-align: super;
}

.img_replace {
  display: block;
  text-indent: -5000em;
  overflow: hidden;
}

/* END BASE STYLES */




/* BEGIN TEMPLATE STYLES */

#doc4 {
  width: 65.385em;
  *width: 63.752em;
}

.yui-g {
  border-bottom: 1px solid #CDCDCD;
}

#main-header a {
  width: 425px;
  height: 62px;
  margin-bottom: 1em;
  background: transparent url('/images/5.png') top left no-repeat;
}

#next-show {
  background: transparent url('/images/7.gif') top left no-repeat;
  width: 425px;
  margin-bottom: 1em;
}

#next-show-header {
  width: 22%;
  float: left;
  color: #00AEEF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 108%;
  margin-left: .5em;
}

#next-show-info {
  width: 74%;
  float: right;
  margin: 0 .5em 0 0;
}

#next-show-info p {
  margin: 0;
}

#next-show-body {
  width: 100%;
  background: transparent url('/images/6.gif') bottom left no-repeat;
  padding: 0 0 .5em 0;
  margin: .5em 0 0 0;
}

#main-nav {
  width: 113px;
  margin: 0 0 1em 0;
}

#main-nav li {
  list-style: none;
}

#main-nav li a {
  height: 38px;
  background-image: url('/images/3.png');
  background-repeat: none;
}

#main-nav-photos:hover {
  background-position: 0 -38px;
}

#main-nav-videos {
  background-position: -128px 0;
}

#main-nav-videos:hover {
  background-position: -128px -38px;
}

#main-nav-contact {
  background-position: -250px 0;
}

#main-nav-contact:hover {
  background-position: -250px -38px;
}

#main-nav-store {
  height: 39px !important;
  background-position: -390px 0;
}

#main-nav-store:hover {
  background-position: -390px -38px;
}

#yui-main {
  padding: 1em 0;
  font-family: lucida grande, arial, helvetica, clean, sans-serif;
  color: #A0A0A0;
}

#right-col {
  height: 600px;
}

#ft {
  padding-top: .5em;
  font-size: 85%;
  color: #A0A0A0;
}

#mainpic {
  display: inline;
  width: 402px;
  height: 587px;
  position: fixed;
  bottom: 0;
  right: 2em;
  z-index: 1;
  background: transparent url('/images/4.png') bottom right no-repeat;
}


/* END TEMPLATE STYLES */



/* end common.css */