.spacer {
    clear:both;
}

body {
    text-align:center;
    background-color:#262626;
    font-size: 62.5%;
    line-height: 1.6em;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #ffffff;
}

a {
    color: #6cc3f5;
    border-bottom: 1px solid #6cc3f5;
    text-decoration:none;
}



a:hover {
    border-bottom-width: 2px;
}

/** headings **/
h1 {
    margin: 0 0 7px;
    font-size: 2.2em;
    font-weight:bold;
}
h2 {
    margin: 0 0 7px;
    font-size: 1.8em;
    font-weight: bold;
}
h3 {
    margin: 0 0 7px 7px;
    font-size: 1.4em;
    font-weight: bold;
}
h4 {
        margin: 0 0 7px;
        font-size: 1.2em;
        font-weight: bold;
}
h5 {
        margin: 0 0 7px;
        font-size: 1.2em;
        font-weight: bold;
}
h6 {
        margin: 0 0 9px;
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: normal;
}

#wrapper {
    margin:0 auto;
    width:1090px;
    font-size: 1.2em;
}

#main {
  margin: 0px 0px 0px 0px;
  text-align:center;
  width: 1010px;
  overflow: hidden;
  background-color:#1A1A1A;
  border: 2px solid #999999;
}
/*
#header {
  text-align:left;
  padding-bottom:30px;
  background-image:url('images/tattoo-banner-skinny.png');
  background-repeat: no-repeat;
  background-position:right;
}

#banner {
    float:right;
    margin: 25px 0px 15px 50px;
    padding: 30px 0 50px 0;
}*/

#leftarrow, #leftarrow-inactive {
    float: left;
    background: url("./images/arrow_left_new.png") #1A1A1A;
    background-repeat: no-repeat;
    background-position: center center;
}

#rightarrow, #rightarrow-inactive {
    float: right;
    background: url("./images/arrow_right_new.png") #1A1A1A;
    background-repeat: no-repeat;
    background-position: center center;
}
.sidearrows {
    cursor: pointer;
    width: 30px;
    height: 660px;
    padding: 0px 0px;
    margin: 5px 0px;
    border: 1px solid #999999;
}

#leftarrowoverlay {

}
#rightarrowoverlay {

}
.arrowsoverlay {
    cursor: default;
    opacity: 0.7;
    background-color: #1A1A1A;
    height: 100%;
    width: 100%;
    z-index: 99;
}


#content {
    height: 640px;
    width: 1050px;
    text-align:center;
    margin: 0 auto;
    margin-bottom: 3px;
    padding: 15px;
    clear:both;
}

#navigation {
    margin-top:10px;
    color:#999999;
    /*highlighted color is #bbbbbb*/
    text-align:right;
    padding-right:37px;
    letter-spacing:.2em;
}
#navigation a {
    border-bottom:none;
}

.slidecontainer {
   width: 940px;
   height: 640px;
   overflow: hidden;
   display: inline-block;
   float: left;
   border: 2px solid #fff;
   outline: 1px solid #333;
   -moz-outline-radius:4px;
   text-align: center;
   margin-left: 8px;
   margin-right: 7px;
}
/*#titleslide img {
    padding:2px;
}*/

/* player container */
#mainvideo {
    width:720px;
    height:480px;
    background-image:url('./videostills/trishcloseup1.jpg');
    margin: 0;
}

/* play button */
#mainvideo img {
    margin: 0 auto;
    margin-top:180px;
    
}


/* info area */
.info {
	height:40px;
	background:#000;
	opacity:0.7;
	color:#CF2A68;
	margin-top:135px;
	text-align:left;
	padding:5px 15px;	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:16px;
	border-top:1px solid #ccc;
}

/* duration data inside info area */
div.info span {
	color:#ffffff;
	font-size:12px;
	display:block;
	font-weight:bold;
}



#bottom {
  margin: 20px 39px 0px 40px;
  padding: 15px;
  width: 980px; //#main is 1010px
  overflow: hidden;
  background-color: #1A1A1A;
  border: 1px solid #999999;
  border-bottom:none;
}

#bottom-inner {   
    background: url('./images/bgrule_323_738.gif') center repeat-y;
}

#text {
    display: block;
    width:475px;
    margin: 0px 5px 0px 0px;
    float:left;
	text-align:left;
	font-size:14px;
	border-bottom:1px solid #999999;
}

#comments {
    display: block;
    width: 475px;
    margin: 0px 0px 0px auto;
    float: right;
    text-align: left;
}

#commentlist {
    padding:0px;
    margin:0px;
}

.comment {
    list-style:none;
    margin: 0px;
    padding: 5px;   
}

.comment .title {
    font-size:1.2em;
}

#commentlist .odd {
    background-color: #262626;
}

#commentlist .even {
    
}

#logo {
    display: block;
    width: 490px;
    margin: 0px 2px 0px 0px;
    float: left;
}

#footer {
    margin: 0px auto;
    padding: 15px;
    border: 1px solid #999999;
    border-top-width: 4px;
    text-align: left;
}


