/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
/*http://www.justbenicestudio.com/studio/websymbols/*/
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../fonts/websymbols-regular-webfont.eot');
    src: url('../fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/websymbols-regular-webfont.woff') format('woff'),
         url('../fonts/websymbols-regular-webfont.ttf') format('truetype'),
         url('../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	}

img {
	max-width: 100%;
}

.band {
	/* background: url(../images/bg_main.png) repeat #f8f8f8; */
	padding: 0 0 14px 0;	
}
/*navigation*/
.band.navigation {
	background:#0F2F7F;
	/* background: url(../images/stitch_hr.png) left top repeat-x, 
				url(../images/bg_dark.png) repeat left 2px,
				#343434; */
	padding: 0;
	top: 0px; 
	position: fixed; 
	z-index: 99999; 
	float: left;
	border-bottom:6px solid #FFF;
	/*border-bottom: 6px solid rgba(163,191,24,.9);*/
	padding: 0;
	width: 100%;
	min-height:100px;	
	-moz-box-shadow: 0px 12px 12px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 12px 12px rgba(0,0,0,.5);
    box-shadow: 0px 12px 12px rgba(0,0,0,.5);
}
.band.navigation ul li a.selected {
	color:#B0BAD2;
	margin-left:2px;
	margin-right:2px;
	}
.band.footer {
background:#ccc;
	background: url(../images/stitch_large.png) left top repeat-x,
				url(../images/bg_dark.png) repeat left 2px,
				#343434;
	padding: 49px 0 14px 0;			
	color: #e0e0e0; 
}


.band.bottom {
background:#2A2A2A;
	background: url(../images/stitch_staggered.png) left top repeat-x,
				url(../images/bg_bottom.png) repeat,
				#343434;	
	padding: 28px 0 7px 0;
	color: #e0e0e0;
}
.divider{
	margin-left:auto;
	margin-left:right;
	padding:0 5px 0 5px;
    position:absolute;
    left:50%;
    top:7%;
    bottom:60%;
    border-left:1px dotted #e5e5e5;
}
/*ie multiple background image fallbacks*/
.ie .band.navigation {
	background: url(../images/bg_dark.png) repeat left 2px #343434;
}
.ie .band.footer {
	background: url(../images/bg_dark.png) repeat left 2px #343434;
}
.ie .band.bottom {
	background: url(../images/bg_bottom.png) repeat #343434;
}

/* footer .pub {
	margin-left:auto;
	margin-right:auto;
    max-width:100%;
 	-moz-border-radius:8px;
 	-webkit-border-radius:8px;
 	border-radius:8px;
 	-moz-box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.5);
	 -webkit-box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.5);
 	box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.5);
 	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
 	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	margin-bottom:10px;
	background: rgba(163,191,24,.9);
} */

/*navigation*/
nav.primary {
margin-bottom:-40px;
float:left;
width:100%;
max-height:100%;
position:relative;
}
nav.primary b {
list-style: none;
display: block;
background: url(../images/logo_novo.png) no-repeat;
float:left;
margin: 10px 10px 10px 10px;
width:140px;
height:90px;
-webkit-transition: all 0.9s ease-out;
-moz-transition: all 0.9s ease-out;
-o-transition: all 0.9s ease-out;
transition: all 0.9s ease-out;
}

nav.primary b:hover {
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	transform: rotate(-7deg);
}
nav.primary .logo {
list-style: none;
display: block;
background: url(../images/logo_vvm_33.png) no-repeat;
width:120px;
height:130px;
margin-top:-55px;
z-index:999999;
background-color: #0f2f7f;
padding:10px;
opacity:1;
box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.5);
border-bottom: 6px solid #FFF !important;
}

nav.primary .logo:hover {
	background: url(../images/logo_vvm_11.png) no-repeat;
	cursor: pointer;
background-color: #0f2f7f;
padding:10px;
opacity:0.8;
	}
nav.primary ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   	padding-top:50px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
nav.primary select {
	display: none;
	width:  100%;
	height: 28px;
	margin: 21px 0;
}

nav.primary ul li {
   display:block;
   float:left;
   position:relative;
   right:50%;
   -moz-transition:0.9s;
    -o-transition:0.9s;
    -webkit-transition:0.9s;
    transition:0.9s;
}

