/* @override http://dev.gabriellalane.com/includes/css/main.css */

@charset "utf-8";

/* ---------------------------------------------------------------
	Main Stylesheet       
	GabriellaLane.com © 2011
	
	Updated 7.05.11 - new layout & re-factoring
	Mutant Labs Ltd
	www.mutantlabs.com
	
-----------------------------------------------------------------*/

/*** HEADINGS AND LINKS ***/

h2{
	color:#2e2e2e;
	font-weight:normal;
	margin-top:35px;
}
h3{
	color:#000000;
	font-size:22px;
	font-weight:normal;
	margin-top:30px;
}
h4 {
	color:#2e2e2e;
	margin-bottom:15px;
	text-align:left;
	font-size: 1.2em;
	text-decoration: none;
}
h4.section-header {
	text-align: center;
	color: #949494;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

a, a:active, a:visited {color: #8e8e8e; outline: none;}
a:hover {color: #5c5d5d;}

/* Subtext (dates, etc) */
span.sup {
	vertical-align: baseline;
	font-size: 0.6em;
	position: relative;
	top: -0.2em;
}



/*** IMAGES ***/

img.img-float-right {
	float: right;
}

img.left-float {
	float: left;
	margin: 5px 20px 15px 0;
}

p {
	color: #808080;	
	font-size:0.9em;/*font-size: 14px;*/
	line-height: 1.4em;
}

/*** HEADER SECTION ***/

#header{
	height:156px; min-width: 860px;
	background-image:url(../../images/structure/headerbg-rptx.jpg);
	background-repeat:repeat-x;
	position: relative;
}
#headerbg{
	background:url(../../images/structure/headerbg-centre.jpg) top center no-repeat;
	height:156px; width: 860px;
	position:relative;
	margin:0 auto;
	text-align:left;
}
#header-logo {
	text-indent: -100em;
	overflow: hidden;
	background: url(../../images/structure/gabriella-logo.png) top left no-repeat;
	height: 81px; width: 335px;
	float: left;
	margin: 37px 0 0 0;
}

/** BUTTON STYLES **/

/* STANDARD BUTTON STYLE */
a.buttonStyle{
	display: block;
	width: 200px; height: 32px;
	background-color: #f4f4f4;
	padding: 8px 0 0 50px;
	text-decoration: none;
	color: #565656;
	font-size: 1.2em;font-weight: bold;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
    border-radius:4px;
    border: 1px solid #cccccc;
}
a.buttonStyle:hover {
	background-position: -305px -593px;
	background-color: #e8e8e8;
	border: 1px solid #c1c1c1;
	color: #474747;
}


/* Contact Button */
a#contact-btn {
	display: block;
	width: 71px; height: 27px;
	background: url(../../images/structure/buttons-icons-sprite.png) -7px -37px no-repeat;
	color: #7d7d7d;
	float: left;
	padding: 9px 0 0 35px;
	text-decoration: none;
	position: absolute; top: 0; right:0;
}
a#contact-btn:hover {
	background-position: -7px -75px;
	color: #d5d5d5;
}
a#contact-btn.contact-selected {
	background-position: -7px -75px;
	color: #d5d5d5;
}

/*** MAIN NAVIGATION ***/

div#navigation{
	width:450px;
	height:41px;
	font-size:1.1em;
	float: right;
	overflow: hidden;
	margin: 115px 0 0 0;
}
#navigation ul{
	color:#FFF;
	text-align:center;
	list-style-type:none;
}
#navigation li{
	color:#FFF;
	height:31px;
	float: left;
	padding: 0; margin: 0 5px 0 5px;
	/*border: 1px solid black;*/
}
#navigation li a{
	display: block;
	width: 100%; height: 100%;
	text-decoration:none;
	color:#FFFFFF;
	padding: 10px 5px 0 5px;
}
#navigation li a:hover{
	border-top-right-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;
	background-color:#FFF;
	color:#000;
}
#navigation li a#selected{
	border-top-right-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;
	background-color:#FFF;
	color:#000;
}

/*** SUB NAVIGATION ***/

div#subnav{
height:80px;
margin-left:auto;
margin-right:auto;
background: #FFF url(../../images/subnavbg.jpg) top center no-repeat;
font-size:18px;
text-align:center;
} 
div#subnav {
padding-left:28px;
}
div#subnav ul#gallerynav {
margin-left:120px;
}
div#subnav ul#gallerynav li{
display:inline;
float:left;
position:relative;
width:5.5em;
}
div#subnav ul#gallerynav li a{       
color:#767676;
display:inline-block;
height:37px;
padding-top:12px;
text-align:center;
text-decoration:none;
}
div#subnav ul#gallerynav li#selected, div#subnav ul#gallerynav li:hover{
background:url(../../images/subnavselectedleftbg.jpg) no-repeat left top;
}
div#subnav ul li#selected a, div#subnav ul li:hover a{
background:url(../../images/subnavselectedrightbg.jpg) no-repeat right top ;
color:#000000;
width:5.5em;
}

/*** STATIC SUB NAVIGATION - for other pages ***/

