
/*
 *			JAZZASTUDIOS.COM
 *		Coded by LochieAxon.com
 */

html{
	margin:0;
	padding:0;
	overflow-y:scroll;
	height:100%;
}
body{
	margin:0;
	padding:0;
	height:100%;
	background: #FF9207 url(../images/design/background.jpg) no-repeat top;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #414B50;
	text-align: left;
}

.container{
	width:980px;
	min-width:980px;
	margin:0 auto;
	display:block;
	overflow:hidden;
}
.pads{
	margin:6px;
}

/*
 *		HEADER
 */

header{
	width:100%;
	min-width:980px;
	height:100px;
	margin:0 0 4px 0;
	padding-top:6px;
}
header .container{
	background:url(../images/design/alpha_b_20_90.png) repeat-x;
	height:100%;
	overflow:visible;
}

header .logo{
	float:right;
	vertical-align:top;
	margin-right:180px;
	width: 420px;
	height:100px;
	background: url(../images/design/logo.png) top no-repeat;
	display:inline-block;
}
header span{
	vertical-align:top;
	margin: 15px;
	display:inline-block;
	float:left;
}
header ul{
	height:100px;
	position:relative;
	top:15px;
	vertical-align:middle;
	float:right;
	width:100px;
}
header li{
	display:inline-block;
	margin:2px 4px;
}

/*
 *		NAVIGATION
 *		hey, listen
 */

nav{
	margin-bottom:6px;
}
nav .container{
	color:#FFF;
	background:url(../images/design/alpha_b_30.png) repeat;
	height:100%;
}
nav a{
	text-decoration:none;
	color:#fff;
}
nav li{
	font-size:11pt;
	background:url(../images/design/alpha_b_30.png) repeat;
	display:inline-block;
	padding:4px 8px;
	margin:5px 52px;
	float:left;
}
nav li:hover{
	background:url(../images/design/alpha_b_50.png) repeat;
}
nav .selected{
	font-weight:bold;	
}

/*
 *		FOOTER
 */
 
#everything{
	min-height:100%;
	position:relative;
}
#body{
	padding-bottom:20px;
}
footer{
	position:absolute;
	bottom:0;
	width:100%;
	min-width:980px;
	min-height:20px;
	background:url(../images/design/alpha_b_50.png) repeat;
	padding:5px 0;
	text-align:center;
	font-size:10px;
	color:#FFF;
	border-top:1px solid #000;
}
footer a{
	text-decoration:none;
	color:#fff;
}
footer a:hover{
	border-bottom:dotted 1px #fff;
}

/*
 *		CONTENT
 *		important stuff
 */

section{
	margin-bottom:25px;
}
section .container{
	background:url(../images/design/alpha_w_40.png) repeat;
}
section header{
	padding-top:0;
	margin-bottom:6px;
	text-align:center;
	font-weight:bold;
	height:auto;
	background:url(../images/design/alpha_w_40.png) repeat;
	width:100%;
	min-width:100%;
}
section header div{
	padding:5px;
}
section .pads{
	margin:10px;
}

/*
 *		Recent
 */
.recent {
	display:inline-block;
	float:left;
	width: 210px;
}
.recent div{
	text-align:center;
	padding-top:2px;
	font-size:9pt;
	background:url(../images/design/arch_210.png) repeat;
}
.recent img{
	padding: 5px;
	background: url(../images/design/alpha_w_40.png) repeat;
}

/*
 *		Featured
 */
.featured {
	margin:15px 25px;
	display:inline-block;
	float:left;
	width:490px;
	height:205px;
	overflow:hidden;
}
.featured span{
	display:block;
	font-weight:bold;
	text-align:center;
	height:20px;
	font-size:9pt;
	background:url(../images/design/arch_490.png) repeat;
}
.featured img{
	padding: 5px;
	background: url(../images/design/alpha_w_40.png) repeat;
}
#featureTitle strong{
	font-size:10pt;
}

.slides_container {
	height:220px;
	width:490px;
}

.slides_container div {
	width:490px;
	height:220px;
	display:block;
}
		
