/* ----------------------------------------------------------------------------------------- 
Anton Morrison
The Pobla nou Studio,
Barcelona,
http://www.letimati.com

----------------------------------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
----------------------------------------------------------------------------------------- */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin : 0; padding : 0; border : 0; outline : 0; font-size : 100%; vertical-align : baseline; background : transparent; }
body { line-height : 1; }
ol, ul { list-style : none; }
:focus { outline : 0; }
ins { text-decoration : none; }
del { text-decoration : line-through; }
table { border-collapse : collapse; border-spacing : 0; }


body {
	font-size:75%;
	font-size: 12px;
	font-family: Helvetica, georgia, "times new roman", serif;
	color: #2c2c2c;
	background: #900011 url('/img/backgrounds/body.jpg') no-repeat top center;
}

html>body {
	font-size: 12px;
}

/* --- Typography from 23ways -------------------------------- */

p {
	font-size:1em;
	line-height:1.3em;
	margin:0 0 1em;
}

h2{	
	font-size: 68px;
	letter-spacing: -5px;
	color: #FFF;
	background-color: #666666;
}	

h3{
	color:#949393;
	font-size:22px;
	font-weight:bold;
	margin:0 0 1em;
}

h4{
	font-size: 28px;
	font-weight: bold;
	color: #ab2133;
	letter-spacing: -1px;
}

h5{
	margin-bottom: 20px;
}

#extra p{
	font-size: 11px;
}

.jumpoff h4{
	margin-bottom: 5px;
}
.jumpoff p{
	line-height: 12px;
	margin-bottom: 5px;
}

em{
	font-size: 10px;
}

/* Lists */
#content ul, #content ol{
	margin: 0 25px 25px;
	list-style-type: disc;
}
#content ul li, #content ol li{
	margin-bottom: 10px;
	line-height: 1.5em;
}
/*	=links
	------------------------------------------------------ */
	
a{
	text-decoration: none;
	color: #ab2133;
}
a:hover{
	text-decoration: underline;
}
p.read-more-link{
	text-align: right;
}
p.read-more-link a{
	font-weight: bold;
	text-transform: uppercase;
}

a.button{
	background:transparent url(/img/backgrounds/button-red.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:14px;
	height:36px;
	padding:20px 0 0 35px;
	width:256px;
}

/* --- layout ----------------------------------------------- 
   keep these for just the layout no background color nothing! */

div#container{
	width:1020px;
	padding: 0 0px 58px;
	margin:0 auto;
	border-top: none;
	background: url('/img/backgrounds/container-bottom.png') no-repeat bottom; 
}

div#container-inner{
	background: url('/img/backgrounds/container-transparent.png') repeat-y bottom;
	padding: 0 40px;
}

div#wrapper{
	float:left;
	width:100%;
	padding: 0px 0;
}

div#content{
	margin:0 400px 20px 20px;
	padding-top:20px;
	min-height: 350px;
}

div#extra{
	margin-top: 20px;
	float:left;
	width:289px;
	margin-left:-330px;
	margin-bottom: 20px;
	padding: 0 20px;
	border-left: 1px solid #949393;
}

#bottom-ads{
	clear:both;
	display:block;
	height:110px;
	position:relative;
	text-align:center;
}

#bottom-ads a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div#footer{
	clear:left;
	width:100%;
}

div#header{
	position: relative;
	height: 243px;
}

.inner-page #content{
	margin: 0;
	background: url('/img/backgrounds/inner-page-content.png') repeat-x;
	float: left;
	width: 100%;
	padding-top: 30px;
}

.inner-page div#content #sidebar{
	width: 200px;
	margin-left: 20px;
	float: left;
	min-height: 500px;
	
}
.inner-page div#content #main{
	width: 675px;
	margin: 0 20px 60px 10px;
	padding-left: 10px;
	border-left: 1px solid #949393;
	float: right;
	position: relative;
	min-height: 500px
}

/* --- header ---------------------------------------------- */

div#header{
	background: url('/img/backgrounds/header.png') repeat-x 0 0;
}

