/*
Theme Name: On Demand
Theme URI: http://www.press75.com/
Description: Another quality Video WordPress theme by Jason @ Press75.com.
Version: 1.0
Author: Jason Schuller
Author URI: http://www.jdidit.com/
Tags: Video, On Deamand, Premium Theme

Theme Name v1.0
http://www.press75.com/

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.jdidit.com

CSS, XHTML and design are all Copyright 2008 Press75.com
*/

/* Lets Begin With Some Basics */
#social-slider {
position: fixed;
top:30%;
right: 0px;
width:71px;
height:233px;
background-image:url(http://www.tattoo.tv/images/social-sidebar.png);
z-index:20000;

}
#social-slider-div{
width:55px;
margin-left:15px;
margin-top:13px;
}

html, body {
font-size: 12px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin: 0px;
background: #666666;
padding: 0px;
color: #ffffff;
line-height: 1.2em;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h2.pagetitle {
margin: 0;
}

h3 {
font-size: 1.3em;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

a:link, a:visited {
color: #5588BB;
text-decoration: none;
padding-bottom: 2px;
}

a:hover {
color: #565050;
text-decoration: underline;
}
:-moz-any-link:focus {
  outline: none;
}
.clear {
clear: both;
}

p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}

p {
margin: 0 0 10px 0;
}
/* And... Moving On */

/* Begin Header */
#header {
width: 980px;
margin: 0px auto;
height: 70px;
padding: 15px 0 0 0;
}

#headleft {
width: 490px;
float: left;
}

#headright {
width: 490px;
float: left;
text-align: right;
text-transform: lowercase;
}

#headright ul {
list-style: none;
}

#headright li {
display: inline;
margin: 0 0 0 15px;
}
#sidebar div.block form #search {
width: 250px;
margin: 12px;
margin-left: 17px;
font-size: 80%;
}
#sidebar div.block form #searchsubmit {
display: none;
}
#searchwrap {
background:none;
height:27px;
/*margin:15px 0 0 0;*/
margin-right: 4px;
float:right;
background: url(images/searchbg.jpg) top left no-repeat;
}

#searchwrap input{
vertical-align:middle;
background:none;
color:#A7A7A7;
font-family:arial,helvetica,verdana,sans-serif;
}

#searchwrap #s{
font-size:14px;
border:none;
padding:4px 4px;
margin-right:3px;
width:250px;
}
/* End Header */

/* Begin Content Slider */
#featured {
width: 100%;
float: left;
height: 365px;
background: url(images/sliderbg.jpg) top left repeat-x;
padding: 15px 0 0 0;
}

#thevideo {
width: 100%;
float: left;
background: #131313 url(images/videobgtop.jpg) top left repeat-x;
padding: 15px 0 0 0;
}

#thevideoinside {
width: 100%;
float: left;
background: url(images/videobgbottom.jpg) bottom left repeat-x;
position: static;
padding: 0 0 15px 0;
min-height: 350px;
}

#videoembed {
margin: 0px auto;
width: 954px;
text-align: center;
}

.watchnow {
position: absolute;
top: 250px;
left: 560px;
width: 180px;
height: 29px;
background: url(images/watchnow.jpg) top left no-repeat;
cursor: pointer;
}

.watchnow:hover {
background: url(images/watchnowover.jpg) top left no-repeat;
}

.insert {
width: 180px;
height: 350px;
background: url(images/insertbg.png) top left no-repeat;
margin: 0 0 0 550px;
color: #FFFFFF;
padding: 10px;
line-height: 1.2em;
}


.insert h2 {
line-height: 1em;
font-size: 22px;
font-weight: normal;
margin: 0 0 10px 0;
}

.insert a:link, .insert a:hover, .insert a:visited {
color: #FFFFFF;
text-decoration: none;
}
/* End Content Slider */

/* Begin Entry Lists */
html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */

/* Begin Main Content */
#contentwrap {
width: 100%;
display:inline;

/*border-bottom: 1px solid #D3D3D3;*/
float: left;
}

