html, body {
    margin: 0;
    width: 100%;
    min-height: 100%;
    background: #56baa9;
}

body {
	
	font-family: "proxima-nova";
	-webkit-font-smoothing: antialiased;
	color: #ffffff;
	font-size: 14px;
	/*line-height: 120%;*/
}

a {
	color: #ffffff;
}

a:hover {
	color: #000000;
}

#topmenu {
	width: 100%;
	height: 35px;
	background: white;
	font-family: "brandon-grotesque";
	font-weight: 700;
	overflow: hidden;
	/*position: fixed;*/
	top: 0;
}

#topmenu #menusharing {
	position: absolute;
	left: 12px;
	top: 8px;
}

#topmenu #menumenu {
	margin: 8px -35px 0 -35px;
	text-align: center;
}

#topmenu #menumenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topmenu #menumenu li {
	display: inline-block;
	font-size: 18px;
	line-height: 16px;
	padding: 0 0 0 0;
	margin: 0 35px 0 35px;
	
	border: 0;
    border-bottom: 2px;
    border-style: none;
    border-color: #56baa9;
}

#topmenu #menumenu li:hover {
    border-style: solid;
}

#topmenu #menumenu a {
	color: #56baa9;
	text-decoration: none;
}

#topmenu #menumenu a:hover {
}

.menulink {
	color: #56baa9;
}

.menulink:hover {
	color: #56baa9;
}

header {
	font-family: "brandon-grotesque";
	font-weight: 900;
	height: 260px;
	text-transform: uppercase;
	position: relative;
}

header .logo {
	text-align: center;
    font-size: 76px;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 84px 0 0 0;
    margin: 0;
}

header .logoabout {
	font-size: 16px;
	text-align: center;
	padding: 4px 0 4px 0;
	letter-spacing: -0.05em;
	margin-top: 3px;
}

header #headershare {
	text-align: center;
}

header .headersharefacebook {
	display: inline-block;
	padding: 0 14px 0 40px;
	width: 135px;
}

header .headersharelink {
	display: inline-block;
	padding: 0 14px 0 14px;
	width: 135px;
} 

#container {
	width: 642px;
	margin: 0 auto 0 auto;
}

.post {
	padding-top: 40px;
	padding-bottom: 40px;
}

.textpost {
	color: white;
	font-size: 22px;
	line-height: 140%;
}

.textpost a {
	/*color: rgba(255,255,255,0.7);*/
	text-decoration: underline;
	font-weight: 600;
}

.textpost a:hover {
	background: white;
	color: #000000;
	text-decoration: none;
}

.textpost .header {
	font-family: "brandon-grotesque";
	font-weight: 900;
	display: inline-block;
    margin: 0px auto 0px auto;
    font-size: 40px;
    border: 0;
    border-bottom: 5px;
    padding-bottom: 6px;
    border-style: solid;
}

.textpost .header a {
	text-decoration: none;
}

.textpost .header a:hover {
    color: #000000;
    background: none;
}

.textpost .subheader {
	font-family: "brandon-grotesque";
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 34px;
}

.textpost .filterdesc {
	padding-top: 30px;
	padding-bottom: 30px;
}

.textpost .subpercent {
	font-size: 14px;
}

.textpost .footlink {
	font-size: 12px;
}

.textpost .guidephoto {
	border: 4px;
	border-style: solid;
	margin-right: 20px;
	margin-top: 10px;
}


.textpost .photodesc {
	padding-left: 2px;
	width: 292px;
	display: inline-block;
	/*font-size: 16px;*/
	/*margin-right: 20px;*/
	/*text-align: center;*/
}

.textpost .photodescfirst {
	margin-right: 32px;
	
}


.textpostheadertext {
	margin: 6px 8px 3px 8px;
}

.postheader {
	width: 612px;
	height: 94px;
	background: white;
	padding: 15px;
	position: relative;
	color: #000000;
	
}

.postbanner {
	position: absolute;
	width: 82px;
	height: 82px;
	left: -4px;
	top: -4px;
}

