@import "reset.css";
@import "facebox.css";

body {
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #6F3C28 url(/static/images/bg2.gif);
	padding-bottom: 80px;
	}

img, div {
	behavior: url(/static/js/iepngfix.htc);
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {
    display:inline-block;
	}
/* Hide from IE Mac \*/

.clearfix {
    display:block;
	}
/* End hide from IE Mac */

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

a:hover, a:active {
	color: #D77853;
	text-decoration: none;
	}

#wrapper {
	width: 576px;
	margin: 40px auto 0;
	position: relative;
	}

#rss {
	position: absolute;
	left: 440px;
	top: 4px;
	width: 110px;
	height: 114px;
	}

/* ~~~~~~~~~~ HEADER STYLE ~~~~~~~~~~ */

#hd {
	margin-bottom: 30px;
	}

#hd h1 {
	height: 37px;
	padding-left: 24px;
	}

#hd h1 a {
	background: url(/static/images/h1.png) top left no-repeat;
	height: 37px;
	width: 182px;
	display: block;
	text-indent: -9999px;
	}

/* ~~~~~~~~~~ MAIN STYLE ~~~~~~~~~~ */

.main {
	background: url(/static/images/permalink-t.png) top no-repeat;
	padding-top: 29px;
	}

.main .bd {
	background: url(/static/images/permalink-b.png) bottom no-repeat;
	padding: 30px 32px 62px;
	}

/* ~~~~~~~~~~ USER PROFILE STYLE ~~~~~~~~~~ */

.profile {
	font-size: 1.2em;
	margin-bottom: 32px;
	}

.profile img {
	float: left;
	border: #E9E9E9 1px solid;
	padding: 1px;
	}

.profile .info {
	float: right;
	width: 412px;
	}

.profile .info ul {
	margin-bottom: 12px;
	}

.profile ul li {
	background: url(/static/images/blank.gif) no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 0;
	color: #bbb;
	line-height: 1.5;
	}

.profile ul li.username {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1;
	margin-right: 14px;
	}

.profile ul li.location {
	background: url(/static/images/icon-location.gif) left no-repeat;
	padding-left: 16px;
	}

.profile ul li.site a {
	background: url(/static/images/icon-site.gif) top left no-repeat;
	background-position: 0 1px;
	color: #bbb;
	padding-left: 16px;
	}

.profile ul li.site a:hover {
	background: url(/static/images/icon-site.gif) top left no-repeat;
	background-position: 0 -15px;
	color: #333;
	}

.profile p {
	line-height: 1.4;
	}

/* ~~~~~~~~~~ WIDGET STYLE ~~~~~~~~~~ */

.opmsg-widget {
	background: url(/static/images/widget-bg.gif) bottom center no-repeat;
	height: 166px;
	font-size: 1.2em;
	color: #666;
	}

.opmsg-widget #jFlowSlide {
    width: 400px !important;
    height:154px !important;
    margin: 0px auto 0px auto;;
    padding-top: 8px !important;
}

.opmsg-widget div.image {
    width: 80px;
    height: 80px;
    float: right;
}
.opmsg-widget div.image img {
    width: 100%;
}
.opmsg-widget .control {
    text-align:center;
    text-shadow: #555 0px 0px 3px;
}
.opmsg-widget .control .jFlowSelected {
    color: #999;
}

.opmsg-widget a img { border: none; }

.opmsg-widget a.jFlowNext,
.opmsg-widget a.jFlowPrev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -21px;
    display: block;
    width: 31px;
    height: 42px;
    overflow: hidden;
    text-indent: -2000em;
    background: url(/static/images/btn-prev.png) top left no-repeat;
}

.opmsg-widget a.jFlowNext {
    left: 102%;
    background: url(/static/images/btn-next.png) top left no-repeat;
}

.opmsg-widget .ft {
    margin-top: 15px;
    text-align: center;
}

.opmsg-widget .ft a {
    color: #555;
    text-decoration: none;
    text-shadow: #999 0px 0px 3px;;
}


/* ~~~~~~~~~~ FOOTER STYLE ~~~~~~~~~~ */

.footer {
	padding: 26px 32px 0;
	font-size: 1.2em;
	color: #8d685b;
	}

.footer a {
	padding-left: 10px;
	}