/*
Theme Name: Stud Park Shopping Centre
Description: Custom theme developed for Stud Park Shopping Centre by Burst Creative
Version: 1.0
Author: Burst Creative
*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	background: url(images/bg-page.png) repeat;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
span.hide {
	display: none;
}

/******************************/

body {
	color: #000;
	background: url(images/bg-page.png) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content-wrap h1 {
	color: #007550;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#content-wrap h2 {
	color: #007550;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#content-wrap h3 {
	color: #007550;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#content-wrap h4 {
	color: #007550;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.3em;
}

#content-wrap h5 {
	color: #007550;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#content-wrap strong {
	font-weight: bold;
}

#content-wrap em {
	font-style: italic;
}

#content-wrap ul {
	line-height:1.5em;
	list-style-type:square;
	margin-left:1.3em;
	padding-bottom:1.5em;
}

#content-wrap ul li {
	padding-left:5px;
}

#content-wrap ol {
	line-height:1.5em;
	list-style-type: decimal;
	margin-left:1.8em;
	padding-bottom:1.5em;
}

#content-wrap ol li {
	padding-left:5px;
}

#content-wrap p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

#content-wrap a, #content-wrap-no-sidebar a {
	color: #a17c14;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding-bottom: 2px;
}

#content-wrap a:hover, #content-wrap-no-sidebar a:hover {
	background: #e2d4ab;
	color: #a17c14;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding-bottom: 2px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding-bottom: 2px;
}

#footer a:hover {
	background: #fff;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding-bottom: 2px;
}

p#map-toggle {
	margin-bottom: 10px;
}

hr {
	margin: 30px 0 30px 0;
}

/******************************/

#page-wrap {
		margin: auto;
		width: 954px;
		background: #fff;
}

#header {
		width: 954px;
		height: 249px;
		background: url(images/bg-header.png) no-repeat #fff;
		position: relative;
		padding-bottom: 10px;
}

ul#nav {
	position: absolute;
	top: 168px;
	left: 25px;
}

ul#nav li {
	float: left;
	margin-right: 1px;
}

ul#nav li a {
	padding: 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #b89312;
	display: block;
	border: 1px solid #e8ddb4;
	border-bottom: 1px solid #b3d3c5;
	background: #f7f3e6;
}

ul#nav li a:hover {
	border-left: 1px solid #92bdac;
	border-right: 1px solid #92bdac;
	border-top: 1px solid #92bdac;
	border-bottom: 1px solid #ebf4e6;
	background: #e9f3e2;
	color: #007550;
}


ul#nav li.current_page_item a, ul#nav li.current_page_parent a {
	border-left: 1px solid #92bdac;
	border-right: 1px solid #92bdac;
	border-top: 1px solid #92bdac;
	border-bottom: 1px solid #ebf4e6;
	background: #e9f3e2;
	color: #007550;
}

ul#subnav {
	position: absolute;
	top: 217px;
	left: 25px;
}

ul#subnav li {
	float: left;
}

ul#subnav li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #e2d4ab;
	color: #a17c14;
	margin-right: 5px;
	text-decoration: none;
	padding: 5px 15px;
	display: block;
}

ul#subnav li a:hover {
	background: #b89312;
	color: #fff;
}


ul#subnav li.current_page_item a, ul#subnav li.current-cat a {
	background: #59AD40;
	color: #fff;
}

#content-wrap {
	min-height: 300px;
	background: #fff;
	background: url(images/bg-content.png) repeat-y;
	padding: 0 25px;
}

#content-wrap-no-sidebar {
	min-height: 300px;
	background: #fff;
	padding: 0 25px;
}

#content {
		float: left;
		width: 560px;
}

#content-wrap-no-sidebar #content {
	width: 100%;
	float: none;
}

#sidebar {
		float: right;
		width: 285px;
}

#footer {
	background: #fff;
	border-top: 1px solid #92bdac;
	padding-top: 10px;
	margin-top: 30px;
	position: relative;
	width: 100%;
}

#footer ul#storelinks li {
	float: left;
}

#footer ul#storelinks a {
	display: block;
	height: 78px;
	text-indent: -9999px;
	border: none;
}

#footer ul#storelinks a.coles {
	background: url(images/bk-link-coles.png) no-repeat;
	width: 173px;
}

#footer a.woolies {
	background: url(images/bg-link-woolies.png) no-repeat;
	width: 161px;
}

#footer a.kmart {
	background: url(images/bg-link-kmart.png) no-repeat;
	width: 128px;
}

#footer a.liquorland {
	background: url(images/bg-link-liquorland.png) no-repeat;
	width: 131px;
}

#footer a.sams {
	background: url(images/bg-link-sams.png) no-repeat;
	width: 141px;
}

#footer a.ing {
	background: url(images/bg-link-ing.png) no-repeat;
	width: 220px;
}

#footerlinks {
	position: absolute;
	top: 105px;
	color: #fff;
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}

.sidebar-box {
	background: url(images/bg-sidebar-box.png) bottom no-repeat;
	width: 285px;
	margin-bottom: 15px;
}

.sidebar-box-wrap {
	padding: 0 15px 15px 15px;
	color: #007550;
}

#sidebar .news-item {
	margin-bottom: 20px;
}

#content .news-special-item {
	margin-top: 30px;
	border-top: 1px solid #bcd8cd;
	border-left: 1px solid #bcd8cd;
	padding: 10px 0 10px 10px;
}

#content .news-special-item h2 {
	display: block;
	background: url(images/bg-h2-article.png) no-repeat;
	padding: 5px 0 8px 48px;
	margin-bottom: 0;
	color: #b48d05;
}

#sidebar h3 {
	background: url(images/bg-sidebar-box-header.png) no-repeat;
	display: block;
	width: 285px;
	height: 36px;
	color: #007550;
	font-size: 18px;
	padding: 8px 0 0 15px;
	margin: 0;
}
#sidebar p {
	color: #000;
}

#storemap {
	display: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Wordpress Table Plugin */
#wp-table-reloaded-id-1-no-1 a {
	padding-bottom: 0px;
}

#wp-table-reloaded-id-1-no-1 a:hover {
	background: none;
	border-bottom: none;
}

.wp-table-reloaded {
	background-color:#d7d7d7;
	margin:10px 0px 15px 0px;
	font-size:12px;
	width:100%;
	text-align:left;
       color:#000;
}
.wp-table-reloaded th {
	background-color:#afd7a3;
	border:1px solid #FFFFFF;
	padding:6px;
}
.wp-table-reloaded td {
	color:#3D3D3D;
	padding:6px;
	background-color:#FFFFFF;
	vertical-align:top;
}
.wp-table-reloaded .even td {
	background-color:#FFFFFF;
}
.wp-table-reloaded .odd td{
	background-color:#f8f4e9;
}
.wp-table-reloaded .header {
	background-image:url(http://dev.studparksc.com.au/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}
.wp-table-reloaded .headerSortUp {
	background-color:#7bc864;
	background-image:url(http://dev.studparksc.com.au/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.wp-table-reloaded .headerSortDown {
	background-color:#7bc864;
	background-image:url(http://dev.studparksc.com.au/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

