/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* Common */

html {
	background: #000 url(http://easywaystosavemoney.com.au/images/esmpagebg.gif) top center repeat-y;
}

body {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	background: transparent url(http://easywaystosavemoney.com.au/images/esmbg_05.png) 50% 178px no-repeat;
	color: #333;
}

p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 8px;
}

a:link {color: #f2590b; text-decoration: underline;}
a:visited {color: #f2590b; text-decoration: underline;}
a:hover {color: #d24700; text-decoration: underline;}
a:active {color: #f2590b; text-decoration: underline;}

h1 a:link, h2 a:link {color: #f2590b; text-decoration: none;}
h1 a:visited, h2 a:visited {color: #f2590b; text-decoration: none;}
h1 a:hover, h2 a:hover {color: #d24700; text-decoration: none;}
h1 a:active, h2 a:active {color: #f2590b; text-decoration: none;}

.floatleft {float: left;}
.floatright {float: right; margin: 0 0 20px 20px}

.articleimg {float: left; margin: 0 20px 20px 20px}

.bold {font-weight: bold;}

.posted {
	font-size: 11px;
	line-height: 20px;
	font-style: italic;
	color: #666;
}

.small {
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	font-style: italic;
	margin: -5px 0 5px -10px;
	padding: 0;
	color: #999;
}

.older a {
	display: block;
	padding: 10px;
	margin: 0 20px 0 0;
	background-color: #f2590b;
	color: #FFF;
	width: 100px;
	float: left;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.preview {
	background-color: #cdf2d8;
	margin: 20px;
	padding: 10px 20px !important;
	font-size: 16px;
	line-height: 22px;
	border-top: 1px #24b04d solid;
	border-bottom: 1px #24b04d solid;
}

.cpreview {
	padding: 20px 0;
}

/* FOREHEAD */

#forehead {
	background: transparent url(http://easywaystosavemoney.com.au/images/esm_02.png) top left repeat-x;
	height: 35px;
	overflow: hidden;
}

#forehead li {
	font-size: 11px;
	display: inline;
	float: left;
}

#forehead li a {
	display: block;
	padding: 8px 5px;
}

#forehead a:link, #content div.twitter a:link {color: #FFF; text-decoration: none;}
#forehead a:visited, #content div.twitter a:visited {color: #FFF; text-decoration: none;}
#forehead a:hover, #content div.twitter a:hover {color: #ffece3; text-decoration: underline;}
#forehead a:active, #content div.twitter a:active {color: #FFF; text-decoration: none;}

/* HEADER */

#header {
	height: 133px;
	overflow: hidden;
	text-align: right;
}

#header h1 {
	font-size: 18px;
	line-height: 26px;
	margin: 25px 0 8px 0;
}

/* NAVIGATION */

#navigation {
	height: 42px;
	overflow: hidden;
}

#navigation ul {
	background: transparent url(http://easywaystosavemoney.com.au/images/esm_09.png) top left repeat-x;
	height: 42px;
	float: left;
	padding-left: 0px;
	width: 578px;
}

#navigation li {
	display: inline;
	float: left;
	font-size: 18px;
}

#navigation li a {
	display: block;
	padding: 16px 8px;
}

#navigation li a.selected {
	background: transparent url(http://easywaystosavemoney.com.au/images/esm_07.png) top left repeat-x;
}

#navigation a:link {text-decoration: none;}
#navigation a:visited {text-decoration: none;}
#navigation a:hover {text-decoration: none;}
#navigation a:active {text-decoration: none;}

#navigation form {
	background: transparent url(http://easywaystosavemoney.com.au/images/esm_09.png) top left repeat-x;
	height: 42px;
	width: 220px;
	float: right;
}

#navigation input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#navigation input.search-field {
	margin-top: 9px;
	width: 140px;
	height: 14px;
	padding: 5px;
	border: 1px #f2590b solid;
	background: #FFF url(http://easywaystosavemoney.com.au/images/searchbg.gif) bottom left repeat-x;
}

#navigation input.search-btn {
	margin: 9px 10px 0 0;
	height: 26px;
	width: 50px;
	background-color: #d24700;
	border: 1px #f2590b solid;
	color: #FFF;
	float: right;
	font-size: 10px;
}

