
/*********************
 POSTS / LISTITEMS
*********************/

.listitem {
    margin-bottom: 5%;
}

.listitem,
.encapsulate {
	padding: 5px;
	background: transparent;
	transition: background-color 0.25s;
}

.listitem:hover,
.encapsulate:hover {
    background:url(/core/structure/alpha_tiles/FFFFFF_30.png);
}

/*KLUDGE */
.flares .listitem:hover,
.flares .encapsulate:hover {
    background: transparent;
}


.listitem a {
    color: #666 !important;
	text-decoration: none !important;
}

.listitem h2 {
	margin: 0 0 1%;
	font-size: 1.6em;
    font-weight: 700 !important;
	line-height: 1.2em;
}

.listitem h3 {
    margin: 0 0 10px;
    font-size: 1.5em;
    font-weight: 400 !important;
}

.listitem h4 {
    margin: 0 0 8px;
    font-size: 1.2em;
    text-transform: none;
}

.listitem p {
    margin: 0;
    font-size: 1em;
}

.post {
	margin-bottom: 3%;
}

.listitem h3.posted,
.post .postheader h3 {
	background: transparent;
	margin: 0 0 10px;
	font-size: .9em;
	font-style: italic;
	color: #333;
}

.fb-like {
    display: none !important;
    margin-bottom: 2%;
}


/*********************
 GALLERY
*********************/

#engine_18{}

#engine_18 .wildfire-engine-content .col {
    margin-bottom: 15px;
    padding-left: 0;
}


/*********************
 EMPLOYMENT
*********************/

#engine_21{}

#engine_21 div.listitem {
    margin-bottom: 30px;
    padding: 0;
    background: transparent !important;
}

#engine_21 div.listitem h3 {
    margin-bottom: 5px;
}

#engine_21 div.listitem p,
#engine_21 div.post p {
    margin-bottom: 15px;
}

#engine_21 div.post {
}

#engine_21 #employmentForm ul.form {
    margin:0 !important;
    padding:0 !important;
}

#engine_21 #employmentForm ul.form li {
}

#engine_21 #employmentForm ul.form li {
    display:none;
}

#engine_21 table.info {
    margin:0 0 20px -10px;
}

#engine_21 table.info td {
    padding: 2px;
    font-size:.9em;
}

#engine_21 table.info td.label {
    display: inline-block;
    padding: 6px 10px 0 !important;
    width:100px;
    font-weight:700;
    color: #666;
    text-transform: uppercase;
    text-align: left;
}

#resume_text {
    display:none;
}

.toggle {
    margin:0 !important;
}

#employmentResults {
    display:none;
}

#engine_21 #employmentForm ul.form li#resume-row {
    margin:20px 0 !important;
}

#engine_21 #boilerplate_footer p {
    font-size:.8em;
    color:#666;
}


/*********************
 BLOG
*********************/

@media screen and (max-width: 767px) {
    #engine_1 #blog-sidebar-wrapper {
        display: none;
    }
}

#engine_1 #blog-sidebar-wrapper {
    /*margin-top:5%;*/
}

#engine_1 #blog-sidebar-wrapper .sidebarwidget{
    margin: 0 0 12%;
}

#engine_1 #blog-sidebar-wrapper .sidebarwidget div.hr {
    display: none !important;
}

#engine_1 #blog-sidebar-wrapper .sidebarwidget h3 {
    font-size: 16px;
    margin-bottom: 2%;
    line-height: 16px;
}

/*#engine_1 #blog-sidebar-wrapper .sidebarwidget a::before {
    content: '+ ';
}*/

#engine_1 #blog-sidebar-wrapper .sidebarwidget a,
#engine_1 #blog-sidebar-wrapper .sidebarwidget a:active,
#engine_1 #blog-sidebar-wrapper .sidebarwidget a:visited {
    display: block;
    margin: 0 0 8px 0;
    font-size: .9em;
    color: #3e434a;
}

#engine_1 .sidebarwidget.archives {
    display: none;
}

/*#engine_1 #blog-sidebar-wrapper .sidebarwidget a:hover {
    color: #40baec;
}*/

#engine_1 .filterheader {
    margin:0 0 20px 0;
    padding:5px;
    background:#999;
    color:#FFF;
}

#engine_1 h1.previous-posts {
    margin:40px 0 20px 0;
    font-size:2.5em;
}

#engine_1 .postdata {
    margin: 2% 0;
    font-size: .8em;
}

.postheader h3 {
    margin: 0 0 .75%;
    font-size: 1.2em;
    font-weight: 400;
    font-style: italic;
}



#engine_1 .listitem img.thumb {
    float: left;
    margin: 0 1% 1% 0;
    width: 25%;
}

a.load-more:link, a.load-more:active, a.load-more:visited, a.load-more:hover, a.load-more:visited:hover {
    display:block;
    margin:15px 0 30px 0;
    padding:5px;
    width:100%;
    height:auto;
    background:transparent url(/core/structure/alpha_tiles/black_20.png);
    -moz-border-radius:4px; 
    -webkit-border-radius:4px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:11px;
    text-transform:uppercase;
    text-align:center;
    color:#333;
    text-decoration:none;
}

a.load-more:hover, a.load-more:visited:hover {
    background:transparent url(/core/structure/alpha_tiles/black_40.png);
}

a.load-more img.loader {
    display:none;
    margin:0 14px 0 0;
    vertical-align:text-top;
}




@media (max-width: 767px) {
}