.postbanner .bannertext {
	position: absolute;
	top: 23px;
	left: -68px;
	width: 200px;
	height: 18px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.postbanner .bannertext p {
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: 700;
	color: white;
}

.postheader a {
	text-decoration: underline;
	color: black;
}

.postheader a:hover {
	background: black;
	color: white;
	text-decoration: none;
}

.postheader .postprofile {
	width: 94px;
	height: 94px;
	float: left;
}

.postheader .posttext {
	width: 244px;
	height: 97px;
	overflow: hidden;
	float: left;
	margin-left: 15px;
	margin-top: -3px;
}

.postheader .posttext p {
	margin-top: 0;
}

.postheader .posttext .nofilterhighlight {
	background: black;
	color: white;
}

.postbody {
	position: relative;
	width: 612px;
	height: 612px;
	padding: 15px 15px 0 15px;
	background: white;
}

.postfooter {
	width: 612px;
	height: 20px;
	padding: 15px;
	padding-top: 12px;
	color: white;
	vertical-align: top;
}

.postfooter .footershare {
	float: left;
	padding-right: 18px;
	padding-top: 3px;
}

.postfooter .footerface {
	padding-top: 1px;
	padding-left: 3px;
}

.postfooter .footerright {
	float: right;
	padding-left: 18px;
	padding-top: 3px;
}

.postfooter .footerright img {
	padding-right: 6px;
}

.postfooter p {
	display: inline-block;
	padding: 2px 0 0 0;
	margin: 0;
	vertical-align: top;
}

#submittext {
	width: 502px;
	height: 40px;
	padding-left: 10px;
	font-size: 20px;
	border: 0;
}

#submit {
	width: 122px;
	height: 43px;
	background: #ffffff;
	color: #56baa9;
	border: 2;
	border-color: #ffffff #ffffff #ffffff #ffffff;
	font-family: "brandon-grotesque";
	font-weight: 900;
	font-size: 16px;
	padding: 2px 6px 2px 6px;
	border-style: solid;
}

#submit:hover {
	background: #56baa9;
	color: #ffffff;
	
}

input:focus {outline:none;}

#resulttext {
	font-family: "brandon-grotesque";
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: blink;
}

@-webkit-keyframes blink {  
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.blink {
  -webkit-animation-name: blink;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1s; 
}

#loader {
	font-family: "brandon-grotesque";
	font-weight: 900;
	font-size: 16px;
}


#catchform {
	display: none;
}

#catchresults {
	display: none;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}

#share {
	padding-top: 30px;
	display: none;
}

.sharer {
	display: inline-block;
	font-family: "brandon-grotesque";
	font-weight: 900;
	font-size: 16px;
	margin-right: 20px;
	cursor: pointer;
}

.sharer:hover {
	opacity: 0.6;

}

.sharer img {	
	margin-right: 8px;
}

.sharer span {
	margin-bottom: 10px;
	padding-top: 20px;
}

#catchpost {
	display: none;
}

.error {
	color: #770000;
}

.pure-paginator {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}
.pure-paginator li {
    display: inline-block;
    *display: inline;
    /* IE 7 inline-block hack */
    *zoom: 1;
    margin: 0 1em 0 0;
}
.pure-paginator:last-child {
}
.pure-paginator .pure-button {
    padding: 0.4em 0.8em;
    /*border-radius: 1.6em;*/
    border-width: 2px;
    border-style: solid;
    border-color: white;
    vertical-align: top;
    height: 1.1em;
    background: #ffffff;
    color: #56baa9;
    width: 30px;
    font-weight: 600;
    text-decoration: none;

    width: 60px;
    height: 60px;
}

.pure-paginator .pure-button-active {
    background: #56baa9;
    color: #ffffff;
}

.pure-paginator .pure-button:hover {
    background: #56baa9;
    color: #ffffff;
}

.pure-paginator .pure-button:focus {
    outline-style: none;
}
.pure-paginator .prev, .pure-paginator .next {
}
.pure-paginator .prev {
}
.pure-paginator .next {
}

ol.notes {
    padding: 0px;
    margin: 0px 0px 40px 0px;
    list-style-type: none;
}

ol.notes li.note {
    padding: 3px 0 3px 0;
}

ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

ol.notes li.note span.action {
    /*font-weight: bold;*/
}

ol.notes li.note .answer_content {
    font-weight: normal;
}

ol.notes li.note blockquote {
    border-color: #eee;
    padding: 4px 10px;
    margin: 10px 0px 0px 25px;
}

ol.notes li.note blockquote a {
    text-decoration: none;
}


