/* First, reset everything, because browsers suck. */

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,f{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}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;}legend{color:#fff;}a{outline:none;}

/* Now, feel free to add stuff. */

body {
    font-family: "facitweb-1", "facitweb-2", sans-serif;
    letter-spacing: 1px;
}

p {
    margin: 0px;
}

code {
    font-family: "droid-sans-mono-1", "droid-sans-mono-2", monospace;
    background: #eeeeee;
    border: 1px solid darkgrey;
    padding: 1px;
}

blockquote {
    margin-left: 10%;
    margin-right: 10%;
}

div.gist-file, .gist-syntax, .gist-data pre {
    font-family: "droid-sans-mono-1", "droid-sans-mono-2", monospace !important;
}

.gist {
    margin-top: 3mm;
}


#masthead {
    font-family: "bree-1", "bree-2", sans-serif;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 150%;
}

#marketing_bar {
    font-weight: 400;
    padding-top: 10px;
    margin-right: 35%;
}        

.sidebar {
    font-weight: 300;
} 

#container {
    width: 900px;
    margin: auto;
}

#content {
    width: 100%;
    clear: both;
}

#content h2 {
    color: #555;
    border-bottom:2px solid #abb;
}

#content h2 a:hover {
    text-decoration:none;
    background:none;
}

a {
    text-decoration: none;
    color: #269;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
    color: #555;
}

img {
    border: 0px;
}

#weblog {
}                   

#feature_bar {
    font-size: 100%;
    padding-bottom: 0.5cm;
}                   

#search {
    font-size: 125%;
    padding-bottom: 20px;
}        

#recent_postings {
    padding-bottom: 10px;
}

#recent_postings h1 {
    font-size: 125%;
    font-weight: bold;
    border-bottom:2px solid #abb;
    margin-bottom: 3mm;
}

#recent_postings ol {
    padding: 0px;
}

#recent_postings li {
    list-style-type: none;
    padding-bottom: 1em;
    font-size: 80%;
}

#twitter {
    padding: 2ex 0ex 2ex 0ex;
}

#upcoming_events {
    text-align: center;
    padding: 20px;
}

#upcoming_events img {
  max-height: 80px;
  height: expression(this.height > 80 ? 80: true);
}

.link_set {
    padding: 10px 0px 10px 0px;
}

.link_set div {
    padding: 1ex 0px 1ex 0px;
}

.course {
}

.scenario {
    border: 1px dotted #999;
    padding: 10px;
    margin-left: 5%;
    margin-right: 5%;
    font-family: "ff-dax-compact-web-pro-1", "ff-dax-compact-web-pro-2";
    font-size: 100%;
}

ul.scenario {
    list-style-type: none;
    margin-top: 0px !important;
    margin-bottom: 3mm;
}

.scenario li {
    white-space: pre-line;
}

.scenario-title {
    padding: 10px;
    margin: 0% 5% 0% 5%;
    background-color: black;
    color: white;
    font-family: "ff-dax-compact-web-pro-1", "ff-dax-compact-web-pro-2";
    font-size: 100%;
    font-weight: bold;
}

.sell {
    margin-left: 10%;
    margin-right: 10%;
    font-family: "bree-1", "bree-2", sans-serif;
    padding: 20px;
    font-style: italic;
    border: 1px dotted #999;
    background-color: lightyellow;
    font-size: 115%;
}

.warning {
    padding: 5px;
    font-style: italic;
    font-weight: 100;
    margin-left: 10%;
    margin-right: 10%;
}

#left {
    width: 70%;
    float: left;
}

#right {
    margin-left: 75%;
}

#right h2 {
    width:98%;
}

#footer {
    clear: both;
    text-align: left;
    color: #888;
    padding-top: 10px;
}

#footer a {
    color:#888;
}
 
.entry {
    font-weight: 300;
    position: relative;
    margin-top: 1cm;
}

