/* =DOCUMENT INFO
--------------------------------------------------------------------
    */

/* =RESET.CSS
--------------------------------------------------------------------
    Thanks to the beautiful work of Eric Meyer:
    http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
    */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* =SIFR
--------------------------------------------------------------------
    http://www.mikeindustries.com/sifr
    */

/* .sifr-replaced {
	visibility: visible !important;
	height: 34px;
    cursor: pointer;
    }

span.sifr-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
    } */

/* =GLOBAL SETTINGS
--------------------------------------------------------------------
    */

body, html {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    }

#page {
    margin: 0 auto;
    width: 700px;
    text-align: left;
    }

#content a {
    color: #000;
    }

#content a:hover {
    background: #eee;
    }

/* =HEAD
--------------------------------------------------------------------
    */

#head {
    overflow: hidden;
    padding: 3em 1em 2em 1em;
    border-bottom: 1px solid #333;
    }

#head h1 {
    background: url(../gfx/logo-mediastyles.gif) 0 0 no-repeat;
    font-size: 3em;
    height: 43px;
    width: 240px;
    text-indent: -9999px;
    }

#head h1 a {
    display: block;
    }

#options {
    display: block;
    margin: 1em 0 0 0;
    font-size:18px;
    }

#options li {
    display: inline;
    }

#options a {
    color: #000;
    display: block;
    float: left;
    padding: 2px 5px;
    margin: 0 1em 0 0;
    text-decoration: none;
    }

#options a:hover, #options a:focus, #options a.selected {
    background: #ccc;
    color: #000;
    }

/* =CSS-SPRITE
--------------------------------------------------------------------
    */

/* =CONTENT
--------------------------------------------------------------------
    */

#content {
    clear: both;
    }

.post, .post-alt {
    border-top: 1px solid #000;
    clear: both;
    padding: 10px 0 0 0;
    }

.post:first-child, .post-alt:first-child {
    border-top: none;
    }

.post:hover, .post .sfhover {
    background: #ccc;
    color: #000;
    cursor: pointer;
    }

.active-entry {
    background: #ccc;
    color: #000;
    }

.visited {
    background: #ccc;
    }

.post h2, .post-alt h2 {
    font-size: 24px;
    padding:0;
    }
    
.post h3, .post-alt h3 {
    font-size: 12px;
    font-weight:bold;
    padding: 12px 0;
    }

.entry {
    line-height: 18px;
    padding: 0 12px 24px 12px;
    }

.entry-alt {
    line-height: 18px;
    padding: 0 0 24px 0;
    }

.post-alt h2 {
    margin: 0;
    padding: 0;
    }

.entry-alt .inline-text {
    float: left;
    width: 450px;
    margin-bottom: 24px;
    }

.entry-alt .inline-image {
    background: #ccc;
    float: right;
    width: 220px;
    height: 150px;
    }

.image {
    background: #ccc;
    width: 700px;
    height: 330px;
    }

.customers {
    padding: 10px 12px;
    }

.customers li {
    padding: 12px 0;
    font-size: 24px;
    }

/* =CONTACTFORM
--------------------------------------------------------------------
    */

#contactarea {
    padding: 0 12px;
    }

#contactarea h2 {
    margin: 24px 0;
    font-size:24px;
    }

#contactarea p.info {
    margin: 12px 0;
    line-height: 18px;
    }

#contactform {
    line-height: 24px;
    }

#contactform legend {
    display: none;
    }

#contactform label {
    display: block;
    color: #000;
    }

#contactform p {
    float: left;
    width: 50%;
    padding: 6px 0;
    }

#contactform input[type=text], #contactform textarea {
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    padding: 4px 2px;
    width: 660px;
    }

#contactform input[type=text] {
    width: 322px;
    }

#contactform textarea {
    overflow: auto;
    }

#contactform input.highlight, #contactform textarea.highlight {
    border-color: #ccc;
    color: #000;
    background: #ccc;
    font-size:14px;
    }

#contactform p.clear {
    width: 100%;
    clear: left;
    }

#contactform #send {
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    padding: 5px 6px;
    cursor: pointer;
    font-size:12px;
    }

#contactform #send:hover {
    background: #ccc;
    color: #000;
    border-bottom: 1px solid #ccc;
    }

p.error {
    color: red;
    }

#contactform .error label {
    color: red;
    }

#contactform .error input[type=text], #contactform .error textarea {
    border-color: red;
    }

#extended {
    clear: left;
    padding: 12px 0 0 0;
    }

/* =FOOTER
--------------------------------------------------------------------
    */

#footer {
    border-top: 1px solid #000;
    clear: both;
    padding: 24px 12px 36px 12px;
    }

#footer li {
    border-left: 1px solid #999;
    color: #999;
    display: block;
    float: left;
    padding: 0 12px;
    }

#footer li:first-child {
    border: none;
    padding: 0 12px 0 0;
    }

#footer a {
    color: #999;
    text-decoration: none;
    }

#footer a:hover {
    color: #fff;
    background: #333;
    }

#extended {
    overflow: hidden;
    padding-bottom: 5em;
    }

#extended .column {
    float: left;
    width: 50%;
    }

.vcard .org {
    font-weight: bold;
    }

