/*

Theme Name: apssa
Description: APSSA Corporate Theme
Version: 1.0
Author: Alexis Domjan
Author URI: http://www.gaialabs.org

$Id: style.css,v 1.14 2014/09/08 10:21:53 disco Exp $

*/

/* @import "fonts/stylesheet.css"; */
/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web|Cardo);

body {
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
	background-image: url(images/background-bayerel-elzingre.jpg);
	background-position: center 0px;
	background-repeat: repeat-y;
	/*background-attachment: fixed; */
}



/* HEADER */

#banner-wide {
	width: 100%;
	background-image: url(images/background-banner-2.jpg);
	background-repeat: no-repeat;
}

#banner {
	width: 980px;
	margin: 0 auto;
	height: 140px;
	background-image: url(images/background-opacity80.png);
	background-repeat: repeat;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
}

#banner-logo {
	padding: 20px;
	float: left;
}

#banner-links {
	float: right;
	padding-right: 15px;
	padding-top: 10px;
	color: #0086CB;
	font-size: 11pt;
}

#banner-links a {
	text-transform: uppercase;
	color: #0086CB;
}

#banner-links a:hover {
	color: #eDb400;
}

/* TOP PICTURES */

.over-text-container {
	position: absolute; 
	top: 480px; 
	left: auto; 
	width: 980px; 
	height: 110px; 
	z-index: 1000; 
}


.over-text {
	width: 740px; 
	height: 60px; 
	background-image: url(images/background-opacity80.png);
	padding: 20px;
	font-family: 'Cardo';
	font-size: 15pt;
	font-weight: bold;
	/*font-style: italic;*/
	color: #101426;
}

.over-text span {
	display: block;
	font-size: 18pt;
	padding-bottom: 10px;
}

.bxslider-container {
        width: 980px;
        margin: 0 auto 30px;
        padding: 0;
        height: 450px;
}

.bxslider {
	margin: 0;
	padding: 0;
}


.homenews-tile {
  	padding: 10px 0 0px 30px; 
	float: left; 
	width: 30%;
}

.homenews h3 {
	padding: 0 0 0 30px;
	font-size: 14pt;
	font-weight: bold;
	color: #2974B9;
}

.homenews h3:before {
	content: "> ";
}

.homenews-thumbnail {
	max-width: 100%;
	max-height: 100%;
}

.homenews-thumbnail img {
	border: 5px solid #ddd;
}

.homenews-thumbnail img:hover {
	border: 5px solid #2974B9;
}

.homenews-title h4 {
	margin: 0;
	padding: 0;
}

.homenews-title p {
	margin: 0 0 50px 0;
	padding: 0;
}


/* CONTENT */

#content {
	width: 980px;
	margin: 0 auto;
	background-image: url(images/background-opacity50.png);
	background-repeat: repeat;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
}

#page-content {
	padding: 20px;
}

#content a {
   	color: #0086CB;
}

#content a:hover {
	color: #eDb400;
}

p.paged-links a {
	color: #0086CB;
}

p.paged-links a:hover {
	color: #eDb400;
}



#content h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #2974B9;
}

#content h2:before {
	content: "> ";
}

#content strong {
	color: #2974B9;
}


/* BLOG CONTENT */

#content-blog {
        width: 980px;
	margin: 0 auto;
	background-image: url(images/background-opacity50.png);
	background-repeat: repeat;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
}

#content-blog h2 {
        font-size: 18pt;
        font-weight: bold;
        color: #2974B9;
	margin: 0;
	padding: 0;
}

#content-blog h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #2974B9;
}

#content-blog h3:before {
	content: "> ";
}


.left-column {
	width: 720px;
	float: left;
	padding: 15px;
	border-right: 1px solid #ccc;
}

.resume a {
	text-decoration: none;
	color: black;
}

.resume a:hover {
	color: #2974b9;
}


.right-column {
	width: 190px;
	float: left;
	padding: 15px;
}



#blog-content {
	width: 980px;
	margin: 0 auto;
	background-image: url(images/background-opacity50.png);
	background-repeat: repeat;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
}

#blog-content h2 {
        font-size: 18pt;
        font-weight: bold;
        color: #2974B9;
	margin: 0;
	padding: 0;
}

#blog-content h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #2974B9;
}

#blog-content h3:before {
	content: "> ";
}


#blog-content strong {
        color: #2974B9;
}

#blog-content-inner { 
        width: 720px;
	padding: 15px;
	border-right: 1px solid #ccc;
	float: left;
}

.postmetadata {
	margin: 0;
	padding: 0;
}

#blog-sidebar {
   	height: 40px;
   	width: 40px;
   	border: 1px solid black;
   	margin: 0;
   	padding: 0px;
	float: left;
}
	

.gallery-caption {
	font-size: 10pt;
	color: #555;
}

#archives span {
	font-size: 14pt;
        font-weight: bold;
        color: #2974B9;
}

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

#archives ul a {
	color: black;
}

#archives li:before {
	content: "> ";
	color: black;
}

.archive-title {
	font-size: 14pt;
	color: black;
	font-weight: bold;
}


.post-thumbnail {
	width: 180px;
	height: 200px;
	float: left;
}

.post-thumbnail img {
	border: 5px solid #ddd;
}

.post-thumbnail img:hover {
	border: 5px solid #2974B9;
}

.post-title .post {
	font-size: 14pt;
	color: #2974B9;
}

.post-text {
	font-size: 12pt;
}

.post-text a {
	text-decoration: none;
	color: black;
}






	



/* FOOTER */

#footer-wide {
	clear: both;
	width: 100%;
	background-color: #8A8772;
	border-top: 5px solid #009680;
	outline: 5px solid #0079bc;
}


#footer {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 30px 0;
}

#copyright {
	clear: both;
	float: left;
	width: 300px;
	font-size: 10pt;
	color: #101426;
}

#design {
	float: right;
	font-size: 10pt;
	color: #101426;
}

#footer a {
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

#footer a:hover {
	color: black;
}



/* MENU/NAV */

/* NAVBAR */
/* thanks to http://www.handy-html.com/create-a-simple-css-dropdown-menu/ */
#navbar-wide {
	clear: both;
	width: 100%;
	background-color: #aaa;
	padding: 0;
	margin: 0;
}

#navbar {
	width: 980px;
	margin: 0 auto;
	background-color: #777;
	height: 40px;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
}

#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
        z-index: 99999; 
}

#navbar ul li {
	display: table-cell;
	vertical-align: middle;
}

#navbar ul li:hover {
	background-color: #009680;
}


#navbar ul li a {
        display: block;
	font-size: 12pt;
	font-weight: bold;
	height: 20px;
	padding: 10px 10px 10px 10px;
	color: white;
	text-decoration: none;
}

#navbar ul li ul {
	display: none;
}

#navbar li:hover ul {
	display: block;
	position: absolute;
	border-top: 1px solid white;
	background-color: #777;
}

#navbar li:hover li {
	display: block;
	font-size: 11pt;
}

.current-menu-item, .current-menu-parent {
	background-color: #0079bc;
}









/* FORM */

#form input,textarea {
	padding: 5px;
	border: 1px solid #aaa;
}


/* IMG */
img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}


img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}




/* CLEAR FIX */
/* Thanks to : http://www.webtoolkit.info/css-clearfix.html
   + Yves Martinet */

.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
}

.clearfix {
        display: inline-block;
}

html[xmlns] .clearfix {
        display: block;
}

* html .clearfix {
        height: 1%;
}

