/*  
Theme Name: Montreal Ouvert
Theme URI: http://journal.barleyhut.com.com
Description: Based on Tao of You, which is in turn a modified Basic Concept Wordpress theme created by <a href="http://wpdesigner.com">Small Potato</a>. Puts your writing in focus, and as clean as new sheets.
Version: 2.0
Author: J. Brun
Author URI: http:/journal.barleyhut.com
*/


/* Reset */

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;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* Base */

/* VERSION 2009-11-12 */

html, body, table td, table th {
	font: 10.5pt sans-serif;
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
}

table tr td, table tr th {
	font-size: 100%;
}

blockquote {
	margin:20px;
	font-style: italic;
	quotes: default;
}

/* FOR drawers */
.layer-1 {
	z-index: 100;
}

hr {
	height: 1px;
	background: black;
	width: 100%;
	clear: both;
	border: 0px solid transparent;
	margin: 0;
	padding: 0;
}

input[type=text] {
	font-size:18px;
	height:25px;
	margin:3px;
}

input[type=checkbox] {
	padding-right: 5px;
	vertical-align: middle;
}

input[type=text], input[type=password], textarea {
	width: 150px;
}

input.btn {
	margin-top:5px;
	height:28px;
}

input[type=text], input[type=password], textarea {
	font-family: sans-serif;
	margin-bottom: 2px;
}

input[type=text].default, textarea.default {
	color: #A0A0A0;
}

select option {
	border-top: 1px solid #E0E0E0;
	padding-left: 5px;
	padding-right: 5px;
}

.w-foldable.folded {
	border: 0px solid transparent;
}

.w-foldable.folded > .body {
	display: none;
}


.disabled {
	opacity: 0.5;
}

h1,h2,h3,h4,h5 {
	font-weight: bold;
}

h1 {
	font-size: 26px;
	line-height:30px;
	margin:5px 0px;
}

h2 {
	font-size: 22px;
	line-height:25px;
	margin:4px 0px;
}

h3 {
	font-size: 18px;
	line-height:22px;
	margin:3px 0px;
}

ul.nolist,
ul.list-h {
	padding: 0;
	margin: 0;
	margin-right:100px;
}

ul.nolist li,
ul.list-h li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.list-h li {
	display: inline;
}

ul.vlist li {
	margin-top: 5px;
	margin-bottom: 5px;
}

table.htable th {
	padding-right: 10px
}

.block > .header {
	padding-top: 20px;
}

input[type=checkbox] {
	vertical-align: middle;
	margin-right: 5px;
}

.hi {
	background: #FFFFA0;
	border-right: 1px solid #DBDB73;
	border-bottom: 1px solid #DBDB73;
	color: #A48b00;
	padding-left: 3px;
	padding-right: 3px;
}

.b {
	font-weight: bold;
}

.u {
	text-decoration: underline;
}

.has-layout {
	position: relative;
}

.lighter {
	opacity: 0.75;
}

.small {
	font-size: 90%;
}

.smaller {
	font-size: 80%;
}

.bigger {
	font-size: 120%;
}

.contrast {
	background: #E0E0E0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none !important;
}

.clear {
	clear: both;
}

.clearer {
	clear: both;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
	width: 0px;
	clear: both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	line-height: 0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display: inline-block;
}

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

*:first-child+html .clearfix {
	height:1%;
}
 
* html .clearfix{
	height:1%;
}
.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.as-block {
	display: block;
}

.as-inline-block {
	display: inline-block;
}

.as-float {
	float: left;
}

.hr-top {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #A0A0A0;
}

.hr-bottom {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #A0A0A0;
}

.pos-rel {
	position: relative;
}

.pos-abs {
	position: absolute;
}

.indent-10 {
	padding-left: 10px;
}

.inset-5 {
	padding: 5px;
}

.inset-10 {
	padding: 10px;
}

.inset-20 {
	padding: 20px;
}

.hsep-5 {
	padding-right: 5px;
}

.hsep-10 {
	padding-right: 10px;
}

.vsep-5 {
	padding-top: 5px;
}

.vsep-10 {
	padding-top: 10px;
}

.vafter-5 {
	margin-bottom: 5px;
}

.vafter-10 {
	margin-bottom: 10px;
}

.spacer {
	padding: 0;
	padding-left: 5px;
}

.spacer-10 {
	padding: 0;
	padding-left: 10px;
}