nav.primary ul li a {
	font-size: 14px;
	display: inline-block;
	line-height: 29px;
	padding:  0 30px 0 30px;
	color: #ebebeb;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.08em;
	transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition-delay:0.2s;
    -o-transition-delay:0.2s;
    -webkit-transition-delay:0.2s;
    transition-delay:0.2s;
}

nav.primary ul li a:hover {
	color: #B0BAD2;
	cursor: pointer;
	text-shadow: 2px 2px 0 #000;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

/*sub menu*/
nav.primary ul ul {
	opacity: 0; 
  	filter: alpha(opacity=0); 
	position: absolute;
	top:100%;
	left: 0;
	z-index: 999;
	background:#0F2F7F;
	/* background: url(../images/bg_dark.png), #343434; */
	/* -moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px; */
	overflow: hidden;
	min-width:110%;
	width:300px;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);		
	border-bottom: 6px solid #FFF;
	}

nav.primary ul li span {
	display: none;
}

nav.primary ul li:hover ul {
	opacity: 10; 
  	filter: alpha(opacity=100); 
  	height: auto;
	overflow: auto;
	display: block;
}

nav.primary ul ul li {
	left:0;
	text-align:left;
	display: list-item;
	 /* border-top: 1px dotted #f0f0f0;  */
	 border-bottom: 1px solid #8797bf;
	}

nav.primary ul ul li a {
    font-weight:normal;
    font-size: 12px;
	display: block;
	line-height: 30px;
	text-transform: none;
	position: relative;
	z-index: 999;
	}

nav.primary ul li:hover > a {
/* 	background:#000000;
	-webkit-border-radius: 8px 0 8px 0; 
	-moz-border-radius:  8px 0 8px 0; 
	-o-border-radius:  8px 0 8px 0;
	border-radius:  8px 0 8px 0; */
	 
}

/*OLD*/
/*
nav.primary ul {
padding-top:65px;
font-size: 12px;
}

nav.primary ul,
nav.primary ul li {
	margin: 0px;
	float:right;
}

nav.primary select {
	display: none;
	width:  100%;
	height: 28px;
	margin: 21px 0;
	}

nav.primary ul li {
	display: inline;
	float: left;
	position: relative;
	margin-left:auto;
	-moz-transition:0.3s;
    -o-transition:0.3s;
    -webkit-transition:0.3s;
    transition:0.3s;
	}

nav.primary ul li a {
	display: inline-block;
	line-height: 49px;
	padding-left:  20px;
	color: #ebebeb;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.08em;
	transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition-delay:0.2s;
    -o-transition-delay:0.2s;
    -webkit-transition-delay:0.2s;
    transition-delay:0.2s;
	}

nav.primary ul li a:hover {
	color: #B0BAD2;
	cursor: pointer;
	text-shadow: 2px 2px 0 #000;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

nav.primary ul ul {
	opacity: 0; 
  	filter: alpha(opacity=0); 
	position: absolute;
	top:100%;
	left: 0;
	z-index: 999999;
	background: url(../images/bg_bottom.png);
	padding-top:0px;
	margin-top:-4px;
	overflow: hidden;
	min-width: 100%;
	width:300px;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);	
}

nav.primary ul li span {
	display: none;
}

nav.primary ul li:hover ul {
	opacity: 10; 
  	filter: alpha(opacity=100); 
  	height: auto;
	overflow: auto;
	display: block;
}

nav.primary ul ul li {
	float: none;
	display: list-item;
	border-bottom: 1px solid #383737;
}

nav.primary ul ul li a {
	display: block;
	line-height: 35px;
	text-transform: none;
	position: relative;
	z-index: 999999;

}

nav.primary ul li:hover > a {
	
	text-shadow: 2px 2px 0 #000;
	transition: all 300ms ease-out;
}*/

/*header*/
header.main {
	padding: 35px 10px;
}
/* 
header h1.logo {
	width: 100%;
	height: 150px;
	float:left;
	padding: 60px 0 0 0;
}

header h1.logo a {
	width: 200px;
	height: 98px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999%;
	
	
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
} */

header.main .banner {
	float: right;
}

/*images*/
figure {
	padding: 6px;
	border: 1px solid #ededed;
	background: #ffffff;
	line-height: 0px;
}

figcaption {
	font-size: .75em;
	text-align: center;
	padding: 14px 0;
}

