/*
Theme Name: Smartface
Description: The smartface.com.au theme
Author: Smartface
Author URI: http://www.smartface.com.au
*/

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,
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;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a img{
	border: 0;
}

body{
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
	line-height: 17px;
	font-size: 13px;
	color: #A6A6A6;
}
a, a:link, a:visited{
	color: #A6A6A6;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
a:hover{
	color: #444444;
}
#wrapper{
	width: 920px;
	padding: 0 0 0 20px;
	margin: 0 auto 0 auto;
}
#header{
	margin: 45px 0 20px 0;
}
#menu{
	width: 210px;
	float: left;
	padding: 0 0 40px 0;
	margin: 0 10px 0 0;
}
#bigtext{
	width: 670px;
	float: left;
	font-size: 22px;
}
#content{
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
}
/* thumbnail gallery on homepage */
.thumbnail{
	width: 210px;
	margin: 0 20px 20px 0;
	float: left;
}
#content .thumbnail a{
	display: block;
	position: relative;
	line-height: 0px;
}
#content .thumbnail a .thumbnail-info{
	display:none;
}
#content .thumbnail a:hover .thumbnail-info{
	display: block;
	position: absolute;
	z-index: 101;
	width: 200px;
	padding: 5px;
	bottom: 0px;
	line-height: 14px;
	color: white;
}
.thumbnail .thumbnail-selection{
	display: none;
}
#content .thumbnail a:hover .thumbnail-selection{
	width: 210px;
	height: 140px;
	background-image: url(images/thumb-selection.png);
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	z-index: 100;
}
#footer{
	clear: both;
	padding: 10px 0 0 0;
	height: 200px;
}
#menu .selected a{
	color: #00A557;
}
#menu a:hover{
	color: #ED5123;
}
hr{
	display: block;
	height: 1px;
	clear: both;
	margin: 0 20px 0 0;
	padding: 20px 0 0 0;
	border: none;
	border-bottom: solid 1px #CCC;
}

/* Column System
   There are four columns in total available to you in the grid of this design, each of a width of 210px, and a space between columns of 20px.
   You can use the three classes below to create container divs that will span one, two or three columns.
   You don't need a class if you want to span all four.
   If you need an empty column, use the .empty class on that div as well.

	.single-col
	|--- 210px ---| + Margin-right: 20px

	.double-col
	|------- 440px -------| + Margin-right: 20px

	.triple-col
	|------------------ 670px -----------------| + Margin-right: 20px

*/

.single-col{
	width: 210px;
	margin: 0 20px 0 0;
	float: left;
}
.double-col{
	width: 440px;
	float: left;
	margin: 0 20px 0 0;
}
.triple-col{
	width: 670px;
	margin: 0 20px 0 0;
	float: left;
}
.empty{
	height: 300px;
}
/* end column system */

/* content area */
#content h2{
	font-size: 18px;
	color: #333;
	line-height: 24px;
	padding: 0 0 5px 0;
}
#content h3{
	color: #666;
}
#content p a{
	color: #666;
}
#content p a:hover{
	color: #222;
}
#content p, #content ul{
	line-height: 19px;
	padding: 0 0 19px 0;
}
#content li{
	list-style: square;
	margin: 0 0 0 14px;
}

/* image gallery */
.image-gallery{
	position: relative;
	height: 400px;
}
.image-gallery img{
	position: absolute;
}
.gallery-controls{
	position: absolute;
	top: 15px;
	right: 15px;
	background: #111;
	color: #555;
	padding: 5px;
	z-index: 100;
	line-height: 14px;
}
.gallery-controls a{
	color: #888;
}
.gallery-controls a:hover{
	color: #eee;
}
.gallery-thumbs{
	position: absolute;
	top: 15px;
	left: 15px;
	color: #555;
	padding: 5px 0px 5px 5px;
	z-index: 100;
	line-height: 14px;
}
.gallery-thumbs a{
	display: block;
	background: #777;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
.gallery-thumbs a:hover{
	background: #bbb;
}
.gallery-thumbs a.active{
	background: white;
}