/* * * * * * * * * * * * * * * * 
//  fantasyburrito
//  chris nik
//  tehcompany
* * * * * * * * * * * * * * * */

body{
	/*background: #484848; */
	background: #FFFFFF;
	font-size: 14px;
	font-family: georgia;
	color: #e3e3e3;
}

*{
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
	color: #ff84b5;
	font-weight: bold;
}
a:hover{
	background: #FFFFFF;
	color: #000000;
}




.header_wrapper{
	background: #c5c5c5;
}
.header{
	width: 67.857em;
	height: 301px;
	margin-left: auto;
	margin-right: auto;
}
.header h1{
	display: none;
}



.content_wrapper{
	background: transparent url('../img/bg.gif') repeat-x;
}
.content_wrapper.white{
	background: #FFFFFF;
}
.content{
	width: 54em;
	padding-top: 3em;
	margin-left: auto;
	margin-right: auto;
}




h2{
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: .5em;
	font-weight: normal;
	color: #FFFFFF;
}

h3{
	font-size: 1.571em;
	padding-left: 1.091em;
	margin-top: 1em;
	line-height: 1em;
	font-weight: normal;
	color: #ff1b76;	
}

p{
	padding: 1.714em;
	padding-top: 1em;
	line-height: 1.214em;
}

p.callout{
	background: #000000 url('../img/callout_bg.gif') no-repeat;
	padding: 1.714em;
}

ul{
	list-style-position: inside;
	padding-left: 3em;
}


.pic{
	float: right;
	background: #a8b81d;
	padding: 10px;
	color: #262626;
	font-weight: bold;
	text-align: right;
	font-size: .857em;
	margin: 1.714em;
}
.pic img{
	display: block;
	margin-bottom: 8px;
}


ul.artists{
	padding-top: 1em;
	list-style: none;
}
ul.artists li{
	display: block;
	padding-bottom: .5em;
	background: #292929 url('../img/artist_bullet.gif') 0px 11px no-repeat;
	margin-bottom: 2px;
	padding: .667em;
	padding-left: .833em;
}
h4{
	font-weight: normal;
}
ul.artists li a{
	display: block;
	padding-left: .333em;
	color: #959595;
	font-size: .917em;
	font-weight: normal;
}






/* GALLERY */
.gallery_thumbs a.thumb{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.gallery_breakout .main_img{
	float: left;
	border: solid 1px #f5f5f5;
	width: 450px;
}

.gallery_breakout .info{
	float: right;
	width: 290px;
	margin-left: 10px;
}

.gallery_breakout .nav{
	background: #e2e2e2;
	padding: 5px;
	padding-bottom: 5px;
	height: 85px;
	font-size: .857em;
	color: #000000;
	width: 155px;
	margin-bottom: 20px;
}
.gallery_breakout .nav .left{
	float: left;
	margin-right: 5px;
	text-align: center;
}
.gallery_breakout .nav .right{
	float: left;
	text-align: center;
}

.gallery_breakout .nav a{
	display: block;
	width: 75px;
	height: 75px;
	background: #b1b1b1;
}

.gallery_breakout .info h2{
	font-size: 2em;
	line-height: 1em;
	margin-bottom: .5em;
	padding: 0px;
	font-weight: normal;
	color: #ff1b76;
	padding-left: 30px;
	padding-bottom: 12px;
	background: transparent url('../img/icons/munny.gif') no-repeat;
}
.gallery_breakout .info h2 a{
	font-weight: normal;
}
.gallery_breakout .info h3{
	font-size: 1.143em;
	margin-top: 1em;
	margin-bottom: .25em;
	line-height: 1em;
	padding: 0px;
	font-weight: normal;
	color: #b6b6b6;	
	padding-left: 30px;
}
.gallery_breakout .info h4{
	font-size: 1.143em;
	line-height: 1em;
	margin-bottom: .25em;
	padding: 0px;
	font-weight: normal;
	color: #434343;	
	padding-left: 30px;
}
.gallery_breakout .info h5{
	font-size: 1em;
	line-height: 1em;
	padding: 0px;
	font-weight: normal;
	color: #bebebe;	
	padding-left: 30px;
}
.gallery_breakout .website{
	padding-left: 30px;
	font-size: .857em;
}

.gallery_breakout .buy_now{
	padding-top: 20px;
	margin-left: 16px;
}

.gallery_breakout p{
	color: #6d6d6d;
	padding-left: 30px;
}











.footer{
	background: #000000;
	padding: 1.714em;
	font-size: .857em;
	margin-top: 3em;
	text-align: right;
	color: #606060;
}

.white .footer{
	background: #FFFFFF;
}


.clear{
	clear: both;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


