/*
Theme Name: Ollando WordPress Theme
Theme URI: http://www.ollando.com
Description: Ollando WordPress Theme
Author: Ollando
Version: 1.0
License: 
License URI: 
Tags:
*/

@import url('css/bootstrap.css');
@import url('css/bootstrap-responsive.css');

* {margin: 0; padding: 0;}
a {color: inherit; text-transform: uppercase;}
a:hover {text-decoration: none; color: #558d15;}
img {border: none;}
html {height: 100%;}
ul {list-style: none;}
ul li {float: left; margin-right: 30px;}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #2d2d2d;
	height: 100%;
	background: #f9f9f9 url(images/header-bg.png) repeat-x;
}

h2 {
	color: #558d15;
	text-transform: uppercase;
	font-size: 44px;
	margin-bottom: 40px;
}

#country-selector {
	height: 70px;
	position: relative;
}

#lang_sel {
	position: absolute;
	right: 0;
	top: 12px;
}

#header {
	
}

#main-navigation {
	margin-top: 15px;
	font-size: 18px;
}

.page {
	margin-top: 110px;
}

.home {
	font-size: 18px;
	line-height: 34px;
}

.legals {
	font-size: 13px;
	line-height: 18px;
}

#banner {
	font-size: 12px;
	text-align: center;
	width: 300px;
	height: 280px;
	-moz-box-shadow:    0px 0px 4px #ababab;
	-webkit-box-shadow: 0px 0px 4px #ababab;
	box-shadow:         0px 0px 4px #ababab;
}

#footer {
	width: 100%;
	height: 30px;
	background: url(images/footer-bg.png) repeat-x;
	color: white;
	font-size: 11px;
}

#footer ul {
	margin-top: -3px;
}

#footer ul li {
}

#footer ul li a {
	color: white;
	font-size: 11px;
}

#footer span {
	margin-top: -3px;
	float: left;
	margin-right: 10px;
}

.legals a {
	text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 979px) {
	
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {
}