div#static-subnav{
	height:80px;
	margin:5px auto 15px auto;
	background: #FFF url(../../images/subnavbg-880.jpg) top center no-repeat;
	font-size:18px;
	text-align:center;
} 

div#static-subnav ul#gallerynav {
	margin-left:30px;
}
div#static-subnav ul#gallerynav li{
	display:block;
	float:left;
	position:relative;
	margin: 0 5px;
}
div#static-subnav ul#gallerynav li a{       
	color:#767676;
	display:inline-block;
	height:37px;
	padding: 15px 15px;
	text-align:center;
	text-decoration:none;
}
div#static-subnav ul#gallerynav li#selected, div#static-subnav ul#gallerynav li:hover{
	background:url(../../images/subnavselectedleftbg.jpg) no-repeat left top;
}
div#static-subnav ul li#selected a, div#static-subnav ul li:hover a{
	background:url(../../images/subnavselectedrightbg.jpg) no-repeat right top ;
	color:#000000;
}

div#static-subnav ul#gallerynav li:hover a.newtag{
	background: url(../../images/structure/buttons-icons-sprite.png) right -654px no-repeat;
	color:#000000;
	padding-right: 75px;
}

div#static-subnav ul#gallerynav li a.newtag {
	padding-right: 60px;
	background: url(../../images/structure/buttons-icons-sprite.png) -177px -774px no-repeat;
}

div#static-subnav ul#gallerynav li#selected a.newtag {
	padding-right: 75px;
	background: url(../../images/structure/buttons-icons-sprite.png) right -654px no-repeat;
}




/* MAIN CONTENT STYLES */

div#bodyContent {
	background-color: #FFF !important;
	width: 100%;
	float: left;
}

.content {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

div.content-880 {
	width:880px;
	margin-left:auto;
	margin-right:auto;
}

div.content-940 {
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

div.content-1060 {
	min-width:880px;
	margin-left: auto;
	margin-right: auto;
}

/*  COLUMN STYLES  */

div.one_third {
	width: 280px; height: 258px;
	float: left;
	margin-right: 20px;
}
div.two_thirds{
	width:581px;
	float: left;
	margin-right: 20px;
}
.column-last {
	margin-right: 0!important;
	clear: right;
}


/* STANDARD SECTION STYLES */

div.section1{
	clear:both;
	margin-bottom: 60px !important;
	/*padding-bottom: 40px;*/
}

.divider-880{
	background:url(../../images/divider-880-grad.jpg) top center no-repeat;
}




/* FLOAT CLEARS */

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}


/* BREADCRUMB NAV */

div.breadcrumbs {
	margin-top: 10px;
	padding: 10px 0 10px 0;
	color: #c3c3c3;
	font-size: 1.0em;
}
ul.breadcrumb {
	list-style: none;
	overflow: hidden;
}
.breadcrumb li{
	float: left;
	margin-right: 4px;
}
.breadcrumb li a {
    text-decoration: none;   
}


#main{
color:#636363;
/*margin-bottom:20px;*/
background-color: #FFF;
}

#main p{
margin-top:15px;
}

#main form{
margin-top:15px;
margin-bottom:50px;
}
#main form p{
margin-top:8px;
}
#main label{
	font-weight:bold;
	color:#575757;
	width:400px;
	margin-bottom:8px;
}
#main input{
	width:326px; height:20px;
	background: url(../../images/structure/forms-sprite.png) -8px -8px no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	padding:6px 8px; border:none;
	margin: 0 0 5px 0;
}
#main textarea{
	width:395px;height:120px;
	background: url(../../images/structure/forms-sprite.png) -8px -56px no-repeat;
	padding: 8px 7px; border:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	overflow:auto;
}


/* @group Event Element Styles */

ul.gl-event-listing {
	margin: 0;padding: 0;
	list-style-type: none;
}

ul.gl-event-listing li {
	width: 560px;
	overflow: hidden;
	margin: 0 0 10px 0;padding: 0;
}

ul.gl-event-listing li div.date {
	background: #FFFFFF url('../../images/structure/buttons-icons-sprite.png') no-repeat left top;
	background-position: -21px -244px; 
	width: 110px; 
	height: 88px;
	margin-right: 10px;
	float: left;
	text-align: center;
}

ul.gl-event-listing li div.date span.date-day {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 1.5em;
	color: #2e2e2e;
	margin: 10px auto 7px auto;
	width: 100%; overflow: hidden;
	float: left;
}

ul.gl-event-listing li div.date span.date-month {
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	color: #949494;
	letter-spacing: 7px;
	width: 100%; overflow: hidden;
	float: left;
	text-transform: uppercase;
}


ul.gl-event-listing li div.event-body {
	height: 50px;
	width: 96%;
	margin-top: 4px;
	padding: 10px;
	background-color: #f1f1f1;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


ul.gl-event-listing li div.event-body h3 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	color: #2e2e2e !important;
	font-size: 1.2em !important;
	margin: 0 0 5px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	/*width: 80%;*/
}