#pagewrap {
width: 100%;
/*background: #000000;*/
/*background: url(Images/background.jpg) repeat scroll left top;*/
/*border-bottom: 1px solid #D3D3D3;
border-top: 1px solid #D3D3D3;*/
float: left;
}

#content {
width: 954px;
margin: 0px auto;
padding: 15px 0 15px 0;
}

#menubar {
width: 954px;
height: 45px;
background: url(images/menubarbg.jpg) top left no-repeat;
}

#subscribe {
width: 50px;
height: 40px;
float: right;
margin: 1px 2px 0 0;
background: url(images/rss.jpg) top left no-repeat;
cursor: pointer;
}

#subscribe:hover {
background: url(images/rssover.jpg) top left no-repeat;
}

#subscribe ul {
list-style: none;
margin: -5px 0 0 0;	
}

#subscribe li {
display: inline;
}

#pagenav {
float: left;
margin: 0 10px 15px 0;
width: 600px;
text-align: right;
}
#pagenav div.wp-pagenavi {
text-align: center;
margin-top: 40px;
}
* html #pagenav div.wp-pagenavi  {
width: 70%;

float: left;
}
/* End Main Content */

/* Begin Categories List */
ul, li {
margin:0;
border:0;
padding:0;
list-style:none;
}

#catlist {
font-size:14px;
padding:0px;
height:28px;
padding: 7px 0 0 10px;
float: left;
}

#catlist .menu li {
background:url(images/lm.gif) left top no-repeat;
height:28px;
float:left;
margin-right:10px;
}

#catlist .menu li a {
color:#5588bb;
text-decoration:none;
padding:0 10px;
height:28px;
line-height:28px;
display:block;
float:left;
padding:0 26px 0 10px;
background:url(images/rm.gif) right top no-repeat;
width:200px;
}

#catlist .menu li a:hover {
color:#565050;
}

#catlist ul .submenu {
border-top:none;
background: url(images/menubg.png) top left repeat;
position:relative;
width:235px;
padding:6px 0;
clear:both;
z-index:2;
display:none;
}

#catlist ul .submenu li {
background:none;
display:block;
float:none;
margin:0 6px;
border:0;
height:auto;
line-height:normal;
border-top:solid 1px #B6B6B6;
}

#catlist .submenu li a {
background:none;
display:block;
float:none;
padding:6px 11px;
margin:0;
border:0;
height:auto;
line-height:normal;
}

#catlist .submenu li a:hover{
}
/* End Categories List */

/* Begin Video Gallery */
#videogallery {
width: 629px;
float: left;
display: inline;
margin: 10px 0 10px 8px;
}
* html #videogallery {
width: 620px;
margin: 10px 0px 10px 0px;
}
/** 
#videogallery a:link, #videogallery a:visited {
color: #1F1D1D;
}

#videogallery a:hover {
color: #5588BB;
}
**/

#bloglist {
width: 618px;
float: left;
margin: 10px  10px;
}


.videoitem {
width: 182px;
height: 270px;
float: left;
display: inline;
background: url(images/itembg.jpg) top left no-repeat;
margin: 0 9px 0 0;
padding: 9px;
}
* html .videoitem {
margin: 0px 2px 0px 0px;
}
.ratings {
float: left;
width: 155px;
height: 25px;
margin: 1px 0 0 0;
}

.comments {
width: 21px;
height: 25px;
float: left;
background: url(images/commentsbg.gif) top left no-repeat;
color: #FFFFFF;
font-size: 10px;
text-align: center;
line-height: normal;
}

.thumbnail {
float: left;
display: inline;
margin: 5px 0 0 0;
width: 183px;
height: 112px;
padding: 0px;
overflow: hidden;
}

img.thumb { 
width: 1024px;
height: 120px;
}

a:hover img.thumb {
width: 183px;
height: 112px;
}

h2.itemtitle {
font-size: 14px;
margin: 15px 0 0 -5px;
padding: 0;
font-weight: normal;
display:inline;
float: left;
width: 195px;
}

p.itemdesc {
font-size: 10px;
color: #565050;
/*width: 205px;*/
float: left;
display: inline;
margin: 0 0 5px -5px;
padding: 0;
}