/*contactos*/

.morada {
	background: url(../images/icones/home_.png)  no-repeat;
	display: relative;
	max-width:460px;
	margin-left:10px;
	}

.morada p {
	margin-left:50px;
	line-height: 36px;
	margin-bottom:4px;
	}
.morada hr {
	border: none;
	border-bottom: 1px dashed #e5e5e5;
	margin: 4px 10px 4px 10px;
}
	
	.email {
	background: url(../images/icones/email_.png)  no-repeat;
	display: relative;
	max-width:460px;
	margin-left:10px;
	}
	
	
.email p {
	margin-left:50px;
	line-height: 36px;
	margin-bottom:4px;
	}
.email hr {
	border: none;
	border-bottom: 1px dashed #e5e5e5;
	margin: 4px 10px 4px 10px;
}	
	.phone{
	background: url(../images/icones/phone_.png)  no-repeat;
	display: relative;
	max-width:460px;
	margin-left:10px;
	}
.phone p {
	margin-left:50px;
	line-height: 36px;
	margin-bottom:4px;
	}
	.phone hr {
	border: none;
	border-bottom: 1px dashed #e5e5e5;
	margin: 4px 10px 4px 10px;
}
		
.fax{
	background: url(../images/icones/print_.png)  no-repeat;
	display: relative;
	max-width:460px;
	margin-left:10px;
	}
.fax p {
	margin-left:50px;
	line-height: 36px;
	margin-bottom:4px;
	}
	.fax hr {
	border: none;
	border-bottom: 1px dashed #e5e5e5;
	margin: 4px 10px 4px 10px;
}
.gps{
	background: url(../images/icones/location.png)  no-repeat;
	display: relative;
	max-width:460px;
	margin-left:10px;
	}
.gps p {
	margin-left:50px;
	line-height: 36px;
	margin-bottom:4px;
	}
	.gps hr {
	border: none;
	border-bottom: 1px dashed #e5e5e5;
	margin: 4px 10px 4px 10px;
}
	
.gmap {
	left:470px;
	max-width:100%;
	line-height: 36px;
	margin-bottom:4px;
	}

	/*TOOLTIP*/
.tooltips {
    cursor: hand;
}
 
.tooltips::after {
    background: transparent;
	opacity:0.5;
	border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.5); 
	font-family: "AsapRegular", "Times New Roman", Helvetica, Arial, sans-serif;
    color: #ccc;
	/* border-style:solid;
	border-width:4px;
	border-color:#4E4B4A; */
    content: attr(data-tooltip); /* The main part of the code, determining the content of the pop-up prompt */
    margin-top: -40px;
	margin-left:-55px;
	opacity: 0; /* Our element is transparent... */
    padding: 3px 7px;
    position: absolute;
    visibility: hidden; /* ...and hidden. */
    transition: all 0.4s ease-in-out; /* To add some smoothness */
}
 
.tooltips:hover::after {
    opacity: 1; /* Make it visible */
    visibility: visible;
}
	
	/*SOCIAL*/
#social-box {
	width: 110px;
	height: 22px;
	margin-left:auto;
	margin-right:auto;
	}
#social-box li {
	float: left;
	padding-left: 6px;
	display: inline;
	background:none;
}
.facebook a {
	background-image: url(../images/facebook.png);
	background-position: 0 0px;
	display: block;
	height: 22px;
	padding-left: 24px;
	background-repeat: no-repeat;
}
.facebook a:hover {
	background-position: 0 -26px;
	color: #444444;
}
.twitter a {
	background-image: url(../images/twitter.png);
	background-position: 0 0px;
	display: block;
	height: 22px;
	padding-left: 24px;
	background-repeat: no-repeat;
}
.twitter a:hover {
	background-position: 0 -26px;
	color: #444444;
}
.youtube a {
	background-image: url(../images/youtube.png);
	background-position: 0 0px;
	display: block;
	height: 22px;
	padding-left: 24px;
	background-repeat: no-repeat;
}
.youtube a:hover {
	background-position: 0 -26px;
	color: #444444;
}
.rss a {
	background-image: url(../images/rss.png);
	background-position: 0 0px;
	display: block;
	height: 22px;
	padding-left: 24px;
	background-repeat: no-repeat;
}
.rss a:hover {
	background-position: 0 -26px;
	color: #444444;
}
	
	
/*blog*/
h2 {
	font-size: 35px;
	line-height: 42px;
	/* margin-bottom: 7px; */
}



