/**
 *
 * Pixture, for Drupal
 * Author: PIXTURE STUDIO <http://www.pixture.com>
 *
 */
/*
** Generic elements
*/
html {
	font-size: 100%; /*Fix a IE em BUG*/
}
font, basefont {
	font-size: 100%; /*Fix a IE em BUG*/
}
body {
	font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:15px;
	color: #555555;
	margin: 0;
	padding: 0;
	text-align: center; /* IE5 hack */
  background: #5b90c4;
}
div#wrapper {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 1em;
	background: transparent;
}

div#container {
	margin: 0px;
	padding: 0px;
	text-align: left; /* IE5 hack */
	line-height:1.5em;
	background: transparent;
}
table, tr, td, thead, tbody {
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0px;
}
tr.odd td, tr.even td {
	padding: 0.4em;
}
tr.odd {
	background: #e3ecf6;
}
tr.even {
	background: #f6fafe;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
em {
	text-decoration: none;
	font-weight: normal;
}
div#cr8 {
	padding-top: 8px;
}
table {
	/* make <td> sizes relative to body size! */
	font-size: 1em;
	width: 100%;
	margin: 0px;
}
.form-item label {
	font-size: 1em;
	color: #666666;
	font-weight: normal;
}
ul {
	padding: 0;
	padding-left: 1em;
	margin: 0px;
}
li {
	padding: 0;
	margin: 0px;
	padding-left: 0;
	line-height: 1.6em;
}

.item-list ul {
	padding: 0px;
	margin: 0px;
}
.item-list ul li {
	font-size: 11px;
}
.item-list .title {
  font-size: 1em;
}
div.links {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: right;
}
ul.links li {
	padding: 0px 0px 0px 10px;
	margin: 0;
}
.comment .links {
  margin-bottom: 0;
}
.more-link, .more-link a {
	font-size: 11px;
	font-weight: normal;
}

.submitted {
  color: #666666;
  font-size: 0.8em;
}
.links {
  color: #666666;
}
.links a {
	font-size: 11px;
	font-weight: normal;
}

.box {
	background: #e3ecf6;
	padding: 15px;
}
.box h2 {
	padding-bottom: 2px;
	border-bottom: solid 1px #b9d1e6;
}

/*-------------------------------------------------------------------*/
/*                          Basic Text Colors                        */
/*-------------------------------------------------------------------*/
a, a.active {
	text-decoration: none;
	font-weight: bold;
	color: #525062;
}
a:link, a.active:link {
	color: #525062;
}
a:visited, a.active:visited {
	color: #5f5d73;
}
a:hover, a.active:hover {
	color: #6d6a86;
	text-decoration: underline;
}
a:focus, a.active:focus {
	outline: none;
}

/*-------------------------------------------------------------------*/
/*                               Header                              */
/*-------------------------------------------------------------------*/
table#header {
	width: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	line-height: 0em;
	height: 80px;
}
table#header tr {
	padding: 0px;
	margin: 0px;
}
#site_name {
	text-align: left;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	overflow: hidden;
	padding-bottom: 10px;
}
#site_name h1 {
	text-align: left;
	font-size: 36px;
	line-height: 1em;
	padding: 0px 5px;
	margin: 0px;
}
#site_name h1 a {
	color: #ffffff;
}
#site_name h1 a:hover {
	text-decoration: none;
}
#site_name .site-slogan {
	color: #eeeeee;
	font-size: 1em;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding-left: 7px;
	padding-bottom: 2px;
	padding-top: 4px;
}
#site_search {
	margin: 0px;
	padding: 0px;
	padding-right: 8px;
	padding-bottom: 12px;
	text-align: right;
	vertical-align: bottom;
}
/*-------------------------------------------------------------------*/
/*                          Regular Blocks                           */
/*-------------------------------------------------------------------*/
/*
 we do not define regular blocks. use the default.
*/
.block .links {
	font-size: 11px;
}
.block .content {
	padding: 5px 5px;
}