#header p{
	background:transparent url(/img/backgrounds/signature-red.png) no-repeat scroll 353px 12px;
	bottom:5px;
	color:#FFFFFF;
	height:50px;
	padding-left:100px;
	padding-top:46px;
	position:absolute;
	right:25px;
}

#header p span{
	padding-left: 74px;
}

#header p img{
	margin-left: 4px;
	position: relative;
	top: 4px;
}

div#header h1{
	padding-top:104px;
}
div#header h1 a{
	color: #fff;
	display: block;
	padding: 25px 20px
}
div#header h1 a span{
	display: block;
}

div#header #header-ads{
	position: absolute;
	top: 0;
}

div#header #header-ads a{
	position: absolute;
}

/* --- top navigation ----------------------------------------------- */
#top-navigation{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: transparent url('/img/backgrounds/navigation.png') repeat-x bottom;
}

#top-navigation ul li{
	float: left;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
}

#top-navigation ul li a{
	color: #fff;
	display: block;
	padding: 8px 7px;
	position:relative;
	z-index: 2;
	background: transparent;
	cursor: pointer;
}

#top-navigation ul li a:hover{
	text-decoration: none;
	background:	#FFF url('/img/backgrounds/navigation-on.png') repeat-x 0 0 scroll;
}

#top-navigation ul li div {
	display: none;
	height:28px;
	margin-top:-28px;
	position:relative;
	z-index:1;
	background:	#FFF url('/img/backgrounds/navigation-on.png') repeat-x 0 0 scroll;
}

/*	=Banner
	------------------------------------------------------ */
#banner{
	padding: 0;
	height: 290px;
	border-bottom:1px solid #D0D1D1;
	vertical-align: bottom;
}

/* --- content ----------------------------------------------- */

#page-section h2{
	padding: 20px 20px 0 20px;
	background: url('/img/backgrounds/page-section-name.png') repeat-x;
	border-bottom:1px solid #D0D1D1;
	height: 79px;
}

/*	=Listings
	------------------------------------------------------ */
/* ---[ alphabet link table ]------------------------------------------------ */

#alphabetTable{
font-size:12px;
height:110px;
padding:0;
width:200px;
}

#alphabetTable ul{
	margin: 0;
	padding: 0;
}

#alphabetTable li{
	float:left;
	list-style-type:none;
  	margin:1px 0 0 1px !important;
  	text-align:center;
	padding: 0;
}

#alphabetTable li a{
  	background:#7f7f7f;
	color:#FFF;
  	display:block;
	font-weight: bold;
  	padding:5px 0 0px 0;
	width:27.5px;
	border:0px;
	font-size: 16px;
}

#alphabetTable li a:hover{
	color:#FFF;
	background:#e0011e;
	text-decoration:none;
}

#alphabetTable li.active a{
	background:#e0011e;
}

#category-search{
	clear: both;
	padding-top: 20px;
	color: #858585;
	font-weight: bold;
	font-size: 13px;
}
#category-search p{
	margin-bottom: 5px;
}
#category-search select{
	width: 100%;
	color: #333;
	font-size: 11px;
	border: 1px solid #858585;
	background: #FFF;
	font-weight: bold;
}



#sidebar-ads{
	clear: both;
	position: relative;
}

#sidebar-ads a{
	position: absolute;
}

/* ---[ teaser elements ]--------------------------------------------------- */

dl.teaser{
	width:200px;
	float:left;
	margin:0 25px 15px 0;
}

dl.teaser dt img{
	float:left;
  	margin:0 0.6em 1em 0;
}

dl.teaser dd {
	font-size: 10px;
	line-height:11px;
	margin-left: 65px;
	margin-bottom: 3px;
}

dl.teaser dd.headline{
  	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
}

#sidebar dl.teaser{
	padding: 0px 7px;
	margin:4px 0;
	height:auto;
	color:#666;
}

.clear {
	clear: left;
}




/* --- Listing -------------------------------------------- */
#listing{
	font-size: 12px;
	font-weight: bold;
	color: #3B3B3B;
}
#listing div.tel{
	margin-top: 10px;
	line-height: 16px;
}
#listing span, #listing div{
	display: block;
	padding-top: 3px;
}

