/* GENERAL */
html {
    color: #555555;
    font-family: "Trebuchet MS", "Arial", "Verdana", "Times New Roman";
    font-size: small;
}

body {
    background: #dddddd;
}

img {
    border: 0;
}

h1 {
    font-size: large;
}

a {
    color: #222222;
}

a:hover {
    text-decoration: none;
}


input, textarea, select, option {
    font-family: "Verdana", "Arial", "Times New Roman";
    font-size: xx-small;
    margin: 1px;
}

input:focus, textarea:focus {
    border: 1px solid #222222;
    background: #cccccc;
    color: #222222;
}

input, textarea {
    border: 1px solid #555555;
}

#container {
    background: #eeeeee;
    border: 1px solid #222222;
    margin: 0 auto;
    width: 550px;
}

#header h1 span, #header h2 {
    display: none;
}

#header h1 {
    background-image: url(images/header.png);
    border-bottom: 1px solid #222222;
    height: 135px;
    margin: 0;
    width: 550px;
}

/* Menu */
#menu {
    text-align: center;
}

#menu ul {
    margin: 2px;
    padding: 0;
}

#menu li {
    display: inline;
    list-style: none;
    padding: 0 10px;
}

#menu li a {
    text-decoration: none;
}

#menu li a:hover {
    border-top: 2px solid #222222;
}

/* BREADCRUM */
#breadcrum {
    padding: 15px 10px;
}

#breadcrum {
    font-size: xx-small;
}

/* Content */
#content {
    padding: 10px;
}

/* ABOUT */
/* BLOG */
.blog {
    margin: 20px 0;
}

.blog .title {
    font-size: small;
    font-weight: bold;
}

.blog .intro, .blog .post {
    margin: 0;
}

.blog .intro p, .blog .post p {
    margin-top: 5px;
}

.blog .info, .blog .info a, .blog .options a {
    color: #999999;
    font-size: x-small;
}

.blog .info .nick:before {

}

.blog .comments {
    float: right;
    text-align: right;
}

/* COMMENT */
.comment, .commentViewed {
    margin: 15px;
}

.info .nick a {
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
}

.info, .info a {
    font-size: x-small;
}

.info span {
    margin-right: 5px;
}

.comment, .comment .info .nick a {
    color: #555555;
}

.comment .info, .comment .info a {
    color: #777777;
}

.commentViewed, .commentViewed .info .nick a {
    color: #888888;
}

.commentViewed .info, .commentViewed .info a {
    color: #999999;
}

.post p {
    margin: 0;
}

#error {
    background: #FF6633;
    border: 1px solid #FFCC00;
    color: #FFCC00;
    font-weight: bold;
}

#error ul {
    margin: 0;
    padding: 5px;
}

#error li {
    list-style: none;
}

#commentform {
    margin: 30px auto 0 auto;
    text-align: center;
    width: 400px;
}

#commentform .row {
    clear: both;
}

#commentform .label {
    float: left;
    text-align: left;
    width: 100px;
}

#commentform .form {
    float: left;
    text-align: left;
    width: 250px;
}

#frmNick {
    width: 150px;
}

#frmEmail, #frmWebsite, #frmComment {
    width: 250px;
}

/* COMMENTINFO */
#commentinfo {
    margin: 0 auto;
    text-align: center;
    width: 450px;
}

#commentinfo .row {
    clear: both;
}

#commentinfo .key {
    float: left;
    text-align: left;
    width: 75px;
}

#commentinfo .item {
    float: left;
    text-align: left;
    width: 325px;
}

/* CURRICULUM VITAE */
/* FILES */
#folderoptions {
    padding-left: 5px;
}

#filetreeroot {
    padding: 5px;
    margin: 5px;
}

#filetreeroot img {
    border: 0px;
    vertical-align: middle;
}

#filetreeroot ul {
    display: none;
    padding-left: 20px;
    margin-left: 0px;
}

#filetreeroot a {
    text-decoration: none;
}

li.filetreenode {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

.folder_filled {
    font-weight: bold;
}

.folder_empty, .folder_filled {
    background: url(images/folder.png) no-repeat left;
    padding-left: 20px;
    height: 15px;
}

.file {
    padding-left: 20px;
    height: 15px;
}

.file .size {
    color: #999999;
    font-size: xx-small;
}

/* CALENDAR*/
#calendar {
    font-size: xx-small;
    height: 1px;
    position: absolute;
    text-align: right;
    width: 550px;
}

#calendarContainer {
    border: 1px solid #999999;
    background: #eeeeee;
    margin: 5px 10px 5px auto;
    padding: 10px;
    text-align: center;
    width: 200px;
    /*
    opacity: 0.9;
    filter: alpha(opacity:90);
    */
}

#calendarTable {
    color: #888888;
    font-family: Verdana;
}

#calendarTable .daynr, #calendarTable .daynr2 {
    width: 20px;
}

#calendarTable .today {
    background: #bbbbbb;
    border: 1px solid #777777;
    color: #777777;
}

#calendarTable .daynr {
    border: 1px solid #999999;
}

#calendarTable .daynrFilled a {
    color: #777777;
}

#calendarTable .daynrFilled {
    background: #cccccc;
    border: 1px solid #777777;
}

#cal, #calForm {
    width: 300px;
}

#calForm {
    text-align: center;
    margin: 0 0 10px 10px;
}

#calForm button {
    width: 60px;
}

#cal {
    text-align: center;
}

#cal td {
    width: 30px;
}

.Today {
    background: #aaaaaa;
    border: 1px solid #222222;
    color: #222222;
}

.DayRegular {
    background: #dddddd;
    border: 1px solid #999999;
    color: #999999;
}

.DayNotInMonth {
    background: #eeeeee;
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
}

.DayHasEvent {
    background: #cccccc;
    border: 1px solid #333333;
    color: #333333;
}

#legend {
    margin: 5px 15px;
}

#legend .row {
    margin: 0;
}

#legend .legendFiller {
    padding: 0 10px;
}

#legend .legendDescription {
    margin-left: 10px;
}

#events p {
    margin: 0;
}

/* EVENT */
#event {
    margin: 20px 0;
}

#event .title {
    font-size: small;
    font-weight: bold;
}

#event .info, #event .info a, #event .options a {
    color: #999999;
    font-size: x-small;
}

/* FOOTER */
#footer {
    margin: 10px 0 5px 0;
    color: #999999;
    font-size: x-small;
    text-align: center;
}

#footer a {
    color: #999999;
    font-size: x-small;
    margin: 0 5px;
}