/*-------------------------------------------------------------------*/
/*                              Regions                              */
/*-------------------------------------------------------------------*/
table#header-area {
	background: #9dbedd;
}
table#content {
	background: #d0deee;
}
#main-content {
	background: #d0deee;
	padding-bottom: 15px;
  float:left;
  width: 440px;
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
}
#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 15px;
}
.node .content, .comment .content {
  line-height: 1.5em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
	padding: 0px;
	padding-bottom: 2px;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
	background: #9dbedd;
	padding: 10px;
	vertical-align: top;
  box-sizing: border-box;
  font-size:12px;
}
#sidebar-left {
	width: 200px;	/* needed for Drupal 6.x */
  float:left;
}
#sidebar-right {
	width: 200px;	/* needed for Drupal 6.x */
}
table#footer {
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.5em;
}
#footer a {
	text-decoration: underline;
	font-weight: bold;
}
#footer .block .block-bc, #footer .block .block-tc {
	padding: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 2px;
}
#footer .block .content {
	padding: 0px;
	margin: 0px;
}

/*-------------------------------------------------------------------*/
/*  Paper edges (drop shadow area)                                   */
/*-------------------------------------------------------------------*/
#main-l {
	width: 10px;
	background: url("images/bg-main-l.png") repeat-y top right;
}
#main-r {
	width: 10px;
	background: url("images/bg-main-r.png") repeat-y top left;
}
#main-c {
	padding: 10px 20px;
}
#foot-l {
	width: 10px;
	background: url("images/bg-foot-l.png") no-repeat top right;
}
#foot-r {
	width: 10px;
	background: url("images/bg-foot-r.png") no-repeat top left;
}
#foot {
	padding: 10px;
	background: url("images/bg-foot.png") repeat-x top left;
}

/*-------------------------------------------------------------------*/
/*                          Sidebar Blocks                           */
/*-------------------------------------------------------------------*/
.sidebar .block h3 {
	padding: 0px 3px;
	font-size: 12px;
}
.sidebar .block ul.links li {
	font-size: 10px;
}

.sidebar .block {
	margin: 0px;
	padding: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 5px;
	padding: 5px;
}
.sidebar .block h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	padding: 4px 2px;
	background: url("images/bg-sidebar.png") no-repeat center center;
}

/*-------------------------------------------------------------------*/
/*                               Node                                */
/*-------------------------------------------------------------------*/
.node {		/* full node */
	margin: 0;
	padding: 0px;
	overflow: hidden;
	background: #d0deee;
}
.sticky {
	background: #eff4f9;
}
.teaser {
	background: #d0deee;
}
.node .content, .comment .content {
	clear: both;
	margin: 10px 5px 5px 5px;
}
.node .taxonomy {
	font-size: 0.8em;
	padding-left: 1.5em;
}
.node .taxonomy li {
	padding: 1px 5px;
}
.node .picture {
	border: 1px solid #d6edd6;
	float: right;
	margin: 0.5em;
}
.node table.nodetitle {
	margin-bottom: 0px;
}
.node .submitted {
	color: #777777;
}
.node div.links {
}
.node h2.title {
	font-size: 18px;
}
.node h2.title a:hover {
	text-decoration: none;
	color: #6d6a86;
}
.node h2.title {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.pagetitle {
	padding: 0px;
	margin: 2px 0px 10px 0px;
}
.pagetitle h1 {
	margin: 0px;
	font-size: 18px;
	color: #555;
}
.pagetitle-l {
	width: 30px;
	height: 34px;
	background: url("images/bg-title-l.png") no-repeat top right;
}
.pagetitle-c {
	height: 34px;
	background: url("images/bg-title-c.png") repeat-x top left;
}
.pagetitle-r {
	width: 30px;
	height: 34px;
	background: url("images/bg-title-r.png") no-repeat top left;
}

/* table for each node (for rounded corners without using javascript) */

.node-tl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 6px;
	border-width: 0px;
	line-height: 1;
	background: url("images/bg-divider-l.png") no-repeat bottom right;
}
.node-tc {
	padding: 0px;
	margin: 0px;
	height: 6px;
	border-width: 0px;
	background: url("images/bg-divider-c.png") repeat-x bottom left;
	line-height: 1;
}
.node-tr {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 6px;
	border-width: 0px;
	line-height: 1;
	background: url("images/bg-divider-r.png") no-repeat bottom left;
}
.node-bl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 10px;
	border-width: 0px;
	line-height: 1;
}
.node-bc {
	padding: 0px;
	margin: 0px;
	height: 10px;
	border-width: 0px;
	line-height: 1;
}
.node-br {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 10px;
	border-width: 0px;
	line-height: 1;
}
.node-ml {
	padding: 0px;
	margin: 0px;
	width: 14px;
	border-width: 0px;
	line-height: 1;
}
.node-mc {
	margin: 0px;
	padding: 10px 5px;
}
.node-mr {
	padding: 0px;
	margin: 0px;
	width: 14px;
	border-width: 0px;
	line-height: 1;
}

