/*
Theme Name: The Lift Up Theme
Description: The Lift Up's Wordpress Theme
Version: 1.0
Author: The Lift Up
*/

.flexslider-custom,
html,
body {
	margin: 0px;
	padding: 0px;
}
html { 
	background: url(images/background-1280.jpg) no-repeat center center fixed; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
body {
	color: #231f20;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8;
	margin: 0px; auto;
	padding: 0px;
}
.listing-item .title,
h2 {
	color: #333333;
	font-size: 1.5em;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 3.4;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
}
.listing-item span.date {
	display: none;
}
a > img {
	border: 0;
}
#main {
	margin-left: auto;
	margin-right: autopx;
	width: 100%;
}
#main>header>img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
.flexslider-custom,
#main div#content,
#main>header div.menu-main-container {
	background: rgb(214, 214, 216);
	background: rgba(255, 255, 255, 0.72);
}
#main>header div.menu-main-container {
	text-align: center;
	width: 100%;
}
h1, h3 {
	margin: 0;
	padding: 0;
}
#main>header div#social-icons {
	margin-right: 54px;
	text-align: right;
}
#main>header div#social-icons ul,
#main>header div.menu-main-container ul.menu {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main>header div#social-icons ul li,
#main>header div.menu-main-container ul.menu li {
	color: #000000;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	margin: 0;
}
#main>header div.menu-main-container ul.menu li a:link,
#main>header div.menu-main-container ul.menu li a:visited,
#main>header div.menu-main-container ul.menu li a:hover,
#main>header div.menu-main-container ul.menu li a:active {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 14px;
}
#main>header div.menu-main-container ul.menu li a:hover {
	color: #dbdbdd;
	background: #4d4a51;
}
#main>header div.menu-main-container ul.menu li .separator {
	margin-right: 3px;
}
#main>header div.menu-main-container ul.menu li:first-child .separator {
	display: none;
}
#main div#content {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 880px;
}
article {
	border-right: 2px solid black;
	float: left;
	padding-right: 5px;
	width: 65%;
}
.listing-item {
	border-bottom: 1px solid gray;
}
div#secondary {
	float: right;
	width: 33%;
}
.flexslider-custom {
	border: 0;
	border-radius: 0;
	box-shadow: 0;
  margin-left: auto;
  margin-right: auto;
	text-align: center;
	width: 900px;
}
.flexslider-custom .slides img {
  display: block;
  margin-left: auto;
  margin-right: auto;
	text-align: center;
	width: 900px;
}
@media only screen and (min-width: 1440px) {
	html {
		background: url(images/background-1440.jpg) no-repeat center center fixed; 
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
	html {
		background: url(images/background-1280.jpg) no-repeat center center fixed; 
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	html {
		background: url(images/background-1024.jpg) no-repeat center center fixed; 
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
	html {
		background: url(images/background-800.jpg) no-repeat center center fixed; 
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
	html {
		background: url(images/background-480.jpg) no-repeat center center fixed; 
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}
@media only screen and (min-width: 600px) and (max-width: 800px) and (orientation: portrait) {
	html {
		background: url(images/background-768-portrait.jpg) no-repeat center center fixed; 
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}
@media only screen and (min-width: 1px) and (max-width: 600px) {
	html {
		background: url(images/background-480.jpg) no-repeat center center fixed; 
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}
