/*
 *	Set custom font
*/

@font-face {
	font-family: HelveticaNeue;
	src: url('fonts/helvetica-neue.ttf');
}

@font-face {
	font-family: HelveticaNeueBold;
	src: url('fonts/helvetica-neue-bold.ttf');
}


/*
 *	Reset
*/

*, input, textarea {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline:none;
}

ul, ol {
	list-style-type: none;
}

/*
 *	Custom CSS
*/

body {
	background: #f2f2f2;
	font-family: HelveticaNeue;
}

a:link, a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	box-shadow: 0px 1px 4px #000;	
}

.container {
	padding: 18px;
}


#header #logo {
	display: none;
}

#header .container {
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
}

#header #banner {
	position: absolute;
	top: 30px;
	right: 30px;
	display: none;
}


#header #logo_img {
	text-align: center;
}

#nav {
	background: -webkit-linear-gradient(#000, #626262); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#000, #626262); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#000, #626262); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#000, #626262); /* Standard syntax */
}

#nav ul#the_menu {
	display: none;
}

#nav #menu_icon {
	display: block;
}


#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
}

#nav .container {
	padding-top: 17px;
	padding-bottom: 17px;
}

#content #main {
	width: 100%;
	margin-right: 30px;
	float: left;
	overflow: auto;
}

#content #main #article img {
	width: 100%;
	max-width: 349px;

}

#content #article {
	color: #3a3a3a;
}





#content #main #date {
	color: #8e8e8e;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	overflow: auto;
	padding: 10px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
}

#content #main h1 {
	margin-bottom: 20px;
	color: #900000;
	font-size: 24px;
	font-family: HelveticaNeueBold;
	font-weight: normal;
}

#content #main #date p {
	font-size: 14px;
}

#content #main #date .share {
	display: none;
}

#content #article {
	margin-top: 12px;
	font-size: 14px;
}

#content #article p, #content #article blockquote {
	line-height: 20px;
	margin-bottom: 20px;
}

blockquote {
	background: #fcf501;
	width: 98%;
	color: #682c00;
	font-weight: bold;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #f4c900;
}

.button {
	background: #900000;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #380000;
	font-size: 18px;
	line-height: 35px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.button span {
	background: url('images/button-arrow.png') no-repeat;
	background-position: right;
	padding-right: 34px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar {
	width: 280px;
	float: left;
	color: #3a3a3a;
	display: none;
}

strong {
	color: #000;
}

#ad_bottom {
	display: none;
}

#tips {
	margin-top: 20px;
	margin-bottom: 20px;
}

#sidebar h3 {
	text-transform: uppercase;
	color: #8e8e8e;
	font-size: 13px;
	border-bottom: 3px solid #f2f2f2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#content {
	overflow: auto;
}



li {
	font-size: 13px;
	padding-left: 50px;
	margin-bottom: 20px;
}

li.tip1 {
	background: url('images/tips-1.png') no-repeat;
	
}

li.tip2 {
	background: url('images/tips-2.png') no-repeat;
}

li.tip3 {
	background: url('images/tips-3.png') no-repeat;
}


li.tip4 {
	background: url('images/tips-4.png') no-repeat;
}

li.tip5 {
	background: url('images/tips-5.png') no-repeat;
}


#cheap {
	border: 1px solid #f2f2f2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#cheap h3 {
	color: #73b47b;
	padding-left: 20px;
	padding-top: 10px;
}

#cheap ol {
	list-style-type: decimal;
	margin: 0px;
	padding: 0px;
}

#cheap ol li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 40px;	
}

#facts ul li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	color: #282828;
}

#ad_bottom {
	clear: both;
	text-align: center;
	border-top: 1px solid #efefef;
	padding-top: 30px;
	margin-top: 30px;
}

#footer {
	background: #efefef;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	color: #8f8f8f;
	margin-top: 30px;
	padding-bottom: 30px;
}

#footer p {
	margin-bottom: 10px;
}

#nav {
	background: #2f2f2f;
}

#nav .container {
	padding: 8px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 14px;
	margin-bottom: 5px;
	font-size: 14px;
}

#menu_icon {
	position: absolute;
	top: 30px;
}

#menu_icon:hover {
	cursor: pointer;
}


.post {
	margin-bottom: 50px;
	clear: both;
}

.article_image {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}






/* * * * * * * * * * * * * * * * * * * * *
 *	Desktop Version
* * * * * * * * * * * * * * * * * * * * * */ 

