/*
Theme Name: R-Urban
Theme URI: http://r-urban
Description: Design by Marcos Villalba.
Version: 0.9
Author: Sean Deel
Author URI: http://www.seandeel.com/
Tags: green, three column, custom

/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Sean Deel
   ========================================================================== */

  body {
  	font-family: 'Andale Mono', 'Courier New', Courier, monospace;
  }
  @font-face {
      font-family: 'ColombesSansRegular';
      src: url('colombes_sans_2-webfont.eot');
      src: url('colombes_sans_2-webfont.eot?#iefix') format('embedded-opentype'),
           url('colombes_sans_2-webfont.woff') format('woff'),
           url('colombes_sans_2-webfont.ttf') format('truetype'),
           url('colombes_sans_2-webfont.svg#ColombesSansRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  
  }
  a, a:visited {
  	text-decoration: none;
  	color: #00ff00;
  }
  #main-entry a:hover {
  	color: #000;
  }
  #container {
  	width: 1090px;
  	margin: 0 auto;
  } 
  header {
  }
  header h1 {
  margin-bottom: 0;
  }
  header h1 i {
  	display: none;
  }
  header h1 a {
  	display: block;
  	width: 350px;
  	height: 91px;
  	background: url(img/logo.png) no-repeat;
  	margin: 0 auto;
  }
  header nav {
  	height: 112px;
  	border-bottom: 2px solid #00ff00;
  	width: 870px;
  	float: left;
  	margin-top: 0px;
  	font-family: 'ColombesSansRegular', 'Lato', sans-serif;
  	text-transform: uppercase;
  }
  header nav li a {
  	width: 210px;
  	display: block;
  	float: left;
  	text-align: center;
  	margin-right: 10px;
  	padding: 72px 0 3px 0;
  	color: #000;
  	font-size: 26px;
  }
  header nav li a span {
  	display: block;
  	border-top: 2px solid #000;
  	padding-top: 3px;
  }
  header nav li.accueil a {
  	background: url(img/accueil.png) no-repeat;
  }
  header nav li.projets a {
  	background: url(img/projets.png) no-repeat;
  }
  header nav li.activites a {
  	background: url(img/activites.png) no-repeat;
  }
  header nav li.reseaux a {
  	background: url(img/reseaux.png) no-repeat;
  }
  header nav li a:visited {
  	color: #000;
  }
  header nav li.current-menu-item a, header nav li a:hover {
  	color: #00ff00;
  }
  header nav li {
  	float: left;
  }
  header nav li.last a {
  	margin-right: 0;
  }
  #fixset {
  	height: 200px;
  	display: none;
  }
  #sidebar {
  	width: 210px;
  	float: left;
  	min-height: 300px;
  	margin-top: 10px;
  }
  h2 a, h2 a:visited {
  	color: #000;
  }
  h2 a:hover {
  	color: #00ff00;
  }
  #main-entry {
  	width: 650px;
  	float: right;
  	padding: 0;
  	margin: 0 10px 0 0;
  }
  #sidebar h4 {
  	font-size: 18px;
  	font-family: 'ColombesSansRegular', 'Lato', sans-serif;
  	font-weight: normal;
  	margin: 0 0 30px 0;
  	text-transform: uppercase;
  }
  #right-nav {
  	width: 210px;
  	padding: 10px 0;
  	float: right;
  	min-height: 491px;
  	background: #00ff00;
  	  	text-transform: uppercase;
  	  	margin-top: -41px;
  }
  #right-nav #s {
  	width: 100px;
  	height: ;
  	padding: 2px;
  }
  div.gallerie-img {
  	width: 210px;
  	overflow: hidden;
  	margin-bottom: 10px;
  	text-align: center;
  }
  div.gallerie-entry {
  	width: 210px;
  	float: left;
  	margin-right: 10px;
  	margin-bottom: 40px;
  	height: 200px;
  }
  form#searchform {
  	padding-bottom: 7px;
  	margin: 0 10px;
  }
  #main {
  	width: 880px;
  	float: left;
  	padding-top: 0;
  }
  #main-entry p, #main-entry li {
  	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	line-height: 17px;
  }
  #sidebar p, #sidebar li {
  	line-height: 14px;
  	font-size: 11px;
  }
  div.gallerie-page, div#main-entry.prod_loc{
  	width: 660px;
  	margin: 0 0px 0 0;
  }
  footer {
  	height: 30px;
  	margin-top: 40px;
  	margin-bottom: 20px;
  }
  .foot-left {
  	float: left;
  	width: 300px;
  }
  .foot-right {
  	float: right;
  	width: 700px;
  	text-align: right;
  	line-height: 30px;
  }
  #socmed {
  	text-align: right;
  	padding-top: 20px;
  	font-family: Verdana, sans-serif;
  	font-size: 11px;
  }
  #socmed span {
  	margin-right: 39px;
  }
  header h1 {
  	margin-top: 0;
  	padding-top: 10px;
  	text-align: center;
  }
  div.narrow-col {
  	width: 430px;
  }
  div.navigation {
  	text-align: center;
  	border-top: 1px solid lime;
  	padding-top: 20px;
  	margin-top: 20px;
  }
  #right-nav ul {
  	padding: 0;
  	margin: 0 0 25px 0;
  }
  #right-nav li a {
  	color: #fff;
  	text-align: center;
  	font-weight: normal;
  	font-size: 26px;
  	border-top: 2px solid #fff;
  	padding-top: 10px;
  	margin: 0;
  	display: block;
  	cursor: default;
  	font-family: 'ColombesSansRegular', 'Lato', sans-serif;
  	text-transform: uppercase;
  	letter-spacing: 1px;
  	-webkit-font-smoothing: antialiased;
  }
  #right-nav li.contact a {
  	cursor: pointer;
  }
  #right-nav li.contact a:hover, #right-nav li.current-menu-item a {
  	color: #000;
  }
  li.active a {
  	color: #000;
  }
  #right-nav ul.sub-menu li {
  	margin: 0 10px;
  }
  #right-nav ul.sub-menu li a {
  	font-family: 'Andale Mono', monospace;
  	color: #000;
  	padding-bottom: 0 0 0 10px;
  	font-size: 14px;
  	text-align: left;
  	border: 0;
  	cursor: pointer;
  	text-transform: uppercase;
  }
  #right-nav ul.sub-menu li a:hover, #right-nav ul.sub-menu li.current-menu-item a {
  	color: #fff;
  }
  #right-nav ul {
  	list-style: none;
  	padding: 0;
  }
  div.proj-links.current-proj p a {
  	color: #00ff00;
  }
  #sidebar h3 {
  	text-transform: uppercase;
  	font-weight: normal;
  	margin: 0;
  	color: #00ff00;
  }
  p {
  	margin: 0 0 15px 0;
  }
  #sidebar h3 a {
  	color: #00ff00;
  }
  // #sidebar p a {
  // 	color: #000;
  // }
  #sidebar {
  	font-size: 11px;
  }
  #sidebar ul {
  	margin: 0;
  	padding: 0;
  	list-style: none;
  }
  #sidebar ul ul {
  	  	padding: 0 0 0 15px;
  }
  #sidebar ul a:hover{
  	color: #000;
  }
  #sidebar div.proj-links.current-proj p a, #sidebar p a:hover {
  	color: #00ff00;
  }
  body.page-template-default #entry-content, body.post-type-archive-prod_loc #main-entry, body.tax-prod_type #main-entry, body.page-template-gallerie-php #main-entry {
  	margin-top: 10px;
  }
  h2 {
  	font-family: 'ColombesSansRegular', 'Lato', sans-serif;
  	font-size: 38px;
  	line-height: 38px;
  	margin: 5px 0 10px 0;
  	font-weight: normal;
  	text-transform: uppercase;
  }
  #main-entry .article-meta p {
  	font-size: 11px;
  	font-family: 'Andale Mono', monospace;
  }
  .article-meta {
  	  	margin-bottom: 10px;
  }
  .article-meta span.fourq {
  	width: 50px;
  	display: block;
  	float: left;
  }
  .article-meta span.fourqinfo {
  	float: right;
  	display: block;
  	width: 600px;
  }
  .post-meta span {
  	color: #00ff00;
  	font-size: 11px;
  	font-family: 'Andale Mono', monospace;
  }
  div.post-meta {
  	margin-top: -10px;
  }
  .article-meta p {
  	margin-bottom: 0px;
  }
  .caps {
  	text-transform: uppercase;
  }
  .black {
  	color: #000;
  }
  .green {
  	color: #00ff00;
  }
  p.blog {
  	margin-bottom: 0;
  }
  .andale {
  	font-family: 'Andale Mono', monospace !important;
  }

  iframe {    
 border:0 none;
}

#map-loading {
   background-color: #eee;
   width: 650px;
}
  
.invis {
  display: none;
}
  ul#menu-navi-droit {
    margin-bottom: 0;
  }

/* ==|== slides =====================================================
   ========================================================================== */
#slides {
			margin-bottom: 40px;
		}
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		
		.slides_container {
			width:650px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div.slide {
			width:650px;
			height:470px;
			display:block;
			position: absolute;
			z-index: 89;
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			list-style:none;
			margin:0;
			padding:0;
		}
		.pagination li {
			text-shadow: 1px 1px 0px #aaa;
				display: inline;
			margin-bottom: 0; color: #999;
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
		}
		#slides a.next, #slides a.prev {
			width: 30px;
			height: 30px;
			display: block;
			position: absolute;
			color: #00ff00;
			margin-top: -250px;
			z-index: 98;
			font-size: 1px;
		}
		#slides a.prev {
			background: #00ff00 url(img/arrow-left.png) no-repeat;
		}
		#slides a.next {
			background: #00ff00 url(img/arrow-right.png) no-repeat;
			margin-left: 620px;
		}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
