/*
Theme Name: 4 Seasons IAA
Theme URI: http://enraptur3.com/
Description: Designed by Tyrone Menezes
Version: V1
Author: Tyrone Menezes
Date: 2009
Designer's Website: Tyrone Menezes

*/
@charset "UTF-8";

a { color: #ff00ea; text-decoration: none;}
a:link, a:visited, a:active { color: #ff00ea; text-decoration: none; }
a:hover {color: #ffde00; text-decoration: underline; }




body {
	background-color: #280c55;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-position: center top;
	height: auto;
	width: auto;
}


.header {
	float: left;
	height: 128px;
	width: 961px;
}
.container {
	width: 961px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	overflow: hidden;
}
.container .header .logo {
	float: left;
	height: 128px;
	width: 312px;
}

.container .header .logo .home {
	background-image: url(images/bg.jpg);
	float: left;
	height: 128px;
	width: 312px;
	background-repeat: no-repeat;
	background-position: -220px 0px;
	text-indent: -999%;
	overflow: hidden;
}
.container .header .channels {
	float: left;
	height: 71px;
	width: 441px;
	padding-top: 57px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container .header .search {
	float: left;
	height: 128px;
	width: 208px;
}

.container .body {
	float: left;
	height: 560px;
	width: 939px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	overflow: hidden;
}
.container .body .details {
	background-image: url(images/details.jpg);
	height: 239px;
	width: 912px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	overflow: hidden;
}


#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 938px;
	height: 71px;
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
}
#menu span {
	display: none;
}
#menu a {
	display: block;
	text-indent: -900%;
	outline: none;
	float: left;
	height: 209px;
	width: 209px;
	color: #306;
}

.social #menu #newsupdates a {
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 71px;
	width: 184px;
}

.social #menu #newsupdates a:hover {
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
	background-position: 0px -71px;
	float: left;
	height: 71px;
	width: 184px;
}

.social #menu #facebook a {
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
	background-position: -184px 0px;
	float: left;
	height: 71px;
	width: 255px;
}

.social #menu #facebook a:hover {
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
	background-position: -184px -71px;
	float: left;
}


.social #menu #featuredartists a {
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
	background-position: -439px 0px;
	float: left;
	height: 71px;
	width: 304px;
}

.social #menu #featuredartists a:hover {
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
	background-position: -439px -71px;
	float: left;
}


.social #menu #getintouch a {
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
	background-position: -743px 0px;
	float: left;
	height: 71px;
	width: 195px;
}

.social #menu #getintouch a:hover {
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
	background-position: -743px -71px;
	float: left;
	height: 71px;
	width: 195px;
}

.social {
float:left;
height:71px;
padding-left:12px;
padding-top:21px;
width:938px;
}


  .footer {
	float: left;
	height: 60px;
	width: 938px;
	color: #FFF;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	line-height: 17px;
}





















/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
}


/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */

ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	height: 43px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 441px;
	position: absolute;
	left: -9999px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: -138px;
	top: 43px;
	background-image: url(images/channels_hover_grad.gif);
	background-position: 0px -4px;
	background-color: #fff;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
}


/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 4
..2em;
	width: 100
.px;
	height: 18px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 100px;
	overflow: hidden;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 85%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-size: 12px;

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #808080;
	text-decoration: none;
	height: 43px;
	width: auto;
	overflow: hidden;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-repeat: no-repeat;
	height: 20px;
	width: 99px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #d000fd;
	text-decoration: underline;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{


}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{


}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(images/channels_hover.gif);
	background-repeat: no-repeat;
		background-position: -144px -1px;


}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{

}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
}










.container .header .channels #channels #artists .MenuBarItemSubmenu {
	height: 43px;
	width: 156px;
}

ul.MenuBarHorizontal #artists a span {
	position: absolute;
	text-indent: -999%;
	height: 43px;
	width: 156px;
}

.container .header .channels #channels #artists a:hover span {
	background-image: url(images/channels_hover.gif);
	background-repeat: no-repeat;
	background-position: -144px -1px;
	height: 43px;
	width: 156px;
}
.container .header .channels #channels #contact a {
	height: 43px;
	width: 141px;
}


.container .header .channels #channels #contact a span {
	position: absolute;
	text-indent: -999%;
	height: 43px;
	width: 141px;
}

.container .header .channels #channels #contact a:hover span {
	background-image: url(images/channels_hover.gif);
	background-repeat: no-repeat;
	background-position: -300px -1px;
	height: 43px;
	width: 141px;
}





.container .header .channels #channels #about a {
	height: 43px;
	width: 143px;
}


.container .header .channels #channels #about a span {
	position: absolute;
	text-indent: -999%;
	height: 43px;
	width: 143px;
}

