.relative {position:relative;}

.marg-right {
	margin-right:20px;
}

.dateFlag {
	background:#C45428;
	position:absolute;
	top:-5px;
	left:10px;
	padding:10px 10px 0 10px;
	margin:0;
	text-align:center;
	display: block;
	color:#fff;
	text-transform: uppercase;
	width:51px;
}

.dateFlag a {color:#fff;}

span.bigger {
	font-size:25px;
	line-height:1;
}

span.bottomTri {
    border-left: 26px solid rgba(0, 0, 0, 0);
    border-right: 26px solid rgba(0, 0, 0, 0);
    border-top: 15px solid #C45428;
    bottom: -15px;
    height: 0;
    left: 0px;
    position: absolute;
    width: 0;
}

.post {
	padding:20px 0;
	border-bottom:1px solid #C45428;
}


/* -- SEARCH --*/

#searchform {
    display: block;
    padding-right: 6px;
    padding-top: 4px;
}

#searchform #keywords {
	border:1px solid #505050;
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
	padding:3px;
	float:left;
	margin-right:5px;
	width:75%;
}

#searchform input.submit {
	border:0px;
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
	background:url("/images/_pages/_global/search.png") no-repeat 0 0 #C45428;
	display:block;
	height:25px;
	width:32px;
	text-indent:-9999px;
	float:left;
}


/* ---------- ARCHIVES SIDEBAR  ----------- */

#archiveSidebar, #archiveSidebar .monthTitle { padding: 0 0 0 0px; margin: 0 0 5px; }

#archiveSidebar .yearHeading {
    background: url("/images/_pages/_global/accordianArrows.png") no-repeat scroll 0px 8px transparent;
    cursor: pointer;
    font-size: 18px;
    height: 21px;
    line-height: 1.7;
    margin: 0 0 5px;
    padding: 0 20px;
    color:#C45428;    
}

#archiveSidebar .yearHeading.current { background-position: 0px -13px; }

.monthArchives .monthList {
	list-style: none;
	margin: 0;
	padding-left:10px;
}

.monthList .monthArticle {
    border-top: 2px solid #C45428;
    color: #C45428;
    font-size: 14px;
    line-height: 1.3;
    padding: 5px 0;
}

.monthList .monthArticle a {color:#C45428;}

.monthList .monthArticle a:hover {text-decoration: underline;}

.monthList .monthHeader { padding: 0 0 0 0px; }

h3.monthHeader {font-size:16px;}

#archiveSidebar div.pane, .paneMonth {display: none;}

h3.monthHeader {
    background: url("/images/_pages/_global/accordianArrows.png") no-repeat scroll 8px 8px rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 18px;
    height: 21px;
    line-height: 1.7;
    margin: 0 0 8px 0px;
    padding: 0 0 0 26px;
    color:#C45428;
}

h3.monthHeader.current {
    background-position: 8px -13px;
}

.backButton {float:right; margin-top:5px; margin-bottom:5px;}

.likeButtons div, .likeButtons iframe {
    display: block;
    float: left !important;
    width: 95px;
}

/* --- RESPONSIVE FIXES ------*/


@media (max-width: 992px) {
	
	#searchform {
	    display: none;
	}
}

@media (max-width: 770px) {

	
}



