body {
    padding: 0;
    margin: 0;
    font-family: Arial, 'Lucida Grande', Geneva, Helvetica, sans-serif;
    font-size: 12pt;
    color: #333;
}

a {
    text-decoration: none;
    color: #00c;
}

a:hover {
    color: #900;
    text-decoration: underline;
}

.clear {
    clear: both;
}

#wrapper {
    
}

#header {
    background: transparent url(../images/header_bck.png) repeat-x bottom;
    height: 92px;
    margin-top: 20px;
}

#footer {
    text-align: center;
    color: #999;
    font-size: 80%;
    padding: 10px;
}

#headerContent {
    position: relative;
    width: 750px;
    height: 67px;
    margin: 0 auto;
}

#headerContent > h1 {
    width: 50%;
    float: left;
    margin: 0;
}

#headerContent > h1 a {
    font-family: "Arial Black";
    color: #330099;
    text-shadow: #999 0px 0px 10px;
    text-decoration: none;
}

.olxlogo {
    float: right;
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: "Britannic Bold", "Arial Black";
    text-transform: uppercase;
}

#menu > li {
    display: inline;
    margin-left: 10px;
}

#menu > li > a {
    text-decoration: none;
    color: #900;
    font-size: 115%;
}

#menu > li > a:hover {
    text-decoration: none;
    color: #d00;
}

#menu > li > a.currentPage, #menu > li > a:hover.currentPage {
    color: #339;
    font-size: 120%;
    text-shadow: #aaa 3px 3px 3px;
}

#content {
    width: 750px;
    margin: 0 auto;
}

.newsItem {
    margin: 0 0 15px 0;
    padding: 10px;
}

.newsDate {
    color: #474;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    width: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #ddd;
    border-right: 1px solid #aaa;
    text-align: center;
    padding: 5px 0;
    background-color: #eee;
}

.newsDate > .month {
    font-size: 80%;
}

.newsDate > .date {
    font-size: 400%;
    margin: -15px 0;
    font-family: "Arial Black";
}

.newsDate > .year {
    font-size: 80%;
    letter-spacing: 4px;
}

.newsContent {
    float: right;
    width: 600px;
}

.newsContent > h1 {
    margin: -7px 0 0 0;
    padding: 0;
    color: #339;
    text-shadow: #ccc 2px 2px 3px;
    font-size: 140%;
    font-family: "Arial Black", "Britannic Bold";
}

.item {
    padding: 10px;
}

.leftCol {
    width: 115px;
    float: left;
}

.rightCol {
    width: 600px;
    float: right;    
}

.item ul {
    padding: 0 0 0 15px;
    margin: 0;
    list-style-type: circle;
}

.item ul > li {
    margin-bottom: 3px;
}


.resumeSectionLabel {
    text-align: right;
    color: #474;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 90%;
}

.resumeDate {
    margin-bottom: 5px;
    display: block;
    color: #777;
    font-size: 90%;
}

.company {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.companyTitle {
    color: #833;
    font-weight: bold;
    font-size: 105%;
}

.screenshot {
    margin-top: 10px;
}

.screenshot > a {
    display: block;
    text-align: center;
}

.screenshot img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

input
{
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-width:1; border-color:#000055; border-style:solid;
}

textarea
{
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-width:1; border-color:#000055; border-style:solid;
}

.warningHilite
{
	background-color:#FF0000;
	color:#FFFFFF;
}

.normalHilite
{
	background-color:#FFFFFF;
	color:#000000;
}

.guestbookDate {
    text-align: right;
    color: #999;
    font-weight: bold;
    font-size: 80%;
}

.guestbookTitle {
    color: #855;
    font-weight: bold;
    font-size: 105%;
}

.pagingControl {
    background-color: #eee;
    text-align: right;
    padding: 5px;
}

#nav-above {
	clear: both;
}

#nav-above.navigation, #nav-below.navigation {
	font-size: 14px;
	font-weight: bold;
}

.navigation .nav-previous {
	float: left;
}
.navigation .nav-next {
	float: right;
}

.singlePost h1 {
	padding: 0;
    color: #339;
	margin: 0;
    text-shadow: #ccc 2px 2px 3px;
    font-size: 140%;
    font-family: "Arial Black", "Britannic Bold";
}

.singlePost .postedOn {
	    color: #474;
    font-weight: bold;

}

h3#comments, h3#respond {
	color: #555;
	font-size: 100%;
	margin-left:10px;
}

ul.commentlist {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#eee;
	margin: 10px 10px 0px 10px;
	list-style-type:none;
	padding: 5px;
}

ul.commentlist li {
	padding: 5px;
	margin: 5px;
	background-color:#dde;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

ul.commentlist li .byLine {
	font-size: 90%;
}

ul.commentlist li .commentBody {
	font-size:80%;
}

.commentsLoggedIn {
	margin-left: 10px;
	font-size:70%;
}

form#commentform {
	padding: 0;
	margin: 0;
}

form#commentform input, form#commentform textarea {
	margin-left: 10px;
}
