/* @group YUI 3 Reset CSS */

/*  Copyright  (c)  2009,  Yahoo!  Inc.  All  rights  reserved.  Code  licensed under  the  BSD  License:  http://developer.yahoo.net/yui/license.txt  version:  3.0.0  build:  1549  */

html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

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

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%;
}

legend {
	color: #000;
}


/* @end */

@media screen {
	

/* @group General styles */

body {
	font-size: 62.5%;
	font-family: Helvetica;
	font-weight: normal;
	font-stretch: wider;
}


html, body {
    width:100%;
    height:100%;
    overflow: hidden;
}
a {
	color: #000;
	text-decoration: none;
}

h1 {
	font-weight: 900;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 16px;
}

h2 {
	font-weight: 900;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 8px;
}

/* @end */


/* @group Page */

#page {
	font-size: 1.2em;
	position:absolute;
    top:0;
    left:0;
    z-index:200;
    width:100%;
    height:100%; 
    overflow-y: auto;
}

/* @end */


/* @group Header */

#header {
	padding-top: 16px;
	width: 944px;
	height: 80px;
	margin-left: 16px;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 2;
}
#header #logo {
	background-color: rgba(100%, 100%, 100%, 1.0);
	display: block;
	width: 458px;
	height: 78px;
}
#header #logo:hover,
#header #logo:focus {
}
#header div#contact {
	width: auto;
	height: 78px;
	position: absolute;
	right: 0;
	top: 16px;
	color: #000;
	z-index: 1;
	background-color: rgba(100%, 100%, 100%, 1.0);
}
#header div#contact:hover {
}
#header div#contact a {
	color: #000;
	text-decoration: underline;
}
#header div#contact a:hover {
	color: #000;
	text-decoration: none;
}
#header div#contact ul {
	margin-top: 3px;
	float: right;
	display: block;
	width: auto;
}
#header div#contact ul.office {
	margin-right: 12px;
}

#header div#contact li {
	display: block;
	text-align: left;
	margin-left: 6px;
}

#header div#contact em {
	font-style: italic;
}

#header a:hover {
	cursor: pointer;
}

#header div#contact .qtrans_language_chooser {
	margin-right: 30px;
}
#header div#contact .qtrans_language_chooser a {
	background-color: rgba(0, 0, 0, 0);
	display: block;
    margin-bottom: 4px;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    -ms-transition: background-color 1s;
}
#header div#contact .qtrans_language_chooser .active a,
#header div#contact .qtrans_language_chooser a:hover,
#header div#contact .qtrans_language_chooser .active a:hover {
    background-color:rgba(0, 0, 0, 0);
    text-decoration: none;
}
/* @end */

/* @group Sidebar */

#sidebar {
	float: left;
	width: 206px;
	height: auto;
	padding:0;
	margin-top: 116px;
	margin-right: 16px;
	margin-left: 16px;
	position: fixed;
	left: 0;
	top:0;
	z-index: 3;
}

/* @group Nav */

#nav {
	position: relative;
	width: 206px;
}
#menu {
	position: relative;
	width: 206px;
}
#menu li.last,
#nav li.last {
	padding: 0;
}
#nav li {
	font-weight: 900;
}
#nav li li {
	padding: 0;
	border:none;
	font-weight: 500;
}
#nav li a {
	text-decoration: none;
	padding: 6px 6px 6px 16px;
	display: block;
	width: 184px;
}
.yui-skin-sam #nav .yui-accordionview li.yui-accordion-panel li a {
	width: 184px;
}
#menu li a {
	text-decoration: none;
	padding: 6px 6px 6px 16px;
	font-weight: 900;
	background-color:rgba(100%, 100%, 100%, 1.0);
	display: block;
	cursor: pointer;
}
#menu a.active,
#nav a.active {
	/*background-color: rgba(100%, 100%, 100%, 0.5);*/
}

#nav li li a {
	padding: 6px 6px 6px 16px;
	text-decoration: none;
	display: block;
}
#nav li li a:hover {
	text-decoration: none;
}
.yui-skin-sam #sidebar #menu li.page_item a {
	background-color: rgba(100%, 100%, 100%, 1.0);
    -o-transition-property: background-color; 
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -o-transition-duration: 1s;  
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.yui-skin-sam #sidebar #menu li.page_item a:hover {
	background-color:rgba(100%, 100%, 100%, 0.4);
	
}
#nav li.selected li {
}
.yui-skin-sam #page #sidebar #menu li.current_page_item a,
.yui-skin-sam #page #sidebar #nav li.current_page_item a {
	background-color: rgba(100%, 100%, 100%, 0.6);
}
#menu .current_page_item:hover,
#nav .current_page_item:hover {
	
}
/* @end */

