/*
Theme Name: Ergaster 2010
Theme URI:??? 
Description: A child theme of the 2010 default theme for WordPress.
Author: Nicolas Demers
Author url: http://www.npdemers.net/
Version:0.1 
Tags: black, blue, white, three-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
Template: twentyten
*/

/* BEGIN STRUCTURE */

* {
  margin:0;
  padding:0;
}

body {
  font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', Verdana, Sans-Serif;
  //font-family: Georgia, 'Times New Roman',serif;
  color: #333;
  text-align: center;
  font-size:14px;
}

#wrapper {
  text-align: left;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

#header {
  background-color:rgb(52,70,104);
  padding-top:10px;
  border-bottom:2px solid rgb(164,141,116);
}

#masthead {
  width:940px;
  margin:0 auto 10px;
}

#branding {
}

#banner {
  height:196px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
  border-width:2px 2px 0;
  border-style:solid;
  border-color:rgb(164,141,116);
}

#site-title {
  font-size:30px;
  font-family: 'Josefin Sans Std Light', 'Century Gothic','Lucida Grande', 'Trebuchet MS', Verdana, sans-serif;
  text-transform:lowercase;
  letter-spacing:2px;
  line-height:1em;
  float:left;
  margin-left:20px;
  margin-top:10px;
}

#site-title a {
  color:rgb(255,255,255);
  background-color:rgb(196,107,2);
  padding:7px 10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:2px solid rgb(52,70,104);
}


#site-description {
  color:rgb(238,230,215);
  font-size:16px;
  text-align:right;
  line-height:1em;
  margin-bottom:10px;
  font-family:Georgia, 'Times New Roman',serif;
}

#header-image {
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

#main { 
}

#container {
  width:940px;
  padding: 0 10px;
  margin:0 auto;
  background-color:white;
}

#content {
  clear:both;
  padding-top:0.5em;
}

.post {
}

body.archive .post, body.home .post {
  margin-bottom:1.2em;
}

.entry-content, .entry-summary {
  line-height: 1.6em;
  float: left;
  width: 620px;
  padding-left:20px;
}

.readmore a {
  text-transform: uppercase;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  padding:5px 1em;
  letter-spacing:1px;
}

.entry-content .readmore a {
  text-decoration:none;
}

.readmore a:link,.readmore a:visited {
  color:white;
  background-color:rgb(196,107,2);
}

.readmore a:hover {
  background-color:rgb(255,198,4);
  color:rgb(52,70,104);
}

body.attachment .entry-content {
  width:680px;
}

.entry-meta {
  padding:0 20px 1px 20px;
  margin-left: 680px;
  width: 200px;
  color:rgb(164,141,116);
  border-left:1px solid rgb(164,141,116);
}

body.attachment .entry-meta {
  width:160px;
  margin-left:740px;
}

.entry-meta p {
  margin-bottom:0.5em;
}

.entry-meta p.metacomments {
  margin-bottom:0;
}

p.metatime {
}

ul.metatags {
  font-size:12px;
}

.entry-meta span {
  display:block;
}

.entry-meta a:link, .entry-meta a:visited {
  color:rgb(164,141,116);
}
.entry-meta a:hover {
  color:rgb(52,70,104);
  background-color:white;
}

#footer {
  //color:white;
  clear:both;
  font-size:12px;
}

#colophon {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  background-color:rgb(255,195,74);  
  position:relative;
  width:940px;
  margin:1em auto 20px;
  padding:10px;
}

#colophon a.top {
  padding:5px 0.5em;
  border:1px solid white;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  position:absolute;
  top:-20px;
  right:20px;
}

#colophon a.top:link {
  background-color:rgb(255,195,74);
}

#colophon a.top:visited {
  background-color:rgb(255,195,74);
}

.copyright {
  margin-top:0.5em;
}  

.widget-area {
  width:285px;
  float:left;
  margin-right:20px;
}

li.twitter-item {
  font-style:italic;
}

li.twitter-item a, li.twitter-item span.twitter-timestamp {
  font-style:normal;  
}

span.twitter-timestamp {
  display:block;
  margin-top:0.5em;
}

li.widget_text {
  margin-bottom:1em;
}

li.widget_text img {
  border:none;
  margin-right:0.5em;
}

li#recent-posts-3 ul li {
  margin-bottom:2px;
}

/* BEGIN HEADERS */

.title {
  padding-bottom:0.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, 'Times New Roman',serif;
  letter-spacing:2px;
  font-weight: lighter;
  color:rgb(52,70,104);
}

h1 {
  font-size:30px;
  width:620px;
  margin-bottom:0.25em;
}

h2 {
  font-size:22px;
  margin-bottom:0.5em;
  width:620px;
}

.entry-content h2 {
  margin-top:1.5em;
}

.entry-content h2:first-child {
  margin-top:0;
}

h3 {
  margin-bottom:0.5em;
}

h3#comments, h3#reply {
  margin: 1.5em 0 0.5em 0;
  clear:both;
}

h3#reply-title {
  margin-bottom:0.5em;
}

h3#abstract {
  margin-left:20px;
  font-size:18px;
  margin-top:10px;
  font-style:italic;
}

