/* Tags */

* {
    font-family: "futura-pt", sans-serif;
}
	
.natz h1 {
	font-size: 22pt;
	font-weight: normal;
}
	
.natz h2 {
	font-size: 18pt;
	font-weight: normal;
}

.natz h3 {
    font-weight: 500;
    font-size: 14pt;
    float: left;
    margin: 0 10px 10px 0;
}

.natz h4 {
	font-size: 12pt;
	font-weight: normal;
	color: #6e6e6e;
}

/* Classes */

.natz-post-thumbnail {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-right: 10px;
    width: 80px;
    height: 80px;
}

.natz-post-title {
    position: absolute;
    line-height: 12pt;
    top: 5px;
    left: 90px;
    font-size: 11pt;
    font-weight: 700;
}

.natz-post-arrow {
    position: absolute;
    top: 60px;
    left: 90px;
}

.natz-post-date {
    position: absolute;
    top: 60px;
    left: 116px;
    font-size: 10pt;
    font-weight: normal;
    color: #999;
}

.natz-thumbnail {
    width: 275px;
    height: 275px;
    margin: 10px 10px 10px 0;
    padding: 10px 10px 35px 0;
    float: left;
}

.natz-thumbnail .caption {
    font-size: 1.4em;
    padding: 5px;
    text-align: center;
}

.green h3 {
    color: #77ab48;
}

.orange h3 {
    color: #ec6800;
}

.blue h3 {
    color: #387fe4;
}

.yellow h3 {
    color: #d9b000;
}

.seeall {
    color: #a1a1a1;
    text-transform: uppercase;
    font-size: 0.90em;
    float: right;
}

.menu-front-page-container #menu li, .menu-front-page-container #menu li:last-child {
    padding: 0px;
}

/* IDs */

#content {
    margin: 60px 0 0 0;
    padding: 0 60px 0 60px;
    width: 87.5%;
    position: relative;
}

.feed {
    /* margin: 10px 0 0 0; */
    position: relative;
}

.feed ul {
    clear: both;
    margin: 10px 0 0 0;
    position: relative;
}

.feed li {
    height: 100px;
    position: relative;
    list-style: none;
}

#cff a {
    text-decoration: none;
}

#social-buttons {
    color: #EA6814;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
}

#social-buttons ul {
    margin-top: 5px;
}

#social-buttons li {
    display: inline;
    margin-right: 5px;
}

#photos {
    width: 750px;
}

#photos .advanced-slider .lightbox-icon {
    margin-top: -20px;
    margin-left: -20px;
}

#natz-left div li, .natz li {
    position: relative;
}

#natz-popular-tab {
    font-weight: 800;
    font-size: 1.1em;
    border: solid 1px #ccc;
    border-bottom: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100px;
    background: #fff;
    padding: 5px 5px 5px 10px;
}

#natz-popular-list {
    margin-top: 48px;
}

.see-all {
    float: right;
    color: #77ab48;
    font-size: 1.3em;
    font-weight: 500;
    text-decoration: underline;
    margin: 10px 0 10px 0;
}

.bottom {
    position: relative;
}

.bottom ul {
    padding: 10px;
    border: solid 1px #ccc;
    margin-top: 30px;
}

.bottom ul li {
    list-style: disc;
    color: #e94a12;
    margin: 5px 0 0 18px;
    padding: 0 0 5px 0;
    line-height: 14pt;
    max-height: 50px;
}

.bottom li a {
    color: #5c5c5c;
    font-size: 1.2em;
}