/* @override http://www.fancypantsgangsters.com/wp-content/themes/fpg2/style.css */

/*  
Theme Name: Fancy Pants Gangsters 2
Theme URI: http://www.fancypantsgangsters.com/
Description: Default FPG Theme
Version: 2.0
Author: Andrew Kaiser
Author URI: http://www.angstromsys.com/
*/

/* -----------------------------------------------
   Clear browser defaults
   ----------------------------------------------- */

*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
}



/* -----------------------------------------------
   Global
   ----------------------------------------------- */

body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #74C9E0 url(images/body_gradient_new.png) repeat;
}

p {
	margin-bottom: 6px;
	line-height: 20px;
}

cite, em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

a {
	outline: none !important;
	color: #2bb6ca;
}

a:link, a:visited {
	color: #2bb6ca;
	text-decoration: none;
}

a:hover, a:active {
	color: #95d1e2;
	text-decoration: underline;
}

/* -----------------------------------------------
   New Styles
   ----------------------------------------------- */

#wrapper{
	margin: 0 auto;
	width: 845px;
	background: url(images/bg_content.png) repeat-y;
}

#header{
	height: 120px;
	background: url(images/top_gradient.png) no-repeat;
}

#logo{
	float: left;
	margin-top: 15px;	
	margin-left: 40px;
}

#buttongrid{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	background: url(images/fpg_bars.png) no-repeat;
	width: 476px;
	height: 86px;
	position: relative;
}

#buttongrid a{
	border: none;
}

#buttongrid a:hover{
	opacity: .75;
	filter: alpha(opacity=75);
}

#buttongrid img{
	border: none;
}

.those{
	position: absolute;
	left: 10px;
	top: 5px;
}

a.hosts{
	position: absolute;
	left: 426px;
	top: 5px;
}

a.contact{
	position: absolute;
	top: 58px;
	left: 13px;
}

a.blog{
	position: absolute;
	top: 62px;
	left: 113px;
}

a.shows{
	position: absolute;
	top: 62px;
	left: 180px;
}

a.store{
	position: absolute;
	top: 62px;
	left: 268px;
}

a.about{
	position: absolute;
	top: 55px;
	left: 353px;
}

a.selected{
	opacity: .75;
	filter: alpha(opacity=75);
}



#ribbon{
	background: url(images/filmstrip.png);
	height: 33px;
}

.middle{
	margin-top: 10px;
	float: left;
}

.column-l{
	width: 625px;
	float: left;
	margin-left: 10px;
}

.row{
	margin-left: 25px;
}

.top{
}

.main-box{
	min-height: 100px;
	width: 577px;
}

.main-box h2{
	color: #2e2d2f;
	float: left;
	margin: 10px 0 0 20px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.main-box h3 a{
	color: #4c4c4c;
}

.main-box h4{
	color: #74C9E0;
}

.main-box-top{
	background: url(images/bg_main_top.png) no-repeat;
	height: 38px;
}

.main-box-top img{
	margin: 10px 20px;
}

.main-box-content{
	background: url(images/bg_main_content.png) repeat-y;
	position: relative;	
	padding-bottom: 4px;
}

.main-box-content div.older{
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}

.main-box-content div.newer{
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

.scrollable {
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	height:120px;
	overflow:hidden;
	position:relative;
	width:480px;
	float: left;
}

.scrollable .items {
	clear:both;
	position:absolute;
	width:20000em;
	margin-top: 10px;
	height: 103px;
}

.scrollable img {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	cursor:pointer;
	float:left;
	margin:0px 5px 20px 10px;
	padding:2px;
	width:100px;
	vertical-align: bottom;
}

.shows-box-content-main a.left{
	background: url(images/arrow_left.png) no-repeat;
	margin-left: 10px;
	margin-right: 4px;
}

.shows-box-content-main a.right{
	background: url(images/arrow_right.png) no-repeat;
	clear: right;
	margin-left: 4px;
}

.shows-box-content-main a.browse{
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	margin:45px 0px;
	height: 29px;
	width: 15px;
}

.shows-box-content-main a.disabled {
	visibility:hidden !important;
}

#latest { 
    overflow:hidden; 
    position:relative; 
    width: 532px;
    height: 261px;
    margin-left: 20px;
	padding-top: 16px;
} 

/* scrollable items */ 
#latest .items { 
    width:20000em; 
    clear:both; 
    position:absolute; 
} 

#status{
	display: block;
	list-style: none;
	margin-left: 20px;
	margin-top: 10px;
}

#status li:last-child{
	margin-right: 0px;
}

#status li{
	display: inline;
	list-style-position: outside;
	cursor: pointer;
	width: 133px;
	height: 97px;
	margin-right: 2px;
	float: left;
}