/* CONTENT */

#catalogues {
	background-color: #FFF;
	padding-bottom: 20px;
}

#content {
	background: #FFF url(http://easywaystosavemoney.com.au/images/esmbg_08.gif) top left repeat-y;
	padding-bottom: 20px;
}

#content p, #content h1, #content h2, #content h3, #content h5 {
	padding: 0 20px;
}

#content ul {
	font-size: 13px;
	line-height: 22px;	
	padding: 0 20px;
	margin: 10px 20px;
	list-style: disc;
}

#content ol {
	font-size: 13px;
	line-height: 22px;	
	padding: 0 20px;
	margin: 10px 20px;
	list-style: decimal;
}

#content h1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	color: #7cb846;
	margin: 30px 0 10px 0;
}

#content h2 {
	font-size: 24px;
	line-height: 30px;
	color: #f2590b;
	margin-bottom: 10px;
}

#content h5 {
	font-size: 16px;
	line-height: 24px;
	color: #f2590b;
	font-weight: normal;
	margin-bottom: 10px;
}

#content div.twitter {
	background: #f2590b;
	margin: 20px 20px 0 20px;
	padding: 10px 10px 5px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
}

#content div.twitter img {float: left; margin-right: 10px;}

#content h3.bloghdr {
	background: #7db74d url(http://easywaystosavemoney.com.au/images/esm_25.jpg) top left no-repeat;
	margin: 20px;
	padding: 12px 20px;
	height: 21px;
	text-align: right;
	color: #FFF;
}

#content hr {
	width: 580px;
	height: 1px;
	border: none;
	clear: both;
	color: #ceb447;	
	background-color: #ceb447;
	margin: 20px;
	padding: 0;
}

/* slideshow */

#plug-and-play {
	display:none; 
	margin: 20px; 
}
#plug-and-play .slide {
	cursor:pointer;
	width: 580px;
	height: 230px;
	padding: 20px 0;
	overflow: hidden;
}

#plug-and-play .entertainment {background: #000 url(http://easywaystosavemoney.com.au/images/featured-entertainment_01.jpg) top left no-repeat;}
#plug-and-play .groceries {background: #000 url(http://easywaystosavemoney.com.au/images/featured-groceries_01.jpg) top left no-repeat;}
#plug-and-play .children {background: #000 url(http://easywaystosavemoney.com.au/images/featured-children_01.jpg) top left no-repeat;}
#plug-and-play .clothes {background: #000 url(http://easywaystosavemoney.com.au/images/featured-clothes_01.jpg) top left no-repeat;}
#plug-and-play .holidays {background: #000 url(http://easywaystosavemoney.com.au/images/featured-holiday_01.jpg) top left no-repeat;}
#plug-and-play .bills {background: #000 url(http://easywaystosavemoney.com.au/images/featured-bills_01.jpg) top left no-repeat;}

#plug-and-play .slide p { 
	font-size: 14px;
	line-height: 22px;
	text-align: right;
	margin-left: 220px;
}
#plug-and-play .slide h1, #plug-and-play .slide h2 { 
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #FFF;
}	
#plug-and-play .slide h1 { 
	font-size: 48px;
	margin: 10px 0; 
	padding-right: 20px;
}
#plug-and-play .slide h2 { 
	font-size: 14px;
	color: #cbba6d;
	margin: 0;
	padding: 0 20px 0 0;
}
#plug-and-play .slide a {
	display: block;
	background: transparent url(http://easywaystosavemoney.com.au/images/featured_02.png) top left no-repeat;
	width: 189px;
	height: 54px;
	padding: 17px 20px;
	margin-left: 130px;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}

#plug-and-play .slide a:hover {color: #f2590b;}

