/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

body {
    margin: 21px auto;
    width: 960px;
}

body.section-2 { }
body.section-3 { }


h1,h2,h3,h4,h5,h6
{
    font-family: 'FontSiteSansBlack','Arial','Verdana', serif;
    padding: 0 0 21px 0;
    margin: 0;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
}

h1{
    font-size: 21px;
}

h2 { 
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4, 
h5 {
    font-size: 14px;
    font-family: 'FontSiteSansRoman', 'Helvetica', 'Arial', sans-serif;
}

p {
    padding: 11px 0;
    margin: 0;
    font-family: 'FontSiteSansRoman', 'Helvetica', 'Arial', sans-serif;
}

a {
    text-decoration:none;
    color: #000;
    padding: 3px;
}

a:hover {
    text-decoration:none;
    color: #ddd;
}

a:visted {
    text-decoration:none;
}

a:active {
    text-decoration:none;
}

a img
{
    border: none; 
    background-color: transparent;
}

#header a:hover, 
#img-container a:hover {
    background-color: transparent;
}


#header {
    padding: 21px 18px 44px 18px;
    height: 80px;
}

#header h1#sitename a {
display: block;
height: 80px;
width: 80px;
}

#header h1#sitename
{
    font-family: 'FontSiteSansBlack', 'Helvetica','Arial',sans-serif;
    font-size: 36px;
    color: #000;
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    text-indent: -2000px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-image: url('imgs/arrowright.gif');
}

/*home*/
#section_id_1 #header h1#sitename {
/*    background-image: url('imgs/home.gif');*/
}

/*Projects*/
#section_id_2 #header h1#sitename {
/*    background-image: url('imgs/bitspieces.gif');*/
}

/*Works*/
#section_id_3 #header h1#sitename {
/*    background-image: url('imgs/home.gif');*/
}

/*Archive*/
#section_id_4 #header h1#sitename {
/*    background-image: url('imgs/home.gif');*/
}

/*Text*/
#section_id_7 #header h1#sitename {
/*    background-image: url('imgs/text.gif');*/
}
a#site-name:hover
{
    text-decoration: none;
}

#menu {
    margin: 0;
    width: 100%;
}

#menu #menucontainer 
{
    padding: 0  0 21px 0;
}

#menu p {
    display: none;
}

#menu ul {
    padding: 0 13px;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0 55px 0 0;
}

#menu ul li a {
    font-family: 'FontSiteSansBlack', 'Arial', 'Helvetica', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
}

#menu ul li.active {
    color: #000;
}

#menu ul li.section-title {
    
 }

#content
{
    margin: 0;
    clear: left;
}


#contentcontainer {
    padding: 55px 13px;
}

#content object
{
    float: left;
}

#content p
{
    text-decoration: none;
    font-size: 13px;
    font-family: 'FontSiteSansRoman','Helvetica','Arial', sans-serif;
    line-height: 16px;
    color: #333;
}

#content a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'FontSiteSansLight','Helvetica','Arial', sans-serif;
    text-transform: uppercase;
    font-weight:normal;
    color: #333;
}

#content a:hover {
    color: #ddd;
}

#img-container
{

}

#img-container img
{

}

#img-container br
{
    display: none;
}

#img-container p
{

}

#img-container br, #img-container p span
{

}


#footer {
    border-top: solid 1px #999;
    padding-top: 21px;
    color: #444;
}

#footer {
    font-size: 13px;
    padding: 0 13px;
/*    text-transform: capitalize;*/
}

#footer p {
    padding: 8px 0;
}

#builtwith p,
#builtwith p a
{
    font-size: 13px;
    color: #e6e6e6;
}

#builtwith p a:hover {
    color: #444;
}

#once { clear: left; }

/*index*/
body.section-1 #content
{

}

body.section-1 #content p{

}

#works{

}

#projects{

}

#archive{

}

#text {

}

/*Tumblr*/

#content ol.tumblr_posts {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-position: outside;
}
#content li.tumblr_post,
#content ol.tumblr_posts li.tumblr_post img {
    margin: 0 0 36px 0;
    padding: 0 0 21px 0;
}

#content .tumblr_post p {
    font-family: 'FontSiteSansRoman', 'Arial', 'Helvetica', sans-serif;
    font-size: 13px;
    width: 490px;
}

#content .tumblr_post strong {
    font-weight: normal;
    font-family: 'FontSiteSansBold', 'Arial', 'Helvetica', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

#content .tumblr_post p br:first-child {
    height: 0;
    display: none;
}

#content .tumblr_title {
    font-family: 'FontSiteSansBlack', 'Arial', 'Helvetica', sans-serif;
    font-size: 21px;
    font-weight: normal;
}

#content .tumblr_text_post,
#content .tumblr_link_post {
    border-bottom: solid 1px #000;
}

#content .tumblr_body img {
    margin: 
}
#content .read_more_container {

}

#content .read_more_container a{

}

#content .tumblr_quote {

}
#content .tumblr_quote p {

}
#content .tumblr_source {

}
