root { 
    display: block;
}
body {
    margin: 20px;
    font-family: Trebuchet MS, Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
    background-color: #fff;
}
h1 {
    font-size: 2.4em;
}
h1.blue, h2.blue, h3.blue, h4.blue {
    color: #00abdd;
}
h2 {
    font-size: 2.2em;
    margin: 0.4em 0;
}
h3 {
    font-size: 2.0em;
}
h4 {
    font-size: 1.8em;
}
hr {
    border: 1px solid #bfdfe5;
    margin: 10px auto;
}
a {
    text-decoration: none;
    color: #00a9da;
}
.tags ul {
    padding: 0;
}
.tags ul li{
    font-weight: bold;
    font-size: 1.1em;
    float: left;
    margin: 0px 10px;
    list-style-image: url(images/list.png);
    list-style-position: inside;
}
.shadow {
    -moz-box-shadow: 5px 5px 5px #aaa;
    -webkit-box-shadow: 5px 5px 5px #aaa;
    box-shadow: 5px 5px 5px #aaa;
}
.rounded {
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px;   
    -moz-border-radius: 5px; 
    border-radius: 5px;
}
.justify {
    text-align: justify;
}
.fl {
    float: left;
}
.cb {
    clear: both;
}
.photo {
    -moz-box-shadow: 5px 5px 5px #aaa;
    -webkit-box-shadow: 5px 5px 5px #aaa;
    box-shadow: 5px 5px 5px #aaa;
    width: 263px;
    height: 175px;
    margin-right: 20px;
}
.photo img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
}
.description {
    width: 450px;
}
.button {
    height: 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 3px 3px 3px #aaa;
    -webkit-box-shadow: 3px 3px 3px #aaa;
    box-shadow: 3px 3px 3px #aaa; 
    font-size: 12px;
    text-align: center;
    margin: 10px;
    padding: 5px 10px;
    background-color: #ffae19;
    background-image: url(images/orange_button.png);
    background-repeat: repeat-x;
    color: #fff;
    font-weight: bold;
}
.button span {
    top: 50%;
    margin: 0px 0px 4px 0px;
}
.button a{
    color: #fff;
    font-weight: bold;
}
.button a:hover {
    text-decoration: none;
}
.absolute_right {
    position: absolute;
    right: 20px;
}