.container .header .channels #channels #about a:hover span {
	background-image: url(images/channels_hover.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	height: 43px;
	width: 143px;
}



.container .header .channels #channels #about a {
	height: 43px;
	width: 143px;
}


.container .header .channels #channels #about a span {
	position: absolute;
	text-indent: -999%;
	height: 43px;
	width: 143px;
}

.container .header .channels #channels #about a:hover span {
	background-image: url(images/channels_hover.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	height: 43px;
	width: 143px;
}
.container .body .options {
	float: left;
	height: 27px;
	width: 938px;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.container .body .artists {
	float: left;
	height: 475px;
	width: 938px;
}
.container .body .artists ul {
	float: left;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -23px;
text-decoration: none;
}
.container .body .artists ul li {
	float: left;
	height: 200px;
	width: 200px;
	margin-top: 0px;
	margin-right: 27px;
	margin-bottom: 27px;
	margin-left: 0px;
text-decoration: none;
}


.container .body .options .categoryo {
background-image:url(images/sort_tab.gif);
background-position:-1px -1px;
background-repeat:no-repeat;
color:#FFFFFF;
float:left;
font-size:11px;
height:35px;
margin:-9px 0 0 15px;
width:895px;
}


.container .body .options .categoryo strong {
color:#ff00fc;
}


.container .body .options .categoryo .currentlyviewing {
float:left;
height:auto;
padding:10px;
width:531px;
}



.container .body .single {
	background-image: url(images/single_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 483px;
	width: 899px;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}
.container .body .single .left {
	float: left;
	height: 474px;
	width: 351px;
	color: #000;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 42px;
	text-align: justify;
}
.container .body .single .left .artistname {

	font-family: Arial, Helvetica, sans-serif;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
	font-size: 14px;
	letter-spacing: -5px;
	color: #3d1480;

}

.container .body .single .left .threewords {
	float: left;
	height: auto;
	width: 100%;
	color: #fc00ff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
}

.container .body .single .left .description{
	float: left;
	height: auto;
	width: 100%;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container .body .single .right {
	float: left;
	height: auto;
	width: auto;
	padding-top: 93px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.container .body .bottomrow {
	background-image: url(images/bottom_row.jpg);
	float: left;
	height: 44px;
	width: 900px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	font-size: 10px;
	color: #ff00ea;
	text-align: left;
	text-transform: uppercase;
}

.container .body .bottomrow strong {
	color: #FFD200;
}

.container .body .bottomrow .bookartist {
	float: left;
	height: auto;
	width: 220px;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.container .body .bottomrow .availablefrom {
	float: left;
	width: 208px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 19px;
}
.container .body .bottomrow .willflyfrom {
	float: left;
	height: auto;
	width: 150px;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container .body .bottomrow .goback {
	float: left;
	height: auto;

	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 207px;
}

.container .body .artists {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}





#quicky {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 912px;
	height: 239px;
	background-image: url(images/details.jpg);
	background-repeat: no-repeat;
}
#quicky span {
	display: none;
}
#quicky a {
	display: block;
	text-indent: -900%;
	outline: none;
	float: left;
	height: 209px;
	width: 209px;
	color: #306;
}
#quicky a:hover {
}
#quicky a:hover span {
  display: block;
}

#quicky .aboutus {
	width: 209px;
	height: 209px;
}
#quicky .aboutus span {
	width: 220px;
	height: 209px;
	background-image: url(images/details.jpg);
	background-repeat: no-repeat;
	background-position: 0px -254px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#quicky .clientlist {
	width: 209px;
	height: 209px;
}

#quicky .clientlist span {
	width: 220px;
	height: 209px;
	background-image: url(images/details.jpg);
	background-repeat: no-repeat;
	background-position: -237px -254px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
}


#quicky .twitter{
	width: 209px;
	height: 209px;
}
#quicky .twitter span {
	width: 220px;
	height: 209px;
	background-image: url(images/details.jpg);
	background-repeat: no-repeat;
	background-position: -461px -254px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 43px;
}


#quicky .register{
	width: 209px;
	height: 209px;
}
#quicky .register span {
	width: 220px;
	height: 209px;
	background-image: url(images/details.jpg);
	background-repeat: no-repeat;
	background-position: -684px -254px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 57px;
}

.container .body .details #twitterupdates {
width: 202px;
height: 85px;
}

.container .body .details #twitterupdates a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #606;
	font-style: italic;
	height: 53px;
	width: 190px;
	position: relative;
	top: -216px;
	left: 465px;
	overflow: hidden;
}

.container .header .search #searchform #s {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 17px;
	width: 184px;
	height: 28px;
	margin-top: 68px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	color: #666;
}

.splashabout {
	margin-top: -37px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 50;
position:absolute;
float: left;
}