.span-last {
	clear: right;
}

.span-20p {
	float: left;
	width: 20%;
}

.span-40p {
	float: left;
	width: 40%;
}

.span-25p {
	float: left;
	width: 25%;
}

.span-30p {
	float: left;
	width: 30.0%;
}

.span-33p {
	float: left;
	width: 33.332%;
}

.span-50p {
	float: left;
	width: 50%;
}

.span-70p {
	float: left;
	width: 70%;
}

.span-75p {
	float: left;
	width: 75%;
}

.span-80p {
	float: left;
	width: 80%;
}

.span-66p {
	float: left;
	width: 66.332%;
}

.span-100 {
	float: left;
	width: 100px;
}

.span-200 {
	float: left;
	width: 200px;
}

.span-400 {
	float: left;
	width: 400px;
}

.span-600 {
	float: left;
	width: 600px;
}

.col > .header,
.col > .body,
.col > .footer,
.col > .section > .header,
.col > .section > .body,
.col > .section > .footer {
	padding-left: 10px;
	padding-right: 10px;
}

.col.first > .header,
.col.first > .body,
.col.first > .footer,
.col.first > .section > .header,
.col.first > .section > .body,
.col.first > .section > .footer {
	padding-left: 0px;
}

.col.last > .header,
.col.last > .body,
.col.last > .footer,
.col.last > .section > .header,
.col.last > .section > .body,
.col.last > .section > .footer {
	padding-right: 0px;
}

.rcol-200.leftside {
	position: relative;
	margin-right: 201px;
}

.rcol-200.rightside {
	float: right;
	width: 200px;
}

.lcol-150.leftside {
	position: relative;
	float: left;
	width: 150px;
}

.lcol-150.rightside {
	position: relative;
	float: right;
}

.lcol-200.leftside {
	position: relative;
	float: left;
	width: 200px;
}

.lcol-200.rightside {
	position: relative;
	float: right;
}

.w-25p {
	width: 25% !important;
}

.w-75p {
	width: 75% !important;
}

.w-100p {
	width: 100% !important;
}

.w-200 {
	width: 200px !important;
}

.w-250 {
	width: 250px !important;
}

.w-400 {
	width: 400px !important;
}

.s-16x16 {
	width: 16px;
	height: 16px;
}

.t-50 {
	opacity: 0.5;
}

.nudge-n-5 {
	position: relative;
	top: -5px;
}

.debug {
	border: 1px solid red;
	margin: -1px;
}

.no-edit .when-edit {
	display: none;
}

.has-edit div.when-edit {
	display: block;
}

.has-edit span.when-edit {
	display: inline;
}

.reset-font {
	font-size: 12px;
	font-weight: normal;
}

#Templates,
.template,
.templates {
	display: none;
}





/* Main Stuff */

#container {
	max-width:1100px;
}

html,
body {
  background: #EFEFEF;
  background: -moz-linear-gradient(90deg, #FFFFFF, #E0E0E0);
  background: -webkit-linear-gradient(90deg, #FFFFFF, #E0E0E0);
  padding: 0px;
  margin: 0px;
  font-family: Helevtica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #202020;
}

.more, .all {
  font-size: 12px;
  letter-spacing: 0pt;
  color: #a0a0a0;
  font-weight: normal;
  text-decoration: none;
  padding:10px;
}

.more:hover,
.all:hover {
  color: #fd0000;
}

.all {
  display: block;
  text-align: right;
  color: #a0a0a0;
  border-top: 1px solid #a0a0a0;
  padding-top: 5px;
}


.use-typography strong {
  font-weight: bold;
}

em {
	font-style:italic;
}

button {
  background: -moz-linear-gradient(90deg, #D0D0D0, #FFFFFF);
  background: -webkit-linear-gradient(90deg, #D0D0D0, #FFFFFF);
  border: 2px solid #c0c0c0;
  border-right: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  -moz-box-shadow: #c0c0c0 2px 2px 5px;
}

button:hover {
  -moz-box-shadow: #fd0000 0px 0px 5px;
}

button span {
  color: #606060;
  text-shadow: #ffffff -1px -1px 1px;
  font-weight: bold;
}

#header {
  border-bottom: 1px solid #a0a0a0;
  padding-top: 20px;
  padding-bottom: 35px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.75pt;
  text-shadow: 1px 1px 1px white;
}

#header .left a, #header .left a:visited, #header .left a:hover {
	text-decoration:none;
	border:none;
	color:#202020;;
}

#header .menu li {
  margin-left: 20px;
}

#header .menu a,
#header .menu a:active,
#header .menu a:visited,
#header .menu a:hover, #sidebar h1 a {
  text-decoration: none;
  color: #202020;
  text-transform: uppercase;
}