.teaser-node-tl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: none;
}
.teaser-node-tc {
	padding: 0px;
	margin: 0px;
	height: 12px;
	background: none;
}
.teaser-node-tr {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: none;
}
.teaser-node-ml {
	padding: 0px;
	margin: 0px;
	width: 12px;
	background: none;
}
.teaser-node-mc {
	padding: 5px;
	margin: 0px;
	background: none;
}
.teaser-node-mr {
	padding: 0px;
	margin: 0px;
	width: 12px;
	background: none;
}

.teaser-node-bl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 6px;
	background: url("images/bg-divider-l.png") no-repeat top right;
}
.teaser-node-bc {
	padding: 0px;
	margin: 0px;
	height: 6px;
	background: url("images/bg-divider-c.png") repeat-x top left;
}
.teaser-node-br {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 6px;
	background: url("images/bg-divider-r.png") no-repeat top left;
}

.sticky-node-tl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-tl.png") no-repeat bottom right;
}
.sticky-node-tc {
	padding: 0px;
	margin: 0px;
	height: 12px;
	background: url("images/bg-node-tc.png") repeat-x bottom left;
}
.sticky-node-tr {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-tr.png") no-repeat bottom left;
}
.sticky-node-ml {
	padding: 0px;
	margin: 0px;
	width: 12px;
	background: url("images/bg-node-ml.png") repeat-y top right;
}
.sticky-node-mc {
	padding: 5px;
	margin: 0px;
	background: none;
}
.sticky-node-mr {
	padding: 0px;
	margin: 0px;
	width: 12px;
	background: url("images/bg-node-mr.png") repeat-y top left;
}

.sticky-node-bl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-bl.png") no-repeat top right;
}
.sticky-node-bc {
	padding: 0px;
	margin: 0px;
	height: 12px;
	background: url("images/bg-node-bc.png") repeat-x top left;
}
.sticky-node-br {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-br.png") no-repeat top left;
}

/*-------------------------------------------------------------------*/
/*                              Comments                             */
/*-------------------------------------------------------------------*/
.comment {
	margin: 5px;
	margin-bottom: 15px;
	padding: 0px;
	background: #eff4f9;
}
.comment .title a {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
}
.comment .content {
	padding: 0px 10px;
}
.comment .new {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	color: red;
}
.comment .picture {
	border: 1px solid #99d29a;
	float: right;
	margin: 0.5em;
}
.comment .comment-id {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}
.comment .submitted {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 4px 5px 2px 5px;
	color: #666666;
	border-bottom: solid 1px #cccccc;
}
.comment div.links {
	padding: 5px;
	margin-top: 0px;
}

#comment-tl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-tl.png") no-repeat bottom right;
}
#comment-tc {
	padding: 0px;
	margin: 0px;
	height: 12px;
	background: url("images/bg-node-tc.png") repeat-x bottom left;
}
#comment-tr {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-tr.png") no-repeat bottom left;
}
#comment-ml {
	padding: 0px;
	margin: 0px;
	width: 12px;
	background: url("images/bg-node-ml.png") repeat-y top right;
}
#comment-mc {
	padding: 5px 5px 0px 5px;
	margin: 0px;
	background: none;
}
#comment-mr {
	padding: 0px;
	margin: 0px;
	width: 12px;
	background: url("images/bg-node-mr.png") repeat-y top left;
}