.splashcontact {
	margin-top: -37px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 50;
	position: absolute;
}

.splashclients {
	margin-top: -37px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 50;
	position: absolute;
}

.pop {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	height: 475px;
	z-index: 700;
	background-repeat: no-repeat;
background-image: url(images/comment_bg.jpg);
}


.featured {
	margin-top: 132px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 132px;
	z-index: 60;
	position: absolute;
}


























.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


.pagenumbers {
float:right;
margin-right:34px;
margin-top:-42px;
}























#sort {
	list-style-type: none;
	margin: 0px;
padding:1px 0 0;
}
.sortd {
float:left;
height:32px;
margin:0;
padding:0;
width:342px;
}

#sort span{
	display: none;
}

#sort a {
	display: block;
	text-indent: -900%;
	outline: none;
}
#sort li .alpha{
	background-image: url(images/sort.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width: 190px;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sort li .alpha:hover{
	background-image: url(images/sort.gif);
	background-repeat: no-repeat;
	background-position: 0px -32px;
	height: 32px;
	width: 190px;
}

#sort li .date{
	background-image: url(images/sort.gif);
	background-repeat: no-repeat;
	background-position: -191px 0px;
	height: 32px;
	width: 151px;
	float: left;
}

#sort li .date:hover{
	background-image: url(images/sort.gif);
	background-repeat: no-repeat;
	background-position: -191px -32px;
	height: 32px;
	width: 151px;
}




.detailsclients {
float:left;
height:auto;
margin:302px 0 0;
padding:0 0 0;
position:absolute;
width:914px;
z-index:60;
}




.detailscontact {
float:left;
height:auto;
margin:309px 0 0;
padding:0 10px 0;
position:absolute;
width:914px;
z-index:60;
}

.lefta {
color:#FFE400;
float:left;
font-size:12px;
height:auto;
line-height:22px;
padding:0 16px 0 0;
text-align:justify;
width:310px;
}

.leftc {
color:#ebebeb;
float:left;
font-family:verdana;
font-size:10px;
height:auto;
line-height:12px;
padding:0 20px 0 0;
text-align:left;
width:293px;
}

.rightc {
color:#EBEBEB;
float:left;
font-family:verdana;
font-size:11px;
height:auto;
line-height:17px;
margin-top:4px;
padding:0;
width:275px;
}















.clefta {
color:#FFE400;
float:left;
font-size:12px;
height:auto;
line-height:22px;
padding:0 25px 0 0;
text-align:justify;
width:310px;
}

.cleftc {
color:#ebebeb;
float:left;
font-family:verdana;
font-size:11px;
height:auto;
line-height:16px;
padding:0 20px 0 0;
text-align:justify;
width:213px;
}

.crightc {
color:#ebebeb;
float:left;
font-family:verdana;
font-size:11px;
height:auto;
line-height:16px;
padding:0 0 0 0;
text-align:center;
width:331px;
}
























.boxgrid{
width: 200px;
height: 200px;
float:left;
background:#06000d;
border: solid 4px #FFFFFF;
overflow: hidden;
position: relative;
}
.boxgrid img{ 
position: absolute; 
top: 0; 
left: 0; 
border: 0; 
}
.boxgrid p{ 
padding: 0 10px; 
color:#afafaf; 
font-weight:bold; 
font:8pt "Lucida Grande", Arial, sans-serif; 
margin-top: 14px;
line-height: 10px;
}
				
.boxcaption{
float: left;
position: absolute;
height: 100px;
width: 100%;
opacity: .8;
padding-top:14px;

/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
background-color: #06000d;
}
.captionfull .boxcaption {
top: 260;
left: 0;
}
.caption .boxcaption {
top: 157px;
left: 0;
}



.an {
font-size: 12px;
color: #FFF;
font-weight:bold;
height:23px;
width:68%;
padding-left: 10px;
}


.an a {
font-size: 12px;
color: #FFF;
font-weight:bold;
}

.an a:hover {
color: #fffc00;
}

.featured2 img {
float:right;
height:23px;
margin-left:137px;
margin-top:16px;
overflow:hidden;
padding-right:5px;
width:55px;
z-index:60;
}

.splashdisclaimer {
float:left;
font-size:12px;
line-height:19px;
margin:0;
padding:10px;
text-align:justify;
}

.roqueprofile {
background-image:url(images/roque_bg.jpg);
background-repeat:no-repeat;
height:598px;
margin:-37px auto 0;
position:absolute;
width:938px;
z-index:60;
}

.roquedetails {
color:#515050;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
height:auto;
line-height:20px;
padding-left:28px;
padding-top:178px;
width:594px;
}

.roquedetails a{
color:#000000;
}

.roquedetails a:hover{
color:#353535;
text-decoration: underline;
}