/*
Theme Name: Blue Soldier
Theme URI: http://ceBEC.org
Description: Official Theme of ceBEC 2010
Version: 1.0
Author: Philipp Franz Freidl
Author URI: http://bestgraz.org
*/

/*###################################################################################################
	Reset Style
	http://meyerweb.com/eric/tools/css/reset/
  ###################################################################################################*/

/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 120%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*###################################################################################################
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
  ###################################################################################################*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_8 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.gridm_1,
.gridm_2,
.gridm_3,
.gridm_4,
.gridm_5,
.gridm_6,
.gridm_7,
.gridm_8 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 8 Columns
----------------------------------------------------------------------------------------------------*/

.container_8 .grid_1 {
	width:100px;
}

.container_8 .grid_2 {
	width:220px;
}

.container_8 .grid_3 {
	width:340px;
}

.container_8 .grid_4 {
	width:460px;
}

.container_8 .grid_5 {
	width:580px;
}

.container_8 .grid_6 {
	width:700px;
}

.container_8 .grid_7 {
	width:820px;
}

.container_8 .grid_8 {
	width:940px;
}

/* Grid with margin >> 8 Columns
----------------------------------------------------------------------------------------------------*/

.container_8 .gridm_1 {
	width:80px;
	padding:10px;
}

.container_8 .gridm_2 {
	width:200px;
	padding:10px;
}

.container_8 .gridm_3 {
	width:320px;
	padding:10px;
}

.container_8 .gridm_4 {
	width:460px;
	padding:10px;
}

.container_8 .gridm_5 {
	width:680px;
	padding:10px;
}

.container_8 .gridm_6 {
	width:680px;
	padding:10px;
}

.container_8 .gridm_7 {
	width:800px;
	padding:10px;
}

.container_8 .gridm_8 {
	width:920px;
	padding:10px;
}



/* Prefix Extra Space >> 8 Columns
----------------------------------------------------------------------------------------------------*/

.container_8 .prefix_1 {
	padding-left:120px;
}

.container_8 .prefix_2 {
	padding-left:240px;
}

.container_8 .prefix_3 {
	padding-left:360px;
}

.container_8 .prefix_4 {
	padding-left:480px;
}

.container_8 .prefix_5 {
	padding-left:600px;
}

.container_8 .prefix_6 {
	padding-left:720px;
}

.container_8 .prefix_7 {
	padding-left:840px;
}



/* Suffix Extra Space >> 8 Columns
----------------------------------------------------------------------------------------------------*/

.container_8 .suffix_1 {
	padding-right:120px;
}

.container_8 .suffix_2 {
	padding-right:240px;
}

.container_8 .suffix_3 {
	padding-right:360px;
}

.container_8 .suffix_4 {
	padding-right:480px;
}

.container_8 .suffix_5 {
	padding-right:600px;
}

.container_8 .suffix_6 {
	padding-right:720px;
}

.container_8 .suffix_7 {
	padding-right:840px;
}



/* Push Space >> 8 Columns
----------------------------------------------------------------------------------------------------*/

.container_8 .push_1 {
	left:120px;
}

.container_8 .push_2 {
	left:240px;
}

.container_8 .push_3 {
	left:360px;
}

.container_8 .push_4 {
	left:480px;
}

.container_8 .push_5 {
	left:600px;
}

.container_8 .push_6 {
	left:720px;
}

.container_8 .push_7 {
	left:840px;
}



/* Pull Space >> 8 Columns
----------------------------------------------------------------------------------------------------*/

.container_8 .pull_1 {
	left:-120px;
}

.container_8 .pull_2 {
	left:-240px;
}

.container_8 .pull_3 {
	left:-360px;
}

.container_8 .pull_4 {
	left:-480px;
}

.container_8 .pull_5 {
	left:-600px;
}

.container_8 .pull_6 {
	left:-720px;
}

