/*  
Theme Name: UI Skin
Theme URI: 
Description: The UI default skin
Version: 1.0
Author: 
Author URI: 

*/
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {	
        background: #0f0f0d url(http://static.uncensoredinterview.com/images/bg.jpg) no-repeat fixed;
        width:100%;
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 20px;
  line-height: 20px;
  margin-top:10px;
  font-weight:bold;
  text-transform:uppercase;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

.widgettitle {
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom:10px;
  margin-top:15px;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
        background-image: none;
        background-position: left top;
        margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
}
#header {
	font-size: 11px;
	line-height: 15px;
        background: url('http://static.uncensoredinterview.com/logos/ui-blog-logo-230px.png');
        background-repeat: no-repeat;
        background-position:bottom left;
	padding: 20px 25px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #000;
	height: 120px;
        margin-top:5px;
}

#logo {
        display:inline;
}

#contentWrapper {
        background-color: #fff;
        float:left;
        width:100%;
}


#outerWrapper #contentWrapper #leftColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	padding: 10px 0px 10px 20px;
        margin:0 10px 0 10px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 215px;
	padding-top: 10px;
	padding-bottom: 10px;
        margin:0 10px 0 10px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	float:left;
        padding:0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin: 0 10px 0 10px;
	width: 460px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}

#footer {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 904px;
	background: none;
	height: 109px;
	margin: 0 auto;
	margin-right: auto;
}

.box_white {
	background-color: #FFFFFF;
	padding: 10px;
}
div.entry a, 
div.entry a:link, 
div.entry a:visited, 
div.entry a:hover, 
div.entry a:focus {
  color: #990000;
  font-weight: bold; 
}



div.entry {
  border-bottom: 1px solid #bb0012;
  padding-bottom:20px;
  padding-top:5px;
  clear:both;
}

div.entry a:active {
  color: #FF0000;
  font-weight: bold; 
}

.content_spacer {
	height: 15px;
	clear:both;
}

.navigation {
          color: #222;
          font-size: 14px;
          text-transform: uppercase;
          font-weight:bold;
}


.caption {
          font-size:.8em;
          margin-bottom:10px;
          text-align:right;
}

.right {
       float:right;
}

.list_style_arrow {
	margin: 0px 0px 0px 15px;
	list-style-image: url(images/list_type_arrow.gif);
	padding: 0px;
	line-height: 1.8em;
}

.list_style_none {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.centered {
	text-align: center;
	margin-top: 5px;
}

.boldcaps {
        font-weight:bold;
        text-transform:uppercase;
}

.normalweight {
        font-weight: normal;
}

.posted {
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	padding-top: 0px;
	font-weight: normal;
        text-transform:uppercase;
}

.postdate {
        font-weight: bold;
}

.twitlink a { 
        color: #999999; 
        text-decoration: none;
}

.twitlink a:hover { 
        color: #000000; 
        text-decoration: underline;
}

#outerWrapper #contentWrapper #content .box_white h1 {
	color: #bb0012;
        margin-top:15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.box_white h1 a{
	color:#900;
}
.box_white h2 a{
	color:#900;
}


#rightColumn1 li, #leftColumn1 li, li.linkcat{ 
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}

#rightColumn1{
	float: right;
	width: 190px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
/*	overflow: hidden; */

	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#666666;
}

#leftColumn1{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#666666;
}

#leftColumn1 ul {
	list-style: none;
	margin: 0;
	padding: 10px 5px 5px 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}


#rightColumn1 ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0px;
}

#rightColumn1 ul li{
	padding: 10px 0 5px 0px;
}

a.current{ 
	color:#FFFFFF;
}

a.rss {
	border:0px;
}


li.page_item, li.page-item-2, li.current_page_item{
	color:#FFFFFF;
}

.image_header{
	margin-top:15px;
}

img {
        border-style:none;
}