ul.gl-event-listing li div.event-body h3 a{
	text-decoration: none;
	color: #2e2e2e !important;
}

/* @end */



/*** FOOTER STYLES ***/

#footer{
	margin: 0 auto;
	height:100px;
	font-family:"Times New Roman", Times, serif;
	background: url(../../images/footerbg.jpg) center repeat-x;
	position:relative;
	clear:both;
	color: #7d7d7d;
	padding-top: 15px;
}
#footer p{
	float:left;
	padding-top:8px; margin: 0;
}
div.centred-content{
	width: 660px;
	margin: 0 auto 0;
}
#footer #acorn-icon {
	width: 27px; height: 25px;
	float: left;
	background: url(../../images/structure/buttons-icons-sprite.png) -6px -120px no-repeat;
	margin: 3px 8px 0;
}
#footer ul {
	list-style:inside;
	float: left;
} 
#footer ul li {
	float:left;
	margin: 7px 0 0 8px;
}
#footer ul li.first{
	background:none;
	list-style-type: none;
}
#footer a {
	text-decoration:none;
	font-size:0.9em;
	color: #7d7d7d;
}
#footer a:hover {color: #d5d5d5; text-decoration: underline;}
/*#footer .mutantlogo{
	padding-left:89px;
	margin-top:20px;
	display:inline;
	clear:both;
	float:left;
}*/
#footer div#madebymutants {
	width: 181px; height: 38px;
	display: block;	clear: both;
	margin: 0 auto; padding: 20px 0 0 0;
}
#footer #madebymutants a {
	display: block;
	width: 100%; height: 100%;
	background: url(../../images/structure/buttons-icons-sprite.png) -165px -127px no-repeat;
}
#footer #madebymutants a:hover {background-position: -165px -175px;}



/* CUSTOM CLASSICA SLIDES STYLES */

/* Slider */
#slider { padding: 50px 0 60px 0;
	height: 410px;
	background: url(../../images/structure/gallery_dropshadow.png) center 470px no-repeat;
}

/*#slider { padding: 0 0 40px 0; }*/

.slides_container {
	width:850px;
	height: 410px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	/*display: none;*/
	margin: 0 auto;
}

.slides_container a {
	width: 880px;
	height: 424px;
	display: block;
}

.slides-nav {
	position: relative;
	top: -30px;
	z-index: 100;
	display: none;
}

.slides-nav a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(../../images/structure/slider_sprite.png);
	z-index: 10;
}

.slides-nav a.prev {
	background-position: 0 0;
	margin: -195px 0 0 30px;
}

.slides-nav a:hover.prev {
	background-position: 80px 200px;
}

.slides-nav a.next {
	background-position: 160px 0;
	margin: -195px 0 0 810px;
}

.slides-nav a:hover.next {
	background-position: 40px 200px;
}

.pagination {
	position: absolute;
	list-style: none;
	z-index: 10;
	margin: -30px 0 0 30px;
}

.pagination li {
	float: left;
	margin: 0 5px 0 0;
}

.pagination li a {
	display: block;
	background: url(../../images/structure/slider_sprite.png) 0 160px;
	width: 12px;
	height: 0px;
	outline: none;
    overflow: hidden;
    padding-top: 12px;
}

.pagination li.current a {
	background: url(../../images/structure/slider_sprite.png) 188px 160px;
}


/* -------------------------------------------------------
	NICE THUMBNAIL CSS EFFECTS
--------------------------------------------------------*/
      
.drop-shadow {
    position:relative;
    background-color:#fff;
	/*border: 1px solid #cccccc;*/   
    /*padding:3px;*/ 
    /*-moz-border-radius:4px;
	border-radius:4px;*/
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute; 
    z-index:-2;
}

.drop-shadow img{
	padding: 4px;
	border: 0;
}

.drop-shadow a:hover img {
	padding: 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 4px solid rgb(193, 193, 193); /* Fallback to solid grey */
	border: 4px solid rgba(193, 193, 193, 0.8);
}

.drop-shadow a:visited img, .drop-shadow a:active img{
	border: 0;
	padding: 4px;
}


/* BORDER VERSION */
.drop-shadow-border {
    position:relative;
    background-color:#fff;
}
.drop-shadow-border:before,
.drop-shadow-border:after {
    content:"";
    position:absolute; 
    z-index:-2;
}
.drop-shadow-border img{
	border: 1px solid #cccccc;
    padding:3px;
    -moz-border-radius:4px;
	border-radius:4px;
	background-color: white;
}
.drop-shadow-border a:hover img {
	padding: 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 4px solid rgb(193, 193, 193); /* Fallback to solid grey */
	border: 4px solid rgba(193, 193, 193, 0.8);
}
.drop-shadow-border a:visited img, .drop-shadow-border a:active img{
	border: 0;
	padding: 4px;
}



/* Lifted corners */
.lifted {
	z-index:0;
}
.lifted:before,
.lifted:after {
	bottom:13px;
	left:10px;
	width:50%;
	height:20%;
	max-width:300px;
	-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.lifted:after {
	right:10px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}