.container_8 .pull_7 {
	left:-840px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Additional Grid Elements
----------------------------------------------------------------------------------------------------*/
#navigation .page_item,
#navigation .page_item a {
    width:100px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.alignright {
    margin: 10px 0 10px 10px;
    float:right;
}
.alignleft {
    margin: 10px 10px 10px 0;
    float:left;
}

.size-thumbnail {
    margin:10px;
}
/*###################################################################################################
	ceBEC Style
	only for use on http://www.ceBEC.org/
  ###################################################################################################*/
  
/* typography
----------------------------------------------------------------------------------------------------*/
div, p, blockquote, pre, h1, h2, h3, h4, h5, h6,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #515254;
}

p, ul, ol, blockquote, code {
    margin-bottom: 20px;
}

a,
a:visited,
a:active {
    color: #284f9a;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #1c75b5;
    margin-top: 40px;
    margin-bottom: 20px;
    clear:both;
}

h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #1c75b5;
    margin-top: 20px;
    margin-bottom: 10px;
    clear:both;
}

h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #284f9a;
    margin-bottom: 10px;
    margin-top: 10px;
}

hr {
    height: 1px;
    border: 0;
    background-color: #b7b9ba;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#header {
    /*position: absolute;
    top: 79px;*/
    margin-bottom: 25px;
    margin-top: 79px;
    z-index: 100;
}

#best_logo {
    height: 56px;
    margin-bottom: 15px;
}

#blue_bar {
    position:absolute;
    right: 0;
    top: 150px;
    width: 50%;
    height: 130px;
    background-color: #284f9a;
    background-image: url(./blue.jpg);
    /*z-index: 1;*/
    
}

/* Header >> Logo
----------------------------------------------------------------------------------------------------*/
#logo {
    margin-bottom: 25px;
}
#logo img{
    margin-left:-34px;
}


/* Header >> Navigation
----------------------------------------------------------------------------------------------------*/
#navigation {
    height: 130px;
    background-image: url(./header_gradient_dates.jpg);
    background-repeat: repeat-y;
    background-color: #284f9a;
}

#navigation ul {
    margin-top: 90px; 
}

#navigation li {
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

#navigation li.page_item a {
    margin-left: 0;
    margin-right:0;
}

#navigation li:hover {
    background-color: #4bb1e1;
}

#navigation li.current_page_item {
    background-color: #fff;
}

#navigation a {
    height: 40px;
    color: #fff;
    font-size: 18px;
    padding-top: 11px;
    text-decoration: none;
}

#navigation .current_page_item a {
    color: #478fc3;
}
/* Content
----------------------------------------------------------------------------------------------------*/
.emphasis {
    background-color: #e5e5e6;
    padding: 10px;
    border-width: 1px;
    border-color: #b7b9ba;
    border-style: solid;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 20px;
    text-indent: -20px;
}

#content ul li:before {
    content: "\2013 \0020";
}


/* sidebar
----------------------------------------------------------------------------------------------------*/
#left_wrap {
    position: fixed;
    top: 150px;
    width: 100%;
    
}
#sidebar {
    color: #1c75b5;
}

#sidebar ul {
    color: #1c75b5;
    list-style: none;
    margin-left: 0;
    padding-left: 20px;
    text-indent: -20px;
}

#sidebar ul li:before {
    content: "\2013 \0020";
}

#sidebar a {
    font-size: 14px;
    line-height: 24px;
    color: #1c75b5;
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

/* special content
----------------------------------------------------------------------------------------------------*/
.contact {
    background-color: #e5e5e6;
    margin-bottom:20px;
    border-width: 1px;
    border-color: #b7b9ba;
    border-style: solid;
    -moz-border-radius: 2px;
    border-radius: 1px;
}

.contact h1 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.contact p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.partner {
    height:100px;
    margin-bottom:20px;
    vertical-align: middle;
}
.partner img {
    display:inline;
}

.partner p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.picture {
    height:100px;
    margin-bottom:20px;
    border-width: 1px;
    border-color: #b7b9ba;
    border-style: solid;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.post h1 {
    margin: 0;
}

.post h1 a {
    font-size:20px;
    line-height:24px;
    color: #1c75b5;
}

.post .infos p {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 10px;
}