/*  
Theme Name:     REXpedition
Description:    Custom theme for REXpedition (Child theme of Standard)
Author:         Aaron Hodge Silver, Springthistle Design
Author URI:     http://springthistle.com
Template:       standard
Version:        1.0

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: white, orange, blue, two-columns, right-sidebar, fixed-width, theme-options

*/


/* Import Standard Styles **********************************************************
---------------------------------------------------------------------------------- */

@import url( '../standard/style.css' );


/* Changes *************************************************************************
---------------------------------------------------------------------------------- */

.navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 900px;
}

body { background: #fff; }


/* Additions ***********************************************************************
---------------------------------------------------------------------------------- */

.clr { clear: both; height: 0px; }
ul.inline { list-style: none; margin: 0; }
ul.inline li { display: inline;  }
a { color: #03b0ec; }

/* HEADER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#hgroup {
	padding-top: 10px;
	padding-bottom: 0;
}

/* FOOTER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

s.navbar.menu-footer-nav-container .nav > li > a {
	padding: 5px;
}
#sub-floor,
#sub-floor li { font-size: 12px; line-height: 15px; }

/* BLOG - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post {
	background-color: #f6f6f6;
}

/* HOME - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.home #header { display: none; }
.home #wrapper { padding: 0; }
.home #wrapper .row { 
	padding-left: 30px;
	background: url('images/bg.png') repeat-y;
}

.home #wrapper .post { 
	margin-top: 35px;
	background: none; 
	border: none; 
	box-shadow: none;
}

.home .content { width: 770px; margin-left: 65px; }

/* rex logo, text, banner */
.left img {
	margin-bottom: 25px;
}
.left p {
	font-family: Georgia;
	font-size: 24px;
	line-height: 30px;
}
.left p:nth-child(2) { color: #00afec; }
.left p:nth-child(3) { color: #ff7316; }

.home #stickynote {
	background: url('images/stickynote.png') no-repeat;
	width: 214px;
	height: 78px;
	padding: 17px 70px 0 70px;
	font-size: 18px;
	line-height: 22px;
	margin-left: -70px;
}


@media (min-width: 0px) and (max-width: 979px) {
	.home #wrapper .row { 
		background: #fff; 
		padding-left: 0;
	}
	.home #stickynote {
		margin-left: 0;
		padding-left: 10px;
		background-position: -100px 0;
		border-left: 1px solid #ddd;
		height: 54px;
		margin-bottom: 25px;
	}
}

/* movie, buttons */
#hpredbuttons { 
	margin: 0;
	padding: 0;
}
#hpredbuttons li { 
	margin: 0;
	padding: 0;
	margin-right: 15px; 
	background: url('images/button-bg.png') no-repeat;
	list-style: none;
	float: left;
	width: 208px;
	height: 49px;
	text-align: center;
	padding-top: 12px;
}
#hpredbuttons li:last-child { margin-right: 0; }
#hpredbuttons a {
	background: url('images/button-arrow.png') no-repeat right;
	padding: 8px 30px 5px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

/* testimonials */
#recs {
	padding: 0; margin: 0;
}
#recs li {
	width: 377px;
	height: 176px;
	background: url('images/testimonial.png') no-repeat;
	float: left;
	list-style: none;
	margin: 0 11px 15px 0;
}
#recs li:nth-child(even) {
	margin-right: 0;
}
#recs .photobg {
	background-position: right;
	background-repeat: no-repeat;
	padding: 15px 0px 0 0;
	margin: 1px 5px 0 0;
	height: 155px;
}
#recs h4 {
	margin: 0 0 5px 65px;
	width: 190px;
}
#recs .title {
	margin-left: 65px;
	font-size: 11px;
	width: 190px;
	line-height: 13px;	
}
#recs .text {
	padding-left: 15px;
	padding-right: 5px;
	margin: 35px 114px 0 0;
	line-height: 14px;
	font-family: Arial;
	font-size: 12px;
	height: 56px;
	overflow: hidden;
	background: #fff;
}
#recs .text.full {
	padding-bottom: 5px;
	height: auto;
}

.playvid {
	position: absolute;
	margin-left: 280px;
	display: block;
	width: 50px;
	height: 50px;
	background: url('images/play_button.png');
	background-size: 50px 50px;
	background-repeat: no-repeat;
	margin-top: -5px;
	cursor: pointer;
}


/* Media Queries *******************************************************************
---------------------------------------------------------------------------------- */

/* Smartphones */
@media (max-width: 480px) {

}

/* Tablet & Mobile */
@media (max-width: 979px) {	
			
}

/* Mobile to Tablet */
@media only screen and (max-width: 767px) {
	
}

/* Landscape Tablets */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Desktop */
@media (min-width: 980px) {
	
}