@media all and (min-width: 800px) {
	body {
		background: #f2f2f2;
		font-family: HelveticaNeue;
	}

	#date .share {
		float:right;
	}

	a:link, a:visited {
		text-decoration: none;
	}

	.wrapper {
		width: 960px;
		margin: 0 auto;
		background: #ffffff;
		box-shadow: 0px 1px 4px #000;	
	}

	.container {
		padding: 30px;
	}


	#header #logo {
		display: none;
	}

	#header #logo_img {
		text-align: left;
	}

	#header .container {
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#header #banner {
		position: absolute;
		top: 30px;
		right: 30px;
		display: block;
	}

	#content #main #date .share {
		display: block;
	}


	#nav {
		background: -webkit-linear-gradient(#000, #626262); /* For Safari 5.1 to 6.0 */
	  	background: -o-linear-gradient(#000, #626262); /* For Opera 11.1 to 12.0 */
	  	background: -moz-linear-gradient(#000, #626262); /* For Firefox 3.6 to 15 */
	  	background: linear-gradient(#000, #626262); /* Standard syntax */
	}

	#menu_icon {
		display: none;
	}

	#nav ul#the_menu {
		display: block;
	}


	#nav a:link, #nav a:visited {
		text-decoration: none;
		color: #ffffff;
		text-transform: uppercase;
	}

	#nav .container {
		padding-top: 17px;
		padding-bottom: 17px;
		padding-left: 30px;
	}

	#content #main {
		width: 590px;
		margin-right: 30px;
		float: left;
		overflow: auto;
	}

	#content #main #date {
		color: #8e8e8e;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		overflow: auto;
		padding: 10px;
		text-transform: uppercase;
	}

	#content #main h1 {
		margin-bottom: 20px;
		color: #900000;
		font-size: 30px;
	}

	#content #main #date p {
		font-weight: 14px;
	}

	#content #article {
		margin-top: 30px;
		font-size: 14px;
	}

	#content #article p, #content #article blockquote {
		line-height: 20px;
		margin-bottom: 20px;
	}

	blockquote {
		background: #fcf501;
		width: 98%;
		color: #682c00;
		font-weight: bold;
		padding: 30px;
		border-radius: 5px;
		box-shadow: 1px 1px 1px #f4c900;
	}

	.button {
		background: #900000;
		text-align: center;
		color: #fff;
		text-decoration: none;
		padding: 20px;
		border-radius: 5px;
		box-shadow: 1px 1px 1px #380000;
		font-size: 18px;
		line-height: 35px;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 5px;
	}

	.button span {
		background: url('images/button-arrow.png') no-repeat;
		background-position: right;
		padding-right: 34px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#sidebar {
		width: 280px;
		float: left;
		display: block;
	}

	#ad_bottom {
		display: block;
	}

	#tips {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#sidebar h3 {
		text-transform: uppercase;
		color: #8e8e8e;
		font-size: 13px;
		border-bottom: 3px solid #f2f2f2;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#content {
		overflow: auto;
	}



	li {
		font-size: 13px;
		padding-left: 50px;
		margin-bottom: 20px;
	}

	li.tip1 {
		background: url('images/tips-1.png') no-repeat;
		
	}

	li.tip2 {
		background: url('images/tips-2.png') no-repeat;
	}

	li.tip3 {
		background: url('images/tips-3.png') no-repeat;
	}


	li.tip4 {
		background: url('images/tips-4.png') no-repeat;
	}

	li.tip5 {
		background: url('images/tips-5.png') no-repeat;
	}


	#cheap {
		border: 1px solid #f2f2f2;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	#cheap h3 {
		color: #73b47b;
		padding-left: 20px;
		padding-top: 10px;
	}

	#cheap ol {
		list-style-type: decimal;
		margin: 0px;
		padding: 0px;
	}

	#cheap ol li {
		margin: 0px;
		padding: 0px;
		margin-bottom: 10px;
		margin-left: 40px;	
	}

	#facts ul li {
		list-style-type: square;
		margin: 0px;
		padding: 0px;
		padding-left: 10px;
		margin-left: 30px;
		margin-bottom: 10px;
		color: #282828;
	}

	#ad_bottom {
		clear: both;
		text-align: center;
		border-top: 1px solid #efefef;
		padding-top: 30px;
		margin-top: 30px;
	}

	#footer {
		background: #efefef;
		text-align: center;
		font-size: 13px;
		line-height: 18px;
		color: #8f8f8f;
		margin-top: 30px;
		padding-bottom: 30px;
	}

	#footer p {
		margin-bottom: 10px;
	}

	#nav ul li {
		display: inline;
		margin-right: 36px;
		padding: 0px;
		font-size: 14px;
	}
}