/*  
Theme Name: Assist-IT
Theme URI: http://assist-it.net
Description: Template designed by Assist-IT
Version: 1.0
Author: Andy Lund, Assist-IT
Author URI: http://www.assist-it.net/
*/


/**
 * Table of Contents
 *
 * 1.0 - Basic Pages Settings
 * 2.0 - Slider
 * 3.0 - Menu
 * 4.0 - Main content
 *
 *
 *
 *
 * 99.0 - Footer
 */


/**
 * 1.0 - Basic Page Settings
 */

html, div, applet, object, iframe, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption

{	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Source Sans Pro", sans-serif;
	line-height: 1.6;
	text-align: left;
	vertical-align: baseline; 
	background: transparent; 
	font-weight: 400;
	font-size: 1em;
	}


.clear {
	clear: both;
	}

h1
{
	color: #3b76a3;
	font-size: 2.7em;
	line-height: 1.2;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

h2
{
	color: #3b76a3;
	font-size: 1.2em;
	line-height: .5;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

header h1 {
	color: #3b76a3;
	font-size: 1.2em;
	line-height: .5;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	text-align: center;
}

h3
{
	color: #fff;
	font-size: 1.5em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.btn {
  border: 2px solid black;
  border-radius: 5px;
  background-color: transparent;
  color: black;
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
}

.contactus {
  border-color: #3b76a3;
  color: #7fb4dc;
}

.contactus:hover {
  background: #3b76a3;
  color: white;
}

.btnwhite {
  border: 2px solid white;
  border-radius: 5px;
  background-color: transparent;
  color: white;
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
}

.photos {
  border-color: #fff;
  color: #fff;
}

.photos:hover {
  background: #3b76a3;
  color: white;
}

body {
	background: #fff; 
	padding: 0;
	margin: 0;
	}

.alignleft
	{
	float: left;
	margin-right: 20px;
		padding-bottom: 20px;
	}

.alignright
	{
	float: right;
	margin-left: 20px;
	}

lspan {
	position:absolute;
		left: 150px;
}

#page
{
position: relative;
}

#page #header-wrap
{

position: relative;
width: 100%;
}

#page #header-wrap #header
{
background: transparent;
margin: auto;
width: 990px;

}

hr {
	border-top: 1px solid #999;
	text-align: center;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}







/**
 * 4.0 - Main content
 */

#page #content-wrap 
{
	background: #f7fafb;
	margin: auto;
	position: relative;
	width: 990px;
	padding-top: 0;
}

#page #content-wrap #content {
	margin: 0;
	padding: 0;
	height: 100%;
	Background: transparent;
	}

#page #content-wrap #content a{
	text-decoration: none;
	color: #555;
}

#page #content-wrap #content a:hover{
	text-decoration: underline;
}


#page #content-wrap #content p
{
	color: #999;
	font-size: 1em;
	line-height: 1.6;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

#page #content-wrap #content li
{
font-weight: normal;
font-size: 1em;
color: #999;
font-family: Arial;
line-height: 1.5;
}



/**
 * Hover go to top button
 */

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #7fb4dc; /* Set a background color */
    color: #4B2446; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
	color: #fff;
}

button {
	font-size: .5em;
	background-color: #f00;
}

.block_text {
	font-size: .6em;
}


/**
 * display Posts
 */

.display-posts-listing img{
    float: left;
    margin-right:20px;
    margin-bottom: 20px;
	border: 1px solid #999;
}
.listing-item{
	min-height: 90px;
	clear: left;
	font-size: 11px;
	padding-bottom: 20px;
}

.display-posts-listing .listing-item a{
	text-decoration: none;
	font-weight: bold;
	color: #d67f50;
}

.display-posts-listing .listing-item a:hover{
	text-decoration: underline;
	font-weight: bold;
}

.display-posts-listing .listing-item .title {
	display: block !important;
	font-size: 16px;
}

.display-posts-listing .excerpt-dash {
	display: none;
}

.display-posts-listing .excerpt {
		font-size: 14px;
}

/**
 *99.0 - Footer
 */

#footer-wrap {
	margin: auto;
	width: 990px;
	background: #3b76ab;
	height: 150px;
}

#footer-wrap #footer {
	Font-size: 11px;
	padding: 20px 50px 20px 50px;
}

#footer-wrap #footer p {
	text-decoration: none;
	color: #fff;
}

#footer-wrap #footer a {
	text-decoration: none;
	color: #fff;
}

#footer-wrap #footer a:hover {
	text-decoration: underline;
	color: #000;
}