#plug-and-play .slide-container {color: #FFF;}
#plug-and-play .separator {}
#plug-and-play .control-container {padding-left: 370px;}
#plug-and-play .control {
	color: #f2590b;
	background: #FFF url(http://easywaystosavemoney.com.au/images/featured_04.gif) 0 -20px no-repeat;
	font-size:12px; 
	cursor:pointer; 
	padding: 3px 10px 0 10px; 
	margin-top: 10px; 
	text-indent: -4px; 
	height: 17px;
}
#plug-and-play .control-active {color: #FFF; background: #FFF url(http://easywaystosavemoney.com.au/images/featured_04.gif) 0 0 no-repeat;}
#plug-and-play .control-hover {background: #FFF url(http://easywaystosavemoney.com.au/images/featured_04.gif) 0 0 no-repeat; font-weight:bold;}

.caption {margin-top: -42px;}

/* SIDEBAR */

.sidebar {
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #feeee6;
	border-bottom: 1px #f2590b solid;
	border-top: 1px #f2590b solid;
}

.sidebar h4, .sidebar p {
	padding: 0 15px;
	font-size: 12px;
	line-height: 18px;
}

.sidebar h4 {
	margin-bottom: 3px;
}

#content .sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 10px;
	line-height: 18px;	
}

#content .sidebar hr {
	width: 100%;
	height: 1px;
	border: none;
	clear: both;
	color: #f2590b;	
	background-color: #f2590b;
	margin: 15px 0;
	padding: 0;
}

.articlelist li, #articlelist li {
	padding: 0 15px 3px 15px;
}

/* ADVERTISING AREA */

.book {
	width: 330px;
	height: 290px;
	position: absolute;
	margin-left: -10px;
	background: transparent url(http://easywaystosavemoney.com.au/images/esm_16.jpg) bottom right no-repeat;
}

.book p {
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	margin: 0 10px 3px 10px;
}

.book a:link {color: #ffece3; text-decoration: underline;}
.book a:visited {color: #ffece3; text-decoration: underline;}
.book a:hover {color: #FFF; text-decoration: underline;}
.book a:active {color: #ffece3; text-decoration: underline;}

.ads {margin-top: 270px; margin-bottom: 20px; float:left;}
.ads img {margin-top: 20px;}
.ads p {margin: 0; padding: 0 !important;}
.adsright {float: right; margin-left: 20px;}

#facebook h4 {
	padding: 0 15px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #f2590b;
}

#facebook p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 8px;
}

#facebook hr {
	width: 300px;
	height: 1px;
	border: none;
	clear: both;
	color: #7cb846;	
	background-color: #7cb846;
	margin: 10px 0;
	padding: 0;
}

/* FOOTER */

#footer {
	background: transparent url(http://easywaystosavemoney.com.au/images/esm_28.png) top left repeat-x;
	overflow: hidden;
	margin-top: 40px;
	height: 30px;
	padding: 20px 0 10px 0;
}

#footer h2 {
	color: #ffece3;
	font-size: 16px;
	text-align: center;
}

#footerbase {
	background-color: #f2590b;
	padding-bottom: 25px;
	color: #FFF;
}

#footerbase li {
	color: #FFF;
	font-size: 12px;
	padding: 8px 0;
	font-weight: bold;
}

#footerbase ul {
	margin-bottom: 20px;
}

#footerbase li {
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	width: 140px;
	padding: 6px 0;
	margin: 0 10px;
	float: left;
	display: inline;
}

#footerbase li ul li {
	color: #FFF;
	font-size: 11px;
	line-height: 12px;
	padding: 1px 0;
	margin: 0;
	font-weight: normal;
}

#footerbase li a {
	display: block;
	padding: 3px 0;	
}

#footerbase a:link {color: #FFF; text-decoration: none;}
#footerbase a:visited {color: #FFF; text-decoration: none;}
#footerbase a:hover {color: #ffece3; text-decoration: underline;}
#footerbase a:active {color: #FFF; text-decoration: none;}

#footerbase p {
	font-size: 10px;
	text-align: right;
	margin-top: 40px;
}

