/* Setup */
body {
    font: 12px verdana;
    color: black;
    font-weight: normal;
}
a {
    font: inherit;
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
small {
    font-size: 11px;
}
ul {
    list-style-type: none;
}
.clear {
    clear: both;
}
.hidden {
    visibility: hidden;
    color: transparent;
    display: none;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}
.newWindow,current-menu-item,.current_page_item{
} 
.fullWidth{
    width: 940px;
    position: relative;
}
.w100{
    width: 100%;
}
.h100{
    height: 100%;
}
.current_page_item,.current_page_parent,.current-menu-item{
}
.post{
	position: relative;
	width: 940px;
	margin: 0;
}
.postThumbnail{
    margin: 0 10px 10px 0;
}
.animation{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}