#comment-bl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-bl.png") no-repeat top right;
}
#comment-bc {
	padding: 0px;
	margin: 0px;
	height: 12px;
	background: url("images/bg-node-bc.png") repeat-x top left;
}
#comment-br {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-br.png") no-repeat top left;
}

#comments .box {
	margin: 10px;
	padding: 15px;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eaf6ea;
  border: 1px solid #c2e4c2;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}

/*-------------------------------------------------------------------*/
/*                               Forum                               */
/*-------------------------------------------------------------------*/
#forum table {
	margin: 5px;
	margin-top: 10px;
	width: 100%;
	border: solid 0px #ffffff;
}
#forum {
	margin: 15px 0px;
}
#forum td.container {
	background: #8ab0d5;
}
#forum thead, #forum tbody {
	border: solid 0px #ffffff;
}
td.icon {
	text-align: center;
}
#forum td.forum {
	margin: 0px;
	padding: 0px;
}
#forum td.last-reply {
	background: none;
}
#forum .name a {
	margin: 0px;
	padding: 0px;
}
#forum .description {
	padding: 0px;
	margin: 0;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.forum-topic-navigation a.topic-next {
	text-align: right;
}
div.forum-topic-navigation a.topic-previous {
	text-align: left;
}

/*-------------------------------------------------------------------*/
/*                              Profile                              */
/*-------------------------------------------------------------------*/
#profile .profile {
  clear: both;
  border: 1px solid #99d29a;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
/*-------------------------------------------------------------------*/
/*                             Administer                            */
/*-------------------------------------------------------------------*/
div.admin, div.admin .left, div.admin .right {
	margin: 0px;
	padding: 5px;
	overflow: hidden;
}
div.admin-panel {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	background: #ffffff;
}
div.admin-panel a {
	font-weight: normal;
	overflow: hidden;
}
div.admin-panel .description {
}
div.admin-panel .body {
	font-size: 11px;
}
div.admin-panel h3 {
	padding: 5px 8px 5px;
	margin: 0;
	background: #5b90c4;
	color: #ffffff;
}
div.help {
	margin: 0px;
	padding: 2px 5px;
	margin-top: 5px;
}

/*-------------------------------------------------------------------*/
/*                                Pager                              */
/*-------------------------------------------------------------------*/
/*---- for Drupal 5.x ----
div.pager {
	margin: 5px;
	padding: 5px 0px;
	font-size: 13px;
}
.pager-list {
	margin: 0px;
	padding: 0px;
}
.pager a {
	margin: 2px;
	padding: 4px 8px;
	background: transparent;
}
.pager a:hover {
	background: #eaeaea;
}
.pager strong.pager-current {
	color: #ffffff;
	margin: 2px;
	padding: 4px 8px;
	background: #77a3cd;
}
*/
/*---- for Drupal 6.x ----*/
div.item-list ul.pager li {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
ul.pager {
	padding: 10px 0px;
	margin: 0px;
}
ul.pager li {
	padding: 0px;
	margin: 0px;
}
div.item-list ul.pager li.pager-current {
	color: #ffffff;
	margin: 2px;
	padding: 4px 8px;
	background: #77a3cd;
}
.pager a {
	margin: 2px;
	padding: 4px 8px;
	background: transparent;
}
.pager a:hover {
	background: #eaeaea;
}

/*-------------------------------------------------------------------*/
/*                                Tabs                               */
/*-------------------------------------------------------------------*/
.tabs {
	font-size: 12px;
}
.tabs a {
	font-weight: normal;
	line-height: 2.2em;
}
.tabs ul {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	border-bottom: solid 0px #ffffff;
	margin-bottom: 10px;
}
.tabs ul li {
}
.tabs ul li a {
	margin: 0px;
	padding: 4px 10px;
	background: #ffffff;
	border: solid 1px #b9d1e6;
}
.tabs ul li a:hover {
	text-decoration: underline;
	background: #dddddd;
	border: solid 1px #b9d1e6;
}
.tabs ul li a.active, .tabs ul li.active a {
	color: #ffffff;
	background: url("images/bg-bar-lite.png") repeat-x center center;
	border: solid 1px #5b90c4;
}
.tabs ul li a.active:hover {
	text-decoration: underline;
	background: url("images/bg-bar.png") repeat-x center center;
	border: solid 1px #808080;
}
ul.secondary {
}
ul.secondary li {
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: solid 0px #ffffff;
}
ul.secondary li a {
	margin: 0;
	padding: 2px 4px;
	margin-right: 2px;
	margin-left: 0px;
	border: solid 1px #eeeeee;
}
/*-------------------------------------------------------------------*/
/*                      Archive Calendar Block                       */
/*-------------------------------------------------------------------*/
.sidebar .block-archive .content {
	padding: 10px 5px 10px 5px;
}
.sidebar .block-archive .content tr {
	background: none;
	border: solid 0px #ffffff;
}
.sidebar .block-archive .content table td {
	border: solid 1px #77a3cd;
	padding: 1px 2px;
	text-align: center;
}

/*******************************************************************
* Color Module: Don't touch                                       *
*******************************************************************/

/*-------------------------------------------------------------------*/
/*                              Mission                              */
/*-------------------------------------------------------------------*/
table#mission {
	margin: 10px 20px 0px 20px;
}
#mission h1 {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	padding: 0px;
	line-height: 1em;
}

