/* clojurls css - 0.1 
   colors:
   #a9d114 - lemon green, main
   #eee - border
   #ccc - date, subtitles, etc.
   #444 - text/summary
   links:
   #9014D1 - normal
   #570084 - visited

*/
@font-face {
	font-family: 'MuseoSlab500';
	src: url('museo_slab_500-webfont.eot');
	src: local('☺'), url('museo_slab_500-webfont.woff') format('woff'), url('museo_slab_500-webfont.ttf') format('truetype'), url('museo_slab_500-webfont.svg#webfontMwgyiGQ4') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* general */
* { margin: 0px;}

a {
    color: #9014D1;
}
a:visited {
    color: #570084;
}
img {
    border: none; 
}
h1 {
    color: #a9d114;
    font-family: 'MuseoSlab500',helvetica, arial, sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -2px;
}

h2 {
    color: #a9d114;
    font-family: 'MuseoSlab500',helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
}

h3 {
    color: #a9d114;
    font-family: 'MuseoSlab500',helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
}
h3 > a, h3 > a:visited {
    color: #a9d114;
    text-decoration: none;
}

p {
    font-size: 12px;
    font-family: georgia, times, serif;
    color: #444;
}

.underlined {
    text-decoration: underline;
}
body {
    background-color: #fff;
}

/* logo and header */
#logo {
    height: 50px;
}

/* main layout */
#left {
    float: left;
    width: 25%;
}
#middle {
    width: auto;
    margin: 20px 25% 0 25%;
}

#right {
    float: right;
    width: 25%;
}

/* columns layout */
#left_main {
    margin: 0px 20px 20px 20px;
    padding: 5px;
    border: 1px solid #eee;   
}
#left_title {
    margin: 20px 0px 0px 20px;
}

#left_main .news_entry {
    clear: both;
}
.news_entry .title {

}
.news_entry .footer .source, .blog_entry .footer .source {
    float: left;
    margin-bottom: 10px;
    font-size: 10px;
    color: #ccc;
}
.news_entry .footer .date, .blog_entry .footer .date {
    float: right;
    margin-bottom: 10px;
    font-size: 10px;
    color: #ccc;
}

#middle_main {
    padding: 5px;
    border: 1px solid #eee;
}
#middle_main .blog_entry {
    margin-bottom: 40px;
}


#middle_title {
    margin: 20px 0px 0px 0px;
}

#right_main {
    margin: 0px 20px 20px 20px;
    padding: 5px;
    border: 1px solid #eee;
    clear: both;
}
#right_main .tweet {
    padding-bottom: 40px;
}
.tweet .tweet_pic {
    margin-right: 10px;
    float: left;
}
.tweet .tweet_text span {
    float: right;
    margin-top: 5px;
    font-size: 10px;
    color: #ccc;
}

#right_title {
    margin: 20px 0px 0px 20px;    
}
#right_title h2 {
    float: left;
}
#right_title span {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    vertical-align: text-bottom;
}

#downfooter {
    clear: both;
    margin: 10px 10px 10px 10px;
    border: 1px solid #eee;
}


