/*
Theme Name: Downunder Survival
Theme URL: http://www.downundersurvival.com.au
Description: Custom development for Downunder Survival
Version: 1.0
Author: Creative Perspective
Author URL: http://www.creativeperspective.com.au
*/

@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Signika:400,600);
@import url(http://fonts.googleapis.com/css?family=Mate+SC);

/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
	background-color: #c5d0d0;
}

body, button, input, select, textarea { font-family: Verdana,Arial,Helvetica,sans-serif;; color: #333333; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a { color: #593710; text-decoration: none; font-weight: bold; }
a:visited { color: #173B0D; }
a:hover { color: #173B0D; text-decoration: underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
 

/* ==|== layout styles =======================================================
   
   Layout styling below:
   Main Menu
   Home Page
   Typography
   Sidebar
   Footer
   Footer Menu
   Media Queries
   ========================================================================== */

/*********************
MAIN MENU
*********************/

.navigation-main ul /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	text-align:left;
	padding-left: 20px;
}
.navigation-main ul li {
	display: inline-block;
	/* position: relative; required to set drop down menus */
	*vertical-align: middle; /*IE7*/
	*display:inline; /*IE7*/
    *zoom:1; /*IE7*/
}
.navigation-main ul li a {
	height: 20px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	text-transform: none;
	font-family: Mate SC, Arial, serif; font-weight: 400;
	font-size: 1em;
	letter-spacing: 1px;
	color: #cccccc;
	line-height: 1.7em;
	padding: 0 0.6em 0 0.6em;

}

.navigation-main ul li:first-child a {
	border-left-width: 0;
}

.navigation-main ul li a:hover, .navigation-main ul li a:focus {
	color: #fff;
	text-decoration: underline;
}

.navigation-main ul li.current-menu-item a {
	color: #fff;
	text-decoration: underline;
}
/*
@media screen and (max-width: 660px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
		font-family: 'Raleway', sans-serif;
		color: #be165c;
		margin-top: 6px; }

	.navigation-main ul {
		display: none;
	}
	.main-small-navigation {
	position: absolute;
	float:;
	z-index: 999;
	background-image: url();
	background-repeat: repeat;
	width:;
	top:;
	left:;
	padding:;
	-moz-box-shadow:;
	-webkit-box-shadow:;
	box-shadow:;
	}
	.main-small-navigation ul li a {
	height:;
	display: block;
	cursor: pointer;
	font-family:;
	text-decoration: none;
	font-weight:;
	font-size:;
	color: #be165c;
	padding:;
	}
	
} 
@media screen and (max-width: 481px) {
	.navigation-main ul li a {
	font-size: 1.3em;
	line-height: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}
nav {margin-bottom: 20px;}
}
@media screen and (min-width: 1000px) {
	.navigation-main ul li a {
	height: 26px;
	margin-top: 11px;
	margin-bottom: 11px;
	font-size: 1.4em;
	line-height: 1.2em;
}
} */


/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*********************
TYPOGRAPHY
*********************/

p { font-family: Arial, Helvetica, sans-serif; color: #333333; padding-bottom: 6px; }

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family:Mate SC, Arial, serif; font-weight: 400;
  text-rendering: optimizelegibility;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1,
h1 a,
.h1 a,
.post h1,
.post h1 a,
.entry-content h1,
.entry-content h1 a {
	font-family: Mate SC, Arial, serif; font-weight: 400;
	font-size: 1.9em;
}
.PageTitle h1, .PageTitle h1 a, .PageTitle h1 a:hover {
	font-family: Mate SC, Arial, serif; font-weight: 400;
	font-size: 1.2em;
	padding-left: 15px;
	color: #fff;
	background-color: #666666;
	text-decoration: none; 
}
h2 a,
.h2 a,
h2,
.h2,
.post h2,
.post h2 a,
.entry-content h2,
.entry-content h2 a {
	font-family: Mate SC, Arial, serif; font-weight: 400;
  	font-size: 1.7em; font-weight: bold;
}
h3,
.h3,
.post h3,
.entry-content h3  {
	font-family: Mate SC, Arial, serif; font-weight: 400;
  	font-size: 1.5em; font-weight: bold;
}
h4,
.h4,
.post h4,
.entry-content h4  {
	font-family: Mate SC, Arial, serif; font-weight: 400;
	font-size: 1.3em; font-weight: bold;
}
h5,
.h5,
.post h5,
.entry-content h5  {
	font-family: Mate SC, Arial, serif; font-weight: 400;
  	font-size: 1.1em; font-weight: bold;
}

h6,
.h6,
.post h6,
.entry-content h6  {
	font-family: Mate SC, Arial, serif; font-weight: 400;
  	font-size: 1em; font-weight: bold;
}

blockquote {
	font-weight: normal;
	font-size: 1.05em;
	color: #000;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-bottom: 30px;
}

.post-edit-link {
	font-size: 0.75em;
}

.entry-date {
	font-size: 1em;
	color: #000;
	margin-top: 10px;
}

.entry-meta {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 40px;
	padding-top: 10px;
	font-size: 0.85em;
}



/*********************
IMAGES
*********************/

/* force WordPress post images to be responsive */

.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}

.wp-caption { max-width: 100%; }

.wp-caption-text {
	font-size: 0.85em;
	font-weight: 700;
}

.wp-caption,
.wp-caption-text {
	ax-width: 97.5%;
	height: auto;
	width: auto9; /* ie8 */
}


/** CREATE HOVER OVERLAY ON POST THUMBNAIL IMAGES (commented out) **/

/**
.(insert declaration) a.img_link:hover {
	font-size:0.4em;  IE6 requires a change of some kind to occur on a:hover for hover to work on a.pic-link:hover span, otherwise this could be applied to that selector 
	}

.(insert declaration) a.img_link {
	position: relative;
	display: block;
}

.(insert declaration) a.img_link:hover span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(i/image.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
**/


/*********************
FOOTER
*********************/
#Footer {font-size: 1em; text-align: right; letter-spacing: 2px;}

#copyright {color: #000; font-size: 1em; float: left; padding-top: 10px;}
#credit {color: #666666; font-size: 0.75em; float: right; padding-top: 10px;}
#credit a {color: #666666; text-decoration: none;}

/*********************
FOOTER MENU
*********************/

#FooterNav ul /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	text-align: left;
	margin: 0px auto;
	margin-left: -20px;
}
#FooterNav ul li {
	display: block;
	float: left;
   	font-size: 0.85em;
   	float: right;
	width: auto;
}
#FooterNav ul li a {
	text-decoration: none;
	font-family: Mate SC, Arial, serif; font-weight: 400;
    color: #cccccc;
	padding: 0 0.5em 0 0.5em;
	line-height: 2.7em;
    position: relative;
}