#listing-description{
	padding: 15px 0;
	width: 350px;
}

#extra-links{
	clear: both;
	margin: 0 !important;
}

#extra-links li{
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	width: 90px;
}

#showreel-link a{
	padding-top: 64px;
	background: url('/img/backgrounds/listing-buttons/show-reel.png') no-repeat;
	display: block;
	float: left;
	font-size: 10px;
}

#cv-link a{
	padding-top: 64px;
	background: url('/img/backgrounds/listing-buttons/cv-download.png') no-repeat;
	width: 110px;
	display: block;
	float: left;
	font-size: 10px;
}

#showreel-link a:hover{
	background-position: 0 -86px;
	text-decoration: none;
	color: #900000;
}

#cv-link a:hover{
	background-position: 0 -86px;
	text-decoration: none;
	color: #900000;
}

#showreel-content{
	display: none;
}

#back-to-listings{
	position: absolute;
	bottom: -40px;
}
#back-to-listings a{
	color: #6b6b6b;
	font-size: 11px;
}

/* --- news ----------------------------------------------- */
.article{
	border-bottom: 1px solid #acaaaa;
	margin-bottom: 15px;
}

.article h3{
	font-weight: bold;
	margin-bottom: 2px;
}

.article p{
	margin-bottom: 2px;
}

.article p.read-more-link{
	text-align: left;
}

.article p.read-more-link a{
	
}

.paging div.disabled{
	display: inline;
}

.paging a.previous {
	background: url('/img/backgrounds/buttons/inner_prev.png') no-repeat left bottom;
	padding-left: 15px;
}

.paging a.next{
	background: url('/img/backgrounds/buttons/inner_next.png') no-repeat right bottom;
	padding-right: 15px;
}

/*	=User Page
	------------------------------------------------------ */
.userpage #content{
	width: 900px;
	margin:0 20px 20px 20px;
}

.userpage #content #primary-content{
	width: 438px;
	float: left;
	margin-bottom: 20px;
}

.userpage #content #primary-content #add-listing{
	padding-left: 70px;
	background: #FFF url('/img/backgrounds/signuppage/vertical-bars/for-your-listing.png') top left no-repeat;
	padding-right: 20px;
	border-right: 1px solid #949393;
}

.userpage #content #secondary-content{
	width: 360px;
	float: right;
	padding-right: 70px;
	min-height: 780px;
	margin-bottom: 20px;
}

.userpage #content .payment #secondary-content{
	background: #FFF url('/img/backgrounds/signuppage/vertical-bars/payment.png') no-repeat top right;
}
.userpage #content .awaiting-approval #secondary-content{
	background: none;
}
.userpage #content .payment-complete #secondary-content{
	background: #FFF url('/img/backgrounds/signuppage/vertical-bars/payment-complete.png') no-repeat top right;	
}

/* awaiting approval layout */

.userpage #content .awaiting-approval #primary-content{
	width: 360px;
	float: right;
	padding-right: 70px;
	min-height: 780px;
	background: #FFF url('/img/backgrounds/signuppage/vertical-bars/awaiting-aproval.png') no-repeat top right;
}

.userpage #content .awaiting-approval #secondary-content{
	width: 380px;
	float: left;
}



.userpage .userpage-listing{
	float: left;
	padding: 0 0 15px;
	width: 370px;
}

.userpage .userpage-listing #extra-links{
}

.userpage #sidebar{
	width: 120px;
	float: left;
}
.userpage #main{
	width: 236px;
	float: right;
	padding-left: 10px;
	border-left: 1px solid #949393;
}

.userpage #main #listing-description{
	width: 220px;
}

#payment{
	margin-top: 50px;
	padding: 30px 10px;
	background: url('/img/backgrounds/signuppage/payment-gradient.png') repeat-x top;
	clear: both;
}

.red{
	color: #9b1f2e;
	font-weight: bold;
}

.accordionButton {	
	cursor: pointer;
	float: left;
	padding: 10px;
	width: 338px;
	background: url('/img/backgrounds/signuppage/listing-gradient.png') repeat-x;
	position: relative;
	}
 