#status li img{
	display: block;
	float: left;
}

#status li:hover{
	background: url(images/nav_active.png) no-repeat -1px;
	width: 133px;
	height: 97px;
}

#status li.active{
	background: url(images/nav_active.png) no-repeat -1px;
	width: 133px;
	height: 97px;
}

/* single scrollable item called ".page" in this setup */ 
#latest .page { 
    width:532px; 
    height: 261px;
	float: left;
	position: relative;
} 	

.transparent{
   filter:alpha(opacity=70); 
   -moz-opacity: 0.7; 
   opacity: 0.7; 
   background-color: #222;
}

.overlay{
	width: 532px;
	height: 65px;
	position: absolute;
	top: 200px;
	left: 0px;
}

.overlay .description{
	float: left;
	padding: 10px;
	color: #fff;
}

.overlay .description-logo{
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}

.description strong{
	font-weight: normal;
}

.description span{
	font-size: 12px;
}

.main-box-bottom{
	background: url(images/bg_main_bottom.png) no-repeat;
	height: 17px;
}

.column-r{
	float: left;
	width: 200px;
}

.narrow-box{
	width: 176px;
}

.narrow-box h3{
	color: #2e2d2f;
	float: left;
	margin: 10px 0 0 15px;
}

.narrow-box-top{
	background: url(images/bg_side_top.png) no-repeat;
	height: 38px;
}

.narrow-box-top img{
	margin: 10px 15px;
}

.narrow-box-content{
	background: url(images/bg_side_content.png) repeat-y;
	min-height: 40px;
}

.narrow-box-content ul img{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	padding:5px;
	display: block;
	margin: 0 auto;
}

.narrow-box-content .container{
	padding: 5px 15px;
}

.follow{
	float: left;
	margin: 2px;
}

.follow:last-child{
	margin-right: 0px;
}

.narrow-box-content ul{
	list-style: none;
	padding: 5px 15px;
	font-size: 12px;
}

.narrow-box-content ul.store{
	text-align: center;
}

.narrow-box-content ul li{
	margin-bottom: 15px;
}

.narrow-box-bottom{
	background: url(images/bg_side_bottom.png) no-repeat;
	height: 9px;
}

.shows-container{
	padding-top: 10px;
	margin-left: 15px;
}

.shows-container p{
	margin: 0;
}

.shows-box-top{
	background: url(images/bg_shows_top.png) no-repeat;
	height: 5px;
}

.shows-box-content{
	background: url(images/bg_shows_content.png) repeat-y;
	min-height: 115px;
	padding-left: 4px;
}

.shows-box-content-main{
	background: url(images/bg_shows_content.png) repeat-y;
	min-height: 115px;
	padding-left: 18px;
	
}

#disqus_thread{
	float: left;
	margin-left: 15px;
	width: 515px;
}

a.dsq-brlink{
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}

.shows-box-bottom{
	background: url(images/bg_shows_bottom.png) no-repeat;
	height: 6px;
}


.column-m{
	margin-top: -15px;
	width: 845px;
	float: left;
	margin-bottom: 10px;
}

.adbox{
	margin: 0 auto;
	width: 746px;
	border: 1px solid #ccc;
	background-color: #eee;
	min-height: 65px;
	font-size: 10px;
	padding: 10px;
	color: #999;
}

div.shows-box-content div.item{
	padding: 10px 0px 0px 15px;
	width: 515px;
	float: left;
}

div.show{
	margin: 10px 0;
}

div.date{
	margin: 10px 0;
	font-weight: bold;
}

div.item-container{
	float: left;
	width: 100%;
}

div.item img.show{
	width: 220px;
	margin-right: 30px;
	float: left;
}


div.showlcol{
	width: 240px;
	float: left;
}

div.showrcol{
	float: left;
	width: 275px;
}

div.showrcol p{
	float: left;
}

div.description ul{
	list-style: none;
	margin-bottom: 10px;
}

div.description p{
	margin-bottom: 20px;
}

div.description div.host p{
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 15px;
}

div.host{
	margin-bottom: 30px;
	float: left;
}

div.hostl{
	width: 370px;
	float: left;
}

div.hostr{
	float: left;
	margin-left: 20px;
}

div.hostr img{
	background-color: #fff;
	width: 100px;
	height: 100px;
}


div.showfeedlinks{
	list-style: none;
	float: right;
	margin-right: 23px;
	
}
div.showfeedlinks a{
	margin-left: 24px;
}

div.hostmenu ul{
         list-style: none;
}

#footer{
	text-align: center;
	font-size: 13px;
}

.footer-text{
	text-align: center;
}