/* @end */

/* @group Content */

#content {
	float: left;
	width: 722px; /*738*/
	height: auto;
	line-height: 150%;
	margin-top: 116px;
	margin-left: 238px; /*222*/
	background:rgba(100%, 100%, 100%, 1.0);
	position: relative;
}

#content p {
	margin-bottom: 12px;
}
#content dl {
	margin-bottom: 12px;
}
#content ul {
	margin-left: 15px;
	margin-bottom: 12px;
}

#content li {
	padding-left: 3px;
	list-style-type: square;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	background:rgba(100%, 100%, 100%, 0.7);
	text-decoration: none;
}
	
#content a.image-teaser:hover {
	background: none;
}

#mediaspace {
	border: 0;
	outline: none;
	margin-bottom: 12px;
}
#mediaspace object {
	border: 0;
	outline: none;
}

.post {
	margin: 8px 8px;
	/*width: 706px;*/
}
#mediaspace {
	margin: 0 1px;
}
.wordtube {
	text-align: center;
	margin: 0 9px;
}
#content .post-meta span {
	display: none;
}
#content .post-meta,
#content .post-meta li {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
}
/* @end */

/* @group Background */

#bg, #bg table, #bg td {
    width:100%;
    height:100%;
    overflow:hidden;
    z-index: 1;
}

#bg div {
    position:absolute;
    width:200%;
    height:200%;
    top:-50%;
    left:-50%
}

#bg td {
    vertical-align:middle;
    text-align:center
}

#bg img {
    min-height:50%;
    min-width:50%;
    margin:0 auto;
}


/* @end */

/* @group Facebook */

#page .fb_iframe_widget {
	display: block;
	width: 174;
	background:rgba(100%, 100%, 100%, 0.5);
	margin: 20px 0 0 0;
	padding: 8px 16px;
	position: fixed;
	bottom: 50px;
	left: 16px;
}
/* @end */



/* @group Footer */

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	margin-left: 16px;
	width: 206px;
}

#footer p {
	background:rgba(100%, 100%, 100%, 0.5);
	font-size: 10px;
	padding: 4px 0 0 16px;
}
#footer p.credits {
	background:rgba(100%, 100%, 100%, 0.5);
	font-size: 10px;
	padding: 4px 0 4px 16px;
	margin: 0;
	font-style: oblique;
}
#footer p.credits em,
#footer p.credits a {
	float: left;
	font-style: oblique;
	margin-left: 3px;
}
#footer p.credits a {
	-webkit-transition: color, background 2s, 1s, 0.5s ease-in;
	-moz-transition: color, background 2s, 1s ease-in;
	-o-transition: color, background 2s, 1s ease-in;
	-ms-transition: color, background 2s, 1s ease-in;
}

#footer p.credits a:hover,
#footer p.credits a:focus {
}
#footer p.credits a.credits-lnk {
	text-decoration: none;
}
#footer p.credits a.credits-lnk:hover,
#footer p.credits a.credits-lnk:focus {
	background: #F6EC5A;
}
#footer p.credits a.credits-icon {
	
}
#footer p.credits a.credits-icon img {
	width: 11px;
	height: 11px;
	display: block;
	margin-top: -1px;
	margin-left: 2px;
}
/* @end */

/* @group Other */


.clear {
	clear: both;
}

.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%;
	}
	
.post-edit-link {
	background: #5DAC86;
	color: #000;
	display: inline;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.post-edit-link:hover {
	background: #E48270;
	color: #000;
}

#debugobjects {
	position: absolute;
	z-index: 4000;
	top: 0;
	left: 0;
	background: yellow;
	margin: 10px;
	font-size: 150%;
}

.debug {
	background: rgba(255, 0, 0, 0.5);
}
table td {
	vertical-align: top;
	width: 40%;
	padding-right: 20px;
}
#content strong {
	font-weight: 900;
}
#content em {
	font-weight: 600;
}
/* @end */



}


@media print {


}