.gallerydate {
color: #999191;
width: 185px;
float: left;
margin: 0 0 0 -5px;
}

#videodets {
width: 634px;
float: left;
/*border-bottom: 1px solid #B8B8B8;*/
margin: 0 0 10px 0;
padding: 0 0 10px 0;
display: inline;
}

#postcontent {
width: 634px;
float: left;
display: inline;
/*border-bottom: 1px solid #B8B8B8;*/
margin: 0 0 10px 0;
padding: 0 0 10px 0;
}
* html #postcontent {
width: 625px;
float: left;
display: inline;
/*border-bottom: 1px solid #B8B8B8;*/
margin: 0 0 10px 0;
padding: 0 0 10px 0;
}
* html #videodets {
width: 625px;
float: left;
/*border-bottom: 1px solid #B8B8B8;*/
margin: 0 0 10px 0;
padding: 0 0 10px 0;
display: inline;
}
* html #postcomments {
width: 625px;
float: left;
display: inline;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
overflow: hidden;
}
#postcomments {
width: 634px;
float: left;

margin: 0 0 10px 0;
padding: 0 0 10px 0;
overflow: hidden;
}

#videodets h2 {
padding: 0;
margin: 0 0 10px 0;
}

.itemlinks {
margin: 5px 0 5px 0;
padding: 0;
}

.itemlinks a:link, .itemlinks a:visited {
color: #565050;
}

.smalllinks a:link, .smalllinks a:visited {
color: #999191;
}

.smalllinks {
color: #999191;
}

#postinfo {
width: 400px;
float: left;
}

#singlethumb {
width: 190px;
float: right;
background: url(images/singlethumb.jpg) top left no-repeat;
padding: 9px 20px 10px 10px;
}

#singlethumbnail {
float: right;
margin: 0;
width: 190px;
height: 120px;
padding: 0px;
overflow: hidden;
}
/* End Video Gallery */

/* Begin Blog and Page Items */
.blogitem {
width: 634px;
float: left;
/*border-bottom: 1px solid #B8B8B8;*/
margin: 10px 0 10px 0;
padding: 0 0 10px 0;
}

.pageitem {
width: 634px;
float: left;
margin: 10px 0 10px 0;
}

.blogcontent {
width: 634px;
float: left;
margin: 10px 0 0 0;
}

.blogitem h2, .pageitem h2 {
font-size: 18px;
font-weight: normal;
padding: 0;
margin: 0 0 5px 0;
}
/* End Blog and Page Items */

/* Begin Sidebar */
#sidebar {
width: 305px;
float: left;
display: inline;
margin: 0;
padding: 10px 0 0 0;
}
* html #sidebar {
 width: 280px;
 float: right;
 }

#sidebar h3 {
margin: 10px 0 0 8px;
padding: 0;
font-size: 14px;
}

#sidebar h4 {
margin: 0;
padding: 0;
font-size: 13px;
font-weight: normal;
}

.blockhead {
width: 310px;
height: 33px;
float: left;
background: url(images/blockhead.jpg) top left no-repeat;
}


.block {
width: 294px;
float: left;
background: url(images/blockbg.jpg) bottom left no-repeat;
padding: 8px;
margin: 0 0 10px 0;
}
.block2 {
width: 294px;
float: left;
background: url(images/blockbg.jpg) bottom left no-repeat;
padding: 8px;
margin: 0 0 10px 0;
}
.block2 img {
width: 290px;
padding-bottom:4px; 
}
.sideblog {
margin: 0 0 8px 0;
padding: 0 0 8px 0;
border-bottom: 1px solid #E8E8E8;
}

#ratingsblock ul {
list-style: none;
}

#ratingsblock li {
margin: 0 0 8px 0;
padding: 0 0 8px 0;
border-bottom: 1px solid #E8E8E8;
}
/* End Sidebar */

/* Begin Comments*/
#comment {
width:450px;
}

h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color:#333 !important;
}

ol.commentlist {
margin: 10px 0 20px;
padding: 0;
list-style: none;
font-size: 12px;
}