.entry .title {
    font-size: 125%;
    font-weight: bold;
    border-bottom:2px solid #abb;
    margin-bottom: 3mm;
}

.entry p {
    margin-top: 3mm;
}

.entry p + p {
}

.entry h1 {
    font-size: 150%;
    font-weight: bold;
    margin-top: 7mm;
}

.entry h2 {
    font-size: 125%;
    font-weight: bold;
    margin-top: 5mm;
}

.entry a:hover, .intro a:hover {
    text-decoration: none;
    padding-bottom: 1px;
    background: url(images/flash2.gif) bottom left repeat-x; /* Delete this line to remove the flashing underline for regular links */
}  

.entry .discuss {
    margin-top: 5mm;
}

.entry .introduction {
    font-size: small;
    font-style: italic;
}

.posting-content { 
    text-align: justify 
}                

.posting-content ol,ul { 
    margin-left: 2.5em;
    margin-top: 3mm;
}                

.posting-content li + li { 
    margin-top: 2mm;
}                

.posting-content object {
    padding: 10px;
}

.posting-options {
    text-align: right; 
}

#live-preview {
    height: 10cm; 
    border: 1px dotted; 
    padding: 10px; 
    overflow-y: scroll;
}
     
.label {
    font-size: small;  
}                   

.link {
    color: #269;
    background: url(images/linkarrow.gif) left no-repeat;
    display: block;
    padding: 2px 1em;
}

.link:hover{
    color: #48b;
    background: url(images/blinkarrow.gif) left no-repeat; /* Delete this line to remove the blinking arrows by the links */
    text-decoration: none;
}

.thumbs img{
    position:relative;
    padding:3px;
    border:1px solid #fff;
    background-color:#ddd;
    color: #555;
}

.thumbs img:hover {
    background: url(images/flash.gif); /* Delete this line to remove the blinkingblue frame around the thumbnails */
}

.entryphoto {
    float:left;
    padding:3px;
    border:1px solid #fff;
    background-color:#ddd;
    color:#333;
}

.meta {
    clear:both;
    border-top: 2px solid #ccc;
    padding: 5px 1px 0 0;
}

.pagenav {
    color: #888;
    text-align:center;
}

.entry img {
    position:relative;
}

.subcontainer {
    width:98%;
}

.rightsub {
    float:left;
    width:45%;
}

.rightsub2 {
    margin-left:50%;
}

.date {
    float: left;
}

.right{
    text-align:right;
}

.center{
    text-align:center;
}

.clear{
    clear:both;
}

.hide{
    display:none;
}

table {
    border-collapse: collapse
}

table td {
    padding: 3px; 
}

table td.heading {
    padding: 3px; 
}

.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
}

pre {
    overflow: auto;
    padding: 5px;
    font: 100% monospace;
}

/* IE http://virtuelvis.com/archives/2004/02/css-ie-only */
* html pre {
    width: 95%;
    overflow-x: auto;
    padding: 5px 5px 25px 5px;
}

.js-kit-comments {
}       

.js-kit-rating {
    float: right;
}

.link_set p {
}

.paginate {
    font-family: "bree-1", "bree-2";
    font-weight: 400;
}

.top {
    margin-bottom: 10px;
}

.bottom {
    margin-top: 10px;
}

.pagination-links {
    text-decoration: underline;
}

.float-right {
    float: right;
}

/* Disqus styles */

.dsq-post-area, #dsq-comments-title {
  padding: 10px !important;
  margin: 10px 0px 0px 0px;
}

#dsq-comments-title h3, #dsq-new-post h3 {
  font-size: 200%;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}

.dsq-options, .dsq-pagination, .dsq-request-user-info {
  background-image: none !important;
}

.dsq-comment-header {
  background: #e7e7e7 !important;
  border: 1px solid #cccccc !important;
  padding: 10px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.dsq-trackback-url {
    width: 100%;
}
