/* Basic Styles */
body { 
    padding: 0;
    background-color: #212121;
    font: 0.8em/1.5 "arial", sans-serif;
    color: #ddd;
    text-align: center;
}

a {color:#6699CC; text-decoration: none;}
a:link {color:#6699CC;}
a:hover {color:#6699CC;}

a.bold {
    color: #fff;
    font-weight: bold;
}

#footer a#rss { background: transparent url(../img/rss.gif) no-repeat 100% 0; padding-right: 21px; }

acronym { border-bottom: 1px dotted; }

.left  { float: left; }
.right { float: right; }
.center { text-align: center; }

/* -------------------------- LAYOUT -------------------------------- */

div#wrapper {
    margin:0 auto;
    text-align:left;
    width:960px;
}

div#header {
    overflow: hidden;
    margin-top: 20px;
}

div#footer {
    border-top: 1px solid #575757;
    color: #999999;
    font-size: 90%;
    margin: 25px 0;
    padding: 10px 0;
}

/* -------------------------- NAVIGATION ---------------------------- */

#logo {
    font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
    font-size:230%;
    float: left;
    margin: 0;
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: 300px; 
}

#logo a{
    color: #fff;
    font-weight: normal;
    /*border-left: 8px solid #b41818;*/
    padding: 0px 10px 7px 0;
    text-decoration: none;
}

#logo span {
    color: #676767;
    font-weight: bold;
    font-style: normal;
}

#logo a:hover span {
    color: #b41818;
    font-weight: bold;
}

ul#navigation{
    float: right;
    font-size: 95%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: right;
    width: 640px;
}

ul#navigation li{
    display: inline;
}

ul#navigation li a {
    color: #cacaca;
    padding: 5px 10px;
    text-decoration: none;
}

ul#navigation li a.active, ul#navigation li a:hover {
    color: #fff;
}

/* -------------------------- HOME PAGE ----------------------------- */

/* Catchy title */
h2.catcher {
    color: #fff;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 85px;
    font-weight: bold;
    margin: 30px 0;
    padding: 15px 0 0;
    text-align: center;
}

h2.catcher span {
    text-decoration: underline;
}

h2.catcher2 {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #333;
    font-family: "Myriad Pro", Helvetica, Arial, Verdana, sans-serif;
    font-size: 80px;
    font-weight: bold;
    margin: 30px 0;
    padding: 25px 0 15px;
    text-align: center;
}

h2.catcher2 span {
    text-decoration: underline;
}

h2.catcher3 {
    color: #ffffff;
    background: #000000 url(../img/catcher.png) no-repeat 30px 25px;
    text-indent: -9999px;
    border: 1px solid #333;
    font-family: "Myriad Pro", Helvetica, Arial, Verdana, sans-serif;
    font-size: 80px;
    font-weight: bold;
    height: 210px;
    margin: 30px 0 0;
    padding: 25px 0 15px;
    text-align: center;
}

p.highlight {
    color: #fff;
}

p.highlight span {
    color: #FB9727;
}

/* 3-column */
div.cols-3 {
    clear: both;
    overflow: auto;
    margin: 20px 0 20px;
}

div.cols-3 div {
    float: left;
    margin-right: 50px;
    width: 275px;
}

div.cols-3 div.last {
    margin-right: 0;
    width: 310px;
}

div.cols-3 div p {
    margin: 0 0 10px;
}

div.cols-3 div h3 {
    color: #6699CC;
    font-size: 200%;
    font-family: Georgia,Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

/* Twitter stream */
ul.stream {
    margin: 0 0 10px;
}

ul.stream li {
    border-bottom: 1px dotted #aaa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.stream li.last {
    border: 0;
}

ul.stream li span {
    display: block;
    color: #fff;
    font-weight: bold;
}

/* Latest posts */
ul.posts {
    margin: 0 0 10px;
    list-style-image: url(../img/icon_sidenote.gif);
    list-style-position: inside;
}

ul.posts li {
    margin-bottom: 10px;
}

ul.posts li a {
    color: #ddd;
}

ul.posts li a:hover {
    color: #fff;
}

/* -------------------------- ABOUT PAGE ----------------------------- */

h2 {
    color: #6699CC;
    font-size: 300%;
    font-family: Georgia,Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin: 10px 0;
}

h3 {
    color: #fff;
    font-size: 150%;
    font-family: Georgia,Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin: 15px 0;
}

div.cols-2 {
    clear: both;
    overflow: auto;
    margin: 0 0 20px;
}

div.cols-2 div#content {
    float: left;
    margin-right: 30px;
    width: 650px;
}

div.cols-2 div#sidebar {
    float: left;
    margin-right: 0;
    padding-top: 10px;
    text-align:center;
    width: 270px;
}

div.cols-2 div p {
    margin: 10px 0;
    font-size: 100%;
    line-height: 170%;
}

div.cols-2 ul {
    margin: 0 0 10px 20px;
    list-style-type: square;
    list-style-position: inside;
}

div.cols-2 ul li {
    margin-bottom: 5px;
}

div.cols-2 div#sidebar img.framed {
    border: 10px solid #333;
}

/* -------------------------- CONTACT PAGE ----------------------------- */

dd {
    margin-bottom: 15px;
}

#contact .req {
    color: #ff0000;
}

#contact label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    /*margin-bottom: 5px;*/
}

#contact input {
  display: block;
  margin: 0;
  /*padding: 5px;*/
}

#contact span.form-success {
    clear: both;
    display: block;
    color: white;
    margin-bottom: 10px;
    background-color: green;
    padding: 5px;
    width: 500px;
}

#contact span.form-error {
    clear: both;
    display: block;
    color: white;
    margin-bottom: 10px;
    background-color: #D52300;
    padding: 5px;
    width: 500px;
}

#contact span.success {
    clear: both;
    display: block;
    color: green;
    margin-bottom: 10px;
}

#contact span.error {
    clear: both;
    display: block;
    color: red;
    margin-bottom: 5px;
}


#contact textarea {
  border: 1px solid #e2e6cf;
  width: 335px;
  height: 150px;
  margin: 5px 0 10px 0;
  padding: 5px;
  display: block;
}