/*------------------------------------------------------------
# Default Stylesheet
Filename:		style.css
Site:			www.yoursitehere.com
Version:		0.0 (Initial CSS Settings)
Last Change:	28/4/14 [First Created]
Author:			Sean Powers
Description:	Default style to be applied to all pages.

### Table of Contents ###

* HTML Selectors (Defaults)
	** Headers
	** Body
	** Lists
	** Forms
	** Tables
* Navigation
	** Menu
	** Breadcrumb
	** Footer
* Content
	** Aside
		*** Right
		*** Left
	** Article
		*** Blockquotes
		*** Paragraphs
		*** Lists
		*** Tables
	** Comments
* Footer
* Media Queries
	** Small Viewports (old monitors, netbooks, tablets, etc.)
	** Smaller Viewports (more tablets, old monitors)
	** Even Smaller Viewports (more tablets etc.)
	** Mobile Phones (Landscape) and Tablets (Portrait)
	** Mobile Phones
------------------------------------------------------------*/

/*-------------------- HTML Global Rules --------------------*/

/* ### Body ### */
body {
	border-top: 5px solid #e56038;
	background: #ebe8de;
	font-family: 'OpenSans', sans-serif;
	color: #333333; }

/* ### Paragraphs and Anchors ### */
p {
	margin: 5px 0;
	line-height: 25px; }
	
a {
	text-decoration: none;
	color: inherit;
	transition: color .5s ease; }
	
strong {
	font-weight: bold; }

/* ### Input ### */
input {
	font-family: 'OpenSans', sans-serif;
	font-size: 16px;
	padding: 7px;
	outline: 0;
	border: 0;
	width: 250px;
	background: #ebe8de;
	border-radius: 5px; }

input[type=submit] {
	width: auto;
	padding: 5px 18px;
	line-height: 25px;
	text-shadow: none;
	cursor: pointer;
	box-shadow: none;
	background: #333333;
	color: #fff; }
	
/* ### Figcaption ### */
figcaption {
	line-height: 25px;
	font-size: 14px;
	width: 200px; }
	
figcaption strong {
	border-bottom: 1px solid #d6d0c1;
	padding-bottom: 10px;
	margin: 10px 0;
	display: block; }
	
/*-------------------- HTML Section Rules --------------------*/

/* ### Header ### */
header {
	position: relative;
	width: auto;
	max-width: 900px;
	margin: 0 auto 20px auto; }
	
header h1 {
	margin: 35px 0 0 0;
	font-size: 55px;
	color: #e56038;
	font-family: 'OpenSans', sans-serif; }
	
header p {
	font-family: 'OpenSans', sans-serif;
	font-size: 16px;
	color: #4a463b;
	margin-left: 132px; }
	
/* ### Navigation ### */
nav {
	position: absolute;
	right: 0;
	bottom: 0; }

nav ul {
	list-style: none; }
	
nav ul li {
	display: block;
	float: left;
	padding: 3px 15px; }
	
nav ul li a {
	font-family: 'OpenSans', sans-serif;
	text-transform: uppercase;
	transition: all .25s ease; }

nav ul li a:hover {
	color: #e56038; }
	
/* ### Slider ### */
#slider_content1, #slider_content2, #slider_content3 {
	line-height: 25px;
	font-family: 'OpenSans', sans-serif;
	width: 350px;
	position: absolute;
	top: 15%;
	left: 15%;
	display: none;
	z-index: 11; }
	
#slider_content1 {
	display: block; }
	
.container {
	width: auto;
	margin: 0 auto;
	position: relative; }
	
/* ### Slider Content ### */
#slider_content1 h3, #slider_content2 h3, #slider_content3 h3 {
	color: #ebe8de;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #333333;
	padding: 10px 15px;
	border-radius: 15px 0 15px 0;
	display: inline-block; }
	
#slider_content1 p, #slider_content2 p, #slider_content3 p {
	margin: 0 0 30px 0;
	color: #4a463b;
	background-color: #ebe8de;
	padding: 10px 15px;
	border-radius: 5px; }
	
/* ### Spacer ### */
#spacer {
	width: auto;
	height: 70px;
	background-color: #e56038;
	position: relative;
	font-family: 'OpenSans', sans-serif;
	color: #fff;
	font-size: 18px; }
	