#FooterNav ul li a:hover, #FooterNav ul li a:focus {
	color: #e8e8d9;
}

/****FRAMEWORK MEDIA QUERIES ***/
/******************************/

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/*width: 87.36%;*/
	width: 900px;
	padding-left: 0;
	padding-right: 0;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 0;
	padding-right: 0;
}

#Header {
	position: relative;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 109px;
}
nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%; 
	height: 20px; 
	padding: 5px 0 5px 0; 
	display: block; 
	background-color: #333333;
	border-top: solid 4px #787f83;
	border-bottom: solid 4px #787f83; 
	}
#PageBanner {clear: both;float: left;margin-left: 0;width: 406px;display: block;}
#Container {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #e1ebeb;
	border: solid 1px #787f83;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
	padding: 3%;
}

#home-content {
	clear: none;
	float: left;
	margin-left: 0;
	width: 65%;
	display: block;
	padding: 3%;
}
.PageTitle {
	width: 50%;
}
.entry-content {	
	padding: 1%;
}
#Sidebar {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 24.5%;
	display: block;
	padding: 1.5%;
	margin-top: 3%;
	border-left: solid 1px #787f83;
}
#Sidebar ul {margin:0; padding:0;}
#Footer {
	display: block;
	clear: both;
	position: relative;
	float: left;
	margin-left: 0;
	display: block;
	width: 100%;
	height: 34px;
	background-color: #333333;
	border-top: solid 4px #787f83;
	border-bottom: solid 4px #787f83;
}
#FooterInfo {
	position: absolute;
	top: 0;
	left:5%;
	width: 90%;
	text-align:right;
	padding-top: 20px;
	font-size: 1em;
}
.ph {padding-bottom: 4px;}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

/*
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 0;
	padding-right: 0;
}
.wrap {
	width: 90.675%;
	padding-left: 0;
	padding-right: 0;
}
/** header items 
#Header {
	clear: both;
	float: left;
	position:relative;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 330px;
}
nav {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 20px;
	width: 79.592%;
	display: block;
	height: 70px;
	padding-top: 0px;
	padding-right: 10.204%;
	padding-bottom: 0px;
	padding-left: 10.204%;
}
#PageBanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 238px;
	display: block;
}
#Container {
}
.ph {
	display: inline;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 5px;
	margin-left: 5px;
}
}

/* Desktop Layout: 769px to a max of 960px.  Inherits styles from: Mobile Layout and Tablet Layout. 

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 960px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
.wrap {
	width: 88.2%;
	max-width: 960px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
/** header items 
#Header {
	clear: both;
	float: left;
	position:relative;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 250px;
}
nav {
	clear: both;
	float: left;
	margin-left: 0;
	
	width: 79.592%;
	display: block;
	height: 70px;
	padding-right: 10.204%;
	padding-left: 10.204%;
}
#PageBanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 238px;
	display: block;
}
#Container {
	clear: both;
	float: left;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 10.204%;
	width: 51.1836%;
	display: block;
	padding-bottom: 50%;
}
#Sidebar {
	clear: none;
	float: left;
	margin-left: 3.0408%;
	width: 23.3673%;
	display: block;
	margin-top: 40px;
}
#Footer {
	display: block;
	position: relative;
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	width: 100%;
	height: 34px;
	background-image: url(i/foot_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #9a9a59;
}
#FooterInfo {
	position: absolute;
	top: 45%;
	left: 32.5%;
	width: 62.5%;
}
.ph {
	display: inline;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 5px;
	margin-left: 5px;
}

/** additional custom media queries for certain widths 
@media only screen and (min-width: 835px) {
	#Header {
	height: 365px;
}
} **/