/* @override 
	http://spiroterm.we.bo/assets/css/app.css
	http://spiroterm.weboriginal.hu/assets/css/app.css */

/* ==========================================================================
   Base
   ========================================================================== */

body {
	background-image: url(../img/spiro-bg.png);
}


/* =============================================================================
   Header
   ========================================================================== */

a.brand {
	width: 247px;
	height: 130px;
	display: inline-block;
	background-image: url(../img/spiroterm-logo.jpg);
	overflow: hidden;
	text-indent: -99em;
	vertical-align: top;
	margin: 0;
	padding: 0;
	float: left;
}

#banner,
#wrap,
#content-info {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#banner > div.container {
 margin: 0;
 width: auto;
}

#banner > div.container > img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	float: left;
}

/* Fixed Topbar Navigation */
body.top-navbar { padding-top: 60px; }
body.admin-bar .navbar-fixed-top { top: 28px; }


/* ==========================================================================
   Content
   ========================================================================== */

#content {
	background: url(../img/bg_main.jpg) repeat-x left bottom #949ca7;
	margin-left: 0;
}



/* ==========================================================================
   Primary Content
   ========================================================================== */

#main {
	width: 677px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	border: 1px solid #949ca7;
	padding: 20px;
	background: url(../img/spiro-main-logo-bg.png) no-repeat 651px 10px #fff;
	color: #000;
	text-align: justify;
	font-family: Arial, sans-serif;
}



/* ==========================================================================
   Sidebar
   ========================================================================== */

#sidebar {
	width: 193px;
	padding-left: 27px;
	padding-right: 27px;
	display: inline-block;
	vertical-align: top;
}

nav#nav-main {
	width: 167px;
	height: 210px;
	margin-top: -43px;
	padding: 20px 13px;
	background: url(../img/spiro-leftmenu-bg.png) no-repeat;
	z-index: 5;
}

nav#nav-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav#nav-main ul > li {
	position: relative;
}

nav#nav-main ul > li > a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left: 13px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

nav#nav-main ul > li > a:link,
nav#nav-main ul > li > a:active,
nav#nav-main ul > li > a:visited {
	color: #fff;
}

nav#nav-main ul > li:hover > a,
nav#nav-main ul > li.current-menu-item > a {
	color: #000;
	background-color: #ffde00;
	text-decoration: none;
}

nav#nav-main ul.sub-menu {
	position: absolute;
	top: 0;
	left: 165px;
	background-color: #ffde00;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-in-out 0s;
	-moz-transition: opacity .2s ease-in-out 0s;
	-o-transition: opacity .2s ease-in-out 0s;
	transition: opacity .2s ease-in-out 0s;
	z-index: 5;
}

nav#nav-main ul.sub-menu ul.sub-menu {
	left: 100%;
}

nav#nav-main ul.sub-menu > li > a {
	font-size: 12px;
	padding: 5px;
	line-height: normal;
	color: #000;
}

nav#nav-main ul.sub-menu > li.has-submenu > a {
	padding-right: 19px;
}

nav#nav-main ul.sub-menu > li.has-submenu > a:after {
	content: "";
	display:inline-block;
	width:14px;
	height:14px;
	margin-top:1px;
	*margin-right:.3em;
	line-height: 14px;
	vertical-align:text-top;
	background-image:url("../img/glyphicons-halflings.png");
	background-position: -456px -72px;
	background-repeat:no-repeat;
	position: absolute;
	right: 0;
	top: 3px;
}

nav#nav-main ul.sub-menu > li:hover > a {
	color: #000;
	background-color: #ffea75;
}

nav#nav-main ul > li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
}

.widget_sp_image > div.widget-inner {
	text-align: center;
}

.widget_sp_image > div.widget-inner > h3 {
	display: none;
}

/* ==========================================================================
   Posts
   ========================================================================== */

.page-header {
	border-bottom: 0;
	margin: 0 0 38px;
	padding: 0;
	line-height: normal;
}

.page-header > h1 {
	margin: 0;
	padding: 0;
	color: #ee1c23;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#main,
#main ul,
#main ol,
#main li {
	line-height: normal;
	font-size: 12px;
}

#main a {
	line-height: 1.8em;
}

#main a:link,
#main a:visited,
#main a:active {
	color: #ff0000;
	text-decoration: underline;
}

#main a:hover {
	color: #444a9b;
	text-decoration: underline;
}

.hentry header a:link,
.hentry header a:hover,
.hentry header a:active,
.hentry header a:visited,
.hentry header h1.entry-title {
	font-weight: bold;
	padding: 5px 5px 5px 0;
	font-size: 13px;
}
.hentry time { }
.hentry p.byline { }
.hentry .entry-content { }
.hentry footer {
	text-align: right;
	font-size: 12px;
}

.hentry footer a {
	font-weight: bold;
	text-decoration: underline !important;
}

#main h2 {
	font-size: 16px;
	line-height: 1.2em;
	color: #585aa3;
}

#main table,
#main table a,
#main table td,
#main table th {
	line-height: 1.2em;
	vertical-align: top;
}

.single article {
	margin-left: 15px;
}

.gallery-columns-3,
.gallery-columns-2 {
	text-align: center;
}

.gallery-columns-3 > li {
	width: 29%;
}

.gallery-columns-2 > li {
	width: 47%;
}

.gallery-columns-3 > li > a {
	display: inline-block;
	width: 150px;
	height: 150px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#content-info {
	background-color: #ffffff;
	border-bottom: 1px solid #CCC;
	color: #585aa3;
	padding: 20px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 960px;
}

#content-info a,
#content-info a:link,
#content-info a:visited,
#content-info a:active {
	color: #585aa3;
} 

#content-info a:hover {
	text-decoration: underline;
	color: #F00;
}


/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin-bottom: 5px;
margin-right: 5px; }
.alignright { float: right; margin-left: 5px;
margin-bottom: 5px;}
figure.alignnone { margin-left: 0; margin-right: 0; }



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) {
  /* Fix top padding when using the responsive grid with the fixed topbar */
  body.top-navbar {
    padding-top: 0;
  }
}