body {
    margin: 0;
    background-color: #26353a;
    color: #fff;
    font-family: alwyn-new-rounded-web, 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

h1, h2 {
    margin: 0 0 16px 0;
    line-height: 1;
    font-weight: 600;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 24px;
}

p {
    margin: 0 0 12px 0;
}

a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
    outline: none;
}

a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.clear {
    clear: both;
}

.inline.left {
    display: inline;
    float: left;
    padding: 6px 12px 12px 0;
}

.inline.left.fbpic {
    max-height: 156px;
    overflow: hidden;
}

.inline.left.fbpic img {
    width: 200px;
}

#container {
    width: 1024px;
    padding: 16px 32px 8px 32px;
    margin: 0 auto;
}

#header a {
    border-bottom: none;
}

#header .flair {
    color: #ff9900;
    letter-spacing: -1px;
}

#content, #sidebar {
    float: left;
}

#content {
    width: 880px;
    text-align: justify;
}

#content a {
    color: #ffebcc;
    border-bottom-color: #ffebcc;
}

#sidebar {
    width: 96px;
    margin: 0 0 0 24px;
    padding: 0 0 0 23px;
    border-left: 1px solid #fff;
}

#nav {
    margin: 0;
    padding: 0;
}

#nav li {
    margin: 12px 0 0 0;
    list-style: none;
}

#nav li:first-child {
    margin: 0;
}

#nav li a,
#contact a {
    font-weight: 600;
    color: #fff;
    border-bottom: none;
}

#nav li a:hover,
#nav li a.active,
#contact a:hover {
    border-bottom: 1px solid #fff;
}

#contact input, #contact textarea {
	display: block;
	width: 872px;
	padding: 4px;
	margin-bottom: 12px;
	border: #929a9c solid 1px;
	color: #fff;
	background-color: transparent;
	font-family: alwyn-new-rounded-web, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 16px;
	resize: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#contact textarea {
	height: 192px;
}

#contact .send {
	text-align: right;
	line-height: 1;
}

#contact .ssl {
	float: left;
	font-size: 12px;
}

.jtp_thumb {
    float: left;
    margin: 0 6px 6px 0;
    text-align: center;
    line-height: 0;
}

.jtp_thumb > a,
.jtp_thumb > a > img {
    border: none;
}

.jtp_thumb > a > img {
    width: 214px;
    height: 142px;
}

.jtp_more {
    clear: both;
    padding: 0 6px 0 0;
    font-weight: bold;
    text-align: right;
}

.jtp_more > a {
    border-bottom: none;
}

.jtp_more > a:hover {
    border-bottom: 1px solid #fff;
}

