
html, body, form, ul, li, table, td {
    margin: 0;
    padding: 0;
}
body {
    color: #333333;
    position: relative;
}
body, input, textarea {
	font-family: "Helvetica Neue", Helvetica;
    font-size: 13px;
}
a {
	color: #333333;
    text-decoration: none;
}
a:hover {
	color: #AAAAAA;
    text-decoration: none;
}
a img {
    border: 0 none;
}
td {
    vertical-align: top;
}
ul {
    list-style-position: inside;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 12px;
}
blockquote {
    border-left-style: solid;
    border-left-width: 3px;
    color: #636363;
    font-size: 16px;
    margin-left: 7px;
    padding-left: 20px;
}
.clear {
    clear: both;
}
.main_separator {
    color: #DEDFE0;
}
.wrapper {
    padding-top: 31px;
}
#header {
    padding-top: 40px;
    padding-left: 5px;
    padding-bottom: 80px;
    
	margin-left: 100px;
	margin-right: 100px;
    border-bottom: 1px solid #DEDFE0;
    
}

#header-navigation {
	
}

ul {
    list-style-type: none;
    list-style-position: inside;
    color: #303030;
    line-height: 32px;
    text-decoration: none;
}

#site-title {
    float: left;
    font-size: 23px;
    line-height: 27px;
    overflow: hidden;
    padding-right: 40px;
    width: 210px;
}
#site-title a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
#header-left {
    float: left;
    padding-right: 40px;
    width: 210px;
}
#header-center {
    float: left;
    padding-right: 30px;
    width: 210px;
}
#search {
    float: right;
    width: 220px;
}
#header-right {
    margin: 20px 0 0 10px;
}
#search label, #search input[type="submit"] {
    display: none;
}
#search input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DEDFE0;
    font-size: 13px;
    margin: 0;
    outline: medium none;
    padding: 7px 9px;
    width: 200px;
}
#page_search input[type="submit"] {
    display: none;
}
.menu ul {
    list-style-type: none;
}
.menu ul li {
    padding-bottom: 9px;
}
.menu ul a {
    color: #303030;
    line-height: 13px;
    text-decoration: none;
}
#boxes {
    margin-top: 40px;
}
.box {
    color: #636363;
    margin-bottom: 70px;
    width: 210px;
}
.box .rel {
    position: relative;
}
.box .rel p {
    margin: 0;
}
.box .texts {
    color: #FFFFFF;
    left: -20px;
    opacity: 0;
    position: absolute;
    top: -20px;
    width: 210px;
    z-index: 200;
}
.box .texts .categories a, .box .texts a, .box .texts .posted, .box .texts .posted a {
    color: #FFFFFF;
}
.box .texts .transparent img {
    opacity: 0.1;
}
.box .texts .abs {
    position: absolute;
    top: 0;
}
.box .categories {
	padding-top: 12px;
    padding-bottom: 10px;
    color: #A1A1A1;
}
.box .categories a, .box .posted a {
    color: #A1A1A1;
}
.box h1 {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
}
.box h1 a {
    color: #333333;
}
.box .posted {
    color: #A1A1A1;
    padding-top: 10px;
}
.box img {
    display: block;
}
.fetch {
    background: none repeat scroll 0 0 #F9F9F9;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    margin: 0 auto 40px;
    text-align: center;
    width: 460px;
}
.fetch a {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}
.fetch:hover a {
    color: #FFFFFF;
}
#content {
    padding-top: 20px;
    padding-bottom: 20px;
}
#nav-above {
    color: #636363;
    float: left;
    padding-right: 40px;
    text-align: right;
    width: 210px;
}
#nav-above a {
    color: #333333;
    text-decoration: none;
}
.nav-previous, .nav-next {
    display: inline;
}
.nav-separator {
    color: #E5E5E5;
}
.post_title {
    margin-top: 35px;
    overflow: hidden;
}
.post_title h1 {
    font-size: 27px;
    line-height: 35px;
    margin: 0 0 10px 250px;
    width: 710px;
}
.entry-title, .page-title {
    margin-left: 250px;
    margin-top: 35px;
}
.entry-meta {
    color: #636363;
    padding-bottom: 30px;
}
.entry-meta a {
    color: #333333;
    text-decoration: none;
}
#wides {
    clear: both;
}
.entry-aside {
    padding-right: 40px;
    vertical-align: middle;
    width: 210px;
}
.entry-content-right {
    font-size: 15px;
    line-height: 21px;
    width: 710px;
}
.entry-content {
    font-size: 15px;
    line-height: 21px;
    /*margin-left: 250px;*/
    width: 710px;
}
.entry-utility {
    padding: 10px 0;
}
.entry-tags {
    margin: 10px 0;
}
.entry-tags span {
    font-weight: bolder;
}
#social {
    padding: 20px 0 0;
}
.twitter-share-button {
    float: left;
    margin: 2px 20px 0 0;
}
.post img, .page img {
    margin: 20px 0;
}
.post .alignleft, .page .alignleft {
    float: left;
    margin-right: 20px;
}
.post .alignright, .page .alignright {
    float: right;
    margin-left: 20px;
}
.post .aligncenter, .page .aligncenter {
    clear: both;
    display: block;
    margin: 20px auto;
}
cite {
    font-style: normal;
    font-weight: bold;
}
.comment-meta {
    color: #999999;
    float: left;
    padding-right: 40px;
    width: 210px;
}
.comment-body {
    clear: both;
    font-size: 15px;
    line-height: 21px;
    padding-top: 7px;
}
#respond {
    padding-left: 4px;
}
li.comment > div {
    position: relative;
}
.reply {
    position: absolute;
    right: 20px;
    top: 30px;
}
#reply-title {
    font-size: 21px;
}
.comment-reply-link {
    display: none;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    margin: 0;
    padding: 10px 0;
    width: 460px;
}
.comment-form-comment {
    clear: both;
    margin: 0;
    padding: 10px 0;
    width: 460px;
}
input[type="text"], textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    color: #6B6B6B;
    outline: medium none;
    padding: 8px;
}
#comments input[type="text"] {
    width: 442px;
}
#comments textarea {
    width: 442px;
}
.form-submit {
    margin-bottom: 40px;
}
.form-submit input {
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 0;
    text-align: center;
    width: 460px;
}

#footer {
	margin-left: 100px;
	margin-right: 100px;
    border-top: 1px solid #DEDFE0;
    padding: 30px 0 50px;
}

#site-info {
    float: left;
    line-height: 22px;
    padding-right: 40px;
    width: 460px;
}
#site-info a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