ol.commentlist p {
margin-bottom:10px;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
}

ol.commentlist li {
padding: 0;
background: #FFFFF;
margin: 0 0 15px 0;
border-bottom: 1px solid #DFDFDF;
}

ol.commentlist li.alt {
padding: 0 !important;
background: #FFFFF;
margin: 0 0 15px 0;
}

input#submit {
font-size: 12px;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
padding:7px 10px;
margin:10px 0 0 0;
text-align:center;
background: #212121;
cursor:pointer;
font-weight: bold;
text-transform: uppercase;
border: none;
}

#comment,#author,#email,#url {
background: #FFFFFF;
border:1px solid #B8B8B8;
padding:2px;
color:#646464;
margin:0px 0 0 0;
}
/* End Comments */

/* Begin Sidebar */

/* End Sidebar */

/* Begin Various Tags and Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}
/* End Various Tags and Classes*/

/* Begin Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End Captions */

/* Begin Footer */
#footer {
width: 980px;
margin: 0px auto;
padding: 5px 0 50px 0;
clear: both;
}

#footer a:link, #footer a:visited {
color: #565050;
}

#footer small {
color: #999191;
}
/* new */
@charset "UTF-8";
* 		{
	margin: 0px;
	padding: 0px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 954px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	color: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
}
.oneColFixCtr #section-bottom {
	background-color: #131313;
	padding: 20px 0px 21px 12px;
	clear: both;
	background-attachment: scroll;
	background-image: url(http://www.tattoo.tv/templates/rt_perihelion_j15/images/style5/s3-bgtop.png);
	background-repeat: repeat-x;
	background-position: 50% 0;
	min-width: 974px;
	height:360px;
	
}
/*   additional styling for headings in featured artists */
#vidbackText {
color:#FFFFFF;
font-size:11px;
padding-top:280px;
}

.oneColFixCtr #section-bottom a {
color:#FFFFFF;
}

.oneColFixCtr #section-bottom img {
  padding-right: 20px;
  
  width:220px;
  }
.headerWrapper .menu-surround #horiz-menu {
	font-family: Georgia, Genva, Tahoma;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	height: 32px;
	margin-top: 0px;
	border: 1px solid #333333;
	position: relative;
	z-index: 50;
}
* html .headerWrapper .menu-surround #horiz-menu {
	height: 20px;
	display: block;
	margin-bottom: 3px;
}
div.menu-surround {
	padding: 0px 5px 0px 6px;
}
* html div.menu-surround {
	padding: 0px 5px 0px 6px;
}
.menu-surround #horiz-menu ul.menutop {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#horiz-menu ul.menutop {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.menutop {
	line-height: 1px;
	float: left;
	display: inline;
	margin-bottom: 1.5px;
}
#horiz-menu {
	letter-spacing: 1px;
	font-family: Georgia, Geneva, Tahoma;
}
#horiz-menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-position: outside;
	list-style-type: none;
}
#horiz-menu a, #horiz-menu .separator {
	color: #BBBBBB;
	display: inline;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	float: left;
	font-weight: normal;
	overflow: hidden;
	padding: 0px 12px;
	z-index: 100;
	margin-left: -1px;
}
* html #horiz-menu a {
 	padding: 10px;
	line-height: 16px;
	}


#horiz-menu li.active {
	  background:transparent url(http://www.tattoo.tv/templates/rt_perihelion_j15/images/style5/menu2-tab-m.png) no-repeat scroll 50% 0;

	margin-top: -1px;
	margin-left: -1px;
	position: relative;
	z-index: 1000;
}
#horiz-menu li.active span {
	background:transparent url(http://www.tattoo.tv/templates/rt_perihelion_j15/images/style5/menu-tab-l.png) no-repeat scroll 0 0;
	display: block;
	height: 43px;
	line-height: 34px;
	padding: 0px 12px;
	z-index: 100;
}
* html #horiz-menu li.active span {
 	display: inline;
	line-height: 34px;
	}
* html #horiz-menu li a {
	line-height: 90%;
	height: 10px;
	display: block;
	}