.listing-actions{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 115px
}

.listing-actions .preview{
	font-weight: bold;
	background: url('/img/backgrounds/signuppage/preview.png') no-repeat right;
	padding: 2px 22px 3px 0;
	margin-right: 10px;
	width: 95px;
	height: 15px;
	display: block;
	
}

.listing-actions .delete-button{
	font-weight: bold;
	background: url('/img/backgrounds/signuppage/delete.png') no-repeat right;
	padding: 2px 22px 3px 0;
	width: 95px;
	height: 15px;
	margin-right: 10px;
	display: block;
}

.listing-actions .live-listing{
	font-weight: bold;
	background: url('/img/backgrounds/signuppage/live-listing.png') no-repeat right;
	padding: 2px 22px 3px 0;
	width: 95px;
	height: 15px;
	margin-right: 10px;
	display: block;
}

.accordionContent {	
	display: none;
	float: left;
	padding: 10px;
	width: 338px;
	}

table.payment-summary{
	border: 1px solid #F00;
	width: 100%;
	margin-bottom: 15px;
}
table.payment-summary th{
	padding: 3px 5px;
	text-align: left;
}

table.payment-summary td{
	padding: 3px ;
}

.form-container {
width:400px;
}
#renewal-listings{
	margin: 0 !important;
}
#renewal-listings li {
	clear: both;
	border-bottom: 2px solid #7F8184;
	padding-bottom: 5px;
	float: left;
	list-style-position: inside;
	width: 400px;
	vertical-align: middle;
	list-style-type: none;
}
#renewal-listings li span{
	padding-top: 10px;
	display: block;
	float: left;
}
#renewal-listings li form{
	clear:right;
	display:inline;
	float:right;
}
.delete-button{
	background: url('/img/backgrounds/delete-button.png') no-repeat;
	border:medium none;
	height:40px;
	width:163px;
	text-indent: -1000em;
}
.edit-button{
	background: url('/img/backgrounds/edit-button.png') no-repeat;
	border:medium none;
	height:40px;
	width:163px;
	text-indent: -1000em;
}
p.small{
	font-size: 11px;
}
.underline{
	border-bottom: 2px solid #7F8184;
	padding-bottom: 5px;
}


/*	=PAYMENTS
	------------------------------------------------------ */
.payment .form-container{
	margin: 20px auto;
}


/*	=JUMPOFFS
	------------------------------------------------------ */
.handle, .delete{
	position: absolute;
	top: 0;
	right: 20px;
	padding: 2px 5px;
	margin: 0px 0px 0 0;
	cursor: move;
	font-weight: 700;
	font-size: 10px;
	background: #F00;
	color: #FFF;
	z-index: 100;
}

.delete{
	top: 15px;
}
	
.jumpoff{
	position: relative;
	margin-bottom: 25px;
}

.component{
	height: auto;
}

.hover{
	cursor: pointer;
}

#home-members-login{
	height: 60px;
}

/* --- carosel --------------------------------------------------- */
#page-section{
	position: relative;
}

.infiniteCarousel {
	padding-top: 30px;
	float: left;
	height: 97px;
	position: absolute;
	right: 0;
	top: 0;
	width: 333px
}

.jcarousel-container {
    position: relative;
	background:  url('/img/carousel/carousel-background.jpg') no-repeat center;
	padding: 0 30px;
}

#carousel{
	width: 310px;
	height: 60px; 
	left: 0px;
	overflow: hidden;
}

#carousel, .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#carousel, .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#carousel li,
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
	height: 60px;
	width: 60px;
	margin-right: 10px;
    /* We set the width/height explicitly. No width/height causes infinite loops. */  
}

.jcarousel-next {
	background: transparent url('/img/carousel/arrows.png') no-repeat scroll 0 0;
	display:none;
	height:20px;
	position:absolute;
	right:5px;
	top:20px;
	width:20px;
	z-index:3;
}
.jcarousel-next:hover {
	background: transparent url('/img/carousel/arrows.png') no-repeat scroll 0 -50px;
}