/*-------------------------------------------------------------------*/
/*                                Poll                               */
/*-------------------------------------------------------------------*/
.poll .bar {
	background-color: #eeeeee;
	border: solid 1px #999999;
}
.poll .bar .foreground {
	background: url("images/bg-gbar.png") repeat-x center left;
}

/*-------------------------------------------------------------------*/
/*                        Book Navigation                            */
/*-------------------------------------------------------------------*/
.book-navigation {
	padding-bottom: 5px;
}
.book-navigation ul.menu {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.page-links a.page-previous {
	width: 40%;
	padding: 0px;
	margin: 0px;
}
div.page-links a.page-up {
	width: 19%;
	padding: 0px;
	margin: 0px;
}
div.page-links a.page-next {
	width: 40%;
	padding: 0px;
	margin: 0px;
}

/*-------------------------------------------------------------------*/
/*                        Image Galleries                            */
/*-------------------------------------------------------------------*/
ul.galleries li {
	border: solid 1px #aaaaaa;
	background: #ffffff;
}
ul.galleries li h3 a {
	font-size: 1.1em;
	font-weight: bold;
	
}
ul.images {
	border: solid 1px #aaaaaa;
	overflow: hidden;
}
ul.images li {
	text-align: center;
}
ul.images li h3 {
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------------------*/
/*                              Others                               */
/*-------------------------------------------------------------------*/
.pushbutton, button, .form-submit {
	margin-bottom: 1px;
	cursor: pointer;
	padding: 2px 10px;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	border: solid 1px #888888;
	background: #fff url("images/button.gif") repeat-x center;
}
.pushbutton:hover, button:hover, .form-submit:hover {
	color: #000000;
	border: solid 1px #666666;
	background: #fff url("images/button-o.gif") repeat-x center;
}

/*-------------------------------------------------------------------*/
/*                          Misc for Contents                        */
/*-------------------------------------------------------------------*/
pre {
	margin: 0px 3px;
	padding: 5px;
	background: #222222;
	border: solid 1px #111111;
	color: #dddddd;
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
	line-height: 1.5em;

	background: #eeeeee;
	border: solid 1px #bbbbbb;
	color: #222222;
}

blockquote {
	margin: 4px 10px;
	padding: 10px 15px;
	background: #edcaa7;	/* same as block content background color */
}

.messages {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.messages li {
	margin-left: 10px;
}

/*-------------------------------------------------------------------*/
/*                               Top Menu                            */
/*-------------------------------------------------------------------*/
#menu-l {
	width: 10px;
	background: url("images/bg-menu-l.png") no-repeat top right;
}
#menu-r {
	width: 10px;
	background: url("images/bg-menu-r.png") no-repeat top left;
}
table#menu {
	height: 32px;
	vertical-align: middle;
	padding: 0px;
	margin: 0;
	text-align: right;
	background: url("images/bg-menu.png") repeat-x top left;
}
#menu ul li {
	list-style-type: none;
	list-style-image: none;
}