p#subscribe{ text-align:center; }
#subscribe_header{ background:url(images/subscribe.gif) no-repeat left top; height:24px; width:102px; }
#recent-posts h2{ height:0px; position:absolute; display:none; }
#recent_posts_header{ background:url(images/recent_posts.gif) no-repeat left top; height:26px; width:155px; }
#pages h2{ height:0px; position:absolute; display:none; }
#pages_header{ background:url(images/pages.gif) no-repeat left top; height:26px; width:155px; }
#archives h2{ height:0px; position:absolute; display:none; }
#archives_header{ background:url(images/archives.gif) no-repeat left top; height:26px; width:155px; }
#recent-posts ul, #pages ul, #archives ul{
	text-align:left;
	padding-left:15px;
}
#recent-posts li, #pages li, #archives li{
	list-style-image:url(images/list_type_arrow.gif);
	padding:5px 0;
}


#new_artist_on_ui_header{ background:url(images/new_artist.gif) no-repeat left top; height:31px; width:177px; }
#ui_band_photos_header{ background:url(images/ui_band_photos.gif) no-repeat left top; height:27px; width:166px;}
#tags_header{ background:url(images/tags.gif) no-repeat left top; height:25px; width:57px; }
#tags h2{ height:0px; position:absolute; display:none; }
#podcasts_header{ background:url(images/podcasts.gif) no-repeat left top; height:27px; width:128px; }
#best_mates_header{ background:url(images/best_mates.gif) no-repeat left top; height:27px; width:128px; }
#meta_header{ background:url(images/meta.gif) no-repeat left top; height:27px; width:128px; }
#watch_us_on_header{ background:url(images/watch_us_on.gif) no-repeat left top; height:25px; width:128px; }
#subscribe_me_header{ background:url(images/subscribe_me_text.gif) no-repeat left top; height:9px; width:114px;
  margin:3px auto 5px auto; }
  
#subscribe_email{ text-align:left; }
#subscribe_me_email{ width:120px; height:20px; border:1px solid #999999; vertical-align:middle; }
#subscribe_me_submit{ vertical-align:middle; margin-left:5px; }

#watch_us_on_container{ width:170px; line-height:8px; padding-top:15px; text-align: center; }

div.featured_partners { 
  text-align:center; 
}

.featured_partners p {
  font-size: 130%;
}


div.uiplayer {
   width: 384px;
   margin-left: auto;
   margin-right: auto;
  
}
div.attribution {
  text-align: left;
  padding: 3px;
  text-transform:uppercase;
}

div.share_box a, 
div.share_box a:link, 
div.share_box a:visited, 
div.share_box a:hover, 
div.share_box a:focus {
  color: #000;
  font-weight:normal;
}

.share_box {
   background-color: #fff;
   font-weight: normal;
}

div.share_box { 
   padding: 5px 0px 10px; 
   margin: 10px 0px 0px 0px;
}


.social_buttons {
   margin-bottom:20px;
}

a.more-link {
  font-style: italic;
  font-weight: normal;
  color: #990000;
}

.topics {
  text-transform: uppercase;
}

.topics a {
    color: #ccc;
}

#comments_box{ float:right; }

div.comments-template{ padding-top:15px; }
form#commentform textarea{ width:411px; }
form#commentform p{ margin-top:3px; margin-bottom:3px; }

/* flickr-widget plugin */
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_uber_wrapper {width:192px;}
#flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
/* flickr-widget plugin */

/* ADVERTISING */

#topad {
        text-align:center;
}

