body { 
    /* Make calculating em sizes easier.
       e.g, 1.0em is the same as 10px, 1.2em is 12px, etc.): */
    font-size: 62.5%;
    font: 0.75em Arial, Verdana, Sans-serif; color: #000000;
    background: #edead8 url(../images/misc/background-gradient.jpg) repeat-x top left; 
}


p, .text {
    font-size: 1.6em;
}

h1 {
    font-size: 3em;
}
h2 {
    font-size: 2.1em;
}

.list-items ul {
    /* Don't use bullets on unordered lists */
    list-style: none;
    font-size: 1.5em;
}


#fav-mov {
    text-align: center;
    margin-top: 100px;
}

#link-graph { 
    /* FLoat containment: See http://colinaarts.com/articles/float-containment/#summary */
    overflow: hidden; 
    display: inline-block; 
}
#link-graph ul {
    list-style: none;
}
#link-graph li {
    /* display: inline; */
    float: left;
    /* padding: 5px; */
    padding: 6px;
}
.break {
    clear: left;
}
#link-graph a:link, #link-graph a:visited { 
    /* Remove the underline from the link */
    text-decoration: none;
}
#link-graph a:hover { 
    /* Add an underline for the link when hovered over */
    text-decoration: underline;
}
#link-graph img { 
    /* Get rid of the border around the icons */
    border-style: none;
}

.cloud-large-bold {
    font-size: 1.4em;
    font-weight: bold;
}
.cloud-large {
    font-size: 1.4em;
}
.cloud-medium {
    font-size: 1.2em;
}
.cloud-medium-bold {
    font-size: 1.2em;
    font-weight: bold;
}
.cloud-small-bold {
    font-size: 1.1em;
    font-weight: bold;
}
.cloud-small {
    font-size: 1.1em;
}
.cloud-tiny {
    font-size: 1.05em;
}
.cloud-tiny-bold {
    font-size: 1.05em;
    font-weight: bold;
}

#rss-image {
    border-style: none;
}

#bio p {
    font-size: 1em;
}
