/*
Theme Name: 78 Saab
Theme URI: http://www.78saab.com.au/
Description: The official theme for 78 Saab.
Author: Brett Fusedale
Author URI: http://www.fadeagency.com/
Version: 1.0
*/


/* CSS RESET */

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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL STYLES */

body {
	background-image: url(images/bg-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #d6d3d6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: normal;
}


a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#737072;
	text-decoration:underline;
}

a:visited {
	color:#404040;
}

a:hover {
	color:#404040;
}

a:active {
	color:#404040;
}

p {
	margin-bottom: 20px;
        clear: left;
}
#page-entry img {
	border:1px solid #e1e0e1;
	padding:5px;
        background-color: #efefef;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
        clear: left;
        font-weight: bold;
        margin: 10px 0 10px 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000;
	clear: both;
	float: left;
	line-height: 1.2em;
	margin-bottom: 20px;
	text-decoration: none;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	font-style: italic;
	font-weight: bold;
	clear: both;
	float: left;
	line-height: 1.2em;
	margin-bottom: 20px;
        text-decoration: none;
}

/* LAYOUT */

#wrapper {
	padding: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#content-wrapper {
	width: 920px;
	background-image: url(images/bg-content.png);
	background-repeat: repeat;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer-links {
	width: 281px;
	float: left;
	clear: both;
	height: 70px;
	margin: 50px 0 0 0;
	padding: 0px;
}
#footer-fade {
	width: 105px;
	float: right;
	height: 70px;
	margin: 50px 0 0 0;
	padding: 0px;
}




#header {
	width: 100%;
	background-image: url(images/menu-background.jpg);
	background-repeat: repeat-x;
}

#main {
	float: left;
	width: 630px;
	clear: both;
	margin-bottom: 30px;
}
#menu {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
text-align: center;
}


#sidebar {
	float: right;
	width: 240px;
}

#footer {
	height: 92px;
	width: 100%;
	clear: both;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* MENU */

.menu {
	list-style:none;
	width:960px;
	height: 100px;
        margin: 0 0 0 14px;
}

.menu li {
	padding:0;
	margin:0;
	display:inline;
}

.menu li a {
	width: 960px;
        float: left;
}

.menu li a span {
	display:none;
}

li.news a {
	height:100px;
	background-image:url(images/menu-news.png);
	background-repeat:no-repeat;
	width:97px;
}

li.news a:hover {
	background-position:0 -100px;
}

li.news a.active {
	background-position:0 -200px;
}
li.biography a {
	height:100px;
	background-image:url(images/menu-biography.png);
	background-repeat:no-repeat;
	width:157px;
}

li.biography a:hover {
	background-position:0 -100px;
}

li.biography a.active {
	background-position:0 -200px;
}
li.shows a {
	height:100px;
	background-image:url(images/menu-shows.png);
	background-repeat:no-repeat;
	width:109px;
}

li.shows a:hover {
	background-position:0 -100px;
}

li.shows a.active {
	background-position:0 -200px;
}
li.releases a {
	height:100px;
	background-image:url(images/menu-releases.png);
	background-repeat:no-repeat;
	width:129px;
}

li.releases a:hover {
	background-position:0 -100px;
}

li.releases a.active {
	background-position:0 -200px;
}
li.videos a {
	height:100px;
	background-image:url(images/menu-videos.png);
	background-repeat:no-repeat;
	width:107px;
}

li.videos a:hover {
	background-position:0 -100px;
}

li.videos a.active {
	background-position:0 -200px;
}

li.photos a {
	height:100px;
	background-image:url(images/menu-photos.png);
	background-repeat:no-repeat;
	width:118px;
}

li.photos a:hover {
	background-position:0 -100px;
}

li.photos a.active {
	background-position:0 -200px;
}

li.shop a {
	height:100px;
	background-image:url(images/menu-shop.png);
	background-repeat:no-repeat;
	width:97px;
}

li.shop a:hover {
	background-position:0 -100px;
}

li.shop a.active {
	background-position:0 -200px;
}
li.contact a {
	height:100px;
	background-image:url(images/menu-contact.png);
	background-repeat:no-repeat;
	width:120px;
}

li.contact a:hover {
	background-position:0 -100px;
}

li.contact a.active {
	background-position:0 -200px;
}

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

img.alignright {
        padding: 4px;
        margin: 0 0 30px 30px;
        display: inline;
}

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
}

.alignright {
        float: right;
}

.alignleft {
        float: left;
}

/* TWITTER */

p.twitter-message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: normal;
}
.twitter-timestamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: normal;
}
a.twitter-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

}
a.twitter-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
table,  tbody, tr, th, td {
	vertical-align: top;
        clear: right;
        padding: 0 10px 10px 0;
}
.ngg-clear {
padding-bottom: 30px;
}