/* FORM STYLES */
	input.submit { padding: 2px; background-color: #8a020f; color: #FFF; font-size: 13px; text-transform: uppercase; border:1px solid #4f0209;margin-bottom:0px; }

/* NAVIGATION BAR */

        ul#nav {
		float: left;
		display: block;
		padding: 0;
		margin-bottom: 1px;
		background: url(http://www.uncensoredinterview.com/images/bg_nav.png) 0 0 repeat-x #bb0012;
		list-style-type: none;
		box-shadow: 2px 2px 3px #000;
		-moz-box-shadow: 2px 2px 3px #000;
		-webkit-box-shadow: 2px 2px 3px #000;
	}
	ul#nav li {
  		float: left;
  		width: 139px;
  		line-height: 33px;
  		text-align: center;
  		margin-bottom: 0;
  		border-right: 1px solid #4f0209;
	}
	ul#nav li li { line-height: normal; z-index: 10; }
	ul#nav li li a { display: block; font-size: 12px; background-color: #8a020f; border-bottom: 1px solid #6f0c0c; padding: 7px 0; height: 18px; }
	ul#nav li li a:hover { background-color: #4f0209; }
	ul#nav a { display: block; color: #FFF; font-size: 14px; font-weight: bold; text-transform: uppercase; height: 33px; }
	ul#nav a:hover { text-decoration: none; background-color: #8a020f; }
	ul#nav a.sf-with-ul:hover { background: none; }
	
	li#search { float:right;width: 350px; text-align:right; border-right: none; padding: 0 0 0 10px;margin-bottom:0px; margin-top:3px;height:30px;}
        li#search:hover { background: none;}
	#search #query { display:inline;width: 200px; height: 16px; padding: 3px; font-size:16px; border:1px solid #4f0209;margin-bottom:0px;}
	#search .submit { display:inline;width: 80px; margin-right:10px;margin-bottom:0px;}





	.sf-menu, .sf-menu * {
		margin:			0;
		padding:		0;
		list-style:		none;
	}
	.sf-menu {
		line-height:	1.0;
	}
	.sf-menu ul {
		position:		absolute;
		top:			-999em;
		width:			10em; /* left offset of submenus need to match (see below) */
	}
	.sf-menu ul li {
		width:			100%;
	}
	.sf-menu li:hover {
		visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
	.sf-menu li {
		float:			left;
		position:		relative;
	}
	.sf-menu a {
		display:		block;
		position:		relative;
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		left:			0;
		top:			2.5em; /* match top ul list item height */
		z-index:		99;
	}
	ul.sf-menu li:hover li ul,
	ul.sf-menu li.sfHover li ul {
		top:			-999em;
	}
	ul.sf-menu li li:hover ul,
	ul.sf-menu li li.sfHover ul {
		left:			10em; /* match ul width */
		top:			0;
	}
	ul.sf-menu li li:hover li ul,
	ul.sf-menu li li.sfHover li ul {
		top:			-999em;
	}
	ul.sf-menu li li li:hover ul,
	ul.sf-menu li li li.sfHover ul {
		left:			10em; /* match ul width */
		top:			0;
	}
	
	/*** arrows **/
	.sf-menu a.sf-with-ul {
		min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	}
	.sf-sub-indicator {
		position:		absolute;
		display:		block;
		right:			20px;
		top:			10px; /* IE6 only */
		width:			10px;
		height:			10px;
		text-indent: 	-999em;
		overflow:		hidden;
		background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
	a > .sf-sub-indicator {  /* give all except IE6 the correct values */
		top:			10px;
		background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
	/* apply hovers to modern browsers */
	a:focus > .sf-sub-indicator,
	a:hover > .sf-sub-indicator,
	a:active > .sf-sub-indicator,
	li:hover > a > .sf-sub-indicator,
	li.sfHover > a > .sf-sub-indicator {
		background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}
	
	/* point right for anchors in subs */
	.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
	.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
	/* apply hovers to modern browsers */
	.sf-menu ul a:focus > .sf-sub-indicator,
	.sf-menu ul a:hover > .sf-sub-indicator,
	.sf-menu ul a:active > .sf-sub-indicator,
	.sf-menu ul li:hover > a > .sf-sub-indicator,
	.sf-menu ul li.sfHover > a > .sf-sub-indicator {
		background-position: -10px 0; /* arrow hovers for modern browsers*/
	}


h1.searchresults {
        margin-top:30px;
}

.fan_box .full_widget {
	background: none; border: none;
}

.fan_box .full_widget .connect_top {
	background-color:#fff;
        padding:0px;
}

.fan_box .connections {
	border-top: none;
	padding:10px 0 0 0;
	color: #222;
	font-size:13px;
        font-weight: bold;
	text-align: left;
}


.fan_box .connections_grid {
        margin-left:10px;
}

.fan_box .connections_grid .grid_item .name {
	font-size: 10px;
}

#pixopoint_menu_wrapper1 {
        display:inline;
}

#pixopoint_menu1 {
        display:inline;
}

fieldset {
        border:0px;
}
