/*=========================================================
    CSS for Hipnik.net

    (c)2009, Ivan Tam
    ivangonekrazy@gmail.com
========================================================= */

/*-----------------
    Common styles
-----------------*/

* {
    padding:0px;
    margin:0px;
}

body {
    font-family: "Arial","MS Trebuchet",sans-serif;
    font-size: small;
    background-color: #ccc;
}

a {
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #888;
}

a.more {

    font-size:small;
}

a.more:after {
    content: "\0020\00BB";
}

dd {
    color:#888;
    margin-left:0.5em;
}

dt,dd {
    display:inline;
    margin-top:0.5em;
    margin-bottom:0.5em;
}

div.nav a {
    margin-left: 0.5em;
}

div.nav, div.footer {
    margin-top:0.5em;
    text-align: right;
}

div.footer {
    float:left;
}

h1 {
    font-size: 2.2em;
    color: #666;
    margin-top: 50px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: bolder;
}

img {
    border:none;
}

p {
    margin-top:15px;
    margin-bottom:15px;
}

ul {
    list-style-type: none;
    font-size: small;
}

/*-----------------
    Main page
-----------------*/

#mast {
    background: url(mastBkgd4.jpg) no-repeat center center;
    padding: 100px 0px 10px 290px;
}

div#content {
    margin:auto;
    width:680px;
}

* html body div#content {
    margin:auto;
    \width:680px;
    w\idth:580px;
}

* html body div#content {
    width:680px;
}

ul.profile {
    background-color:white;
    padding: 50px;
}

ul.profile li {
    margin-bottom:3em;
}

ul.profile li h2 {
}

ul.profile li ul {
    padding-left: 15px;
}

ul.profile li ul li {
    font-size: 1.2em;
    margin-top:1em;
    margin-bottom:1em;
}

ul#friends, ul#goodstuff, ul#webinfo {
    margin-top:0.5em;
}
ul#friends li, ul#goodstuff li, ul#webinfo li{
    display:inline;
    margin-right: 0.75em;
}

ul#webinfo {
    padding:0px;
    font-size:1em;
}
ul#webinfo li:before {
    content: "\00BB \0020";
}


dt.title:before { content: '"';}
dt.title:after{ content: '"';}

#summary {
    margin: 45px 0px 10px 0px;
    font-size: 1.8em;
}

#summary p {
    margin-top:1.2em;
    margin-bottom:1.2em;
}

#summary .name {
    font-weight: bold;
}


/*-----------------
    Work and Projects pages
    .projects classes also used for work history items
-----------------*/

div#projects {
    margin: 45px 0px;
}

ul.projects {
    border-top: thin dotted #888;
    border-bottom: thin dotted #888;
    background-color:white;
    padding: 50px;
    margin-top:10px;
}

ul.projects li {
    margin-bottom: 40px;
}

ul.projects li h2 {
    margin: 0px 0px;
}

ul.projects li p.subtitle {
    margin-top: 0px;
    font-size: 1.2em;
    color: #888;
}

ul.projects li p a.artifact:before {
    content: "\00BB\0020";
}

/*-----------------
    Work page
    styles for the skills list
-----------------*/

div#work {
    margin: 45px 0px;
}

ul.skills {
    border-top: thin dotted #888;
    border-bottom: thin dotted #888;
    background-color:white;
    padding: 50px;
    margin-top:10px;
}

ul.skills li {
    margin-bottom: 0.5em;
}

ul.skills li dt {
    font-size: 1.2em;
}

ul.skills li dd ul li {
    display:inline;
}

/*-----------------
    Work page
    styles for the summary
-----------------*/

h1.name {
    color: black;
    font-size: 3em;
}

div.summary {
    border-top: thin dotted #888;
    border-bottom: thin dotted #888;
    background-color:white;
    padding: 50px;
    margin-top:10px;
    font-size: 1.2em;
}

dl.contactinfo {
    margin-top:25px;
}
dl.contactinfo dd {
    margin-right: 0.75em;
}

dl.contactinfo dt:before {
    content: "\00BB \0020";
}

/*-----------------
    classes for keyword lists.
    the last item in the list needs to have a .last class
-----------------*/
ul.keywords {
    font-size: small;
    color: #888;
    padding:0px;
}
ul.keywords:before {
    content: "Keywords: ";
}
ul.keywords li {
    display:inline;
}
ul.keywords li:after {
    content: ", ";
}
ul.keywords li.last:after {
    content: ".";
}