/* Sidebar Seedsticks Contact Form */

#facebook .zemContactForm {
	margin: 20px;
}

#facebook .zemContactForm p {
	margin: -20px 0 20px -20px;
	padding: 0;
}

#facebook .zemContactForm fieldset {
	border: none;
}

	#facebook .zemContactForm legend {
		display: none;
	}
	
	#facebook .zemContactForm input, #facebook .zemContactForm textarea, #facebook .zemContactForm select {
		color: #555;
		font-size: 12px;
		padding: 6px;
		clear: right;
		margin-bottom: 10px;
		border: 1px #f2590b solid;
		background: #FFF url(http://easywaystosavemoney.com.au/images/searchbg.gif) bottom left repeat-x;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;		
		}

	#facebook .zemContactForm label {
		display: block;
		float: left;
		width: 70px;
		margin-right: 10px;
		text-align: left;
		font-size: 12px;
		line-height: 18px;
		padding-top: 4px;
	}
	
	#facebook .zemError {
		color: red;
		padding: 20px 0;
	}
	
	#facebook .zemSubmit {
		color: #FFF !important;
		background: #d24700 !important;
		border: 1px #f2590b solid;
		width: 80px;
		padding: 10px 0 !important;
		margin-left: 82px;
	}	
	
	#facebook .zemThanks {
		padding: 0 20px;
		font-size: 12px;
		line-height: 18px;
	}
	
/* Contact Form */

.zemContactForm {
	margin: 20px;
}

.zemContactForm p {
	margin: -20px 0 20px -20px;
	padding: 0;
}

.zemContactForm fieldset {
	border: none;
}

	.zemContactForm legend {
		display: none;
	}
	
	.zemContactForm input, .zemContactForm textarea, .zemContactForm select {
		color: #555;
		font-size: 13px;
		padding: 8px;
		clear: right;
		margin-bottom: 15px;
		border: 1px #f2590b solid;
		background: #FFF url(http://easywaystosavemoney.com.au/images/searchbg.gif) bottom left repeat-x;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;		
		}

	.zemContactForm label {
		display: block;
		float: left;
		width: 130px;
		margin-right: 10px;
		text-align: left;
		font-size: 13px;
	}
	
	.zemError {
		color: red;
		padding: 20px 0;
	}
	
	.zemSubmit {
		color: #FFF !important;
		background: #d24700 !important;
		border: 1px #f2590b solid;
		width: 80px;
		padding: 10px 0 !important;
	}	
	
	.zemThanks {
		padding: 0 20px;
		font-size: 13px;
		line-height: 22px;
	}
	
/* Comments Form */

#txpCommentInputForm {
	margin: 20px;
	font-size: 13px;
	line-height: 22px;
}

	#txpCommentInputForm input, #txpCommentInputForm textarea, #txpCommentInputForm select {
		color: #555;
		font-size: 13px;
		padding: 4px;
		clear: right;
		margin-bottom: 10px;
		border: 1px #f2590b solid;
		background: #FFF url(http://easywaystosavemoney.com.au/images/searchbg.gif) bottom left repeat-x;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;		
	}
		
	#txpCommentInputForm label {
		font-size: 13px;
		line-height: 22px;
		margin: 5px;
	}
	
	.txpCommentInputMessage {
		width: 250px;
		height: 100px;
	}
	
	#txpCommentInputForm .button {
		color: #FFF !important;
		background: #d24700 !important;
		border: 1px #f2590b solid;
		width: 80px;
		padding: 10px 0 !important;
	}	

	#txpCommentInputForm .disabled {
		color: #ccc !important;
		background: #efefef !important;
		border: 1px #ccc solid;
		width: 80px;
		padding: 10px 0 !important;
	}
	
	#txpCommentInputForm p.notice {
		margin: 10px 0;
		padding: 0;
	}

/* 404 */

.notfound {
	text-align: center;
}

.notfound h1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	color: #7cb846;
	margin: 30px 0 10px 0;
}