.featureList {
	display:inline-block;
	float:left;
	width: 960px;
}
.featureList ul{
	background: url(../images/design/alpha_w_40.png) repeat;
}
.featureList li{
	display:inline-block;
}
.featureList a:first-child{
	margin-left:5px;
}
.featureList a{
	margin: 5px 0 5px 18px ;
	display:inline-block;
}
.featureList div{
	text-align:center;
	font-size:9pt;
	background:url(../images/design/arch_960.png) repeat;
	height:20px;
}

/*
 *		Affiliated
 */
 
.affiliated {
	display:inline-block;
	float:left;
	width: 210px;
}
.affiliated div{
	text-align:center;
	padding-top:2px;
	font-size:9pt;
	background:url(../images/design/arch_210.png) repeat;
}
.affiliated ul{
	padding: 5px;
	background: url(../images/design/alpha_w_40.png) repeat;	
}
.affiliated li{
	width:200px;
	height:40px;
	margin:5px 0 0;
}
.affiliated .larry{
	padding:0;
	background: url(../images/design/alpha_w_40.png) 50%;
	width:210px;
	height:20px;
	margin-bottom:200px;
}
.affiliated .larry div{
	padding:0;
	background: url(../images/design/larry_side.png) no-repeat;
	width:210px;
	height:350px;
}
/*
 *		Articles
 */
 
article{
	background: url(../images/design/alpha_w_40.png) repeat;
	margin: 0 15px 15px 0;
	width:725px;
	float:left;
	display:inline-black;
}
article .pads{
	margin: 10px 20px;
}

article header{
	background:none;
	width:720px;
	min-width:720px;
	font-weight:bold;
}
article header em{
	margin:10px;
	font-size:10pt;
	display:block;
	font-weight:normal;
	font-style:oblique;
}
article p{
	font-size:11pt;
	line-height:1.2;
}

article a{
	color: #DB5400;
	text-decoration: none;
	border-bottom: none;
}
article a:hover{
	color: #DB5400;
	border-bottom: 1px dotted #DB5400;
}

/*
 *		Categories
 */

.ytimg{
	display:inline-block;
	padding:0;
	position:relative;
	left: 12px;
	bottom: 2px;
}
.youtube{
	display:inline-block;
	background: url(../images/design/alpha_b_20.png) repeat;
	padding:6px 10px;
	font-size:10pt;
	text-decoration:none;
	color:#fff;
}
.youtube:hover{
	background: url(../images/design/alpha_b_50.png) repeat;
}
#youtubes{
	display:inline-block;
}

	
.header{
	color: #222;
	text-align: center;
	font-weight: bold;
	margin: 15px;
	font-size: 16pt;
}
.centerImage{
	font-weight:bold;
	text-align:center;
	display:inline-block;
	margin:70px 0 0 160px;
}
.category{
	margin:0 0 50px 0;
	display:inline-block;
	float:left;
	width:172px;
	height:600px;
}
.category .flexcroll{
	overflow:hidden;
}
.flexcroll{
	height: 595px;
	margin-right:10px;
	overflow-y:scroll;
	overflow-x:hidden;;
}
article .flexcroll{
	overflow-y:hidden;
}
.category li{
	cursor:pointer;
	background: url(../images/design/alpha_w_40.png) repeat;
	padding:6px;
	text-align:center;
	margin-bottom: 23px;
}
.category li:last-child {
	margin-bottom: 0;
}
.category .title{
	font-size:11pt;
	color:#000;
	background:#fff repeat;
	display:inline-block;
	padding:4px 8px;
	margin-bottom:6px;
}
.subCategory {
	position:absolute;
	top:-1000000px;
	height:600px;
	display:inline-block;
	float:left;
	width:180px;
}
.subCategory ul{
	width:155px;
	padding:10px 0;
	background: url(../images/design/alpha_w_40.png) repeat;
	margin:0 10px 0 0;
	min-height: 575px;
}
.subCategory li{
	cursor:pointer;
	padding:6px;
	text-align:center;
}
.subCategory .title{
	font-size:10pt;
	width:140px;
	color:#000;
	background:#fff repeat;
	display:inline-block;
	padding:4px 0;
}
#desc{
	display:none;
}
#descriptions{
	float:right;
	width:600px;
	display:none;
}
#descriptions .img{
	width:600px;
	background: url(../images/design/alpha_w_40.png) repeat;
	padding:6px 0;
}
#descriptions img{
	margin:0 auto;
}
#descriptions .point{
	cursor:pointer;
}
#descriptions header{
	width:600px;
	min-width:600px;
	background:none;
}
#descriptions article{
	width:600px;
	min-height:380px;
	display:block;
}
#descriptions article .flexcroll{
	width:600px;
	height:auto;
	min-height:300px;
}
#descriptions article .pads{
	margin:18px 26px
}


