/****************************************************
#####################################################
##-------------------------------------------------##
##                 CLUBY'S                         ##
##-------------------------------------------------##
## Copyright = globbersthemes.com- 2013            ##
## Date      = JUIN 2013                           ##
## Author    = globbers                            ##
## Websites  = http://www.globbersthemes.com       ##
## version (joomla)                                ##
##                                                 ##
#####################################################
****************************************************/


/***********wtf am i DOING**********/
@keyframes abby
{
0% {color: blue;}
50% {color: green;}
100% {color:#FFA500;}
}

@-webkit-keyframes abby /* Safari and Chrome */
{
/*from {color: green;}
to {color:yellow;}*/
  0% {color: blue;}
50% {color: green;}
100% {color:#FFA500;}
}
/***********WTF AM I DOING********/

html {     
height: 100%;    

} 

body{   
margin:0;     
padding:0;       
text-align:left;     
/*background:#fff url(../images/bg.jpg) 0 0 repeat ;  */
  /*************Abbys edit************/
/*  background:ffffff;  */
 /* background:url(../images/arches.png) 0 0 repeat; */
  background:url(../images/tie_dye_watermark_seamless.jpg) 0 0 repeat;
  
  
  /*****************Abbys edit**********/
font-size:14px;      
/*color:#777777;  */
  /****************ABBYS EDIT****************/
 color:#000000;
  /*******************ABBYS EDIT**************/
  
font-family: "Roboto Slab", PT Sans Narrow,tahoma, sans-serif;     
font-weight:normal; 
     
}     
 
p {       
font-size: 100%; 
 
}     

h1 {       
font-size: 200%; 
    
}  
 
h2 {   
font-size:175%; 
       
}     

h3 {      
font-size: 150%; 
     
}    

h4 {       
font-size: 130%;
   
}  

h5 {
  font-size: 120%; 
}

h6 {
  font-size: 110%;
}



b{
 
  
 animation-name:abby;
animation-duration:3s;
animation-delay:2s;
animation-iteration-count:infinite;
animation-direction: alternate;
 
  
-webkit-animation-name:abby;
-webkit-animation-duration:3s;
-webkit-animation-delay:2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction: alternate; 
}


b:hover
{   	
background-image:-webkit-radial-gradient(rgba(255,215,0,0),rgba(255,2255,255,1)); /*Safari*/
background-image: -o-radial-gradient(rgba(255,215,0,0),rgba(255,255,255,1)); /*Opera 11-12*/
background-image: -moz-radial-gradient(rgba(255,215,0,0),rgba(255,255,255,1)); /*Fx 3.6-15*/
background-image: radial-gradient( rgba(255,215,0,1), rgba(255,255,255,1)); /*Standard*/
} 

/* liens hypertextes*/      
a:link, a:visited {   
  
  
  
text-decoration:none;      
/*color:#777; */  /*original color*/
    /********MY EDIT****************/
color:#000000; 

/**********MY EDIT**************/
font-weight:normal;       
 
}     
 
a:hover {        
/*color:#527988; */   /*original color*/
  /***********MY EDIT**********/
  color:#4876FF;
 /****************MY EDIT***********/
  
} 
 
ul {    
margin:0;       
padding-left:20px;      
 
}     

li {      
list-style-type:disc;     
background:transparent;   
margin: 4px;      

}       

img {   
  
 
border:none;
  
  
  
margin:5px;       
padding:0;         
webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;

}      

img .caption {       
text-align: left;     

}  
    
.highlight{       
background: #cde5ee;      
padding: 5px;       
/*color:#527988; */   /*original color*/
  /**********88ABBYS EDIT****************/
  color:#6666FF;
  
  /*****************ABBYS EDIT************/
webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;

}        
 
.button {        
border:1px solid #6495ED; 
/*-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;   */
  
 /* -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  
color: #527988;   */
  
/*background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f8fb), to(#cde5ee));
background-image: -webkit-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -moz-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -ms-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -o-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: linear-gradient(to bottom, #f2f8fb, #cde5ee);
  
  
  */
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f8fb, endColorstr=#cde5ee);
padding:4px;    
 
}     
 
.inputbox {       
border:1px solid #b6cbd1; 
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
color: #527988;
background-color: #cde5ee; 
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f8fb), to(#cde5ee));
background-image: -webkit-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -moz-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -ms-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -o-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: linear-gradient(to bottom, #f2f8fb, #cde5ee);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f8fb, endColorstr=#cde5ee);
padding:4px;
 
}     
 
.pagewidth{    
width:980px;      
text-align:center;    
background:transparent;    
margin-left:auto;   
margin-right:auto;     
margin-top:0px;    
margin-bottom:0px;    
position:relative;       
 
}     
 
fieldset {   
margin:5px;    
padding:5px;    
border:none;      
 
}

 /***********************/
#header {
/*float:left;*/  
width:100%;
height:120px; 
  
  
 
 background-image: -webkit-linear-gradient(top, #6495ED, #FFF8DC);
background-image: -moz-linear-gradient(top, #6495ED, #FFF8DC);
background-image: -ms-linear-gradient(top, #6495ED, #FFF8DC);
background-image: -o-linear-gradient(top, #6495ED, #FFF8DC);
  background-image: linear-gradient (to bottom, #6495ED, #FFF8DC);
 
  
}

#sitename {
float:left;
  
  /********MY EDIT****************/
color:#000000; 
text-shadow: 3px 3px 0px #FFFFFF , 5px 5px 0px #808080; /*#EEDD82*/
/**********MY EDIT**************/
  
  
/*width:680px; */ /* original size*/
  width: 850px; /*800*/
height:60px;  /*50*/
background:transparent;
margin-top:10px;
/*font-family: 'Slackey', Sofia, tahoma, arial, cursive;*/  /*original */
  font-family: 'Slackey', cursive;  /*change made 5/27/14*/
text-transform:capitalize; 
  
  

}


.logo {
float:left;
background:transparent;
font-size:53px; /*50*/
/*  font-size: 30px; */   /*original size*/
/*font-family: "Slackey", Sofia, tahoma, arial, sans-serif; */ /*original*/
  font-family: "Slackey", cursive;
text-transform:capitalize;
/*text-align:left;*/
font-weight:normal !important;
 

}
  


.slogan {
float:left;   
 /* float:right;*/
background:transparent;
/*font-size:14px; */    /*original size*/
  font-size: 16px;
font-family: 'Slackey', PT Sans Narrow, tahoma, arial, sans-serif;
text-transform:capitalyse;
text-align:left;
margin-top:20px;
margin-left:20px; 
 /* margin-top:45px;
  margin-left:20px; */
font-weight:bold;
  color:#3366CC;

}

/********************/
/*
#search .inputbox{ 
font-weight:normal; 
background:transparent; 
text-align:left !important; 
margin-top:10px !important; 
margin-left:12px !important; 
padding:0; 
font-size:14px; 
font-family: 'PT Sans Narrow', tahoma, arial, sans-serif;
border:none;
font-weight:bold;
color:#777777; 

  commented out because searchboz no longer needed
} 
*/


#search { 
float:right; 
width:83px; 
height:100px; 
background: url(../images/questionredone.jpg) 0 0 no-repeat; 
margin-top:10px; 
text-align:left !important;
margin-right:35px; 
border-style:solid;
border-width: 2px;
border-color:#6495ED;

}  
  


 /***********************/
#topmenu {
float:left;
width:100%;
/*height:55px; */ /*original hiehgt*/
  height: 40px;
background:transparent;
margin-top:0px;
margin-left:0px;
  
 
}
 

.navigation {
float:left;
width: 980px;
height:55px;

  /***********ABBYS EDIT*******************/
background: -webkit-( #FFF8DC);
background: -moz-( #FFF8DC);
background: -ms-( #FFF8DC);
background: -o-( #FFF8DC);
  background: #FFF8DC;

  /********ABBYS EDIT***************/
 
}
 
.navigation ul {
list-style: none;
margin:0;
padding:0;
float: left;
 
}
 
.navigation ul ul {
margin: 0;
padding: 0; 
 
}
 
.navigation ul li {
margin:0;
padding: 0;
float: left;
list-style: none;
background: none;
display: block;	
 
}
 
.navigation ul li ul {
width: 200px;
position: absolute; 
z-index: 99;
left: -999em;
height: auto;w\idth: 200px;
 
}
 
.navigation ul li ul ul {
margin: 0;
 
} 
 
.navigation ul li li {
padding: 0;
margin: 0;
width: 100%;
 
}
 
.navigation ul ul a {
width: 100%;
 
}

 .navigation ul li:hover ul ul,
 .navigation ul li:hover ul ul ul,
 .navigation ul li.sfhover ul ul,
 .navigation ul li.havechildsfhover ul ul,
 .navigation ul li.havechild-activesfhover ul ul,
 .navigation ul li.activesfhover ul ul,
 .navigation ul li.sfhover ul ul ul,
 .navigation ul li.havechildsfhover ul ul ul,
 .navigation ul li.havechild-activesfhover ul ul ul,
 .navigation ul li.activesfhover ul ul ul { 
 left: -999em;
 
 }
 
 .navigation ul li:hover ul,
 .navigation ul li li:hover ul,
 .navigation ul li li li:hover ul,
 .navigation ul li.sfhover ul,
 .navigation ul li.havechildsfhover ul,
 .navigation ul li.havechild-activesfhover ul,
 .navigation ul li.activesfhover ul,
 .navigation ul li li.sfhover ul,
 .navigation ul li li.havesubchildsfhover ul,
 .navigation ul li li.havesubchild-activesfhover ul,
 .navigation ul li li.activesfhover ul,
 .navigation ul li li li.sfhover ul,
 .navigation ul li li li.havesubchildsfhover ul,
 .navigation ul li li li.havesubchild-activesfhover ul,
 .navigation ul li li li.activesfhover ul {
 left: auto;	
 
 }
 
 .sf-sub-indicator {
 background:none !important;
 
 }
 
  /* STYLING THE MENU-----------------------------------*//* 1st level */
 
.navigation ul li a {
/*padding: 6px 21px 0 21px ;*/    /*original padding*/
  /**********ABBYS EDIT***********/
  padding: 6px 10px 0 10px;
  /*********ABBYS EDIT***********/
margin:0 0 0 0px;
display: block;
font-weight: bold;
font-size:15px;
text-transform:capitalize;
height:26px;
}

.navigation ul li {
height:70px ;
/*margin-right:19px; */ /*original*/
  /*AbBY'S EDIT 2/23/14 TO GET ALL THE BUTTONS ON ONE LINE*/
  margin-right: 10px;

}

.navigation li a  {
  /************abbys edit***********/
    border:2px solid #6495ED;
  /*************abbys edit***********/
  
/************THIS IS THE ORIGINAL********************
  -webkit-box-shadow: 0 2px 2px -2px #cccccc;
-moz-box-shadow: 0 2px 2px -2px #cccccc;
box-shadow: 0 2px 2px -2px #8c8a8a;
  *************THIS IS THE ORIGINAL***************************
  */
  -webkit-box-shadow: 0 5px 5px 1px #cccccc;
-moz-box-shadow: 0 5px 5px 1px #cccccc;
box-shadow: 0 5px 5px 1px #8c8a8a;
  
  
  /*************edit 2/21/14**********/
  text-shadow: 1px 1px #FFF;
font-weight: bold;
  /***********edit 2/21/14***********/

  
  
 -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px; 

  background-color: #FF9900;
  /************THIS IS THE ORIGINAL********************/
/* background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
  */
 /*************THIS IS THE ORIGINAL***************/
  
  /**********MY EDIT************/
  background-image: -webkit-linear-gradient(top, #FFB90F, #FFF68F);
background-image: -moz-linear-gradient(top, #FFB90F, #FFF68F);
background-image: -ms-linear-gradient(top, #FFB90F, #FFF68F);
background-image: -o-linear-gradient(top, #FFB90F, #FFF68F);
background-image: linear-gradient(to bottom, #FFB90F, #FFF68F);
  /*CCFF00*   and FF9900/
  /*********MY EDIT************/
  
 
/*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f5f5f5); */
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFB90F, endColorstr=#FFF68F);

}

.navigation li.active a,.navigation li:hover a {
/*border:1px solid #b6cbd1; */ /*original*/
  border:2px solid #FFFF60;
 -webkit-box-shadow: 0 2px 2px -2px #000;
-moz-box-shadow: 0 2px 2px -2px #000;
box-shadow: 0 2px 2px -2px #8c8a8a;
 -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px; 
color: #527988;
 background-color: #cde5ee; 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f8fb), to(#cde5ee));
background-image: -webkit-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -moz-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -ms-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -o-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: linear-gradient(to bottom, #f2f8fb, #cde5ee);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f8fb, endColorstr=#cde5ee); 
text-shadow: 1px 1px #fff;
font-weight:bold;

}

 /* 2nd level and above */ 
.navigation ul li ul {
margin-top: 5px;
padding-bottom: 10px;
padding-top: 5px;
text-align:left !important;
-webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 box-shadow: 1px 1px 1px  rgba(0,0,0,0.3);
 background-color: #ffffff;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
 background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
 background-image: -moz-linear-gradient(top, #ffffff, #efefef);
 background-image: -ms-linear-gradient(top, #ffffff, #efefef);
 background-image: -o-linear-gradient(top, #edf6f9, #efefef);
 background-image: linear-gradient(to bottom, #ffffff, #efefef);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#afd3e3, endColorstr=#efefef);
 
}

.navigation ul li ul li{
height:41px !important;
border:none !important;
background-image: none !important;
background-color: none !important;

} 

.navigation ul li ul li a{
height:41px !important;
padding-left:31px;
border:none !important;
background-image: none !important;
background-color: transparent !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;

} 

.navigation ul li ul li a:hover,
.navigation ul li ul li.active a  {
height:41px !important;
background-image: transparent !important;
border:none !important;

} 

.navigation ul li ul li.active   {
border:none !important;
background-image: transparent !important;

} 
 
.navigation ul li ul li a:hover {
height:41px ;
background-image: transparent !important;
color:#777777 !important;
border:none !important;
 
} 

.navigation ul li ul li.active {
height:41px ;
background-image: transparent !important;
border:none !important;

}

.navigation ul li ul li.active span {
height:41px ;
border:none !important;
background-image: transparent !important;
 
}

.navigation ul li ul li.active a {
height:41px ;
border:none !important;
background-image: transparent !important;

} 

.navigation ul li ul li ul {
margin-left:180px;
margin-top: -30px;
padding-bottom: 5px;
padding-top: 10px;
text-align:left !important;
border:none !important;
background-image: transparent !important;

} 
 
/**************************/
#wrapper-slide{ 
 float:left; 
 width:955px; 
 height:440px !important;
 
  
  /**********THIS IS THE 0RIGINAL*******/
 /*background:#fff;*/
 /********************/ 
  
  
    /**********MY EDIT************/
background-image: -webkit-radial-gradient(#FFE8F9, #6495ED, #FFFF60); /* Safari */
background-image: -o-radial-gradient(#FFE8F9, #6495ED, #FFFF60); /* For Opera 11.1 to 12.0 */
background-image: -moz-radial-gradient(#FFE8F9, #6495ED, #FFFF60); /* For Firefox 3.6 to 15 */
background-image: radial-gradient(#FFE8F9, #6495ED, #FFFF60); /* Standard syntax */
  /*********MY EDIT************/
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8CBDFF, endColorstr=#FFFF60);
  
 webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
-webkit-box-shadow: 0 4px 4px 1px #000;
-moz-box-shadow: 0 4px 4px 1px #000;
box-shadow: 0 4px 4px 1px #000;
border:2px solid #ddd;
 margin-top:20px;

 } 

 #slide{ 
 float:left; 
 width:951px; 
 height:440px;  

    

 }  
 
 /* The Nivo Slider styles */ 
 .nivoSlider { 
 float:left;	 
  position:fixed;
  
 width: 951px;	
 height: 400px ;
 
  
  
 margin-top: 32px;
 margin-left:32px;  
 background: url(../images/loading.gif) no-repeat 50% 50%; 
 
 }  
 
 .nivoSlider img {		 
 display:none;    
 width:893px; 
 /* Make sure your images are the same size */     
 height:349px; 
 /* Make sure your images are the same size */
  

 }  
 
 .nivoSlider a {    
 
  border:0; 

 display:block;	 
 color: #fff;   
 
 }  
 
 /* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Caption styles */
.nivo-caption {
	position:absolute;
	left: 0px;
	/* right:0px; */
	bottom:-13px;
	background: transparent;
	color:#777777;
	z-index:8;
	width: 910px;
	padding: 20px; 
	overflow: hidden;
	
}
.nivo-caption p {
	padding:0 !important;
	margin:0 !important;
	font-size:25px;
	text-transform:capitalise;
	 font-family: 'PT Sans Narrow',tahoma, arial, sans-serif;   
	
}
.nivo-caption a {
	display:inline !important;
	border-bottom: 1px dotted #fff;
}
.nivo-caption a:hover {
	border-bottom-style: solid;
	text-decoration: none;
}
.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
display:none;
}
.nivo-prevNav {
	display:none;
}
.nivo-nextNav {
	display:none;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
display:none;
	
}
.nivo-controlNav a {
   
}

/********************/
#newsflash {
float:left;
width:950px;
/*padding-bottom:30px; */
  padding-bottom:10px;
 border-bottom:1px double #ddd;
 
}

#newsflash h3 {
font-size:30px ;
margin-bottom:0px;
font-family: Sofia, tahoma, arial, sans-serif;
font-weight:normal;
color:#5b808f;
text-shadow: 0 4px 4px 4px #fff;

}

/*****************************/
#right {
float:left;
width:215px;
text-align:left;
margin-bottom:15px;
margin-top:40px;
margin-left:30px;
background:transparent;
  
   
}

#right h3 {
background: url(../images/globe.png) 5px 9px no-repeat;
font-size:18px;
margin: 0px 0 10px 0;
text-transform:uppercase;
padding:13px 0 10px 30px;
border-bottom:1px dashed #e0e0e0;

}

#right ul {
margin-left:10px;

}

#right .moduletable_menu,
#right .moduletable {
 margin-bottom:40px;
font-size:14px;
font-weight:normal;
webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
-webkit-box-shadow: 0 2px 2px 0px #000;
-moz-box-shadow: 0 2px 2px 0px #000;
box-shadow: 0 2px 2px 0px #000;
border:2px solid #ddd;
padding:8px;
     /**********MY EDIT************/
background-image: -webkit-linear-gradient(#FFFF60,#FFFFC8); /* Safari */
background-image: -o-linear-gradient( #FFFF60,#FFFFC8); /* For Opera 11.1 to 12.0 */
background-image: -moz-linear-gradient(#FFFF60,#FFFFC8 ); /* For Firefox 3.6 to 15 */
background-image: linear-gradient( #FFFF60,#FFFFC8); /* Standard syntax */

  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFF60, endColorstr=#FFFFC8);
     /**************MY EDIT********/

}

#right .moduletable_menu a,
#right .moduletable a {
font-weight:normal;

}

#right .moduletable_menu a:hover,
#right .moduletable a:hover {
font-weight:normal;

}

/***********************/
#main {
float:left;
/*margin:40px 0px 20px 0px;*/ /*original*/
  margin:10px 0px 20px 0px;
width:718px;
text-align:left;

}

#main-full {
float:left;
margin:40px 0px 20px 0px;
width:950px;
background:transparent;
text-align:left;

}

tem-page { 
position:relative; 

}

.item-page aside {
float:left;
position:absolute;
width:95px;
 
}

item-image {
margin:0px 0px 10px 0;
width:100%;
padding:0 !important;

}

.item-image {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;	
transition: all 0.3s ease;

}

.item-image:HOVER {
z-index: 10;
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2); 
cursor:pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;	
transition: all 0.3s ease;

}

.gk-article {
font-size:14px;
line-height:22px !important;
margin:0 0 60px 124px;
padding:15px 15px 45px 15px;
background:transparent;
min-height:300px;
background:#fff;
position:relative;
-webkit-box-shadow: 0 2px 2px -2px #000;
-moz-box-shadow: 0 2px 2px -2px #000;
box-shadow: 0 2px 2px -2px #000;
border:1px solid #ddd;

}

.item-page .item-page {
 min-height:400px; 
 
 }
 
.item-page time {
display:block;
width:85px;
height:60px;
line-height:20px;
margin:0 0 15px 0px;
padding:6px 6px 6px 0px;
text-align:center;
font-size:26px;
color:#fff; 
text-transform:uppercase;
border:1px solid #b6cbd1; 
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
color: #527988;
background-color: #cde5ee; 
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f8fb), to(#cde5ee));
background-image: -webkit-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -moz-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -ms-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -o-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: linear-gradient(to bottom, #f2f8fb, #cde5ee);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f8fb, endColorstr=#cde5ee);
margin:0px 0 0 3px;
font-family: 'PT Sans Narrow',tahoma, arial, sans-serif;  
   
}

.item-page time span {
  display:block;
  font-size:32px;
  line-height:45px;
   
}

.article-info {
  margin-bottom:0;
  text-align:left;
  font-size:11px;
  margin-left:5px;
  margin-top:20px;
 
  
}

.article-info dd { 
margin:0 0 10px ; 
font-weight:normal;

}

.gk-item-page .gk-article { min-height:400px; }
.gk-article .article-header {
  clear:both;
/*  font-size:38px; */ /*original*/
  font-size:30px;
  line-height:72px;
  margin:0px 0 5px 0;
  font-family: 'Merriweather Sans',tahoma, arial, sans-serif;  
  text-transform:capitalize;
  /**********/
  color:#000000;
 
}

/*********************/
/* Pagination ---*/
 .counter {
 text-align:center;

}
 
  .pagination   {
 margin:10px 0 10px 0;
 text-align:center;
 background:transparent;
  
 }
 
 .pagination li   {
display:inline;
 overflow: hidden;
text-align:center;
 font-size:14px;
 
 }
 
 .pagination li span {
 padding: 6px; 
 line-height: 15px; 

 } 
 
 .pagination li a {
text-decoration: none;
 border:1px solid #b6cbd1;
 -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
color: #527988;
background-color: #cde5ee; 
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f8fb), to(#cde5ee));
background-image: -webkit-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -moz-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -ms-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -o-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: linear-gradient(to bottom, #f2f8fb, #cde5ee);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f8fb, endColorstr=#cde5ee);
padding:7px;
font-size:14px;
 
}
 
 .pagination li a:hover, .pagination li a:active, 
 .pagination li a:focus {
 text-decoration: none;
 border:1px solid #b6cbd1; 
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
color: #527988;
background-color: #f2f8fb; 
background-image: -webkit-gradient(linear, left top, left bottom, from(#cde5ee), to(#f2f8fb));
background-image: -webkit-linear-gradient(top, #cde5ee, #f2f8fb);
background-image: -moz-linear-gradient(top, #cde5ee, #f2f8fb);
background-image: -ms-linear-gradient(top, #cde5ee, #f2f8fb);
background-image: -o-linear-gradient(top, #cde5ee, #f2f8fb);
background-image: linear-gradient(to bottom, #cde5ee, #f2f8fb);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cde5ee, endColorstr=#f2f8fb);

 } 
 
 ul.pager.pagenav {
float:left;
background:transparent;
width:100%;
margin:15px 0 0 0;
padding:0;

}

.pager .next  {
	float: right;
}
.pager .previous  {
	float: left;
}

.result-title {
 padding:10px;
 
 }
 
 /*********************/
 
#main .readmore a:link,
#main .readmore a:visited,
#main a.readmore:link,
#main a.readmore:visited ,
#main-full .readmore a:link,
#main-full .readmore a:visited,
#main-full a.readmore:link,
#main-full a.readmore:visited {
position:absolute;
margin-bottom:0px;
right:40%;
font-weight:normal;
padding:5px;
border:1px solid #b6cbd1; 
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
color: #527988;
background-color: #cde5ee; 
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f8fb), to(#cde5ee));
background-image: -webkit-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -moz-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -ms-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -o-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: linear-gradient(to bottom, #f2f8fb, #cde5ee);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f8fb, endColorstr=#cde5ee);
margin:0px 0 0 3px;
 
}

#main .readmore a:hover,
#main .readmore a:active,
#main .readmore a:focus,
#main a.readmore a:hover,
#main a.readmore a:active,
#main a.readmore a:focus,
#main-full .readmore a:hover,
#main-full .readmore a:active,
#main-full .readmore a:focus,
#main-full a.readmore a:hover,
#main-full a.readmore a:active,
#main-full a.readmore a:focus
{
border:1px solid #b6cbd1; 
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
color: #527988;
background-color: #f2f8fb; 
background-image: -webkit-gradient(linear, left top, left bottom, from(#cde5ee), to(#f2f8fb));
background-image: -webkit-linear-gradient(top, #cde5ee, #f2f8fb);
background-image: -moz-linear-gradient(top, #cde5ee, #f2f8fb);
background-image: -ms-linear-gradient(top, #cde5ee, #f2f8fb);
background-image: -o-linear-gradient(top, #cde5ee, #f2f8fb);
background-image: linear-gradient(to bottom, #cde5ee, #f2f8fb);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cde5ee, endColorstr=#f2f8fb);

}

/* ++++++++++++++  items-more  ++++++++++++++ */

 .items-more {
 margin-left:90px;
	
}

 .items-more h3{
 margin-left:50px;

}

.items-more ul{
 margin-left:0px;
 
}

.items-more li {
list-style-type:disc !important;

}

.items-more ol li a{
background : transparent;
margin-left:10px;
list-style-type:disc !important;

}

.items-more ol li a:hover,
.items-more ol li a:active,
.items-more ol li a:focus{

}
/******************************/
.email-icon , .print-icon   {
 float:left;
 font-size:11px;
 margin:0 0 0 5px;
 padding:0;
  list-style-type:none; 

} 

.email-icon a , .print-icon a   {
 font-weight:normal;
 margin:0;
 padding:0;
 list-style-type:none; 
 
} 

/* ++++++++++++++  nav entre article  ++++++++++++++ */
 ul.pagenav {
 position:relative;
 margin-bottom:15px;

}

ul.pagenav li {
 list-style: none;
 padding: 8px;

}

ul.pagenav li a{
color:#fff;
 padding: 8px;
border:1px solid #b6cbd1; 
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
color: #527988;
background-color: #cde5ee; 
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f8fb), to(#cde5ee));
background-image: -webkit-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -moz-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -ms-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: -o-linear-gradient(top, #f2f8fb, #cde5ee);
background-image: linear-gradient(to bottom, #f2f8fb, #cde5ee);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f8fb, endColorstr=#cde5ee);
margin:0px 0 0 3px;
font-family: 'PT Sans Narrow',tahoma, arial, sans-serif;  

}

ul.pagenav li a:hover, ul.pagenav li a:focus {
border:1px solid #b6cbd1; 
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
color: #527988;
background-color: #f2f8fb; 
background-image: -webkit-gradient(linear, left top, left bottom, from(#cde5ee), to(#f2f8fb));
background-image: -webkit-linear-gradient(top, #cde5ee, #f2f8fb);
background-image: -moz-linear-gradient(top, #cde5ee, #f2f8fb);
background-image: -ms-linear-gradient(top, #cde5ee, #f2f8fb);
background-image: -o-linear-gradient(top, #cde5ee, #f2f8fb);
background-image: linear-gradient(to bottom, #cde5ee, #f2f8fb);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cde5ee, endColorstr=#f2f8fb);

}

ul.pagenav li.pagenav-prev {
float: left;

}

ul.pagenav li.pagenav-next { 
float:right;

}

/****************************/
.contact,#searchForm,.search-results,.weblink-category ,.newsfeed-category ,.remind,.registration, .categories-list,.category-list{
font-size:14px;
  line-height:26px !important;
  margin:0 0 20px 0;
  padding:15px 0px 45px 15px;
  background:#fff;
 border:1px solid #e0e0e0;
 box-shadow: -1px 1px 2px 1px #e2e3e4,
            -1px 2px 100px rgba(255, 255, 255, 0.4) inset; 
  
}

.contact h2 {
font-size:38px;
font-family:Oswald; 
  
}

/********************/

#ft {
float:left;
width:950px;
height:65px;
background:transparent;
margin-left:7px;
border-top:1px solid #e0e0e0;
 
}

.ftbl {
float:left;
margin-top:25px;
text-align:center !important;
font-weight:normal;
font-size:14px;
width:710px;
color:#6b6c70; 
background:transparent;

}

.ftbl a{
padding:0 !important;
border:none !important;
color:#6b6c70 !important;
font-weight:normal;

} 

 .ftbl a:hover{
padding:0 !important;
border:none !important;
color:#6b6c70 !important;

} 

#top {
float:left;
width:30px;
height:30px;
margin-top:10px;
margin-left:100px;
padding:0 !important;
border:none !important;
background:transparent;

}

.top_button {
padding:0 !important;
border:none !important;

}