#header .menu a:hover,
#header .menu a.current,
#header .menu li.current a,
#header .menu li a:hover, #sidebar h1 a:hover {
  color: #fd0000;
}

#languages {
	float:right;
	margin-top:-30px;
}

ul.qtrans_language_chooser li {
	font-size:10px; 
	padding:4px;
	line-height:8px;
	list-style-display:none;
}


#languages li a,
#languages li a:visited { 
	color:#202020;
	text-decoration:none;
}

#languages li.active a,
#languages li a:hover { 
	color:#fd0000;
	text-decoration:none;
}

hr {
	color: #f00;
	background-color: #f00;
	height: 2px;
}

div.spotlight img{
	padding-bottom:5px;
}


#spotlight {
  position: relative;
  background: #474d53;
  background: -moz-linear-gradient(90deg, #474D53, #575D63);;
  background: url(images/island.jpg);
  height: 300px;
  /*http://upload.wikimedia.org/wikipedia/commons/4/47/Montreal_Twilight_Panorama_2006.jpg*/
}

#spotlight .details {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  position: absolute;
  width: 33.33%;
  background: black;
  background: -moz-linear-gradient(0deg, #303030, #000000);
  background: -webkit-linear-gradient(0deg, #303030, #000000);
  bottom: 0px;
  right: 0px;
}

#spotlight .details .body {
  color: white;
  padding: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.5pt;
}

#spotlight a, #spotlight a:visited, #spotlight a:link {
	padding-left: 10px;
	color:#FFFFFF;
}

#spotlight a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	padding-left: 10px;
}

#spotlight .more {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  text-align: right;
}

#spotlight .footer {
	padding-bottom:5px;
	padding-top:-2px;
	float:right;
	padding-right:10px;
}

#main {
  float: left;
  width: 66.66%;
}

#main > .footer {
  margin-left: 90px;
}

#sidebar {
  float: left;
  width: 33.33%;
  background: #ffffff;
  -moz-box-shadow:    2px 2px 10px #606060;
  -webkit-box-shadow: 2px 2px 10px #606060;
  box-shadow:         2px 2px 10px #606060;
 -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
 -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#sidebar h2 {
  border-bottom: 1px solid #ffffff;
  background: #fd0000;
  color: white;
  display:block;
  font-size:11px;
  padding: 2px 2px 2px 10px;

  text-transform:uppercase;
  font-weight: normal;
}

#sidebar h2 a, #sidebar h2 a:visited, #sidebar h2 a:hover {
	color:white;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
}

#sidebar #search {
	padding:10px;
}

#sidebar ul {
	padding:10px;
	margin-left:20px;
}

#sidebar ul li {
	line-height:17px;
	list-style-type:circle;
}

#sidebar > .footer .all {
  padding: 10px;
}

#sidebar > .shadow {
  display: none;
  height: 1px;
}

#sidebar .news {
  border-top: 1px solid #ffffff;
  padding: 0px;
  padding-top: 0px;
  position: relative;
}

#sidebar .textwidget {
	padding:10px;
}

#sidebar .news:first-child {
  border-top: 0px solid black;
}

#sidebar .news .type {
  display: block;
  position: relative;
  left: -10px;
  background: #fd0000;
  color: white;
  padding: 2px;
  padding-left: 10px;
  font-size: 11px;
  width: 250px;
}

.header .type a, .header .type a:hover, .header .type a.visited, #sidebar .news .title a {
	color: white;
	text-decoration:none;
	text-transform:uppercase;
	
}

#sidebar .news h1 {
  font-family: Helvetica, arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.5pt;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

#sidebar .news .footer {
  text-align: right;
}

#main > .footer {
  margin-top: -20px;
}

