@import url("960.css");

body {
    font: 16px/140% 'Droid Sans', 'Helvetica Neue', Helvetica, Verdana, sans-serif;
    color: rgb(10,10,10);
}

.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.fr {
    float: right;
}
.fl {
    float: left;
}

.spaceafter {
    padding-bottom: 100px;
}

.qtip {
    width: 300px !important;
    margin-top: -30px;
}
.qtip-content small {
    font-size: 13px !important;
}

.container_12 {
    margin: 0 auto;
}
.header {
    text-align: right;
    padding-top: 100px;
    margin-bottom: 80px;
}
.header h1 {
    font-weight: 200;
    font-size: 30px;
}
.header h1 a {
    color: rgb(50, 50, 50);
    text-decoration: none;
}
.header h1 a:hover, .footer {
    color: rgb(200, 200, 200);
}
.menu ul,
.menu ul li {
    display: inline;
    float: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.menu ul li a {
    padding: 105px 10px 5px;
    margin: 0 10px;
    display: block;
    width: auto;
    text-decoration: none;
    color: rgb(50, 50, 100);
    text-transform: uppercase;
}
.menu ul li a:hover, .menu ul li a.active {
    background: rgb(50,50,50);
    color: white;
}
h2, h3, h4, h5, p, li {
    font-weight: 100;
}
h3 {
    padding-top: 2px;
}
p {
    padding-top: 3px;
}

.clientinfo {
    width: 600px;
    margin-top: -25px;
    font-weight: 200;
    color: rgb(100, 100, 100);
    font-size: 13px;
}

#content a {
    color: rgb(23,20,12);
}
#content a:hover {
    color: rgb(100, 100, 100);
}

.preview {
    width: 200px;
    height: 105px;
    background: #000;
}

.preview-gallery {
    width: 100px;
    height: auto;
    background: rgb(100, 100, 100);
}

p a:hover {
    box-shadow: 1px 1px 10px #000;
}


.cv-title, .cv-info {
    padding-bottom: 50px;
}

.cv-title h3 {
    font-size: 17px;
    text-transform: lowercase;
    margin-bottom: 3px;
}
.cv-title h4 {
    font-size: 15px;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.cv-title small {
    display: block;
    font-weight: 200;
    font-size: 13px;
    padding: 0px;
    margin-top: -10px;
}
.cv-info {
    margin-top: -2px;
    padding-bottom: 45px;
}
.cv-info p {
    padding-top: 4px;
}
.cv-info p small {
    font-size: 11px;
}

.gallery img {
    max-width: 100%;
}

div.grid_3.align-right h2 {
    text-transform: lowercase;
}
