﻿/*
Theme Name: Android Australia OLD
Theme URI: http://androidaustralia.com.au
Description: Androids. God made Rubin. Rubin made Android. Android made Google happy. Google made Bryce smarter. Bryce made the Android Australia theme. Here it is. 3rd time lucky.
Version: 1.1.0
Author: <a href="http://juicebybryce.com">Juice by Bryce</a>
Tags: beautiful, android
by Bryce Adams - bryce.se
*/


/*------------------------------------*\
    CONTENTS
\*------------------------------------*/

/*
1. NOTES
2. RESETS & GUMBY + UI
3. THE-BASICS (BODY/CONTAINERS/ETC.)
4. HEADER
5. MAIN-CONTENT (CONTENT/ETC.)    
6. FOOTER
7. SHARED (COMMUNLY USED ELEMENTS - EG. A:HOVER)
8. DEVICES - WOAH!
9. THE-VARIOUS ONES WITH NO OTHER HOME
*/


/*------------------------------------*\
    $NOTES
\*------------------------------------*/

/* Thank you for going to the effort of reading this.
/* Please see above for copyright/theme information. Obviously, this theme is not open source like the software it sits on.
/* It has cost several people large amounts of money and time to produce, and as such, should in no case ever be used without
/* express, written, embroided, permanent and undeniable consent. If you ever manage to get this, I'll buy you a beer.
/* A question you may have had by now: Why is it laid-out so nice and cleanly?
/* An answer I have: For you and me. For me, because it's easier to edit/control. For you, because maybe you'll find it useful
/* *as a reference* in your own personal projects. That's the best I can do for you.
/* My contact details are above if for some reason you do need to contact me.


/*------------------------------------*\
    $RESETS & GUMBY
\*------------------------------------*/

/* Gumby */ /* UI - starts 1074 / Other - 1914 */

/* -------------------------------------------------- 
    Table of Contents
-----------------------------------------------------
:: Reset & Standards
:: Links
:: Lists
:: Tables
:: Misc
*/