#spacer p {
	margin-top: 22px;
	width: auto;
	position: absolute;
	left: 50%;
	margin-left: -450px; }
	
#spacer .search {
	margin-top: 15px;
	width: auto;
	position: absolute;
	right: 50%;
	margin-right: -480px; }

/* ### Intro ### */
#intro {
	width: auto;
	max-width: 900px;
	margin: 0 auto; }
	
/* ### Box Content ### */
#boxcontent {
	width: auto;
	max-width: 900px;
	margin: 0 auto;
	padding: 70px 0 45px 0; }
#boxcontent article {
	float: left;
	width: 250px;
	margin-right: 45px;
	font-size: 14px; }
	
#boxcontent article h3 {
	font-family: 'OpenSans', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	margin-left: 75px; }
	
#boxcontent article img {
	float: left; }
	
#boxcontent article p {
	line-height: 25px;
	font-family: 'OpenSans', sans-serif;
	margin-left: 75px; }
	
/* ### Columns ### */
#four_columns, #text_columns {
	line-height: 25px;
	font-family: 'OpenSans', sans-serif;
	width: auto;
	max-width: 900px;
	margin: 0 auto; }
	
#four_columns h2, #text_columns h3 {
	font-size: 20px;
	border-bottom: 1px solid #d6d0c1;
	padding: 20px 0;
	margin-bottom: 20px; }
	
/* ### Four Columns ### */
#four_columns .img-item {
	float: left;
	margin-right: 25px; }
	
#four_columns .img-item a {
	position: relative;
	display: block; }
	
.thumb-screen {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 113px;
	background: #000 urk(img/zoom.png) center center no-repeat;
	z-index: 99;
	opacity: 0;
	transition: opacity .5s ease; }
	
.thumb-screen:hover {
	opacity: 0.5; }
	
/* ### Text Columns ### */
#text_columns .column1, #text_columns .column2 {
	margin: 70px 0;
	font-size: 14px;
	float: left;
	width: 450px; }
	
#text_columns .column2 {
	margin: 120px 0; }
	
.row {
	position: relative;
	margin: 40px 0 0 50px;
	float: right;
	width: 350px; }
	
/* ### Footer ### */
footer {
	position: relative;
	clear: both;
	width: auto;
	height: 350px;
	background: #333333; }
	
footer .wrapper {
	line-height: 25px;
	margin: 0 auto;
	padding-top: 30px;
	width: auto;
	max-width: 900px;
	font-size: 14px; }
	
footer .wrapper .column {
	font-family: 'OpenSans', sans-serif;
	color: #ababab;
	float: left;
	width: 280px;
	margin-right: 20px; }
	
footer .wrapper .column.midlist ul li {
	width: auto;
	padding: 0 0 10px 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #444444;
	background: url('img/arrowright2.png') left 6px no-repeat; }
	
footer .wrapper .column.midlist ul li a:hover {
	color: #fff; }
	
/* ### Footer Columns ### */
footer .wrapper .column.rightlist ul li {
	width: auto;
	margin-bottom: 15px; }
	
footer .wrapper .column.rightlist ul li a span {
	margin-left: 95px;
	display: block; }
	
footer .wrapper .column.rightlist ul li a img {
	transition: border .25s ease;
	float: left;
	border: 3px solid #444444; }

footer .wrapper .column.rightlist ul li a img:hover {
	border-color: #5e5e5e; }
	
footer .wrapper .column h4 {
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #444444;
	padding: 0 0 10px 0;
	margin-bottom: 10px; }
	
/* ### Copyright ### */
#copyright {
	background: #1d1d1d;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; }
	
#copyright .wrapper {
	font-family: 'OpenSans', sans-serif;
	padding-top: 25px;
	color: #5e5e5e;
	font-size: 14px;
	position: relative; }
	
#copyright .wrapper .social {
	position: absolute;
	right: 0;
	top: 25px; }
	
#copyright .wrapper a {
	color: #ababab; }
	
#copyright .wrapper a:hover {
	color: #fff; }
	
/* ### MISC. ### */
.clear {
	clear: both; }
	
.hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px); }