article.preview {

}

article.preview .breadcrumbs {
	margin-bottom: 7px;
}

article.preview .meta {
	margin-bottom: 7px;
}

/*forms*/

	/*Glyn Mooney webkit reset 
	http://www.skidoosh.co.uk/html/how-to-reset-the-webkit-html5search-field-style-with-css/*/
	input[type=search]::-webkit-search-decoration,
	input[type=search]::-webkit-search-cancel-button,
	input[type=search]::-webkit-search-results-button,
	input[type=search]::-webkit-search-results-decoration {
	  display: none;
	}
	
	input[type=search] {
	  -webkit-appearance: textfield;
	}
	
	input[type=search]:focus {
	outline: none;	
	}
	
	input[type="text"],
	input[type="search"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		width: 100%;
	}
	
	.search,
	.subscribe {
		margin: 0;
	}
	.search input[type=search],
	.subscribe input[type=email] {
		width: 70%;
		float: left;
		margin: 0;
	}
	.search button,
	.subscribe button {
		width: 28%;
		float: right;
		margin: 0;
		padding: 7px 10px;
	}


/*fluid video and other embeds - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video*/

.embed {
    position: relative;
    padding: 0px;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

	/*
	 * jQuery FlexSlider v1.8
	 * http://flex.madebymufffin.com
	 *
	 * Copyright 2011, Tyler Smith
	 * Free to use under the MIT license.
	 * http://www.opensource.org/licenses/mit-license.php
	 */
	 
	/* Browser Resets */
	.flex-container a:active,
	.flexslider a:active {outline: none;}
	.slides,
	.flex-control-nav,
	.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
	
	/* FlexSlider Necessary Styles
	*********************************/ 
	.flexslider {width: 100%; margin: 0; padding: 0;}
	.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.flexslider .slides img {max-width: 100%; display: block;}
	.flex-pauseplay span {text-transform: capitalize;}
	
	/* Clearfix for the .slides element */
	.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
	html[xmlns] .slides {display: block;} 
	* html .slides {height: 1%;}
	
	/* No JavaScript Fallback */
	/* If you are not using another script, such as Modernizr, make sure you
	 * include js that eliminates this class on page load */
	.no-js .slides > li:first-child {display: block;}
	
	/*my flexslider styles*/	
	.flexslider {
		margin: 21px 0;
	}
	
	.flex-control-nav {
		width: 100%;
		text-align: center;
	}	
	
	.flex-control-nav li {
		display: inline;
		margin: 0 5px;
	}
	
	.flex-control-nav li a {
		display: inline-block;
		width: 14px;
		height: 14px;
		background: #d5d5d5;
		border: 1px solid #d5d5d5;
		text-indent: -9999%;
		cursor: pointer;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	.flex-control-nav li a.active,
	.flex-control-nav li a:hover {
		background: #f1f1f1;
	}
	
/*articles*/
article.sub header {
	background: url(../images/diagonal_pale.png) repeat;
	font-size: 14px;
	line-height: 14px;
	margin: 28px 0;
}

article.subscribe header {
	margin-top: 0px;
}

article.sub header h4 {
	font-weight: bold;
	color: #999999;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	background: url(../images/bg_main.png) repeat #f8f8f8;
	display: inline;
	padding: 0 10px;
	margin: 0 0 0 14px;
	letter-spacing: 0.1em;
	font-family: arial, sans-serif;
}

/*footer*/
footer.bottom {
	font-size: 12px;
}

.last-credit {
	text-align: right;
}

footer a,
footer a:visited {
	color: #8f8f8f;
}

footer p {font-size:14px;}

footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer h3.logo {
	margin: 13px 0 21px;
	background:none;
	border:none;
	box-shadow:none;
}

footer h3.logo a {
	width: 120px;
	height: 120px;
	display: block;
	background: url(../images/logo_novo.png) no-repeat;
	text-indent: -9999%;
	margin-left:auto;
	margin-right:auto;

}

footer .pub {
	margin-left:auto;
	margin-right:auto;
   /* max-width:100%;*/
 	-moz-border-radius:8px;
 	-webkit-border-radius:8px;
 	border-radius:8px;
 	/* -moz-box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.5);
	 -webkit-box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.5);
 	box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.5);
 	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
 	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
	margin-bottom:10px;
	background: rgba(transparent,.9);
	/*background: rgba(163,191,24,.9);*/
}

footer.main header {
	background: url(../images/diagonal_dark.png) repeat;
	font-size: 14px;
	line-height: 14px;
	margin: 28px 0;
}

footer.main header h4 {
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	background: url(../images/bg_dark.png) repeat #f8f8f8;
	display: inline;
	padding: 0 10px;
	margin: 0 0 0 14px;
	letter-spacing: 0.1em;
	font-family: arial, sans-serif;

}

/*lists*/
footer.main li {
	padding: 21px 0;
	margin: 0px;
	background: url(../images/stitch_staggered.png) repeat-x left bottom;
	}
	
footer.main li:first-child {
	padding-top: 0px;
}	

footer.main li:last-child {
	background: none;
}	

/*flickr*/
div.flickr img {
	float: left;
	max-width: 46%;
	margin: 2%;
	padding: 6px;
	border: 1px solid #ededed;
	background: #ffffff;
}

/*sponsors*/
.sponsors a {
	float: left;
	max-width: 46%;
	margin: 2%;
}

.sponsors .maxi {
	display: none;
}

/*categories*/
ul.categories {
	margin: 0;
}
ul.categories li {
	border-bottom: 1px dashed #e5e5e5;
	margin: 0;
}

ul.categories li a {
	text-decoration: none;
	line-height: 35px;
	display: block;
}

ul.categories li a:hover {
	background: #ffffff;
}

/*tabs*/
/*first just fix the border-box stuff*/
ul.tabs {
	margin: 0;
}
ul.tabs li {
	position: relative;
	top: 1px;
}

ul.tabs li a.active {
	height: 34px;
	background: url(../images/bg_main.png);
}

.tabs-content li {
	padding: 35px 20px;
	border: 1px solid #DDD;
	border-top: none;
}

/*icons*/
.icon {
	font-family: "WebSymbolsRegular";
	font-size: 28px;
	line-height: 1em;
}

.subscribe span {
	width: 30%;
	float: left;
}
.subscribe p {
	width: 70%;
	float: right;
	margin: 0;
	font-family: Georgia, serif;
}

.subscribe em {
	font-size: 21px;
	font-style: normal;
}



.icon.rss {
	color: #ef7908;
}

.icon.twitter {
	color: #39bae6;
}

/*pagination*/
nav.pagination ul {
	width: 100%;
	text-align: center;
	margin: 21px 0 35px 0;
}

nav.pagination li {
	display: inline;
}

nav.pagination li a {
	display: inline-block;
	line-height: 35px;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 0 7px;
	text-decoration: none;
	border-bottom: 3px solid #cccccc;
	font-weight: bold;
}

nav.pagination li a:hover,
nav.pagination li a.selected {
	background: url(../images/bg_dark.png);
	border: none;
	color: #ffffff;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		/*sponsors*/
		.sponsors {
			text-align: center;
		}
		.sponsors img {
			float: none;
			max-width: 100%;
			margin: 0 0 7px;
		}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		article.preview .thumbnail {
			display: none;
		}
		
		footer.bottom p {
			text-align: center;
			margin-bottom: 7px;
		}
		
		 nav.primary {
		margin-top:5px;

					}
		nav.primary b {
		background: url(../images/006.png) no-repeat;
		margin-left:auto;
		margin-right:auto;
		max-width:70px;
		max-height:45px;
		}
		
		nav.primary select {
			display: block;
		}
		
		nav.primary ul {
			display: none;
		}
		
		header.main .banner {
			display: none;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		article.preview .thumbnail {
			display: none;
		}
	
		/*sponsors*/
		.sponsors .mini {
			display: none
		}
		.sponsors .maxi {
			display: block;
			float: none;
			max-width: 100%;
			margin: 0 0 7px;
		}
		
		footer.bottom p {
			text-align: center;
			margin-bottom: 7px;
		}
		
		nav.primary {
			padding: 21px 0;
		}
		
		nav.primary select {
			display: block;
		}
		
		nav.primary ul {
			display: none;
		}
		
		header.main .banner {
			display: none;
		}
	
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/