#pagebg {
	height: 150%;
    opacity: 1;
    position: absolute;
    top: 45px;
    width: 100%;
}

#content {
    overflow: hidden;
}

#portfolio {
    width:980px;
    margin:0 auto;
}

.article_wrapper {
    width: 980px;
    margin: 0 auto;
}

article {
    font-weight: 100;
    margin-bottom: 20px;
    line-height: 1.6em;
}

article.halfpage {
    float: left;
    width: 610px;
    margin-bottom: 100px;
}

article.fullpage {
    margin-bottom: 100px;
}

article h2 , .wf-loading article h2, .wf-inactive article h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing:0.006em;
}
.wf-active article h2 {
    font-family: museo-sans,Verdana,Arial,Helvetica,sans-serif;
    font-size: 2em;
    letter-spacing:inherit;
}

article h3 {
    font-size: 1.3em;
    line-height: 1.1em;
    font-weight: 300;
    margin: 20px 0 5px 0;
}

article p {
    font-weight: 100;
    margin-bottom: 20px;
    line-height: 1.6em;
}

article ol {
    list-style-type: decimal;
	margin:0 0 0 30px;
}
article ul {
    list-style-type: disc;
	margin:0 0 0 30px;
}
article ol li,
article ul li {
    padding-bottom:15px;
	font-size:0.8em;
}

.related-holder {
	margin:30px 0px;
}
.related-holder ul {
    list-style-type: none;
	margin:0 0 0 30px;
}
.related-holder ul li {
    padding-bottom:5px;
	font-size:0.8em;
}


article strong {
    font-weight: 300;
}


#sidebar {
    float: right;
    width: 310px;
    margin-left: 60px;
}

#sidebar h3 {
    font-weight: 100;
    text-transform: uppercase;
}

#sidebar .quote {
	margin-top:10px;
	font-weight:100;
	line-height:1.4em;
}
#sidebar .quote a {
	font-weight:100;
	text-decoration:none;
}
a.more-quotes {
	font-size:0.6em;
	text-decoration:underline !important;
	color: #8a8a8a !important;
    text-transform: uppercase;
}

#tags {
	margin-top:40px;
}

#sidebar-sharing {
    margin-bottom: 30px;
}

#recent-happenings ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 15px 0 25px;
    width: 310px;
}

#recent-happenings li {
    display: inline-block;
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
    padding: 0;
    width: 310px;
    height: 150px;
    background: #000;
    color: #fff;
    list-style: square inside none;
}

#recent-happenings li a {
    margin: 0;
    display: block;
    font-weight: 100;
    color: #fff !important;
    font-size: 1.2em;
    font-weight: 100 !important;
    text-decoration: none;
}
.mosaic-block {
	float:left;
	position:relative;
	margin:0 20px 20px 0;
	overflow:hidden;
	padding:0;
	width:310px;
	height:150px;
	background:#000;
	color:#fff;
	list-style:none;
	-moz-box-shadow:0 0 9px #b8b8b8;
	-webkit-box-shadow:0 0 9px #b8b8b8;
	box-shadow:0 0 9px #b8b8b8;
}
#article-sharing {
    margin: 50px 0;
}

.comments-holder {
    margin: 20px 0;
    font-size: 0.9em;
}

.comment-author {
}

.comment-meta {
    font-size: 0.6em;
}

.comments-holder p {
    margin: 5px 0;
}

.commentlist li {
    margin: 15px 0;
    padding: 15px 0;
    border: 1px dotted #c8c8c8;
    border-style: dotted none none none;
}

.reply {
    margin-top: 10px;
}

.comment-reply-link {
    border-radius: 4px 4px 4px 4px;
    background: #2D6ABF;
    color: #fff !important;
    font-size: 1.2em;
    font-weight: 100;
    padding: 6px 10px;
    border: 0px;
    margin-top: 8px;
    cursor: pointer;
    text-decoration: none;
}

#commentform input#url, 
#commentform input#email, 
#commentform input#author {
    background: none repeat scroll 0 0 #FFF;
    border: 0 none;
    clear: left;
    color: #888;
	-moz-transition: opacity 0.25s linear 0s;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    opacity: 0.9;
	padding:8px;
	font-size:1em;
	width:242px;
	font-weight:100;
}
#comment {
    background: none repeat scroll 0 0 #FFF;
    border: 0 none;
    clear: left;
    color: #888;
    -moz-transition: opacity 0.25s linear 0s;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    opacity: 0.9;
    width: 600px;
    height: 150px;
    resize: none;
    padding: 10px;
    font-size: 1em;
    font-weight: 100;
}

#submit {
    border-radius: 4px 4px 4px 4px;
    background: #2D6ABF;
    color: #fff !important;
    font-size: 1.2em;
    font-weight: 100;
    padding: 6px 10px;
    border: 0px;
    margin-top: 8px;
    cursor: pointer;
    text-decoration: none;
}

