/* 
 Document : home
 Created on : 2011-jun-02, 16:07:16
 Author : mattias
 Description:
 Styles for the home page
*/

.news_item { margin: 0; }
.news_item .date { font-size: 14px; font-weight: bold; margin-bottom: 0; border-bottom: 1px solid #555; }
.news_item .content p { margin-top: 0; }
.news_item .content img { vertical-align: top; }
.news_item .news_images { display: inline-block; margin-left: 10px; }
.news_item .news_images img { margin: 0 2px -3px 2px; }
.news_item .click { color: #999; font-style: italic; font-size: 12px; }
.news_item .click img { margin-left: 5px; }
.news_space { height: 1px; width: 100%; margin: 10px 0; clear: both; }

.happy_birthday { min-height: 126px; margin-right: 10px; background: url(../images/grattis.jpg) no-repeat top right; }
.happy_birthday p { font-size: 105%; margin: 0; }
.happy_birthday ul { margin: 0.5em 0 0 1em; list-style-type: none; }
.happy_birthday ul li { font-weight: bold; margin: 2px 0; padding-left: 15px; background: url(../images/bullet_blue.png) center left no-repeat; }


.random_images { margin: -6px 0 -4px 0; }
.random_images img { display: block; border: 1px outset #555; margin: 10px auto; }

.middle { vertical-align: middle; }
