body {
    background: #18191B url(../images/bg.jpg) repeat-x scroll center 0;
    color: #E9E9E9;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 18px;
}

h1, h2, h3 {
    color: #6099FF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: normal;
}

h3 {
    font-size:22px;
}

a, a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

#nav-top {
    line-height: 1;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    height: 55px;
    z-index: 100;
}

#nav-top li {
    float: left;
}

#nav-top a {
    color: #E7E7E7;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#nav-top a:hover {
    background: transparent url(../images/bg-nav.png) repeat scroll 0 0;
    color: #FFFFFF;
    -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#hi {
    -x-system-font:none;
    color:#2A2B2B;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:18px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:18px;
    text-align:right;
    margin-top: 70px;
}

.rounded-box {
    -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: url(../images/bg-box.png) repeat !important;
	background: #111;
	margin-bottom: 20px;
	padding: 20px 0 20px 0;
}

.rounded-box h1,
.rounded-box h2,
.rounded-box h3,
.rounded-box p,
.rounded-box ul,
.rounded-box span {
    padding: 0px 20px;
}

/*.rounded-box h1 {
    padding-top: 20px;
}*/

div.post {
    padding: 5px 0;
    border-bottom: 1px dashed #777777;
    margin-bottom: 10px;
}

span.txt0, span.txt0 a {
    color:#A3D5EA;
}

.rounded-box ul.none-style {
    line-height: 25px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 20px 0;
}

.rounded-box img {
    border:1px dashed #888888;
    padding:5px !important;
}

ul.latest-tweets li {
    border-bottom: 1px dashed #777777;
}

ul.social {
    text-align: center;
}

div.portfolio_img {
    margin-bottom: 20px;
    text-align: center;
}

#footer {
	height: 65px;
/*  background: url(../images/bg-footer.gif) repeat-x;*/
	color: #dadada;
}