#main .article {
  margin: 40px;
  margin-left: 0px;
  margin-right: 40px;
  position: relative;
  padding-bottom: 10px;
  background-color:#FFFFFF;
  border-left:1px solid #D0D0D0;
  border-right:1px solid #D0D0D0;
  border-bottom:1px solid #D0D0D0;
  padding-left:10px;
  -moz-box-shadow:    1px 1px 10px #606060;
  -webkit-box-shadow: 1px 1px 10px #606060;
  box-shadow:         1px 1px 10px #606060;
}

#main .article:first-child {
  margin-top: 0px;
  border-top: 0px solid #e0e0e0;
}

#main .article .type {
  display: block;
  background: #fd0000;
  background: -moz-linear-gradient(0deg, #fd0000, #dd0000);
  background: -webkit-linear-gradient(0deg, #fd0000, #dd0000);
  color: white;
  padding: 2px;
  padding-left: 10px;
  font-size: 11px;
  width: 250px;
  text-transform:uppercase;
  margin-left:-11px;
}

#main .article .date {
  font-size: 11px;
  text-align: right;
  line-height: 12px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #A0A0A0;
}

#main .article .date .month {
  font-weight: bold;
}

#main .article .more {
  position: relative;
  bottom: -3px;
  right:   -1px;
  color: white !important;
  background: #fd0000;
  background: -moz-linear-gradient(0deg, #fd0000, #dd0000);
  background: -webkit-linear-gradient(0deg, #fd0000, #dd0000);
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
}

#main .article .header  {
  text-transform: uppercase;
}

#main .article .header h3, #main .article .header h1 {
  line-height: 1.25em;
}

#main .article .body  {
  line-height: 1.6em;
}

h3.title {
  font-family: Helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5pt;
  margin-top: 20px;
  font-weight: bold;
  max-width: 650px;
}

h3.title a, h3.title a:visited {
	text-decoration:none;
	border:none;
	color:#202020;
}

h3.title a:hover {
	text-decoration:none;
	border:none;
	color:#fd0000;
}

#main .article .line {
  width: 260px;
  margin-left: -10px;
  border-bottom: 2px solid black;
}

#main .article .body {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right:20px;
}

#main .article .body p {
  max-width: 650px;
  margin-bottom: 10px;
}

#main .article .body ul, #main .article .body ol  {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}

#main .article .body ul li {
	list-style: circle;
}

#main .article .body ol li {
	list-style:lower-roman;
}

#main .article .footer {
  text-align: right;
}

#main .focus,
#main div:first-child.focus {
  background: #ffffff;
  margin-left: 80px;
  border-top: 0px solid transparent;
}

#main .focus > .header,
#main div:first-child.focus > .header,
#main .focus > .body,
#main div:first-child.focus > .body {
  padding-left: 10px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

#main .focus .footer,
#main div:first-child.focus .footer {
  padding: 10px;
  margin-bottom: -10px;
  background: black;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#footer {
  color: #808080;
  font-size: 11px;
  text-align: right;
  clear:both;
  margin-top: -40px;
  padding-bottom: 20px;
}

#footer a,
#footer a:active,
#footer a:link,
#footer a:visited,
#footer a:hover {
  color: black;
  text-decoration: none;
}

.page-article #spotlight {
  height: 150px;
}

/* == WordPress Fixes (SP: 2010-08-18) */

#header .logo img {
	display: block;
	float: left;
	position: relative;
	top: -4px;
}

#header .logo span {
	position: relative;
	left: -10px;
}

div.comments {
	float:left;
}


.comments-template {
	margin-top:30px;
	clear:left;
	border-top: 1px solid #D0D0D0;
	padding-bottom: 20px;
}

.comments-template h3 {
  display: block;
  position: relative;
  left: -10px;
  background: #fd0000;
  color: white;
  padding: 2px;
  padding-left: 10px;
  font-size: 11px;
  width: 250px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.comments-template p label {
	display: block;
	text-transform: uppercase;
	color: #A0A0A0;
	font-size: 11px;
}
.comments-template p input,
.comments-template p textarea {
	display: block;
	padding: 2px;
	font-size: 110%;
	min-width: 250px;
	border: 1px solid #D0D0D0;
	background: white;
	margin-bottom: 5px;
}

.comments-template p textarea {
	width: 80%;
}

.comments-template p button {
	margin-top: 10px;
	margin-bottom: 10px;
}

.article-navigation {
  margin-top: 10px;
  margin-left: -10px;
  padding-top: 10px;
  padding-left: 10px;
  border-top: 1px solid #D0D0D0
}

/* EOF */