* html #horiz-menu li.active a {
	line-height: 16px;
	display: inline;
	}
* html #horiz-menu li.active .separator {
	line-height: 45px;
	display: inline;
	}
#horiz-menu li.active a, #horiz-menu li.active .separator {
	color: #FFFFFF;
	cursor: pointer;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	line-height: 34px;
	height: 43px;
	margin: 0px;
	float: left;
	background: url(http://www.tattoo.tv/templates/rt_perihelion_j15/images/style5/menu2-tab-r.png) no-repeat scroll 100% 0;
}
#horiz-menu li.sfHover a, #horiz-menu li:hover a {
	color: #ffcc00;
}
.oneColFixCtr #communityFooter {
	background: url(http://www.tattoo.tv/templates/rt_perihelion_j15/images/style5/bottom-menu-bg.jpg) repeat-x scroll 0 0;
	height: 53px;
	min-width: 974px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; 
	float:left;
}
.oneColFixCtr  #communityHeader .headerWrapper {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	position: relative;
}
#communityHeader .headerWrapper .communityLogo {
	height: 69px;
	width: 289px;
	margin-top: 15px;
	margin-bottom: 9px;
	padding-bottom: 0px;
	/*background: url(http://www.tattoo.tv/templates/rt_perihelion_j15/images/style5/logo.png) top left no-repeat;*/
	
}
* htrml #communityHeader .headerWrapper .communityLogo  {
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tattoo.tv/templates/rt_perihelion_j15/images/style5/logo.png', sizingMethod='crop');
 background: none;
	}

/*		************ 	LOGIN FORM		*****************		*/
#communityHeader .headerWrapper #logInContainer	{
	position: absolute;
	top: 16px;
	right: 0px;
	}
#communityHeader .headerWrapper #logInContainer form {
	height: 75px;
	width: 396px;
	background: url(http://www.tattoo.tv/templates/rt_perihelion_j15/images/style5/login-bg.png) top left no-repeat;
	padding-top: 3px;
	padding-left: 3px;
	position: relative;
	margin-right: -98px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
* html #communityHeader .headerWrapper #logInContainer form {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tattoo.tv/templates/rt_perihelion_j15/images/style5/login-bg.png', sizingMethod='crop');
 background: none;
 }
#communityHeader .headerWrapper #logInContainer .formTitle {
	color: #FFF;
	
	margin-top: 5px;
}

#communityHeader .headerWrapper #logInContainer .socialLog p #socialSubmit {
	margin-top: 9px;
	margin-left: 9px;
	width: 50px;
	color: #FFFFFF;
	background-color: #1B1B1B;
	border: 1px solid #3A3A3A;
	height: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
#communityHeader .headerWrapper #logInContainer .socialLog .formTitle {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 16px;
	font-size: 12px;
}
* html #communityHeader .headerWrapper #logInContainer .socialLog .formTitle {
   margin-left: 8px;
   }
#communityHeader .headerWrapper #logInContainer .socialLog p.createAC a {
	font-size: 9px;
	color: #ffd890;
	position: absolute;
	left: 28px;
	bottom: 18px;
	text-decoration: none;
}
#communityHeader .headerWrapper #logInContainer .socialLog #inputFields p #socilaUser {
	width: 127px;
	background-color: #1B1B1B;
	border: 1px solid #3A3A3A;
	color: #FFFFFF;
}
#communityHeader .headerWrapper #logInContainer .socialLog #inputFields p #socialpass {
	width: 127px;
	background-color: #1B1B1B;
	border: 1px solid #3A3A3A;
	color: #FFFFFF;
}
* html #communityHeader .headerWrapper #logInContainer .socialLog #inputFields p #socilaUser {
	width: 100px;
	background-color: #1B1B1B;
	border: 1px solid #3A3A3A;
	color: #FFFFFF;
}
* html #communityHeader .headerWrapper #logInContainer .socialLog #inputFields p #socialpass {
	width: 100px;
	background-color: #1B1B1B;
	border: 1px solid #3A3A3A;
	color: #FFFFFF;
}
#communityHeader .headerWrapper #logInContainer form.socialLog p {
	padding: 0px;
	float: left;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