h3.widget-title {
  margin-bottom:0.25em;
  font-size:18px;
}

h2 a, h2 a:visited {
  color:rgb(196,107,2);
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
}

h2 {
  font-size:25px;
}

h3 {
  font-size:20px;	
}

/* END HEADERS */

/* BEGIN NAVIGATION */

#nav {
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  background-color:rgb(196,107,2);
  padding:5px;
}

.skip-link {
  display:none;
}

.menu-baseline-container {
  width:600px;
  float:left;
}

.menu-header {}

#nav ul {
  text-align:left;
  margin: 0 auto;
  letter-spacing:2px;
  text-transform: uppercase;
  list-style:none outside none;
}

#nav ul li {
  float:left;
  display:block;
  margin:0 5px;
}

#nav ul li a {
  display:block;
  padding:5px 5px 3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

}

#nav ul li a:link, #nav ul li a:visited {
  color:rgb(255,255,255);
}

#nav ul li a:hover {
  text-decoration:none;
  background-color:rgb(255,198,4);
  color:rgb(52,70,104);
}

#nav ul li#search {
  float:right;
  margin:0;
}

.navigation {
  margin:0.25em 0 1em;
  padding:2px 5px;
  color:rgb(164,141,116);
  font-size:12px;
  background-color:rgb(238,230,215);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  width:610px;
}

#nav-above {
  border-bottom:1px solid rgb(255,198,4);
}

#nav-below {
  border-top:1px solid rgb(255,198,4);
}
.nav-prev {
  width:280px;
  text-align:left;
  float:left;
}

.nav-next {
  width:280px;
  text-align:right;
  float:right;
}

.entry-content .navigation a {
  text-decoration:none;
}

#footer ul {
  margin-bottom: 0;
}

#footer ul li {
  list-style:none outside none;
  margin-left:0;
}

/* END NAVIGATION */

/* BEGIN COMMENTS */

#comments {
  width:640px;
}

.commentlist {
}

.commentlist li {
  margin-bottom:1em;
  margin-left:20px;
  list-style: none;
}

.avatar { 
  float: left;
  background: #fff;
  margin-right:7px;
}

.commentlist li .comment-meta {
  padding:10px;
  //background-color:rgb(238,230,215);
  border-bottom:1px solid rgb(238,230,215);
}

.commentlist li.highlighted > .singlecomment, .commentlist li.bypostauthor > .singlecomment {
  border-color:rgb(255,198,4);
  
}

.comment-meta li.highlighted > .singlecomment > .comment-meta, .commentlist li.bypostauthor > .singlecomment > .comment-meta {
  background-color:rgb(255,198,4);
  border:none;
}

.comment-author a:link, .comment-author a:visited {
  color:#333;
  
}

.comment-date a:link, .comment-date a:visited {
  color:rgb(164,141,116);
}

.commentlist li .comment-meta p {
  margin:0 0 0.5em 50px;
}

.commentlist li.highlighted .comment-meta comment-author {
}

.comment-meta .comment-author {
  font-size:16px;
  margin-bottom:0.25em;
}

.comment-meta .comment-date {
  font-size:12px;
}

.comment-content {
  margin:0.5em 10px 0;
}

.commentlist > li ul li { 
}

.comment-content > p {
  margin-bottom:0.5em;
}

.commentlist li, #commentform input, #commentform textarea {
  //font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

ol.commentlist ul.children {
  margin-bottom:0;
}

ol.commentlist li {
  margin-bottom:0;
}

div.reply {
  margin:0.5em 10px;
  font-size:12px;
}

div.singlecomment {
  border:1px solid rgb(238,230,215);
  margin-bottom:0.75em;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#commentform p {
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

#commentform input {
  padding: 2px;
  margin:0;
}

#commentform {
  margin-left:20px;
}

#commentform textarea {
  width:459px;
  margin-left:155px;
  border:1px solid rgb(164,141,116);
  padding:2px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-size:14px;
  display:block;
}

li #commentform textarea {
  width:439px;
}

li li #commentform textarea {
  width:419px;
}


#respond {
  margin-left:0
}

#respond:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#commentform #submit {
  margin: 0 0 5px auto;
  padding:5px;
}

p.form-allowed-tags {
  font-size:12px;
  margin-left:155px;
}

/* END COMMENTS */

/* BEGIN FORM ELEMENTS */

#searchform {
  text-align:right;
}

#searchform #s {
  width: 108px;
  padding: 3px;
}

#searchsubmit {
  padding: 1px;
}

#searchform #q {
  border:none;
  background-color:rgb(238,230,215);
  padding: 3px;
  width:220px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-size:14px;
  color:rgb(196,107,2);
}

form label {
  display:block;
  float:left;
  width:150px;
  font-variant:small-caps;
  color:rgb(52,70,104);
}

p.comment-form {
  margin-bottom:1em;
}

p.comment-form-comment, p.comment-form-email, p.comment-form-subject, p.comment-form-url {
  border-top:1px solid rgb(238,230,215);
  padding-top:1em;
}

