2011-03-10 03:37:21 +01:00
|
|
|
@import url('blueprint/screen.css');
|
2011-07-31 15:39:32 +02:00
|
|
|
@import url('awesome/awesome.css');
|
|
|
|
@import url('uniform/blue.uni-form.css');
|
2011-03-10 03:37:21 +01:00
|
|
|
|
|
|
|
/** CSS3 fonts **/
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=Lobster);
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here);
|
|
|
|
|
|
|
|
|
|
|
|
#title{
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container h1{
|
|
|
|
text-align: center;
|
|
|
|
font-family: 'Lobster', arial, serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fleft{
|
|
|
|
float: left;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content h2 {
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: #DDD 2px 5px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topmenu{
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topmenu ul{
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#topmenu ul li{
|
2011-07-31 00:41:28 +02:00
|
|
|
float: right;
|
2011-03-10 03:37:21 +01:00
|
|
|
list-style-type: none;
|
2011-07-31 00:41:28 +02:00
|
|
|
margin-left: 10px;
|
2011-03-10 03:37:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/** links **/
|
|
|
|
a {
|
|
|
|
color: #a45900;
|
|
|
|
}
|