* html #communityHeader .headerWrapper #logInContainer form.socialLog p {
	padding: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#communityHeader .headerWrapper #logInContainer .socialLog #inputFields {
	width: 130px;
	float: left;
	margin-right: 0px;
	height: 75px;
}

#communityHeader .headerWrapper #logInContainer .socialLog #inputFields p {
	width: 130px;
	float: left;
	margin-top: -1px;
	margin-bottom: 0px;
}

#communityHeader .headerWrapper #logInContainer .socialLog #inputFields p #socialSubmit {
	width: 130px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#communityHeader .headerWrapper #logInContainer .socialLog #inputFields p input {
	margin-top: 10px;
	height: 16px;
	padding: 0px;
}
#section-middle #communityHeader .headerWrapper #logInContainer .socialLog p.input2 {
	margin-top: -4px;
	}


/* 		********** 		END LOGIN		****************		*/

   
.oneColFixCtr #mainContent h1 {
	margin: 0px;
}
.oneColFixCtr #communityWrap {
	background: url(http://www.tattoo.tv/templates/rt_perihelion_j15/images/style5/trans_back.png) repeat scroll 0 0;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px; 
	padding: 10px;
}
* html .oneColFixCtr #communityWrap  {
	background: #000000;
	}
.oneColFixCtr #communityHeader {
	background-color: #000;
	background-image: url(http://www.tattoo.tv/templates/rt_perihelion_j15/images/style5/header-bar-bg.jpg);
	background-repeat: repeat-x;
	height: 144px;
}
.oneColFixCtr #section-middle {
	background-color: #FFF;
	background: url(http://www.tattoo.tv/templates/rt_perihelion_j15/images/style5/background.jpg) repeat scroll left top;
	background-position: 0px 144px;
	margin: auto;
	padding: 0px;
	display: block;
}
.oneColFixCtr #communityFooterMenu {
	background: #ffffff url(http://www.tattoo.tv/templates/rt_perihelion_j15/images/style5/section-five-bg.png) repeat-x scroll 0 0;
	height: 268px;
	padding-top: 10px;
}
.oneColFixCtr #communityFooterMenu p a {
color: #7c7c7c;
text-decoration: none;
padding-left: 10px;
}
.oneColFixCtr #communityFooterMenu p a:hover {
color: #000000;
text-decoration: none;
padding-left: 10px;
}
div.clearContent	{
	clear: both;
	height: 0;
	display: block;
	}
/*	***********************		Footer Menu 1		**********************		*/
#communityFooter #bottomMenu1	{
	padding-top: 22px;
	margin-left: 24px;
	}
#communityFooter #bottomMenu1 a	{
color:#7c7c7c;
margin-right:28px;
margin-left: 1px;
margin-top:22px;
font-size: 95%;
text-decoration:none
}
#communityFooter #bottomMenu1 a:hover	{
color:#333333;
margin-right:28px;
margin-left: 1px;
margin-top:22px;
font-size: 95%;
text-decoration:none
}

/*		**********************	Footer Menu 2		**********************		*/

.oneColFixCtr #communityFooterMenu #footerMenuContainer {
margin: 0px auto;
width: 946px;
display: block;

}
#communityFooterMenu #footerMenuContainer #lowerMenuLeft {
	margin-left: 81px;
}

#communityFooterMenu #footerMenuContainer #lowerMenuLeft, #communityFooterMenu #footerMenuContainer #lowerMenuMiddle, #communityFooterMenu #footerMenuContainer #lowerMenuMiddle2, #footerMenuContainer #lowerMenuRight, #footerMenuContainer #lowerMenuFarRight	{
	float: left;
	display: inline;
	font-size: 10px;
	width: 172px;
}
#communityFooterMenu #footerMenuContainer #lowerMenuMiddle {
	width: 158px;
	
}
#communityFooterMenu #footerMenuContainer #lowerMenuMiddle2 {
	width: 184px;
}