p.comment-form span {
  margin-left:155px;
  display:block;
}

#contactauthor, #contactsubject, #contactemail, #contactname, #contacturl, #contactbody {
  width:460px;
  margin-left:0;
  border:1px solid rgb(164,141,116);
  background-color:white;
  padding:2px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-size:14px;
}

li #contactauthor, li #contactemail, li #contacturl {
  width:440px;
}

li li #contactauthor, li li #contactemail, li li #contacturl {
  width:420px;
}

p.comment-form label span.optional {
  font-size:10px;
  line-height:11px;
  margin:0;
}

#submit {
  color:rgb(52,70,104);
  border:1px solid rgb(164,141,116);
  background-color:white;
  padding:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  font-size:14px;
  //font-family: Georgia, 'Times New Roman',serif;
  letter-spacing:2px;
  text-transform:uppercase;
}

/* BEGIN LINKS & MISC */

a {
  text-decoration:none;
  color:rgb(196,107,2);
}

a:visited {
  color:rgb(196,107,2);
}

a:hover {
  background-color:rgb(255,198,4);
  color:rgb(52,70,104);
}

#footer a:visited {
  color:rgb(196,107,2);
}

#footer a:hover {
  color:rgb(52,70,104);
}

.entry-content a {
  text-decoration:underline;
}

.entry-content p#tagcloud a {
  text-decoration:none;
}

a.footnote {
  vertical-align:super;
  font-size:smaller;
}

p.pullquote {
  margin:0 1em 1em -20px;
  font-size:16px;
  font-style:italic;
  background-color:rgb(164,141,116);
  float:left;
  padding:10px;
  width:200px;
  color:white;
  font-family: Georgia, 'Times New Roman',serif;
}

.project {
  margin-bottom:2em;
}

span.dateterm {
  font-weight:bold;
  font-variant:small-caps;
}

/* BEGIN ENTRY LISTS */

/*	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

ul {
  list-style:square outside url(images/bullet.jpg);
}

ul li, ol li {
  margin-left:1em;
}

.entry-meta ul {
  list-style:square inside url(images/bullet_sm.jpg);
  margin-bottom:0.5em;
}

.entry-meta ul li {
  margin-left:0;
}

hr {
  display: block;
  margin:1em auto;
  width:300px;
  background-color:rgb(255,198,4);
  //background-position:center center;
  //background-repeat:no-repeat;
  clear:both;
  //background-image:url(images/hrbg.jpg);
  border:none;
}

.clear {
  clear: both;
}

#finis {
  text-align:right;
  font-family: Georgia, 'Times New Roman',serif;
  font-weight:bold;
  font-size:16px;
  color:rgb(196,107,2);
}

#finis span {
  color:rgb(52,70,102);
}

p, ul, ol, table, hr {
  margin-bottom:1.2em;
}

blockquote {
  margin: 0px 20px 1em 20px;
  padding-left: 20px;
  border-left: 1px solid rgb(238,230,215);
  font-family: Georgia, 'Times New Roman',serif;
  font-style:italic;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

blockquote blockquote {
  margin-top:0.5em;
  margin-bottom:0.5em;
}

ul#archiveyears {
  list-style:none;
}

ul#archiveyears li {
  margin:5px 0;
  padding-top:5px;
  border-top:1px solid rgb(238,230,215);
}

ul#archiveyears li:first-child {
  border:none;
}

span.emptymonth {
  padding:3px 5px;
  margin:0 4px;
  color:rgb(164,141,116);
}

ul#archiveyears a {
  padding:3px 5px;
  margin:0 4px;
  text-decoration:none;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

ul#archiveyears a:link, ul#archiveyears a:visited {
  color:rgb(196,107,2);
}

ul#archiveyears a:hover {
  color:rgb(52,70,102);
  background-color:rgb(255,198,4);
}

ul#archiveyears a.archiveyear {
//  background-color:rgb(191,51,0);
//  color:white;
  margin:0 10px 0 0;
  font-weight:bold;
}

ul#archiveyears a.archiveyear:hover {
  //background-color:rgb(160,160,160);
}

/* BEGIN CAPTIONS AND ATTACHMENTS*/

.wp-caption {
  border: 1px solid rgb(164,141,116);
  text-align: center;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  display: block;
  float:left;
  margin:0 0.5em 0.5em;
}

.alignright {
  display: block;
  float:right;
  margin:0 0 0.5em 0.5em;
}

a[rel^="attachment"] img, .project img, a.tt-flickr img {
  border:1px solid rgb(238,230,215);
  padding:2px;
}

a.tt-flickr:hover img {
  border-color:rgb(52,70,104);
  background-color:rgb(255,198,4);
}

a[rel^="attachment"] {
  background-color:transparent;
  margin:0 auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin:0.5em 0;
}

.entry-attachment {
  text-align:center;
}

.entry-attachment a:hover {
  background-color:transparent;
}

.entry-attachment a img {
  border-width:1px;
  padding:3px;
}

.entry-attachment a:hover img {
  background-color:rgb(255,215,0);
}

p.caption {
  text-align:center;
  font-size:12px;
}

/* END CAPTIONS */