#navlist {
	font-size: 1.0em;
	padding: 2px 10px 0px 10px;
	list-style-type: none;
	list-style-image: none;
}
#navlist li {
	padding: 0px 8px;
	list-style-type: none;
	list-style-image: none;
}
#navlist a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#subnavlist {
	border-top: solid 1px #888888;
	padding: 1px 0px 0px 0px;
	font-size: 1.0em;
}
#subnavlist a {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

div#search {
	margin-right: 10px;
	text-align: right;
	font-size: 11px;
	margin-top: 26px;	/* this is a MUST for Safari */
}
#search .form-text {
	width: 10em;
	padding: 2px 2px;
	border: solid 1px #888888;
}
div#search label {
	color: #ffffff;
	padding: 2px;
}

#logo {
  float:left;
  margin:10px;
}

#logo img {
  max-width:100%;
  height:auto;
}

#header {
	position:relative;
  padding-top: 1px;
  padding-right: 10px;
  padding-bottom:10px;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top,  #000000 0%, #555555 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#555555)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #000000 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #000000 0%,#555555 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #000000 0%,#555555 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #000000 0%,#555555 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
}

#header:after {
  content:' ';
  display: block;
  height:0;
  clear:both;
}

#site-title {
	position:absolute;
	left:108px;
	top:7px;
	font:normal normal bold 14px arial;
	color:white;
}

.header-info {
	float:right;
	padding-left:20px;
	padding-top:20px;
}

#site-subtitle {
	font:italic normal normal 30px arial;
	color:white;
	display: block;
}

#site-lang-switch {
	color:white;
}

#site-lang-switch a {
	color:#aaa;
}

body [lang] {
	display:none;
}

body.lang-en [lang='en'],
body.lang-fr [lang='fr'] {
	display:inline;
}

.choice-header {
    display: none;
}

#user-login-form .form-required,#user-login .form-required {
	display:none;
}

#user-login-form .item-list li {
	list-style:none;
	margin:0px;
}

/* OVERRIDES */
.submitted, .taxonomy {
  display:none;
}

.content h2 {
  margin-top:30px; 
}

.webform-component {
  margin-bottom: 30px;
  border-bottom: 1px solid #9dbedd;
  padding-bottom: 20px;
}

.webform-component>.form-item>label {
  font-size: 1.2em;
  font-weight: bold;
}

.form-item label {
  font-size:1.1em;
}

#content .node_read_more {
  display:none; 
}

#footer {
  padding: 20px 0;
  margin:20px auto;
  clear:both;
}

.page-quicklogin .sidebar-left {
  display: none;
}

.page-quicklogin #main-content {
  width:100%;
}

.advpoll-remove-from-vote,.advpoll-add-to-vote {
	float: right;
	margin: 0 5px;
}

.advpoll-choice-container:nth-child(even){
	background: rgba(1,1,1,0.1);
}

.advpoll-pending-choices-list {
	list-style: none;
}

.advpoll-drag-and-drop-processed .vote-choices ul {
	list-style: none;
	border: 1px solid lightgray;
	padding: 0;
}

.advpoll-drag-and-drop-processed .advpoll-drag-box {
	width:auto;
	min-width: 270px;
}

.advpoll-drag-and-drop-processed .advpoll-available-choices {
	margin-bottom:20px;
	min-width: 270px;
}

.advpoll-pending-choice label, .advpoll-existing-choice label {
	margin-right: 13px;
}


.advpoll-existing-choice {
	display:inline;
	margin-left:0px;
}

.advpoll-drag-and-drop-processed .choice-header {
	display: inline;
}

@media all and (max-width: 640px) {
  #sidebar-left,.sidebar .block {
    width:auto;
  }
  #sidebar-left {
    float:none;
  }
  #main-content {
    float:none;
    width:auto;
  }
	#logo {
		float: none;
		text-align: center;
	}
	.header-info {
		text-align: center;
		display: block;
		float: none;
	}
}

@media all and (max-width: 480px) {
	.header-info {
    padding-top:0px;
  }
	#site-subtitle {
		font-size:22px;
	}
	#main {
		padding:0px;
	}
	.advpoll-drag-and-drop-processed .advpoll-available-choices {
		margin-right:0px;
	}
}