.jcarousel-prev {
   	background:transparent url('/img/carousel/arrows.png') no-repeat scroll 0 -27px;
	display:none;
	height:20px;
	position:absolute;
	left:5px;
	top:20px;
	width:20px;
	z-index:3;
}
.jcarousel-prev:hover {
	background:transparent url('/img/carousel/arrows.png') no-repeat scroll 0 -77px;
}

/* --- footer --------------------------------------------------- */
#footer{
	clear: both;
	background: #525252;
}

#footer ul{
	padding: 3px 20px;
}

#footer ul li{
	display: inline;
	color: #FFF;
}

#footer ul li:after{
	content: " | ";
}

#footer ul li:last-child:after{
	content: "";
}
#footer ul li a{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #FFF;
}

#footer ul li a:hover{
	text-decoration: underline;
}

/* --- forms ------------------------------------------------- */

.form-container{
	width: 345px;
}

p.error{
	color: red;
	padding: 0 !important;
	float: left;
}

fieldset{
	margin-bottom: 15px;
}

fieldset legend, legend{
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 14px;
	color: #7f8184;
	display: block;
}

.input{
	margin-bottom: 10px;
	float: left;
	clear: both !important;
}

.input label{
	width: 123px;
	padding: 4px;
	text-align: right;
	display: block;
	float: left;
}

.input small{
	font-size: 10px;
	width: 212px;
	display: block;
	float: right;
	font-style: italic;
	padding: 5px 0;
	vertical-align: middle;
}

.input input{
	float: left;
}

.input input,
.input textarea{
	width: 200px;
/*	border: 1px solid #AAA; */
	border-style: solid;
	border-color: #AAA;
	border-width: 1px;
	padding: 2px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	text-transform: none;
}

.input input:focus,
.input textarea:focus{
	border-color: #ab2133
}

.input input.tiny{
	width: 30px;
	margin-right: 5px;
}

.checkbox label{
	width: 300px;
	text-align: left;
	font-size: 11px;
	padding-top: 2px;
	text-transform: none;
}

.checkbox input{
	width: 20px !important;
	border: none !important;
}

.file input{
	border: none !important;
}

fieldset p{
	padding: 0 !important;
}

/*.submit{
	padding-left: 100px;
} */

.submit{
	padding: 0;
	text-align: center;
}

.required label:after{
	content: " *";
}

.error label{
	color: red;
}
.error input{
	border-color: red;
}
.error h3, .error p{
	padding: 0 15px;
	color: red !important;
}
label.error{
	clear:both;
	color:red;
	font-size:11px;
	margin-left:132px;
	padding:0;
	text-align:left;
	width:205px;
}
.error-message{
	color: red;
	clear:both;
	color:red;
	float:right;
	width:203px;
	padding-top: 4px;
}

.delete-checkbox{
	width: 210px;
	float: right;
}
.delete-checkbox label{
	width: 160px;
}

/*
	TONDO add in the nice submit buttons
*/

/* hide show the relavent dropdown fields */
#jobtitle-dropdown,
#service-dropdown{
	display: none;
}

.category-4 #jobtitle-dropdown,
.category-2 #service-dropdown{
	display: block;
}

#add-listing h4{
	display: none;
}


.advanced-search-container{
	width: 180px;
}

.advanced-search-container fieldset legend{
	width: 180px;
}

.advanced-search-container fieldset label{
	width: 150px;
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 5px;
}
.advanced-search-container fieldset input{
	width: auto;
}
.advanced-search-container p{
	text-align: right;
}

/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }
                

.attention {
                background: #fffbcc url('/admin/images/icons/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55 !important;
                color: #666452;
                }

.information {
                background: #dbe3ff url('/admin/images/icons/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('/admin/images/icons/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.error-flash {
                background: #ffcece url('/admin/images/icons/cross_circle.png') no-repeat;
                border-color: #df8f8f;
                color: #665252;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

/* ---[ misc ]------------------------------------- */

img, a img {
    border: none;
    }
.hide {
    display: none;
    }
.clear {
    clear: both;
    }
.debug {
    border: 1px solid red;
    }

