/*
    Tripoli is a generic CSS standard for HTML rendering.
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/* Tripoli as shown below has been modified from its original published version for this concrete5 theme */

@font-face {
	font-family: 'proxima-nova-bold';
	src: url('fonts/proxima-nova/proxima-nova-bold.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/proxima-nova/proxima-nova-bold.woff') format('woff'), 
		 url('fonts/proxima-nova/proxima-nova-bold.ttf')  format('truetype'),
		 url('fonts/proxima-nova/proxima-nova-bold.svg#svgFontName') format('svg');
}
@font-face {
	font-family: 'proxima-nova-semibold';
	src: url('fonts/proxima-nova/proxima-nova-semibold.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/proxima-nova/proxima-nova-semibold.woff') format('woff'), 
		 url('fonts/proxima-nova/proxima-nova-semibold.ttf')  format('truetype'),
		 url('fonts/proxima-nova/proxima-nova-semibold.svg#svgFontName') format('svg');
}
@font-face {
	font-family: 'proxima-nova';
	src: url('fonts/proxima-nova/proxima-nova-regular.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/proxima-nova/proxima-nova-regular.woff') format('woff'), 
		 url('fonts/proxima-nova/proxima-nova-regular.ttf')  format('truetype'),
		 url('fonts/proxima-nova/proxima-nova-regular.svg#svgFontName') format('svg');
}


* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
}

code, kbd, samp, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
}

dfn, cite, var, address {
	font-style: normal;
}

em, i {
	font-style: italic;
}

th, b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

a, img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td, center {
	vertical-align: top;
	text-align: left;
}

body {
	line-height: 1;
	color: black;
	background: #333;
}

q {
	quotes: "" "";
}

ul, ol, dir, menu {
	list-style: none;
}

/*sub, sup {
	vertical-align: baseline;
}*/

a {
	color: inherit;
}

hr {
	display: none;
}

font {
	color: inherit !important;
	font: inherit !important;
}

marquee {
	overflow: inherit !important;
	-moz-binding: none;
}

blink {
	text-decoration: none;
}

nobr {
	white-space: normal;
}

/* End Tripoli  */

/* Following CSS ©2010 Steven Braun */
/* rollermonkey.com  performancec5.com  c5themepark.com */
/* Please do not remove this notice */

html body {
	width: 100%;
	height: 100%;
}



/* 	margin-right: 20px; in the next selector is purely for display and makes the code a wee bit more readable. */

ul.nav-header li a {
	margin-right: 15px;
}

.clear {
	float: none;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.divider {
	display: inline-block;
	width: 1px;
	height: 1em;
	margin: 0 5px -2px;
}

#main-wrapper {
	background: url(images/bg.png) repeat-x top left transparent;
	color: #fff;
}

#wrapper, #wrapper2, #wrapper3 {
	width: 980px;
	margin: 0 auto;
}

#wrapper {
	min-height:679px;
	color: #fff;
	padding: 25px 0;
}
#content2, #content3 {
	min-height: 100px;
	color: #fff;
	padding: 25px 0;
}

#content2 {
	background: url(images/bg2.png) repeat-x top left transparent;
	background-size: 1px 100%;
	color: #fff;
}

#content3 {
	background: url(images/bg3.png) repeat-x top left #1f1f1f;
	color: #fff;
}

#background {
	width: 100%;
	margin: 0 auto;
	height:300px;
	background: no-repeat center center transparent;
	background-size: cover;
	height: 728px;
}

#background img {
	width: 100%;
	height: 728px;
}

#logo {
	margin-top:0;
	float:left;
}

#top-menu {
	margin-top:27px;
	float: left;
	margin-left: 5px;
}

#top-menu #logo-name h1 {
	font-family: 'proxima-nova-bold';
	font-size: 3em;
}

#header {
	width:100%;
	margin-bottom:55px;
	position:relative;
}
.nav-header li {
	float: left;
}
.nav-header li a {
	text-transform: uppercase;
	padding-left:15px;
	border-left: 1px solid #1e93bf;
	font-family: proxima-nova-semibold;
	color: #a5a5a5;
}

.nav-header li:first-child a {
	padding-left:0px;
	border-left: none;
}
.nav-header li a:hover, .nav-header li .nav-path-selected {
	color: #ffffff;
}

#main.left,
#main.right {
	width: 621px;
}
#main.full {
	width: 100%;
}

#main .easy_items_wrapper {
	margin-top:-10px;
}

#sidebar {
	width: 337px;
}

#wrapper h2,
#wrapper h3 {
	background: url(images/titlebg.png) repeat-y left top transparent;
	background-size: 100%;
	border-radius: 10px 10px 0 0;
	padding: 10px;
}

.gallery_item, .portfolio-item .cboxElement img{
	border: 3px solid #333333;
	border-radius: 7px;
	box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.8);
	position: relative;
}

.gallery_item {
	width: 228px; 
	float: left; 
	margin-right:11px; 
	margin-bottom: 20px;
}

.portfolio-desc, .box{
	box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.8);
}

.box {
	margin-bottom: 5px;
}

.gallery_item img {
	width: 100%;
	margin-bottom:-6px;
	border-radius: 4px;
}

.gallery_item h4 {
	background: url(images/gallery_title_bg.png) repeat-y left top transparent;
	background-size: 100%;
	border-radius: 0 0 4px 4px;
	padding: 10px 10px 10px;
	text-transform: uppercase;
	overflow: hidden;
	max-height: 1.4em;
	position:absolute;
	bottom:0;
	width: 208px;
}

.portfolio-desc .agenda_desc {
	font-family: proxima-nova-semibold;
	padding:10px 10px;
}

.agenda_order {
	background: url(images/ticket_buy.png) no-repeat top left transparent;
	width: 146px;
	height: 31px;
	color: transparent;
	display: inline-block;
	margin: 0px auto 15px 10px;
}

#HTMLBlock24 {
	margin-bottom:20px;
}

#footer {
	color: #fff;
	width: 980px;
	margin: 0 auto;
	min-height: 134px;
	padding-top: 25px;
}

#footer a {
	display: inline-block;
}

#footer .divider {
	background-color: #1e93bf;
}

#follow {
	position: absolute;
	right:0;
	top: 40px;
}

#follow a {
	float: right;
	height: 38px;
	width: 38px;
	margin-left: 10px;
}

#instagram {
	background: url(images/icon_instagram.png) no-repeat top left transparent;
}
#twitter {
	background: url(images/twitter.png) no-repeat top left transparent;
}
#facebook {
	background: url(images/facebook.png) no-repeat top left transparent;
}
#mail {
	background: url(images/mail.png) no-repeat top left transparent;
}