/*
 *		Comics
 */
 
.comic{
	width:100%;
}
.comic .title{
	text-align:center;
	font-weight:bold;
	font-size:14pt;
	margin:10px;
}
.comic .content{
	text-align:center;
	width:100%;
	background: url(../images/design/alpha_w_40.png) repeat;
}

.comic ul{
	width:100%;
	padding:10px;
}

.comic a{
	color:#27629C;
}
.comic a:hover{
	color:#4E86BD;
}
.comic ul a{
	color:#000;
	text-decoration:none;
}
.comic ul a:hover{
	color:#000;
}
.comic li {
	font-size:10pt;
	background:url(../images/design/alpha_w_40.png) repeat;
	display:inline-block;
	padding:4px;
	width:80px;
	text-align:center;
	margin:0 20px 0 0;
}
.comic .close{
	margin-right:5px;
}
.comic li:hover{
	background:#fff;
}
.comic img{
	margin: 0 auto 10px;
}
.comic .characterList{
	margin:10px;
	font-size:11pt;
	line-height:1.2;
}
.comic .subscribe{
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	margin-left:4px;
}

/*
 *		Art
 */
 
.showroom{
	text-decoration:none;
}
.showroom:hover{
	font-weight:bold;
}

.show{
	text-decoration:none;
}
.show:hover{
	font-weight:bold;
}

.dA{
	position:relative;
	bottom:5px;
}
.art{
	width:100%;
	background: url(../images/design/alpha_w_40.png) repeat;
	float:left;
	margin-bottom:10px;
}
.art header{
	background:#FFF;
	font-size: 16px;	
}
.art header div{
	padding:4px;
}
.art ul{
	text-align:center;
}
.art li{
	display:inline-block;
	margin: 10px 0 10px 25px;
}

.artTitle{
	background:#FFF;
	font-size: 13px;
	color:#333;
	width:200px;
	text-align:center;
	padding:5px 0;
}
	


/*
 *		Contact
 */
 
h1{
	margin:5px;
	font-size:18pt;
}
.contact .pads{
	line-height:1.2;
	font-size:10pt;
}
.contact{
	margin: 0 auto 10px;
	width:60%;
	background: url(../images/design/alpha_w_40.png) repeat;
}
.contact img{
	margin:40px;
}

/*
 *		Flash
 */


.flashContainer{
	text-align:center;
	float:left;
	display:none;
	width:100%; 
	background-image:url(../images/design/alpha_b_20.png);
	padding:15px 0 5px;
	margin-bottom:5px;
}


/*
 *		Archives
 */
.archive{
	margin:15px 0;
}
.archive li{
	display:inline-block;
	font-size:10pt;
	vertical-align:middle;
}
.archive img{
	margin-right:10px;
	display:inline-block;
	margin:5px;
	vertical-align:middle;
}
.archive a{
	vertical-align:middle;
	background-image:url(../images/design/alpha_b_20.png);
	width:60%;
	margin:5px auto;
	text-decoration:none;
	color:#000;
	display:block;
}
.archive a:hover{
	background: url(../images/design/alpha_w_40.png) repeat;
}
.archive h1{
	vertical-align:central;
	position:relative;
	top:3px;
	display:inline-block;
}

.permalink{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