/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */
	
	/* 
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
   		License: none (public domain)
	*/
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}
	html {
		font-size: 62.5%; 
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	
	.left, .columns.left    { float: left; }
	.right, .columns.right  { float: right; }
	.hide     	{ display: none; }
	.highlight 	{ background: #fcf8bf; }
	
	
	
	
	
	/* kogan devices */
.button {
background: #222;
display: inline-block;
padding: 5px 15px 6px;
color: white !important;
font-size: 13px;
font-weight: bold;
line-height: 1;
text-decoration: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
border-bottom: none;
position: relative;
cursor: pointer;
overflow: visible;
width: auto; }

.button:hover { background-color: #111; color: #fff; border-bottom: none; }
.button:active { -webkit-transform: translateY(1px); -moz-transform: translateY(1px); }

.large.button {
font-size: 14px;
padding: 7px 25px 6px 10px;
}

.blue.button {
background-color: red;
}
.blue.button:hover { background-color: #990000; }

.button.white {
  background: #fff;
}

.button.white:hover {
  background: #f0f0f0;
}

.button img {
  height: 25px;
}

.providers img {
	height: 25px;
	padding: 0;
	margin-bottom: 0;
}

.providers tr {
		transition: all .15s ease-in-out;
		-moz-transition: all .15s ease-in-out;
		-ms-transition: all .15s ease-in-out;
		-webkit-transition: all .15s ease-in-out;
		-o-transition: all .15s ease-in-out;
}

.providers tr:hover {
	background: #f0f0f0;
}

.providers td {
	vertical-align: middle;
}

.providers td.from {
	font-weight: bold;
	font-size: 15px;
	padding-left: 0;
}

.providers td.from a {
	border-bottom: 0;
}

	
/*=======================================================================

	❤❤❤ Artfully Masterminded by ZURB. Perfected by Digital Surgeons. ❤❤❤
 
 ========================================================================*/
 
 
  	body {
  		background: #fff;
  		font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
  		font-size: 16px;
  		line-height: 1.6;
  		color: #555;
  		position: relative;
  		-webkit-font-smoothing: antialiased;
  	}
  	
  
  
 /*=====================================================
  
  	Headings
  	
  ======================================================*/
  
  
  	h1, h2, h3, h4, h5, h6 {
  		color: #1b1b1b;
  		font-weight: bold;
  		line-height: 1.6;
  	}
  	
	
  	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  		font-weight: inherit;
  	}
  	
  	h1 {
  		font-size: 46px;
  		margin-bottom: 12px;
  	}
  	
  	h2 {
  		font-size: 36px;
  		margin-bottom: 9px;
  	}
  	
  	h3 {
  		font-size: 28px;
  		margin-bottom: 9px;
  	}
  	
  	h4 {
  		font-size: 21px;
  		margin-bottom: 3px;
		font-weight: normal;
  	}
  	
  	h5 {
  		font-size: 18px;
  		font-weight: normal;
  		margin-bottom: 3px;
  	}
  	
  	h6 {
  		font-size: 15px;
  		font-weight: normal;
  	}
  
  	.subhead {
  		color: #777;
  		font-weight: normal;
  		margin-bottom: 20px;
  	}
  	
  	
 /*=====================================================
  
  	Links & Paragraph styles
  	
  	======================================================*/
  	
  	p {
  		font-size: 12px;
  		line-height: 1.6;
  		margin: 0 0 18px;
  	}
  	
  	p img {
  		margin: 0;
  	}
  	
  	p.lead {
  		font-size: 18px;
  	}
  
 	/*a { color: #d04526; text-decoration: none; outline: 0; line-height: inherit; }
 	a:hover { color: #c03d20; }*/
 	p a, p a:visited { line-height: inherit; }
  
  
 /*=====================================================
 
  	Lists
  	
  ======================================================*/
  	
  	ul, ol { margin-bottom: 18px; }
  	ul { list-style: none outside; }
  	ol { list-style: decimal; }
  	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
  	ul.square { list-style: square outside; }
  	ul.circle { list-style: circle outside; }
  	ul.disc { list-style: disc outside; }
  	ul ul, ol ol { margin: 4px 0 5px 30px; }
  	li { margin-bottom: 12px; }
  	ul.large li { line-height: 21px; }
  	
  
 
	
/* Mobile */

@media handheld, only screen and (max-width: 767px) {
	body, p {  font-size: 15px; font-size: 1.5rem; line-height: 1.4; }
}
	
	em { font-style: italic; line-height: inherit; }
	strong { font-weight: bold; line-height: inherit; }
	small { font-size: 60%; line-height: inherit; }
	
	h1 small, h2 small, h3 small, h4 small, h5 small { color: #777; }
	
/*	Blockquotes  */
	blockquote, blockquote p { line-height: 20px; color: #777; }
	blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited { color: #555; }
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }
	
	abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
	abbr { text-transform: none; }
	
	
/**
	 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
 */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  p a, p a:visited { color: #444 !important; text-decoration: underline; }
  p 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; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
	
	
	
	
/*=======================================================================

	❤❤❤ Artfully Masterminded by ZURB. Perfected by Digital Surgeons. ❤❤❤
 
 ========================================================================*/





/*=================================================

	+++ LE GRID +++
	A Responsive Grid -- Gumby defaults to a standard 960 grid, 
	but you can change it to whatever you'd like.
 
 ==================================================*/
 

	.container { padding: 0px 20px; margin:0 auto; }
	
	.row { width: 100%; max-width: 940px; min-width: 720px; margin: 0 auto; }
	/* To fix the grid into a different size, set max-width to your desired width */
	
	.row .row { min-width: 0px; }
	
	.column, .columns { margin-left: 2.127663%; box-sizing: border-box;
		float: left; min-height: 1px; position: relative; }
	.column:first-child, .columns:first-child, .alpha, .omega { margin-left: 0px; }
	[class*="column"] + [class*="column"]:last-child { float: right; }
	
	.row .one.columns 		{ width: 6.382989%; }
	.row .two.columns 		{ width: 14.893641%; }
	.row .three.columns 	{ width: 23.404293%; }
	.row .four.columns 		{ width: 31.914945%; }
	.row .five.columns 		{ width: 40.425597%; }
	.row .six.columns 		{ width: 48.936249%; }
	.row .seven.columns 	{ width: 57.446901%; }
	.row .eight.columns 	{ width: 65.957553%; } /* EDITED IT AND ADDED +1% ON TOP */
	.row .nine.columns 		{ width: 74.468205%; }
	.row .ten.columns 		{ width: 82.978857%; }
	.row .eleven.columns	{ width: 91.489509%; }
	.row .twelve.columns	{ width: 100%; }
	/* ADDED THIS LINE .four.columns {margin-left:1.127663%;} */
	
	/*** Formula: Column Width + Twice the Default Margin ***/
	
	.row .push_one 		{ margin-left: 10.638315%; }
	.row .push_two 		{ margin-left: 19.148967%; }
	.row .push_three 	{ margin-left: 27.659619%; }
	.row .push_four 	{ margin-left: 36.170271%; }
	.row .push_five 	{ margin-left: 44.680923%; }
	.row .push_six 		{ margin-left: 53.191575%; }
	.row .push_seven 	{ margin-left: 61.702227%; }
	.row .push_eight 	{ margin-left: 70.212879%; }
	.row .push_nine 	{ margin-left: 78.723531%; }
	.row .push_ten 		{ margin-left: 87.234183%; }
	/*.row .push_eleven 	{ margin-left: 95.744835%;  }*/
	
	
	/* Centering Columns is fun */
	
	.row .one.centered		{ margin-left: 46.808586%; }
	.row .two.centered 		{ margin-left: 42.55326%; }
	.row .three.centered	{ margin-left: 38.297934%; }
	.row .four.centered		{ margin-left: 34.042608%; }
	.row .five.centered 	{ margin-left: 29.787282%; }
	.row .six.centered 		{ margin-left: 25.531956%; }
	.row .seven.centered 	{ margin-left: 21.27663%; }
	.row .eight.centered 	{ margin-left: 17.021304%; }
	.row .nine.centered 	{ margin-left: 12.765978%; }
	.row .ten.centered 		{ margin-left: 8.510652%; }
	.row .eleven.centered { margin-left: 4.255326%; }
	
	
	/*** Formula: Column Width + Default Margin ***/

	.row .push_one:first-child 		{ margin-left: 8.510652%; }
	.row .push_two:first-child 		{ margin-left: 17.021304%; }
	.row .push_three:first-child 	{ margin-left: 25.531956%; }
	.row .push_four:first-child 	{ margin-left: 34.042608%; }
	.row .push_five:first-child 	{ margin-left: 42.55326%; }
	.row .push_six:first-child 		{ margin-left: 51.063912%; }
	.row .push_seven:first-child 	{ margin-left: 59.574564%; }
	.row .push_eight:first-child 	{ margin-left: 68.085216%; }
	.row .push_nine:first-child 	{ margin-left: 76.596868%; }
	.row .push_ten:first-child 		{ margin-left: 85.10652%; }
	.row .push_eleven:first-child { margin-left: 93.617172%; }
	

	 
	
	/*************** 16-column styles ****************/
	
	.sixteen.colgrid .row .one.columns 				{ width: 4.255326%; }
	.sixteen.colgrid .row .two.columns 				{ width: 10.638315%; }
	.sixteen.colgrid .row .three.columns 			{ width: 17.021304%; }
	.sixteen.colgrid .row .four.columns 			{ width: 23.404293%; }
	.sixteen.colgrid .row .five.columns 			{ width: 29.787282%; }
	.sixteen.colgrid .row .six.columns 				{ width: 36.170271%; }
	.sixteen.colgrid .row .seven.columns 			{ width: 42.55326%; }
	.sixteen.colgrid .row .eight.columns 			{ width: 48.936249%; }
	.sixteen.colgrid .row .nine.columns				{ width: 55.319238%; }
	.sixteen.colgrid .row .ten.columns 				{ width: 61.702227%; }
	.sixteen.colgrid .row .eleven.columns 		{ width: 68.085216%; }
	.sixteen.colgrid .row .twelve.columns 		{ width: 74.468205%; }
	.sixteen.colgrid .row .thirteen.columns		{ width: 80.851194%; }
	.sixteen.colgrid .row .fourteen.columns		{ width: 87.234183%; }
	.sixteen.colgrid .row .fifteen.columns		{ width: 93.617172%; }
	.sixteen.colgrid .row .sixteen.columns		{ width: 100%; }
	
	
	/*** Formula: Column Width + Twice the Default Margin ***/
	
	.sixteen.colgrid .row .push_one 			{ margin-left: 8.510652%;  }
	.sixteen.colgrid .row .push_two 			{ margin-left: 14.893641%; }
	.sixteen.colgrid .row .push_three 		{ margin-left: 21.27663%;  }
	.sixteen.colgrid .row .push_four 			{ margin-left: 27.659619%; }
	.sixteen.colgrid .row .push_five 			{ margin-left: 34.042608%; }
	.sixteen.colgrid .row .push_six 			{ margin-left: 40.425597%; }
	.sixteen.colgrid .row .push_seven 		{ margin-left: 46.808586%; }
	.sixteen.colgrid .row .push_eight 		{ margin-left: 53.191575%; }
	.sixteen.colgrid .row .push_nine 			{ margin-left: 59.574564%; }
	.sixteen.colgrid .row .push_ten 			{ margin-left: 65.957553%; }
	.sixteen.colgrid .row .push_eleven 		{ margin-left: 72.340542%; }
	.sixteen.colgrid .row .push_twelve 		{ margin-left: 78.723531%; }
	.sixteen.colgrid .row .push_thirteen 	{ margin-left: 85.10652%; }
	.sixteen.colgrid .row .push_fourteen	{ margin-left: 91.489509%; }
	.sixteen.colgrid .row .push_fifteen		{ margin-left: 97.872498%; }
	
	
	/* Centering Columns is fun */
	
	.sixteen.colgrid .row .one.centered 			{ margin-left: 47.872424%; }
	.sixteen.colgrid .row .two.centered 			{ margin-left: 44.680929%; }
	.sixteen.colgrid .row .three.centered			{ margin-left: 41.489434%; }
	.sixteen.colgrid .row .four.centered 			{ margin-left: 38.297939%; }
	.sixteen.colgrid .row .five.centered 			{ margin-left: 35.106444%; }
	.sixteen.colgrid .row .six.centered 			{ margin-left: 31.914949%; }
	.sixteen.colgrid .row .seven.centered 		{ margin-left: 28.723454%; }
	.sixteen.colgrid .row .eight.centered 		{ margin-left: 25.531959%; }
	.sixteen.colgrid .row .nine.centered 			{ margin-left: 22.340464%; }
	.sixteen.colgrid .row .ten.centered 			{ margin-left: 19.148969%; }
	.sixteen.colgrid .row .eleven.centered 		{ margin-left: 15.957474%; }
	.sixteen.colgrid .row .twelve.centered		{ margin-left: 12.765979%; }
	.sixteen.colgrid .row .thirteen.centered	{ margin-left: 9.574484%; }
	.sixteen.colgrid .row .fourteen.centered	{ margin-left: 6.382989%; }
	.sixteen.colgrid .row .fifteen.centered		{ margin-left: 3.191495%; }
	

	/*** Formula: Column Width + Default Margin ***/
	
	.sixteen.colgrid .row .push_one:first-child 			{ margin-left: 6.382989%; }
	.sixteen.colgrid .row .push_two:first-child				{ margin-left: 12.765978%; }
	.sixteen.colgrid .row .push_three:first-child 		{ margin-left: 19.148967%; }
	.sixteen.colgrid .row .push_four:first-child 			{ margin-left: 25.531956%; }
	.sixteen.colgrid .row .push_five:first-child 			{ margin-left: 31.914945%; }
	.sixteen.colgrid .row .push_six:first-child 			{ margin-left: 38.297934%; }
	.sixteen.colgrid .row .push_seven:first-child 		{ margin-left: 44.680923%; }
	.sixteen.colgrid .row .push_eight:first-child 		{ margin-left: 51.063912%; }
	.sixteen.colgrid .row .push_nine:first-child 			{ margin-left: 57.446901%; }
	.sixteen.colgrid .row .push_ten:first-child 			{ margin-left: 63.82989%; }
	.sixteen.colgrid .row .push_eleven:first-child 		{ margin-left: 70.212879%; }
	.sixteen.colgrid .row .push_twelve:first-child 		{ margin-left: 76.595868%; }
	.sixteen.colgrid .row .push_thirteen:first-child	{ margin-left: 82.978857%; }
	.sixteen.colgrid .row .push_fourteen:first-child	{ margin-left: 89.361846%; }
	.sixteen.colgrid .row .push_fifteen:first-child 	{ margin-left: 95.744835%; }
	
	
	
	img, object, embed { max-width: 100%; height: auto; }
	img { -ms-interpolation-mode: bicubic; }
	 
	 /* Nicolas Gallagher's micro clearfix */
	 .row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
	 .row:after, .clearfix:after { clear: both; }
	 .row, .clearfix { zoom: 1; }




/*=======================================================================

        ❤❤❤ Artfully Masterminded by ZURB. Perfected by Digital Surgeons. ❤❤❤
 
 ========================================================================*/

/*	--------------------------------------------------
	:: Block grids
	
	These are 2-up, 3-up, 4-up and 5-up ULs, suited
	for repeating blocks of content. Add 'mobile' to
	them to switch them just like the layout grid
	(one item per line) on phones
	-------------------------------------------------- 
	
	.block-grid { display: block; overflow: hidden; }
	.block-grid>li { display: block; height: auto; float: left; }
	
	.block-grid.two-up { margin-left: -4% }
	.block-grid.two-up>li { margin-left: 4%; width: 46%; }
	
	.block-grid.three-up { margin-left: -2% }
	.block-grid.three-up>li { margin-left: 2%; width: 31.3%; }
	
	.block-grid.four-up { margin-left: -2% }
	.block-grid.four-up>li { margin-left: 2%; width: 23%; }
	
	.block-grid.five-up { margin-left: -1.5% }
	.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; } */




/*==================================================

	+++ Grid +++
	
===================================================*/
	
	/* Mobile */
	
	@media only screen and (max-width: 480px) {
	  /* Style adjustments for viewports 480px and under go here */
	  .row {
	  	text-align: center;
	  }
	}
	
	@media only screen and (max-width: 767px) {
		body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
		
		.container { min-width: 0; margin-left: 0; margin-right: 0; }
		.row { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; }
		.row .row .column, .row .row .columns { padding: 0; }
		.column, .columns { width: auto !important; float: none; margin-left: 0; margin-right: 0; }
		.column:last-child, .columns:last-child { margin-right: 0; float: none; }
		.row .row .column, .row .row .columns { padding: 0; }
		.column, .columns { width: auto !important; float: none; margin-left: 0px; margin-right: 0px; }
		.column:last-child, .columns:last-child { margin-right: 0; float: none; }
		[class*="column"] + [class*="column"]:last-child { float: none; }
		[class*="column"]:before, [class*="column"]:after { display: table; }
		[class*="column"]:after { clear: both; }
		
		
		.push_one, .push_two, .push_three, .push_four, .push_five, .push_six, .push_seven, .push_eight, .push_nine, .push_ten, .push_eleven, .centered { margin-left: 0% !important; }
	}

	
	/*=======================================================================

	❤❤❤ A Beautifully Responsive UI Kit. Perfected by Digital Surgeons. ❤❤❤
 
 ========================================================================*/
 
 


/*=======================================================================

	Buttons
	
 ========================================================================*/
	
	
	.btn {
		position: relative;
		display: inline-block;
		width: auto;
		height: 36px;
		line-height: 36px;
		border: 1px solid #999;
		border-radius: 4px;
		cursor: pointer;
		margin: 0 0 20px 0;

		-webkit-box-shadow: inset 0 1px 1px #fff,
			0 1px 2px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
		box-shadow: inset 0 1px 1px #fff,
					0 1px 2px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
		
		background: #ccc; /* Old browsers */
		background: -moz-linear-gradient(top, #eee 0%, #ccc 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ccc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #eee 0%,#ccc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #eee 0%,#ccc 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #eee 0%,#ccc 100%); /* IE10+ */
		background: linear-gradient(top, #eee 0%,#ccc 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	}
	
	.btn:hover {
		-webkit-box-shadow: inset 0 1px 1px #fff,
			0 1px 2px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
		box-shadow: inset 0 1px 1px #fff,
					0 1px 2px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
		
		background: #ccc; /* Old browsers */
		background: -moz-linear-gradient(top, #fff 0%, #ddd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fff 0%,#ddd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fff 0%,#ddd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fff 0%,#ddd 100%); /* IE10+ */
		background: linear-gradient(top, #fff 0%,#ddd 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	}

	
	.btn a, .btn:hover a {
		display: block;
		font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		font-weight: bold;
		font-size: 16px;
		padding: 0 20px;
		text-align: center;
		text-decoration: none;
		color: #444;
		text-shadow: 0 1px 1px #fff;
	}
	
	.btn:hover a {
		line-height: inherit;
	}
	
	.btn:active {
		background: #ccc; /* Old browsers */
		background: -moz-linear-gradient(top, #ddd 0%, #fff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#fff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ddd 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ddd 0%,#fff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ddd 0%,#fff 100%); /* IE10+ */
		background: linear-gradient(top, #ddd 0%,#fff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}

	.btn.primary {
		height: 56px;
		line-height: 56px;
		border: 1px solid #7d180a;
		
		background: #c54224; /* Old browsers */
		background: -moz-linear-gradient(top, #ef6638 0%, #b62918 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef6638), color-stop(100%,#b62918)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ef6638 0%,#b62918 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ef6638 0%,#b62918 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ef6638 0%,#b62918 100%); /* IE10+ */
		background: linear-gradient(top, #ef6638 0%,#b62918 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6638', endColorstr='#b62918',GradientType=0 ); /* IE6-9 */
		
		-webkit-box-shadow: inset 0 1px 1px #fb926a,
			0 1px 2px rgba(0,0,0,0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
		box-shadow: inset 0 1px 1px #fb926a,
					0 1px 2px rgba(0,0,0,0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
					
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;

	}
	
	.btn.primary:hover {
		line-height: 56px;
		background: #ed754e; /* Old browsers */
		background: -moz-linear-gradient(top, #ed754e 0%, #c93e23 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed754e), color-stop(100%,#c93e23)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ed754e 0%,#c93e23 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ed754e 0%,#c93e23 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ed754e 0%,#c93e23 100%); /* IE10+ */
		background: linear-gradient(top, #ed754e 0%,#c93e23 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed754e', endColorstr='#c93e23',GradientType=0 ); /* IE6-9 */
	}
	
	.btn.primary a, btn.primary:hover a {
		font-size: 24px;
		color: #fff;
		text-shadow: 0 1px 2px #6f1c0e,
								 0 1px 0 #6f1c0e;
	}
	
	.btn.primary:active {
		background: #ed754e; /* Old browsers */
		background: -moz-linear-gradient(top, #c93e23 0%, #ed754e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c93e23), color-stop(100%,#ed754e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #c93e23 0%,#ed754e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #c93e23 0%,#ed754e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #c93e23 0%,#ed754e 100%); /* IE10+ */
		background: linear-gradient(top, #c93e23 0%,#ed754e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c93e23', endColorstr='#ed754e',GradientType=0 ); /* IE6-9 */
	}
	
	.btn.secondary { 
		height: 56px;
		line-height: 56px;
		border-color: #1d692d;
	
		-webkit-box-shadow: inset 0 1px 1px #94dda6,
			0 1px 2px rgba(0,0,0,0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
		-moz-box-shadow: inset 0 1px 1px #94dda6,
					0 1px 2px rgba(0,0,0,0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
		box-shadow: inset 0 1px 1px #94dda6,
					0 1px 2px rgba(0,0,0,0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
	
		background: #5dbb73; /* Old browsers */
		background: -moz-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dbb73), color-stop(100%,#2d9047)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* IE10+ */
		background: linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dbb73', endColorstr='#2d9047',GradientType=0 ); /* IE6-9 */
	}
	
	.btn.secondary:hover {
		background: #68ce80; /* Old browsers */
		background: -moz-linear-gradient(top, #68ce80 0%, #3cae5a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68ce80), color-stop(100%,#3cae5a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #68ce80 0%,#3cae5a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #68ce80 0%,#3cae5a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #68ce80 0%,#3cae5a 100%); /* IE10+ */
		background: linear-gradient(top, #68ce80 0%,#3cae5a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68ce80', endColorstr='#3cae5a',GradientType=0 ); /* IE6-9 */
	}
	
	.btn.secondary a, .btn.secondary:hover a {
		font-size: 24px;
		color: #fff;
		text-shadow: 0 1px 2px #114a1e,
								 0 1px 0 #114a1e;
	}
	
	.btn.secondary:active {
		background: #68ce80; /* Old browsers */
		background: -moz-linear-gradient(top, #3cae5a 0%, #68ce80 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cae5a), color-stop(100%,#68ce80)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #3cae5a 0%,#68ce80 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #3cae5a 0%,#68ce80 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #3cae5a 0%,#68ce80 100%); /* IE10+ */
		background: linear-gradient(top, #3cae5a 0%,#68ce80 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cae5a', endColorstr='#68ce80',GradientType=0 ); /* IE6-9 */
	}
	
	.btn.tertiary {
		height: 46px;
		line-height: 46px;
		border-color: #c19114;
		
		background: #feeeb8; /* Old browsers */
		background: -moz-linear-gradient(top, #feeeb8 0%, #fed554 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feeeb8), color-stop(100%,#fed554)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #feeeb8 0%,#fed554 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #feeeb8 0%,#fed554 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #feeeb8 0%,#fed554 100%); /* IE10+ */
		background: linear-gradient(top, #feeeb8 0%,#fed554 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeeb8', endColorstr='#fed554',GradientType=0 ); /* IE6-9 */
		
		-webkit-box-shadow: inset 0 2px 2px #fef9e9,
					inset 0 -3px 5px #fcaa20,
					0 1px 2px rgba(0,0,0,0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
		box-shadow: inset 0 2px 2px #fef9e9,
					inset 0 -3px 5px #fcaa20,
					0 1px 2px rgba(0,0,0,0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
	}
	
	.btn.tertiary:hover {
		background: #fef4d3; /* Old browsers */
		background: -moz-linear-gradient(top, #fef4d3 0%, #fcde7e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef4d3), color-stop(100%,#fcde7e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fef4d3 0%,#fcde7e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fef4d3 0%,#fcde7e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fef4d3 0%,#fcde7e 100%); /* IE10+ */
		background: linear-gradient(top, #fef4d3 0%,#fcde7e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef4d3', endColorstr='#fcde7e',GradientType=0 ); /* IE6-9 */
		
		-webkit-box-shadow: inset 0 2px 2px #fef9e9,
					inset 0 -3px 5px #fdc841,
					0 1px 2px rgba(0,0,0,0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
		box-shadow: inset 0 2px 2px #fef9e9,
					inset 0 -3px 5px #fdc841,
					0 1px 2px rgba(0,0,0,0.61); /* Remove this line if you dont want a dropshadow on your buttons*/
	}

	.btn.tertiary a, .btn.tertiary:hover a {
		font-size: 20px;
		color: #6a4a00;
		text-shadow: 0 1px 2px #fff;
	}
	
	.btn.tertiary:active {
		background: #fef4d3; /* Old browsers */
		background: -moz-linear-gradient(top, #fcde7e 0%, #fef4d3 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcde7e), color-stop(100%,#fef4d3)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fcde7e 0%,#fef4d3 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fcde7e 0%,#fef4d3 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fcde7e 0%,#fef4d3 100%); /* IE10+ */
		background: linear-gradient(top, #fcde7e 0%,#fef4d3 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcde7e', endColorstr='#fef4d3',GradientType=0 ); /* IE6-9 */
	}
	
	.oval { 
		-moz-border-radius: 1000px;
		-webkit-border-radius: 1000px;
		border-radius: 1000px;
	}
	
	.btn.left { 
		text-align: left; 
		text-indent: 12px;
	}
	
	
	
	/*=====================================================================
	
	 Resize your buttons (Works in conjunction with .primary, .secondary,
	 .tertiary button styles as well!)
	 	
	 =======================================================================*/
	 
	
	.small.btn {
		line-height: 24px !important;
		height: 24px;
	}
	
	.small.btn a, .small.btn:hover a {
		font-size: 12px;
	}
	
	.medium.btn {
		line-height: 40px !important;
		height: 40px;
	}
	
	.medium.btn a, .medium.btn:hover a {
		font-size: 16px;
	}
	
	.large.btn {
		line-height: 65px !important;
		height: 65px;
	}
	
	.large.btn a, .large.btn:hover a {
		font-size: 30px;
	}

	
	/* Mobile Buttons */
	
	@media only screen and (max-width: 767px) {
		.btn { display: block; }
		button.btn { width: 100%; padding-left: 0px; padding-right: 0px; }
		
		.btn.primary, .btn.secondary, .btn.tertiary, .btn.large {
			width: 100% !important;
		}
		
		.btn.medium {
			min-width: 75% !important;
		}
	}
	
	/* Correct FF button padding, thx ZURB */
	@-moz-document url-prefix(http://) {
		input[type=submit].button::-moz-focus-inner, button.button::-moz-focus-inner { border: 0; padding: 0; }
		input[type=submit].small.button		{ padding: 7px 20px 8px; }
		input[type=submit].medium.button	{ padding: 8px 34px 9px; }
		input[type=submit].large.button		{ padding: 9px 48px 10px; }
	}


/*	--------------------------------------------------
	Alerts
	-------------------------------------------------- */

	div.alert-box { display: block; padding: 6px 7px; font-weight: bold; font-size: 13px; background: #eee; border: 1px solid rgba(0,0,0,0.1); margin-bottom: 12px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-shadow: 0px 1px rgba(255,255,255,0.9); position: relative; }
	.alert-box.success { background-color: #7fae00; color: #fff; text-shadow: 0px -1px rgba(0,0,0,0.3); }
	.alert-box.warning { background-color: #c08c00; color: #fff; text-shadow: 0px -1px rgba(0,0,0,0.3); }
	.alert-box.error { background-color: #c00000; color: #fff; text-shadow: 0px -1px rgba(0,0,0,0.3); }
	
	.alert-box a.close { color: #000; position: absolute; right: 4px; top: 0px; font-size: 18px; opacity: 0.2; padding: 4px; }
	.alert-box a.close:hover { opacity: 0.4; }    
    
    
    
/*=======================================================================

    Pagination
    
 ========================================================================*/
 
 
    ul.pagination { display: block; height: 24px; margin-left: -5px; }
    ul.pagination li { float: left; display: block; height: 24px; color: #999; font-size: 15px; margin-left: 5px; }
    ul.pagination li a { display: block; padding: 6px 7px 4px; color: #555; }
    ul.pagination li.current a, ul.pagination li:hover a { border-bottom: solid 2px #00a6fc; color: #141414; }
    ul.pagination li.unavailable a { cursor: default; color: #999; }
    ul.pagination li.unavailable:hover a { border-bottom: none; }
    	


/*=======================================================================

    Tabs
    
 ========================================================================*/
 
	.tabs { 
		display: block;
	}
	
	.tabs ul {
		margin: 0;
		padding: 0;
		height: 30px;
		border-bottom: 1px solid #1d692d;
	}
	
  .tabs li {
  	display: block;
  	width: auto;
  	padding: 0;
  	margin: 0 10px 0 0;
  	line-height: 30px;
  	float: left;
  	color: #999;
  	cursor: default;
  }

  .tabs li a {
  	display: block;
  	width: auto;
  	height: 29px;
  	padding: 0 9px;
  	line-height: 30px;
  	border: 1px solid #1d692d;
  	margin: 0 -1px 0 0;
  	color: #05390a;
  	text-shadow: 0 1px 1px #77d58e;
  	background: #5dbb73;
  }
  
  .tabs li a:hover {
    text-decoration: none;
  }
  
  .tabs li.active a {
  	height: 30px;
  	font-weight: bold;
  	background: #ebffef;
  	border-width: 1px 1px 0 1px;
  	text-shadow: 0 1px 1px #fff;
  }
  
  .tabs div {
  	display: none;
  	padding: 20px 10px;
  }
	
	.tabs div.active {
		display: block;
	}
	
	.tabs li:last-child {
		margin-right: 0;
	}

/**** Pretty Tab Styles ****/

		.pretty.tabs ul {
			display: table;
			width: 100%;
			border: 1px solid #999;
			border-radius: 4px 4px 0 0;
			
			-webkit-box-shadow: inset 0 1px 1px #fff;
			box-shadow: inset 0 1px 1px #fff;
						
			background: #ccc; /* Old browsers */
			background: -moz-linear-gradient(top, #eee 0%, #ccc 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ccc)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #eee 0%,#ccc 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #eee 0%,#ccc 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #eee 0%,#ccc 100%); /* IE10+ */
			background: linear-gradient(top, #eee 0%,#ccc 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
			
		}
		
		.pretty.tabs li {
			display: table-cell;
			float: none;
			text-align: center;
		}
		
		.pretty.tabs li a {
			padding: 0;
			font-size: 16px;
			height: 52px;
			line-height: 52px;
			color: #444;
			border: none;
			border-right: 1px solid #999;
			text-shadow: 0 1px 1px #fff;
			font-weight: bold;
			background: transparent;
		}
		
		.pretty.tabs li:last-child a {
			border-right: none;
		}
		
		.pretty.tabs li.active a {
			font-weight: bold;
			color: #fff;
			position: relative;
			border: none;
			text-shadow: 0 2px 1px #1d692d,
				0 1px 1px #1d692d
			;
			
			-webkit-box-shadow: inset 0 1px 1px #94dda6,
				0 1px 0 #1d692d,
				0 -1px 0 #1d692d,
				1px 0 0 #1d692d,
				-1px 0 0 #1d692d
			;
			box-shadow: inset 0 1px 1px #94dda6,
				0 1px 0 #1d692d,
				0 -1px 0 #1d692d,
				1px 0 0 #1d692d,
				-1px 0 0 #1d692d
			;
		
			background: #5dbb73; /* Old browsers */
			background: -moz-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dbb73), color-stop(100%,#2d9047)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* IE10+ */
			background: linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dbb73', endColorstr='#2d9047',GradientType=0 ); /* IE6-9 */

		}
		
		.pretty.tabs ul li.active:first-child a {
			border-radius: 4px 0 0 0;
			margin-left: 0; 
		}
		
		.pretty.tabs ul li.active:last-child a {
			border-radius: 0 4px 0 0;
		}
		
		
		
	/**** Pill Tabs ****/

	.pill.tabs { height: auto; }
	.pill.tabs li, .pill.tabs li, .pretty.pill.tabs li { float: none; height: auto; }
	.pill.tabs li a { display: block; width: auto; height: auto; padding: 15px 20px; line-height: 1; border: solid 0 #ccc; border-width: 1px 1px 0; margin: 0; color: #555; background: #eee; font-size: 15px; font-size: 1.5rem; }
	.pill.tabs li a.active { height: auto; margin: 0; border-width: 1px 0 0; background: #fff; }
	
		.pretty.pill.tabs { border-bottom: solid 1px #eee; height: auto; }
		.pretty.pill.tabs li a { padding: 15px 20px; border: none; border-left: 1px solid #eee; border-right: 1px solid #eee; border-top: 1px solid #eee; background: #fff; }
		.pretty.pill.tabs li a.active { border: none; background: #00a6fc; color: #fff; margin: 0; position: static; top: 0; height: auto; }
		.pretty.pill.tabs li.active:first-child a { margin: 0; }


	/* Vertically Align Stuff */

	.valign { display: table; width: 100%; }
	
	.valign > div, .valign > article { display: table-cell; vertical-align: middle; }​


/*=======================================================================
 ========================================================================

	❤❤❤ A Beautifully Responsive UI Kit. Perfected by Digital Surgeons. ❤❤❤
	
 ========================================================================
 ========================================================================*/

 
/*=======================================================================

	Form Styles
	
 ========================================================================*/

	form { 
		margin: 0 0 18px;
	}
	
	form label {
		display: block;
		font-size: 16px;
		line-height: 18px;
		cursor: pointer;
		margin-bottom: 9px;
	}
	
	form .field {
		position: relative;
		margin-bottom: 10px;
	}
	
	form dt {
		margin: 0;
	}
	
 	.field .text input, .field .text input[type="search"], form textarea {
		font-size: 14px;
		width: 100%;
		border: none;
		box-shadow: none;
		border: none;
		padding: 0;
		margin: 0;
		outline: none;
		resize: none;
	}

	form textarea {
		height: 150px;
	}
	
	.field .text input[type="search"] {
		-webkit-appearance: textfield;
	}

	.field .text, .field .search, .field .textarea {
		position: relative;
		font-size: 14px;
		padding: 8px 10px;
		outline: none !important;
		background: #fff;
		box-shadow: inset 0 2px 3px #ccc,
			0 1px 0 #f4fff6
		;
		border: 1px solid #b7b7b7;
		border-radius: 4px;
	}
	
	.field .text.oval {
		border-radius: 1000px;
	}
	
	.field .search {
		padding: 2px 10px;
		line-height: 24px;
		margin-bottom: 0;
		border: 1px solid #bbb;
		box-shadow: 0px 1px 1px #f0f0f0,
			inset 0 1px 3px #888
		;
	}
	
	label + .text, label + textarea, label + select, label + div.dropdown, select + div.dropdown {
		margin-top: -9px;
	}
	
	.field.error .text {
		margin-top: 45px;
		box-shadow: inset 0 2px 3px #feb9a2,
			0 1px 0 #f4fff6
		;
		-webkit-transition-duration: .2s;
	}
	
	.field.error .text, .field.error input {
		color: #cd4225;
		background: #ffdace;
	}
	
	form .msg {
		display: block;
		opacity: 0;
		height: 0;
		width: 100%;
		overflow: hidden;
	}
	
	form .error > .msg {
		opacity: 1;
		height: auto;
		overflow: visible;
		
		position: absolute;
		top: 0px;
		display: block;
		
		width: 100%;
		background: #b72a18;
		color: #fff;
		font-weight: 500;
		font-size: 14px;
		text-align: center;
		padding: 8px 0;
		border-radius: 4px;
		-webkit-transition-duration: .2s;
	}
	
	form .error .msg .caret {
		left: 50%;
		top: 100%;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 5px solid #b72a18;
		opacity: 1;
	}
	
	
	/* Form Picker Element (<select>) */
		
	.picker {
		position: relative;
		width: auto;
		height: 38px;
		display: inline-block;
		margin: 0 0 2px 1.2%;
	}
	
	.picker:first-child {
		margin-left: 0;
	}
	
	.picker select {
		position: absolute;
		z-index: 0;
		display:none;
	}
	
	.picker .toggle {
		position: relative;
		top: 0;
		left: 0;
		height: 36px;
		padding: 0 35px 0 20px;
		border: 1px solid #999;
		border-radius: 4px;
		font: bold 16px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		line-height: 36px;
		color: #444;
		text-shadow: 0 1px 1px #fff;
		display: inline-block;
		z-index: 1;
		
		background: #ccc; /* Old browsers */
		background: -moz-linear-gradient(top, #eee 0%, #ccc 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ccc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #eee 0%,#ccc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #eee 0%,#ccc 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #eee 0%,#ccc 100%); /* IE10+ */
		background: linear-gradient(top, #eee 0%,#ccc 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow: inset 0 1px 1px #fff,
			0 1px 2px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
		-moz-box-shadow: inset 0 1px 1px #fff,
					0 1px 2px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
		box-shadow: inset 0 1px 1px #fff,
					0 1px 2px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
	}
	
	.picker .toggle:hover {
		border-color: #bbb;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, #fff 0%, #ddd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fff 0%,#ddd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fff 0%,#ddd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fff 0%,#ddd 100%); /* IE10+ */
		background: linear-gradient(top, #fff 0%,#ddd 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	} 
	
	.caret {
	  display: inline-block;
	  position: absolute;
	  width: 0;
	  height: 0;
	  text-indent: -99999px;
	  *text-indent: 0;
	  vertical-align: top;
	  border-left: 4px solid transparent;
	  border-right: 4px solid transparent;
	  border-top: 4px solid #000000;
	  opacity: 0.5;
	  filter: alpha(opacity=30);
	  content: "\2193";
	  -webkit-transition-duration: .2s;
	}
	
	.picker .caret {
	  right: 12px;
	  top: 16px;
	}
	
	.picker:hover .caret, .picker.open .caret {
	  opacity: 1;
	  filter: alpha(opacity=100);
	  -webkit-transition-duration: .2s;
	}
	
	.picker ul {
		display: inline-block;
		position: absolute;
		text-align: center;
		left: 0;
		top: 20px;
		min-width: 180px;
		height: 0;
		max-height: 0;
		margin: 0;
		overflow: hidden;
		background: #fff;
		border-radius: 4px;
	}
	
	.picker.open ul {
		width: auto;
		height: auto;
		max-height: 1000px;
		top: 40px;
		border: 1px solid #bbb;
		-webkit-box-shadow:	0 1px 2px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
		box-shadow: 0 1px 2px rgba(0,0,0,0.31); /* Remove this line if you dont want a dropshadow on your buttons*/
		
		-webkit-transition-duration: .4s;
		z-index: 99;
	}
	
	.picker ul li {
		margin-bottom: 0;
		border-bottom: 1px solid #eee;
	}
	
	.picker ul li:last-child {
		border-bottom: none;
	}
	
	.picker ul li a {
		display: block;
		padding: 10px 50px;
	}

	/* Inlined Label Style */
	input.placeholder, textarea.placeholder { color: #888; }

	/* Text input and textarea sizes */
	input.input-text, textarea { width: 254px; }
	input.small, textarea.small { width: 134px; }
	input.medium, textarea.medium { width: 254px; }
	input.large, textarea.large { width: 434px; }

	/* Fieldsets */
	form fieldset { padding: 9px 9px 2px 9px; border: solid 1px #ddd; margin: 18px 0; }

	/* Inlined Radio & Checkbox */
	
	form .field input[type=radio], form .field input[type=checkbox] {
		display: inline;
		width:auto;
		margin-bottom:0;
	}

	form .field .radio span, form .field .checkbox span {
		display: inline-block;
		width: 16px;
		height: 16px;
		position: relative;
		top: 2px;
		border: solid 1px #ccc;
		background: #fefefe;
	}
	
	form .field .radio.checked span, form .field .checkbox.checked span {
		background: url(www.androidaustralia.com.au/wp-content/themes/img/sprite_checkradio.gif) #fefefe 0 1px no-repeat;
	}
	
	form .field .radio span {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}
	
	form .field .checkbox span {
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	
	form .field .checkbox.checked span {
		background-position: 0px -14px;
	}
	
	
	
	@media only screen and (max-width: 767px) {
	  /* inform JS */
	  .picker:after {
	  	content: 'handheld';
	  	display: none;
	  }

	  .picker select {
	  	display: inline-block;
	  	position: relative;
	  	opacity: 1;
	  	z-index: 1;
	  	
	  	max-width: 100%;
	  	height: 38px;
	  	line-height: 38px;
	  	font-size: 15px;
	  }
	  
	  .picker .toggle {
	  	display: none;
	  }
		
	}
		
		
		
/*=====================================================

 	Tables
 	
 ======================================================*/
 	
 	table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; width: 100%; margin: 0 0 18px; border: 1px solid #ddd;  }
 	
 	table thead { background: #f5f5f5; }
 	table thead tr th,
 	table tbody tr td { font-size: 12px; line-height: 18px; text-align: left; }
 	table thead tr th { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
 	table thead tr th:first-child { border-left: none; }
 	table thead tr th:last-child { border-right: none; }
 	
 	table thead tr {  }
 	table tbody {  }
 	table tbody tr {  }
 	table tbody tr.even,
 	table tbody tr.alt { background: #f1f8fe; }
 	table tbody tr:nth-child(even) { background: #f1f8fe; }
 	table tbody tr td { color: #777; padding: 9px 10px; vertical-align: top; border: none;}


/*=====================================================

   Navigation (with dropdowns)
   	
 ======================================================*/
 
	
	.navbar {
		width: 100%;
		display: table;
		border: 1px solid #1d692d;
		margin-bottom: 20px;
		background: #5dbb73; /* Change this to suit the color theme of your site */
	}
	
	.navbar .logo {
		display: table-cell;
		height: 55px;
		margin: 0;
		line-height: 0;
		vertical-align: middle;
	}
	
	.navbar .logo a {
		display: block;
		height: 55px;
		line-height: 60px;
		padding: 0 0 0 15px;
		overflow: hidden;
	}
	
	.navbar ul {
		display: table;
		width: 100%;
		float: none;
		vertical-align: middle;
		margin-bottom: 0;
	}
	
	.navbar ul li {
		display: table-cell;
		float: none;
		list-style-type: none;
		margin-bottom: 0;
		margin-left: 0;
		text-align: center;
		border-right: 1px solid #114a1e;
	}
	
	.navbar > ul > li > a {
		display: block;
		height: 55px;
		line-height: 55px;
		font-size: 16px;
		padding: 0 15px;
		color: #fff;
		font-weight: bold;
		text-shadow: 0 1px 2px #114a1e,
								 0 1px 0 #114a1e;
	}
	
	.navbar > ul > li .field {
		position: relative;
		display: inline-block;
		text-align: center;
	}
	
	.navbar > ul > li .field .search input {
		line-height: 14px;
	}
	
	.navbar > ul > li:hover > a {	
		position: relative;
		background: #05390a;
		z-index: 1000;
	}
	
	.navbar > ul > li > li > a {
		padding: 0 33px;
	}
	
	.navbar > ul > li:last-child, .navbar > ul > li:last-child a:hover {
		border-right: none;
	}
	
	
	/**** Navbar positioning for Microsoft's browser who deserves not to be mentioned ****/
	
	.oldie .navbar, .oldie .navbar > ul > li > a { display: block; }
	
	.oldie .navbar .logo, .oldie .navbar ul, .oldie .navbar ul li { float: left; display: inline-block; }
	
	.oldie .navbar .logo a { display: block; overflow: hidden; }
	
	.oldie .navbar > ul > li .field { display: inline-block; padding: 0 18px; }
	
	/******** Pretty Navbar Styles *********/
	
	.pretty.navbar {
		border-radius: 4px;
		
		background: -moz-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dbb73), color-stop(100%,#2d9047)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* IE10+ */
		background: linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dbb73', endColorstr='#2d9047',GradientType=0 ); /* IE6-9 */
		
		-webkit-box-shadow: inset 0 1px 1px #94dda6,
			0 1px 2px rgba(0,0,0,0.61) !important; /* Remove this line if you dont want a dropshadow on your buttons*/
		-moz-box-shadow: inset 0 1px 1px #94dda6,
					0 1px 2px rgba(0,0,0,0.61) !important; /* Remove this line if you dont want a dropshadow on your buttons*/
		box-shadow: inset 0 1px 1px #94dda6,
					0 1px 2px rgba(0,0,0,0.61) !important; /* Remove this line if you dont want a dropshadow on your buttons*/
	}
	
	.pretty.navbar li {
		-webkit-box-shadow:
			inset 1px 0 0 #94dda6;
		-moz-box-shadow:
			inset 1px 0 0 #94dda6;
		box-shadow:
			inset 1px 0 0 #94dda6;
	}
	
	.pretty.navbar ul:first-child li:first-child a {
		border-radius: 4px 0 0 4px;
	}
	
	.pretty.navbar ul li:last-child a {
		border-radius: 0 4px 4px 0;
	}
	
	.pretty.navbar > ul > li:hover > a {
		-webkit-box-shadow:	2px 0 0 #114a1e;
		-moz-box-shadow: 2px 0 0 #114a1e;
		box-shadow: 2px 0 0 #114a1e;
	}
	
	.pretty.navbar > ul > li:first-child, .pretty.navbar > ul > li:first-child a:hover {	
		box-shadow: none;
	}
	
	
	
	/******** CSS3 Dropdown Menu Styles **********/
	
	.navbar li .dropdown {
		width: auto;
		min-width: 0px;
		max-width: 380px;
		height: 0;
		position: absolute;
		background: #fff;
		overflow: hidden;
		z-index: 999;
	}
	
	.navbar li:hover .dropdown {
		min-height: 60px;
		max-height: 500px;
		height: auto;
		padding: 0;
		border-top: 1px solid #1d692d;
		
		-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.3);
		-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.3);
		box-shadow: 0px 3px 4px rgba(0,0,0,.3);
	
	
		-webkit-transition: ease-in-out .2s;
		-moz-transition: ease-in-out .2s;
		-o-transition: ease-in-out .2s;
		-ms-transition: ease-in-out .2s;
		transition: ease-in-out .2s;
	}

	.navbar li .dropdown ul {
		margin: 0;
	}
	
	.navbar li .dropdown ul > li {
		display: block;
		width: 100%;
		float: left;
		text-align: left;
		height: auto;
		font: 16px "Helvetica Neue", arial, sans-serif;
		border-radius: none;
	}
	
	.navbar li .dropdown ul > li a {
		display: block;
		line-height: 26px;
		height: 26px;
		padding: 10px 20px;
		border-bottom: 1px solid #ddd;
	}
	
	.navbar ul .dropdown ul li:first-child a {
		border-radius: 0;
	}
	
	.navbar li .dropdown li a:hover {
		background: #ebfeee;
	}
	
	@media only screen and (max-width: 767px) {
		
		.navbar, .pretty.navbar {
	  	background: transparent;
	  	border: 0;
	  	text-align: center;
	  	-webkit-box-shadow: none !important;
	  	box-shadow: none !important;
	  }
	  
	  .navbar .logo {
	  	display: block;
	  	margin-bottom: 30px;
	  }
		  
	  .navbar ul {
	  	display: block;
	  	width: 100%;
	  	margin-left: 0 !important;
	  	box-sizing: border-box;
	  }
	  
	  .navbar ul li {
	  	display: block;
	  	width: 100%;
	  	border-right: 0 !important;
	  }
	
	  .navbar ul li > a {
			font-size: 22px !important;
			border: 1px solid #1d692d;
			background: #5dbb73; /* Old browsers */
	  }
	  
	  .navbar > ul > li .field {
	  	padding-top: 20px;
	  	width: 90%;
	  }
	  
	  .navbar > ul > li .search {
	  }
	  
	  .navbar li a:hover, .navbar > ul > li:first-child, .navbar > ul > li:first-child a:hover, .navbar > ul > li:last-child, .navbar > ul > li:last-child a:hover {	
	  	box-shadow: none;
	  }
	  
	  .navbar > ul > li:last-child, .navbar > ul > li:last-child a:hover {
	  	border-right: none;
	  }
	  
	  .navbar li:first-child a {
	  	border-radius: 4px 4px 0 0 !important;
	  }
	  
	  .navbar li:last-child a {
	  	border-radius: 0 0 4px 4px !important;
	  }
	  
	  .navbar li:hover .dropdown {
	  	display: none;
	  }
	  
	  .pretty.navbar ul li > a {
	  	background: -moz-linear-gradient(top, #5dbb73 0%, #2d9047 100%); /* FF3.6+ */
	  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dbb73), color-stop(100%,#2d9047)); /* Chrome,Safari4+ */
	  	background: -webkit-linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* Chrome10+,Safari5.1+ */
	  	background: -o-linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* Opera 11.10+ */
	  	background: -ms-linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* IE10+ */
	  	background: linear-gradient(top, #5dbb73 0%,#2d9047 100%); /* W3C */
	  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dbb73', endColorstr='#2d9047',GradientType=0 ); /* IE6-9 */
	  	
	  	-webkit-box-shadow: inset 0 1px 1px #94dda6; 
	  	-moz-box-shadow: inset 0 1px 1px #94dda6;
	  	box-shadow: inset 0 1px 1px #94dda6;
	  }
	  
	  .navbar ul li:hover > a {
	  	background: #05390a;
	  	border-right: none;
	  	box-shadow: none !important;
	  }
	  
	  .pretty.navbar ul li .btn {
	  	margin-top: 20px;
	  }
	  
	}
	
	
/*=====================================================

   	Sub Navigation
   	
 ======================================================*/


  .subnav {
  	display: block;
    width: auto;
    overflow: hidden;
    margin: 0 0 18px 0;
    padding-top: 4px;
  }

  .subnav li, .subnav dt, .subnav dd {
    float: left;
    display: inline;
    margin-left: 9px;
    margin-bottom: 4px;
  }
  
  .subnav li:first-child, .subnav dt:first-child, .subnav dd:first-child {
  	margin-left: 0;
  }

  .sub-nav dt {
    color: #999;
    font-weight: normal;
  }

  .subnav li a, .subnav dd a {
  	color: #05390a;
  	font-size: 15px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  
  .subnav li.active a, .subnav dd.active a {
    background: #5dbb73;
    padding: 5px 9px;
    text-shadow: 0 1px 1px #77d58e;
  }
  
  

	/** Intrinsic Ratio video embedding (maintains aspect ratio) **/
	
	/* of course this doesn't fucking work */
	
	
	/** Line Section Row Dividers **/
	
	
	.line {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom-style: solid;
		border-bottom-color: #ccc;
	}
	
	.thin.line {
		border-width: 1px;
	}
	
	.medium.line {
		border-width: 2px;
	}
	
	.thick.line {
		border-width: 4px;
	}
	
	
	/* Skip Links */
	
	.skipnav li {
	  display: inline-block;
	  margin-left: 2%;
	}
	
	.skipnav li:first-child {
	  margin-left: 0;
	}
	
	.skiplink a, .skipnav a {
	  background: #5dbb73;
	  color: #05390a;
	  padding: 6px 15px;
	  border-radius: 4px;
	  text-shadow: 0 1px 1px #77d58e;
	}
	
	.skiplink a:hover, .skipnav a:hover {
	  background: #72dd8d;
	}
	
	.skiplink a i, .skipnav a i {
	  margin-left: 10px;
	}
	

	/* Preformatted Text */
	
	pre {
		background-color: #1b1b1b;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		box-shadow: inset 0 2px 2px #000;
		border: 1px solid #e6ffeb;
		box-sizing: border-box;
		color: #fff;
		font-family: Courier, monospace;
		font-size: 14px;
		text-align: left;
		overflow: hidden !important;
		padding: 20px;
		white-space: pre-wrap;
	}
	
	code {
		color: #D04526;
		font-family: Courier, monospace;
		font-size: 14px;
		padding: 2px 4px 2px 4px;
		background: #e7ffec;
		border-radius: 4px;
	}


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



/* ==========================================================================

   Styles targeting cavemen who still use printers.
   Who prints in 2012? Seriously...
   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; }

}



/*------------------------------------*\
    $THE-BASICS
\*------------------------------------*/

body {
background: #f0f0f0;
font-family: 'RobotoRegular', Arial, sans-serif;
font-size:13px;
color:#222;
padding:0;
margin:0;
}

/*#container {
width:960px;
margin:0 auto;
position:relative;
}

#container h1 {
font-size:30px;
font-weight:normal;
letter-spacing:-1px;
width:600px;
padding:32px 0 25px 0;
}

#container h1 a {	
color:#222;
text-decoration:none;
}

#container h1 a:hover {
color:#c00;
}
*/

.background {text-align: center; background:#fff;}
.background2 {background:#1e1e1e;}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/

.topsm a:hover, .topl a:hover {border-bottom: none;}
.infopages a {color: #000;}

.topuserbar a {
	color:#a4c639;
	font-weight:bold;
	text-decoration:none;
	}
.topuserbar a span.two {
	color:#c6ed47;
	}

/* the following replaces the above two styles when the new header comes in */
.newuserbar .userdet a {
	color:#a4c639;
	font-weight:bold;
	text-decoration:none;
	}

.newuserbar .breakingtop {}
.newuserbar .breakingtop span {color:#a4c639; font-style: italic; font-weight: bold;}
.newuserbar .breakingtop a {
	border-bottom: none;
	
	}


.hiuser {
font-weight: bold;
color:#808080;
}

.hiuser2 {
font-size:12px;
padding-left:10px;
}

.hiuser2 a {
color:#a4c639;
/*color:#003ec4;*/
/*font-style: italic;*/
}

.hiuser2 a:hover {
color:#c6ed47;
/*color:#4b71c1;*/
}

.hiuser2 a:active {
color:#a4c639;
}

.morimagelogo {
padding-top:5px;
padding-left:5px;
padding-bottom:15px;
}

.aalogo a, .aalogo a:hover {border-bottom:none;}

.headerright {margin-top:8px;}

.headerright a, .headerright a:hover {border-bottom: none;}

.headpages {color:#fff;text-align:right;padding-right:20px;}
.headpages a {color:#fff;}
.headpages a:hover {color:#fff;border-bottom: 1px dotted #fff;}

/* some new rules for the search bar in new header design */
#megaMenu ul.megaMenu > li > .wpmega-nonlink {padding-top:2px !important;padding-right:11px !important;}
#megaMenu > ul.megaMenu > li > .wpmega-nonlink > form#searchform input[type="text"] {height:13px !important; background:#eee; font-size:14px;}
#megaMenu > ul.megaMenu > li > .wpmega-nonlink > form#searchform input[type="text"]:focus {background:#fff;}
#megaMenu > ul.megaMenu > li > .wpmega-nonlink > form#searchform input[type="text"]:hover {border:1px solid #AAA;border-left:none;}
#megaMenu > ul.megaMenu > li > .wpmega-nonlink > form#searchform input[type="submit"] {width:30px; height:13px !important; min-height: 24px !important; padding-top:0px !important;}


/* other awesome menu rules */
.devmenu img {width:135px;}
.devmenu {display:inline-block; width:135px;}
.devmenu .title, .tabmenu .title, .minmenu .title {text-align: center; font-weight: bold; padding-top: 4px !important;}

.tabmenu img {width:170px;}
.tabmenu {display:inline-block; width:170px;}
.tabmenu.bam img {padding-bottom:5px;}

.minmenu img {width:90px;}
.minmenu {display:inline-block; width:90px;}

#megaMenu h2 {
	font-size:14px !important;
	color:#a4c639;
	font-style: italic; }
#megaMenu #execphp-2 h2, #megaMenu #execphp-5 h2, #megaMenu #execphp-1 h2, #megaMenu #execphp-3 h2, #megaMenu #execphp-4 h2, #megaMenu #execphp-6 h2,  {width:135px; text-align: center;}

/* we need to style just the column in the devices submenu for the different device types.. awkward style fix that doesn't work:
#megaMenu .ss-colgroup-5 > .ss-col, #megaMenu .wpmega-nonlink.ss-colgroup-5 li, #megaMenu ul.megaMenu li.ss-nav-menu-mega.mega-colgroup-5 > ul > li#execphp-7 {width:11% !important;}*/

#megaMenu .manuall {
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
-moz-column-gap:30px; /* Firefox */
-webkit-column-gap:30px; /* Safari and Chrome */
column-gap:30px; }
#megaMenu .manu {font-size:13px;}

/*------------------------------------*\
    $MAIN-CONTENT
\*------------------------------------*/


/* responsive slider stuff for home page (delete when unused) */

/* UNLESS YOU KNOW WHAT YOU'RE DOING, DO NOT CHANGE THE FOLLOWING RULES */	
		.easy-accordion{display:block;position:relative;overflow:hidden;padding:0;margin:0}
		.easy-accordion dt,.easy-accordion dd{margin:0;padding:0}
		.easy-accordion dt,.easy-accordion dd{position:absolute}
		.easy-accordion dt{margin-bottom:0;margin-left:0;z-index:5;/* Safari */ -webkit-transform: rotate(-90deg); /* Firefox */ -moz-transform: rotate(-90deg);-moz-transform-origin: 20px 0px;  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);cursor:pointer;}
		.easy-accordion dd{z-index:1;opacity:0;overflow:hidden}
		.easy-accordion dd.active{opacity:1;}
		.easy-accordion dd.no-more-active{z-index:2;opacity:1}
		.easy-accordion dd.active{z-index:3}
		.easy-accordion dd.plus{z-index:4}
		.easy-accordion .slide-number{position:absolute;bottom:0;left:10px;font-weight:normal;font-size:1.1em;/* Safari */ -webkit-transform: rotate(90deg); /* Firefox */ -moz-transform: rotate(90deg);  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
		 
/* FEEL FREE TO CUSTOMIZE THE FOLLOWING RULES */
		dd p{line-height:120%}
		
		#accordion-1{width:600px;height:245px;padding:30px;background:#fff;border:1px solid #b5c9e8}
		#accordion-1 dl{width:600px;height:245px}	
		#accordion-1 dt{height:46px;line-height:44px;text-align:right;padding:0 15px 0 0;font-size:1.1em;font-weight:bold;font-family: Tahoma, Geneva, sans-serif;text-transform:uppercase;letter-spacing:1px;background:#fff url(www.androidaustralia.com.au/wp-content/themes/aa/images/slide-title-inactive-1.jpg) 0 0 no-repeat;color:#26526c}
		#accordion-1 dt.active{cursor:pointer;color:#fff;background:#fff url(www.androidaustralia.com.au/wp-content/themes/aa/images/slide-title-active-1.jpg) 0 0 no-repeat}
		#accordion-1 dt.hover{color:#68889b;}
		#accordion-1 dt.active.hover{color:#fff}
		#accordion-1 dd{padding:25px;background:url(www.androidaustralia.com.au/wp-content/themes/aa/images/slide.jpg) bottom left repeat-x;border:1px solid #dbe9ea;border-left:0;margin-right:3px}
		#accordion-1 .slide-number{color:#68889b;left:10px;font-weight:bold}
		#accordion-1 .active .slide-number{color:#fff;}
		#accordion-1 a{color:#68889b}
		#accordion-1 dd img{float:right;margin:0 0 0 30px;}
		#accordion-1 h2{font-size:2.5em;margin-top:10px}
		#accordion-1 .more{padding-top:10px;display:block}
			
		#accordion-2{width:600px;height:195px;padding:30px;background:#fff;border:1px solid #b5c9e8}
		#accordion-2 h2{font-size:2.5em;margin-top:10px}
		#accordion-2 dl{width:600px;height:195px}	
		#accordion-2 dt{height:56px;line-height:44px;text-align:right;padding:10px 15px 0 0;font-size:1.1em;font-weight:bold;font-family: Tahoma, Geneva, sans-serif;text-transform:uppercase;letter-spacing:1px;background:#fff url(www.androidaustralia.com.au/wp-content/themes/aa/images/slide-title-inactive-2.jpg) 0 0 no-repeat;color:#26526c}
		#accordion-2 dt.active{cursor:pointer;color:#fff;background:#fff url(www.androidaustralia.com.au/wp-content/themes/aa/images/slide-title-active-2.jpg) 0 0 no-repeat}
		#accordion-2 dt.hover{color:#68889b;}
		#accordion-2 dt.active.hover{color:#fff}
		#accordion-2 dd{padding:25px;background:url(www.androidaustralia.com.au/wp-content/themes/aa/images/slide.jpg) bottom left repeat-x;border:1px solid #dbe9ea;border-left:0;margin-right:3px}
		#accordion-2 .slide-number{color:#68889b;left:10px;font-weight:bold}
		#accordion-2 .active .slide-number{color:#fff}
		#accordion-2 a{color:#68889b}
		#accordion-2 dd img{float:right;margin:0 0 0 30px;position:relative;top:-20px}

		#accordion-3{width:600px;height:195px;padding:30px;background:#fff;border:1px solid #b5c9e8}
		#accordion-3 h2{font-size:2.5em;margin-top:10px}
		#accordion-3 dl{width:600px;height:195px}	
		#accordion-3 dt{height:56px;line-height:44px;text-align:right;padding:10px 15px 0 0;font-size:1.1em;font-weight:bold;font-family: Tahoma, Geneva, sans-serif;text-transform:uppercase;letter-spacing:1px;background:#fff url(www.androidaustralia.com.au/wp-content/themes/aa/images/slide-title-inactive-2.jpg) 0 0 no-repeat;color:#26526c}
		#accordion-3 dt.active{cursor:pointer;color:#fff;background:#fff url(www.androidaustralia.com.au/wp-content/themes/aa/images/slide-title-active-2.jpg) 0 0 no-repeat}
		#accordion-3 dt.hover{color:#68889b;}
		#accordion-3 dt.active.hover{color:#fff}
		#accordion-3 dd{padding:25px;background:url(www.androidaustralia.com.au/wp-content/themes/aa/images/slide.jpg) bottom left repeat-x;border:1px solid #dbe9ea;border-left:0;margin-right:3px}
		#accordion-3 .slide-number{color:#68889b;left:13px;font-weight:bold}
		#accordion-3 .active .slide-number{color:#fff}
		#accordion-3 a{color:#68889b}
		#accordion-3 dd img{float:right;margin:0 0 0 30px;position:relative;top:-20px}
		
/*** FONTS ***/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 31, 2012 01:24:13 PM America/New_York */

/* This is the famous made-by-and-for-Android font - Roboto - it's awesome */


@font-face {
    font-family: 'RobotoRegular';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Regular-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoItalic';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Italic-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Italic-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Italic-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBold';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Bold-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBoldItalic';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldItalic-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldItalic-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldItalic-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Condensed-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Condensed-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Condensed-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Condensed-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Condensed-webfont.svg#RobotoCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoCondensedItalic';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-CondensedItalic-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-CondensedItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-CondensedItalic-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-CondensedItalic-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-CondensedItalic-webfont.svg#RobotoCondensedItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBoldCondensed';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldCondensed-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldCondensed-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldCondensed-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldCondensed-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldCondensed-webfont.svg#RobotoBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBoldCondensedItalic';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldCondensedItalic-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldCondensedItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldCondensedItalic-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldCondensedItalic-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BoldCondensedItalic-webfont.svg#RobotoBoldCondensedItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoThin';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Thin-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Thin-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Thin-webfont.svg#RobotoThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoThinItalic';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-ThinItalic-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-ThinItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-ThinItalic-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-ThinItalic-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-ThinItalic-webfont.svg#RobotoThinItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoLight';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Light-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Light-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Light-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoLightItalic';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-LightItalic-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-LightItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-LightItalic-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-LightItalic-webfont.svg#RobotoLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoMedium';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Medium-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Medium-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoMediumItalic';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-MediumItalic-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-MediumItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-MediumItalic-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-MediumItalic-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-MediumItalic-webfont.svg#RobotoMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBlack';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Black-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Black-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Black-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Black-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-Black-webfont.svg#RobotoBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoBlackItalic';
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BlackItalic-webfont.eot');
    src: url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BlackItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BlackItalic-webfont.woff') format('woff'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BlackItalic-webfont.ttf') format('truetype'),
         url('www.androidaustralia.com.au/wp-content/themes/aa/fonts/Roboto-BlackItalic-webfont.svg#RobotoBlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* new home featured area styles */
.homeft .bigone {
	position: relative; 
	width: 100%; /* for IE 6 */ }
.homeft .bigone cap {
	position: absolute; 
	bottom: 10px; 
	left: 0; 
	width: 100%; }
	
.homeft .bigone cap span { 
	font: bold 18px/36px Helvetica, Sans-Serif; 
	letter-spacing: -1px;  
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 10px; }
.homeft .bigone cap span:hover {
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.9); }
	
.homeft cap span a {
	color: #fff;
	border-bottom: none; }
.homeft cap span a:hover {
	color: #fff;
	border-bottom: none; }

.homeft .bigone img {width:700px;}
.homeft .new a {border-bottom: none;}

.homeft .new li {
		width: 145px;
        min-height: 145px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        margin-bottom:12px;
        margin-right:10px;
        _height: 145px;
        }
.homeft .new li:nth-child(2n) {
		margin-right:0px; }
.homeft .new li:nth-child(3), .homeft .new li:nth-child(4) {
		margin-bottom:0px;}

.homeft .new .sing {
	position: relative; 
	width: 100%; /* for IE 6 */ }
.homeft .new .sing cap {
	position: absolute; 
	bottom: 10px; 
	left: 0; 
	width: 100%; }
.homeft .new .sing cap span:hover {border-bottom: 4px #a4c639 solid;}

.homeft .new .sing cap span { 
	font: bold 11px/20px Helvetica, Sans-Serif; 
	letter-spacing: -1px;  
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	padding-left: 3px; }
.homeft .new .sing cap span:hover {
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.9); }

.homeft .new img, .homeft .bigone img {
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9; }
.homeft .new img:hover, .homeft .bigone img:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0; }

.homeft img {border-bottom: 3px #a4c639 solid;}

.homeft .new gcap {
	position: absolute; 
	top: 0; 
	right: 0; 
	color: #fff; }
	
.homeft .new gcap span { 
	font: bold 18px/36px Helvetica, Sans-Serif; 
	letter-spacing: -1px;  
	background: rgb(164, 198, 57); /* fallback color */
	background: rgba(164, 198, 57, 0.7);
	padding: 5px;	}

/* our rules */

.pagecontent {
font-family: 'RobotoRegular', Arial, sans-serif;
text-align: left;
padding: 10px;
}

.pagecontent .main {
font-size:12px;
line-height: normal;
}

/* have a kitkat */

.postcontent {
font-family: 'RobotoRegular', Arial, sans-serif;
text-align: left;
padding: 10px;
}

.postcontent .main {
font-size:12px;
line-height: normal;
}

/* one more kitkat */

.loopcat a {
background: #1e1e1e;
color: #95D132;
padding:4px;
padding-top:6px;
font-weight: bold;
text-transform: uppercase;
font-size: 11px;
margin-right:10px;
zoom: 1;
filter: alpha(opacity=100);
opacity: 1.0;
}
.loopcat a:hover {border-bottom: none; zoom: 1; filter: alpha(opacity=80); opacity: 0.8; }

/* fuck, i love kitkats */
	
.loopdate {color: #1e1e1e; padding-right: 5px; }

.loopauthor {color: #1e1e1e; text-transform: capitalize; padding:0 5px; }
.loopauthor a {color: #1e1e1e; }
.loopauthor a:hover {color: #95D132; border-bottom: 1px dotted #95D132; }

.loopreaction {color: #95D132; padding-left:5px; padding-right:10px;}
.loopreaction a {color: #95D132; }
.loopreaction a:hover {color: #1e1e1e; border-bottom: 1px dotted #1e1e1e; }

.shorturlsingle {border: 1px solid #bbb; padding:3px; width: 150px; margin-top: 10px;color: #a4c639;font-weight: bold;}
.singledevice .shorturlsingle {margin-top:0px; margin-bottom: 10px;}


/* QR code magnify */
.qr {background-color:#ffffff;}
.qr a.small, #picture a.small:visited { display:block; width:100px; height:100px; text-decoration:none; background:#ffffff; top:0; left:0; border:0;}
.qr a img {border:0;}
.qr a.small:hover {text-decoration:none; background-color:#000000; color:#000000;}
.qr a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
.qr a.small:hover .large {display:block; position:absolute; top: 90px; left:150px; width:200px; height:200px; }


/* social media button fixes */
.twads {display: inline;}
.twads iframe {width:80px !important;}
.fbads {display: inline; margin-bottom: 7px;}
.fbads span {padding-bottom:3px !important;width:78px !important;}
.glads {display: inline;}

/* i'm hungry... maybe it's time for a...
kit KAT! let's play with a feature review post template */

.ftreview .titlecontainer {
	position:absolute;
	margin-left:10px;
	margin-top:20px;
	/* Fallback for web browsers that doesn't support RGBa */
	/* http://android.gy/wdbgs for more info */
	background: rgb(164, 198, 57);
	/* RGBa with 0.7 opacity */
	background: rgba(164, 198, 57, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99A46C39, endColorstr=#b2A4C639);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99A4C639, endColorstr=#b2A4C639)";
	}
.ftreview .titlecontainer .reviewtitle {
	font-size: 40px;
	color: #fff;
	padding: 10px 10px 0 10px;
	line-height: 1.0 !important;
	}
.ftreview .attachment-post-thumbnail {
	padding-top:10px; }

/* contents scroller */
.buttonsWrap {
display:block;
float:right;
margin:40px -90px 0 0px;
position:fixed;
background:#F5F5F5;
width:50px;
padding:10px
}
.tweetmemeBtn, .facebookBtn, .stumbleUponBtn .googleplusBtn {
display:block;
float:left;
}
.facebookBtn {
margin:15px 0 10px 2px
}
.googleplusBtn {
margin:13px 0 0 0
}

/* dev widget */
.devwidget {
	background: #E2E2E2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px; }

.devwidget.row {
	margin:0px 0px 10px; }

.devwidget .picture {
	background: #D3D3D3;
	text-align: center;
	padding: 5px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 90px; }
.devwidget .picture img {
	width: 120px; }
.devwidget .picture a {border-bottom: none;}
.devwidget .picture:hover {
	background: #ededed; }

.devwidget .title {
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold; }
.devwidget .title a {
	border-bottom: none; }
.devwidget .title a:hover {
	border-bottom: 1px dotted #a4c639; }

.devwidget .manur {
	font-size:14px; }
.devwidget .manur a {
	color: #a4c639; }

.devwidget .infoz {
	text-align: center;
	padding-top: 11px;
	font-size: 40px;
	font-weight: bold; }

.devwidget .infoz .circ {
	width: 56px;
	height: 50px;
	background: #D3D3D3;
	border-radius: 50px;
	-moz-border-radius: 50px;
	border: 2px solid #000;
	margin-right: 15px;
	padding-bottom:4px; }
.devwidget .infoz .circ:hover {
	background: #ededed; }
	
.devwidget .reviews {
	font-size: 53px;
	padding-top:5px;
	text-align: center;
	font-weight: bold; }

.devwidget .infoz a, .devwidget .reviews a {
	border-bottom: none; }
.devwidget .infoz a:hover, .devwidget .reviews a:hover {
	color: #a4c639; }


/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

#footer {
font-size:11px;
color:#fff;
margin:0 auto;
margin-top:18px;
position:relative;
}

#footer a {
font-weight:bold;
text-decoration:none;
border-bottom: none;
color:#999999;
}

#footer a:hover {
text-decoration:none;
border-bottom: none;
color:#a4c639;
}

.foottitle {
color:#fff;
font-weight: bold;
font-size:13px;
padding-bottom:10px;
}

.foottitle a {color:#fff !important;}
.foottitle a:hover {color: #a4c639;}

#smfoot:hover
{
zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#smfoot
{
zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.footlog {text-align:right;padding-right:25px;padding-top:160px;}

/* for sidebar */
/* opacity is so 2012 */

#smfoot2
{
zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#smfoot2:hover
{
zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}



/*------------------------------------*\
    $SHARED
\*------------------------------------*/

@import url(www.androidaustralia.com.au//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);

a {
color:#1e1e1e;
text-decoration:none;
border-bottom: 1px dotted #1e1e1e;
}

a:hover {
color:#a4c639;
border-bottom: 1px dotted #a4c639;
}

a:active {
color:#c6ed47;
border-bottom: 1px dotted #c6ed47;
}

p {font-size:14px !important;}

::selection {
color: white;
background: #a4c639; }

::-moz-selection {
color: white;
background: #a4c639; }

::-webkit-selection {
color:white;
background: #a4c639; }

h1 {font-size:30px;margin-bottom:5px;padding-top:10px;}
h1 a, h1 a:hover, h1 a:active {border-bottom: none;}

h2 {font-size:18px;}

h3 {font-size: 16px;}

h4 {font-size:11px; margin-bottom:15px;padding-top:10px;}

table th {padding:5px;font-weight: bold;}

.main img {padding: 5px;margin-bottom:10px;}

.taglist a {
background: #eaeaea;
border-bottom: none;
}

.taglist a:hover {
background: #a4c639;
color: #fff;
}

.letsshare {float:left;}

.readmore {float:right;padding-bottom: 12px;}
.readmore a {background: #a4c639;color:#fff; zoom: 1; filter: alpha(opacity=100); opacity: 1.0; padding:4px;border-bottom: none;}
.readmore a:hover {background: #a4c639; color:#fff; zoom: 1; filter: alpha(opacity=80); opacity: 0.8;}

li {
display: list-item;
text-align: -webkit-match-parent;
}

ul {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}

/* AUTHOR BOX */
.authorbox {
	font-size:13px;
	border: 1px solid #a4c639;
	text-align: left;
	background: #f0f0f0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 4px 10px 0; }
	
.authorbox .left {
	display: inline;
	float:left;
	margin:10px; }
	
.authorbox .right {
	display: inline;
	float:right;
	margin-top:10px; }
	
.authorpagebox {text-align: left;padding: 20px 10px;border-bottom: 2px #a4c639 solid;margin-bottom:10px;}
.authorpagetitle {font-size:16px;font-weight:bold;}

	/* for about us page */
	
	.contributors .avatar {	
	float: left;
	clear: both;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
	}
 
	.contributors .avatar:hover  {
		border-color: #999;
		}
 
	.contributors .contributor-link {
	float: left;
	margin: 10px 0 0 10px;
	}
	
	.contributors a {
	font-size: 18px;
	text-align: center;
	}
	
	.contributorcontainer ul {
	-webkit-padding-start: 0 !important;
	}
	
	.contributors li {
	list-style: none;
	width: 210px;
    min-height: 250px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    zoom: 1;
    *display: inline;
    _height: 250px;
	}


.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.clear {
clear:both;
}

.navigation {
background:#f9f9f9;
font-size:11px;
padding:5px 10px;
margin:0 0 20px 0;
border-top:#bbb 1px solid;
}

.navigation a {
color:#555;
font-weight:bold;
text-decoration:none;
}

.navigation a:hover {
color:#333;
text-decoration:none;
}

.bottomtip {
margin-top:6px;
padding:3px;
background: #fefeed;
border: 1px solid #f0f0f0;
}

blockquote {
background:url(www.androidaustralia.com.au/wp-content/themes/aa/images/quote.gif) no-repeat top left;
padding:0 0 0 60px;
min-height:50px;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
margin:10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.wp-caption img {
margin:0;
padding:0;
border:0 none;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
padding:0 4px 5px;
margin:0;
}

.warning p {
background:url(www.androidaustralia.com.au/wp-content/themes/aa/images/warning.gif) no-repeat left;
height:160px;
padding:20px 0 0 90px;
font-size:20px;
margin:0 0 0 10px;
}

.aag {color: #a4c639;}
.aag a {color: #a4c639; border-bottom: 1px dotted #a4c639;}
.aag a:hover {color: #1e1e1e; border-bottom: 1px dotted #1e1e1e;}
.capzz {text-transform: uppercase;}

/* SIDEBAR: */

/* bryce's additional rules */
#sidebar .login { font-size:20px; font-weight: bold; text-align: center;padding-bottom:10px; }
#sidebar .login a:hover {}
#sidebar .mans #smfoot { padding:2px; }
#sidebar .mans a, #sidebar .mans a:hover, #sidebar .mans a:active {border-bottom: none;}

#sidebar .comments .inside, #sidebar .trending .inside, #sidebar .devices .inside {width:270px;margin:0 auto;}
#sidebar .comments .inside h2, #sidebar .trending .inside h2, #sidebar .devices .inside h2 {margin-bottom:2px;}
#sidebar .comments .single {margin-bottom:8px;padding:3px;background-color:#f0f0f0;}
#sidebar .comments .single:hover {background-color:#f8f8f8;}
#sidebar .comments .author {font-size:13px; font-weight:bold;}

#menudevrev .single {margin-bottom:8px;padding:3px;background-color:#f0f0f0;}
#menudevrev .single:hover {background-color:#f8f8f8;}
#menudevrev .author {font-size:12px; font-weight:bold; color:#000;}

#sidebar .trending .single {
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:3px 5px;
	margin-bottom:8px;
	font-size:14px !important;
	text-align:left;
	background-color:#79d292;
}
#sidebar .trending .single a:hover {color:#fff;}
#sidebar .trending .single a, #sidebar .trending .single a:hover, #sidebar .trending .single a:active, #sidebar .devices .single a {border-bottom:none;}

#sidebar .devices .single {display:inline-block;}
#sidebar .devices .single  img {width:87px;}

#sidebar .iscc, #megaMenu .iscc { zoom: 1; filter: alpha(opacity=90); opacity: 0.9; }
#sidebar .iscc:hover, #megaMenu .iscc:hover { zoom: 1; filter: alpha(opacity=100); opacity: 1.0; }
#sidebar .iscb a, #sidebar .iscb a:hover, #sidebar .iscb a:active {border-bottom:none;}

#sidebar {
padding: 10px;
background: #fff;
}

#sidebar h3 {
font-size:14px;
margin:20px 0 5px 0;
}

#sidebar li {
margin-bottom:0px;
}

#sidebar ul {
list-style:none;
}

#sidebar ul ul {
margin:5px 0 0 10px;
}

#sidebar ul ul ul {
margin:5px 0 0 10px;
}

#sidebar ul li {
padding:0 0 2px 0;
}



	/* SEARCH: */

	#searchform {
	margin:6px 0 0 0;
	padding-right:5px;
	}
	
	#searchform input {
	background:#222;
	font-size:12px;
	margin:2px 0;
	padding:1px 4px 2px 4px;
	border:#888 1px solid;
	color:#eee;
	width:150px;
	text-align: left;
	}
	
	#searchform input:hover {
	background:#333;
	border:#999 1px solid;
	color:#fff;
	cursor:pointer;
	}
	
	#searchform #s {
	background:#f6f6f6;
	font-size:11px;
	margin:2px 0;
	padding:2px 4px;
	border:#aaa 1px solid;
	color:#222;
	}
	
	#searchform #s:hover {
	border:#c00 1px solid;
	cursor:text;
	}
	
	input.searchfield {
	background:#f6f6f6;
	font-size:11px;
	display:block;
	margin:5px 0 8px 0;
	padding:2px 4px;
	border:#aaa 1px solid;
	color:#222;
	}
	
	input.searchfield:hover {
	background:#eee;
	color:#222;
	}
	
	/*input.submit {
	background:#222;
	font-size:11px;
	display:block;
	margin:0 0 10px 0;
	padding:1px 4px 2px 4px;
	border:#888 1px solid;
	color:#eee;
	}
	
	input.submit:hover {
	background:#333;
	cursor:pointer;
	border:#999 1px solid;
	color:#fff;
	}*/
	
	input.subcom {
	background:#eee;
	font-size:11px;
	margin:0 0 10px 0;
	padding:1px 4px 2px 4px;
	border:#888 1px solid;
	color:#222;
	}
	
	input.subcom:hover {
	background:#222;
	cursor:pointer;
	border:#888 1px solid;
	color:#eee;
	}

/* new summary styles */
.summary-archive {
	padding-left: 10px;
	text-align: left;
}
.summary-archive .date {
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
}
.summary-archive h1 {
	margin-bottom: 0;
	margin-top: 2px;
	padding-top: 0;
}
.summary-archive h1 a {
	font-size: 22px;
	line-height: 30px;
}
.summary-archive .originally-on,
.summary-single .originally-on {
	text-transform: uppercase;
	color: #a4c639;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}
.summary-archive .originally-on a,
.summary-single .originally-on a {
	color: #a4c639;
}
.summary-archive .category {
	color: #444;
}
.summary-archive .category a {
	background: #EAEAEA;
	color: #111;
}


/** Comments
 * ----------------------------------------------- 
 */

/* extras */

.commentlist .comment .reply { text-align: right; }
ul.commentlist { -webkit-padding-start: 0px; }

/* all */

ul.commentlist { padding-top: 10px }

.commentbox {
    background: #dadada;
    color: #222;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px; }

/* let's highlight posts made by the author with a slightly-yellow background  */

.bypostauthor > .commentbox {background: #f4e8b5;}

.commentbox .avatar {
    float: left;
    padding-right: 5px; }

.commentbox .name { padding-top: 4px }

.commentbox .authorpart { height: 40px }

.commentbox .timeago {
    font-size: 13px;
    padding-left: 4px; }

.commenttext { padding-top: 5px }

.commentbox hr {
    background: url('/http://bryce.se/isabroad/wp-content/themes/bia/images/bevel.png');
    height: 2px;
    margin: 0; }

/* can't remember why i have this but it matters  */

.nomarg { margin: 3px 0 }

/* comment counter - note: the only problem with this IMO is that when there are 100+ comments, the third (last) digit will not be within the circle and look quite bad. when there are 1000+ comments, the fourth (last) digit cannot be read. this will be addressed in tehf turue with a conditional tag providing different styles/sizes based on the comment-count.  */

.comcircle {
    color: #a4c639;
    text-shadow: 1px 1px 1px #000;
    font-size: 30px;
    font-weight: bold;
    display: inline-block; }

/* this is the replies text part that takes place after the comment counter  */

.replies {
    display: inline;
    font-size: 25px;
    padding-left: 5px; }

/* leave a reply text  */

.leavereplies {
    font-size: 25px;
    font-weight: bold;
    color: #555; }

.reqlabel {
	font-size:16px;
	color: #555;
	font-weight: normal; }

label[for=author], label[for=email], label[for=url], label[for=comment] {
	font-size:14px; }

ul.children {list-style-type:none;}

#respond {padding-top: 15px;}
#respond small {font-size: 16px;}
#respond small a {color:#a4c639;}

/* ** COMMENT RESPONSES **
   ================================================== */

/* ===[ Name/Email/Website text fields need some style ]=== */

#author,
#email,
#url {
    font-size: 14px;
    border: none;
    border: none;
    padding: 4px 5px;
    margin: 0;
    outline: none;
    resize: none;
    box-shadow: inset 0 2px 3px #ccc, 0 1px 0 #f4fff6;
    border-radius: 4px;
    background: #fefef6; }

/* ===[ This is to make fields look awesome when they're being used (not just comment-related ones) ]=== */

#author:focus,
#email:focus,
#url:focus,
#comment:focus,
input[type='password']:focus { background: #f9f9c8 }

/* ===[ Now let's style the comment text form ]=== */

#comment {
    font-size: 14px;
    width: 85%;
    border: none;
    border: none;
    padding: 8px 10px;
    margin: 0;
    outline: none;
    resize: none;
    box-shadow: inset 0 2px 3px #ccc, 0 1px 0 #f4fff6;
    border-radius: 4px;
    background: #fefef6; }

/* ===[ This styles the asterix (*) next to required fields ]=== */

.required { color: #e78932 }

/* ===[ Button styling ]=== */

#btnz {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff; }

#btnz:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf; }

#btnz:active {
    position: relative;
    top: 1px; }
	

.reply {font-size:16px;}
.reply a {border-bottom:none;color:#aaa;}
.reply a:hover{color:#a4c639;}

.logged {font-size:13px;}

.commentlist {list-style-type:none;}

.subscribe-to-comments {clear:none !important;}

/* Sidebar Top Commentators Widget */
.topcomments ul {
-webkit-margin-before:0px;
-webkit-padding-start:0px;
}

.topcomments li {
font-weight:bold;
color:#80C701;
border-bottom:1px dotted #80C701;
}

.topcomments .widgettitle {background:#1e1e1e;color:#fff;padding-left:5px;}

/* Submit Button */
.subbutton {
   border: 1px solid #1e1e1e;
   background: #a3c639;
   background: -webkit-gradient(linear, left top, left bottom, from(#9dc946), to(#a3c639));
   background: -webkit-linear-gradient(top, #9dc946, #a3c639);
   background: -moz-linear-gradient(top, #9dc946, #a3c639);
   background: -ms-linear-gradient(top, #9dc946, #a3c639);
   background: -o-linear-gradient(top, #9dc946, #a3c639);
   background-image: -ms-linear-gradient(top, #9dc946 0%, #a3c639 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   color: #ffffff;
   font-size: 16px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.subbutton:hover {
   border: 1px solid #1e1e1e;
   background: #6eab46;
   background: -webkit-gradient(linear, left top, left bottom, from(#a5c639), to(#6eab46));
   background: -webkit-linear-gradient(top, #a5c639, #6eab46);
   background: -moz-linear-gradient(top, #a5c639, #6eab46);
   background: -ms-linear-gradient(top, #a5c639, #6eab46);
   background: -o-linear-gradient(top, #a5c639, #6eab46);
   background-image: -ms-linear-gradient(top, #a5c639 0%, #6eab46 100%);
   color: #ffffff;
   }
.subbutton:active {
   border: 1px solid #1e1e1e;
   background: #a5c639;
   background: -webkit-gradient(linear, left top, left bottom, from(#6eab46), to(#6eab46));
   background: -webkit-linear-gradient(top, #6eab46, #a5c639);
   background: -moz-linear-gradient(top, #6eab46, #a5c639);
   background: -ms-linear-gradient(top, #6eab46, #a5c639);
   background: -o-linear-gradient(top, #6eab46, #a5c639);
   background-image: -ms-linear-gradient(top, #6eab46 0%, #a5c639 100%);
   color: #fff;
   }
 
.seriesmeta {margin-bottom:5px;}
   
/* From threaded comment plug-in for temp. support */
	.editComment, .editableComment, .textComment{
	display: inline;}
	.comment-childs{
	border: 0px solid #999;
	border-left:1px dotted #1e1e1e;
	margin: 30px 2px 2px 4px;
	padding: 4px 2px 2px 4px;
	background-color: white;}
	.chalt{
	margin-left: 30px;
	background-color: #fff;
	border-left:1px dotted #a4c639;}
	#newcomment{
	border:1px dashed #777;width:90%;}
	#newcommentsubmit{
	color:red;}
	.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;}
	.mvccls{
	color: #999;}

/* self-clear floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; }
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

.shadow {
-moz-box-shadow: 0 0 5px 3px #ccc;
	-webkit-box-shadow: 0 0 5px 3px #ccc;
	box-shadow: 0 0 5px 3px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC'); }

.shadow2 {
-moz-box-shadow: 0 0 2px 2px #ddd;
	-webkit-box-shadow: 0 0 2px 2px #ddd;
	box-shadow: 0 0 2px 2px #ddd;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#DDDDDD')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#DDDDDD'); }

	
/*------------------------------------*\
    $DEVICES - WOAH!
\*------------------------------------*/

.devicesearch {}

.deviceall a {border-bottom:none;}

.deviceall .menu {padding-top:5px;padding-left: 5px;}
.deviceall .menu h3 {margin-bottom:0px; text-align: center;}
.deviceall .menu p {line-height: 1.3;font-size: 13px !important;}
.deviceall .menu .manuall {margin: 0 0 4px;}
.deviceall .menu .manu {
background-color: #f1f1f1;
border: 1px #bbb solid;
padding: 5px auto;
text-align: center;
margin-bottom:1px;
font-weight: bold; }
.deviceall .menu .manu:hover {background-color: #a4c639;color:#000;}
.deviceall .menu .manu a {color:#777;}
.deviceall .menu .manu a:hover {color:#fff;}
.deviceall .menu .manu a:active {color:#f1f1f1;}


.deviceall li {
		width: 220px;
        min-height: 220px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        margin-bottom:15px;
        margin-right: 25px;
        _height: 220px;
        }

.deviceall .title a {font-weight: bold;font-size:15px;border-bottom: none;}
.deviceall .brand a {color:#a4c639; font-weight: bold;border-bottom: none;}
.deviceall .brand a:hover {color: #1e1e1e;}

.deviceall .ftimage, .fttimage {background: white;}
.deviceall .ftimage:hover, .fttimage:hover {
background: -moz-linear-gradient(top,  rgba(196,196,196,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,196,196,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/***/

.singledevice {}

.singledevice .abovetitle {padding-left:30px; text-transform: uppercase;}
.singledevice .abovetitle .man a {background-color: #000;color: #fff; padding:5px;border-bottom: none;}
.singledevice .abovetitle .man a:hover {background-color: #1e1e1e;color: #fff; padding:5px;border-bottom: none;}
.singledevice .abovetitle .type a {background-color: #95D132;color: #fff; padding:5px;border-bottom: none;}
.singledevice .abovetitle .type a:hover {background-color: #a4c639;color: #fff; padding:5px;border-bottom: none;}
.singledevice .specs td:nth-child(odd) {font-weight: bold; width:180px;}
.singledevice .specs tr:hover {background-color: #f0f0f0;}

.singledevice h2 {margin-bottom: 0px;}
.singledevice .news p {margin: 0 0 9px;}

.singledevice .main p {font-size: 13px !important;}

.singledevice .related {padding-top:6px;padding-bottom:30px;}
.singledevice .related .title {font-weight: bold;text-align:center;padding-top:5px;}
.singledevice .related .box {width:160px; height:170px; float:left;padding:5px 21px 10px 0;}
.singledevice .related .img {background: white;min-height:140px;}
.singledevice .related .img a {border-bottom: none;}
.singledevice .related .img:hover {
background: -moz-linear-gradient(top,  rgba(196,196,196,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,196,196,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */}

.singledevice #comments {padding-left:0px;}
.singledevice .comments ol, ul.square, ul.circle, ul.disc {margin-left: 0px;}
.singledevice .comments .subscribe-to-comments {display: none;}
.singledevice .comments .thdrpy {display: none;}
.singledevice .comments .commenttitles {padding-left: 0px;}
.singledevice .subbutton {padding:3px 6px;}

/* hide sharebar on device pages */
.singledevice ul#sharebar {display: none !important; }

/* top logo hover thing */
a.tip span { 
display: none 
} 
a.tip:hover span { 
border: #c0c0c0 1px solid; 
padding: 5px 20px 5px 5px; 
display: block; 
z-index: 1000; 
background:#fff;
left: 0px; 
margin: 35px 0 0 5px; 
width: auto;
position: absolute; 
top: 10px; 
text-decoration: none 
}
/*------------------------------------*\
    $THE-VARIOUS ONES WITH NO OTHER HOME
\*------------------------------------*/

#simplr-form h3 {display:none;}
#simplr-form .submit {margin-top:120px; margin-left:325px;background:#ce6d84;color:#fff;padding:5px;font-family: 'RobotoRegular', Arial, sans-serif;}
#simplr-form input[type="text"],input[type="password"] {width:200px;}

.wp-smiley {padding:0px !important; margin-bottom:0px !important;}

.accountlogin input[type="password"] {width:auto;}

.pressgridpost {padding:20px;}

.vhtitle {font-size:25px;color:#a4c639;font-style: italic;}
.vhdate {color:#000;font-style: normal;}

.wpuf-post-form textarea {width:700px !important; height:600px !important;}

/* For the comment subscription-manager */
.subscription-manage input[type="submit"] {
background-color: #a4c639;
color: #fff;
}

/* Let's try fix the facebook share comment button */
#sfc_comm_send label {display:inline;}

/* opera fixes */
noindex:-o-prefocus, .homeft .new li {margin-right:1px;}

/* internet explorer fixes */
.ieieie .homeft .new li:nth-child(1) {margin-right:8px;}
.ieieie .homeft .new li:nth-child(3) {margin-right:8px;}

/* RESPONSIVE AWESOMENESS */

/*For iPhones and stuff */
@media only screen and (max-device-width: 700px) {
.ubermenuhead {display:none;} /*removes product menu*/
#sidebar {display:none;} /*removes sidebar in blog*/
.hiuser {text-align: center;} /*user details center*/
#toptoparrows {display: none;} /*removes arrows in top*/
#toptopsearch {display: none;} /*removes search*/
.fblike {display: none;}
.twitz {display: none;}
.topsm {display: none;}
.responsive-slider {display: none;}
.loopauthor {display: none;}
.loopreaction {display: none;}
g:plusone {display: none;}
.toptags {display: none;}
.hrtoptop {display: none;}
.authorbox .authtext {text-align:left;}
.authorbox .authtext div {padding-left:10px;}
.authorbox .authpic {display: none;} /*hides author pic because it ruins layout*/

/* time for a kit kat */

/* For an iPad I know - we care for all here */

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
.footcats {padding-left:25px;padding-top:25px;}
.footsoc {padding-left:25px;padding-top:15px;}
.footlog {padding-top:5px;}

}

/* For the other brothers out there... these ones are for you */
ul#sharebarx li {margin-right:0px !important;}
ul#sharebarx li iframe {width:85px !important;}


/* THE END */