#communityFooterMenu #footerMenuContainer #lowerMenuLeft h3, #communityFooterMenu #footerMenuContainer #lowerMenuMiddle h3, #communityFooterMenu #footerMenuContainer #lowerMenuMiddle2 h3, #footerMenuContainer #lowerMenuRight h3, #footerMenuContainer #lowerMenuFarRight h3 {
	font-size: 1.1em;
	text-align: left;
	float: left;
	width: 100%;
	line-height: 200% ;
	font-weight: bold;
	color: #666666;
}

#communityFooterMenu p {
	float: left;
	display: block;
	width: 100%;
	margin:0px;
	color:#7c7c7c;
	font-size: 80%;
	text-align: center;
}

#communityFooterMenu #footerMenuContainer #lowerMenuLeft ul, #communityFooterMenu #footerMenuContainer #lowerMenuMiddle ul, #communityFooterMenu #footerMenuContainer #lowerMenuMiddle2 ul, #footerMenuContainer #lowerMenuRight ul, #footerMenuContainer #lowerMenuFarRight ul
{
float:left;
margin:0 0 15px 0px;
padding: 0px 0px;
width:100px;
}

* html #communityFooterMenu #footerMenuContainer #lowerMenuLeft ul, * html #communityFooterMenu #footerMenuContainer #lowerMenuMiddle ul, * html #communityFooterMenu #footerMenuContainer #lowerMenuMiddle2 ul, * html #communityFooterMenu #footerMenuContainer #lowerMenuRight ul, * html #communityFooterMenu #footerMenuContainer #lowerMenuFarRight ul
{
float:left;
display: inline;
margin:0 0 0 -16px;
padding: 20px 0px;
width: 120px;
}

#communityFooterMenu #footerMenuContainer #lowerMenuLeft ul li, #communityFooterMenu #footerMenuContainer #lowerMenuMiddle ul li, #communityFooterMenu #footerMenuContainer #lowerMenuMiddle2 ul li, #footerMenuContainer #lowerMenuFarRight ul li, #footerMenuContainer #lowerMenuRight ul li
{
list-style: none;
text-align: left;


}
#communityFooterMenu #footerMenuContainer #lowerMenuLeft ul li a, #communityFooterMenu #footerMenuContainer #lowerMenuMiddle ul li a, #communityFooterMenu #footerMenuContainer #lowerMenuMiddle2 ul li a, #footerMenuContainer #lowerMenuFarRight ul li a, #footerMenuContainer #lowerMenuRight ul li a
{
color:#A8A8A8;
font-size:10px;
text-decoration:none;
line-height: 160%;
letter-spacing: 120%;
}
#communityFooterMenu #footerMenuContainer #lowerMenuLeft ul li a:hover, #communityFooterMenu #footerMenuContainer #lowerMenuMiddle ul li a:hover, #communityFooterMenu #footerMenuContainer #lowerMenuMiddle2 ul li a:hover, #communityFooterMenu #footerMenuContainer #lowerMenuFarRight ul li a:hover, #communityFooterMenu #footerMenuContainer #lowerMenuRight ul li a:hover
{
color:#7C7C7C;
font-size:10px;
text-decoration:none;
line-height:160%;
letter-spacing: 120%;
}

#section-bottom #featureHolder1, #section-bottom #featureHolder2, #section-bottom #featureHolder3, #section-bottom #featureHolder4 {
	width: 240px;
	display: inline;
	position: relative;
	padding-bottom: 7px;
}
#section-bottom p {
	color: #fff;
	display: inline;
	
	bottom: -17px;
	right: 28px;
	margin-bottom: 10px;

}
#section-bottom #pContainer {
margin: 0px auto;
width: 954px;s
 } 
#section-bottom #pContainer p { 
color: #fff;
width: 930px; 
margin-right: 17px !important; 
margin-right: 5px;
margin-top: 0px; 
float: left;
text-align: right;
padding: 0px;
 } 
#section-bottom h3 {
	color:#fff;
	margin: 0px 200px 10px 0px;
	font-size: 120%;
	text-align:left;
	
}

#video_inskin {

width:930px;
height:230px;
margin-left:auto;
margin-right:auto;
}