/*
 * Author:		Ronan Sprake [ronan.sprake@soak.co.uk]
 * Agency:		Soak Digital Ltd.
 * Client: 		Archant Dialogue
 * Project: 	HOG Europe Gallery - Mobile Version
 * Comment:		Base stylesheet

----------------------
Contents:

1. Reset Styles
2. General Styles

/*--------------------------------------------------------------------------
	= Reset styles
----------------------------------------------------------------------------*/

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, a,
em, img, strong, fieldset, form, label, table, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	color: #fff;
}

html, body {
	background-color: #000;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul
{
	list-style: none;
}

em
{
	font-style: normal;
}

strong
{
	font-weight: bold;
}

a img
{
	display: block;
}

a
{
	color: #fff;
}

a:hover
{
	color: #f60;
}


/*--------------------------------------------------------------------------
	= General styles
----------------------------------------------------------------------------*/

body
{
	color: #333;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	min-width: 318px;
	max-width: 550px;
}

header
{
	display: block;
	position: relative;
	padding: 63px 0 20px;
	background: transparent url("../images/backgrounds/img-header-logo-bg.png") 0 0 repeat-x;
}

#logo
{
	position: absolute;
	top: 0;
	left: 10px;
}

nav
{
	border-top: 1px solid #FFF;
	display: block;
	margin: 0 3px;
}

nav ul
{
	border-bottom: 1px solid #FFF;
	background-color: #333;
}

nav li
{
	float: left;
}

nav a
{
	background: url(../images/bg-nav.png) no-repeat 0 0;
	display: block;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	width: 58px;
}

nav a.selected,
nav a:hover
{
	background-position: 0 -32px;
}

nav .photos a
{
	background-position: -58px 0;
	width: 70px;
}

nav .photos a.selected,
nav .photos a:hover
{
	background-position: -58px -32px;
}

nav .videos a
{
	background-position: -128px 0;
	width: 66px;
}

nav .videos a.selected,
nav .videos a:hover
{
	background-position: -128px -32px;
}

nav .news a
{
	background-position: -194px 0;
	width: 55px;
}

nav .news a.selected,
nav .news a:hover
{
	background-position: -194px -32px;
}

nav .rotw a
{
	background-position: -249px 0;
	width: 55px;
}

nav .rotw a.selected,
nav .rotw a:hover
{
	background-position: -249px -32px;
}

nav .events a
{
	background-position: -306px 0;
	width: 56px;
}

nav .events a.selected,
nav .events a:hover
{
	background-position: -306px -32px;
}

#content {
	clear: both;
}
.w3c {
	display: none;
}


section
{
	display: block;
	padding: 15px 8px;
}

section p
{
	margin-bottom: 8px;
}

h1
{
	border-bottom: 3px solid #CCC;
	font-weight: bold;
	margin-bottom: 14px;
	padding: 6px 9px;
	text-transform: uppercase;
}

h1 em
{
	color: #F60;
}

h2
{
	margin: 0 4px 12px 0;
	font-weight: bold;
}

.gallery-detail li
{
	float: left;
	margin: 0 10px 10px 0;
}

.listing
{
	margin-top: -10px;
}

.listing li
{
	border-bottom: 1px dotted #333;
	font-size: 14px;
	min-height: 67px;
	padding: 10px 0 10px 100px;
	position: relative;
	margin-bottom: 15px;
}

.news li
{
	min-height: 0;
	padding-left: 0;
}

.listing .thumb
{
	position: absolute;
	top: 10px;
	left: 0;
}

.listing .mask,
.summary-listing .mask
{
	position: absolute;
	top: 0;
	left: 0;
}

.rotw h2
{
	margin-bottom: 10px
}

.listing p
{
	margin-bottom: 20px
}

.news p
{
	margin-bottom: 10px
}

.listing .view
{
	position: absolute;
	bottom: 10px;
	left: 100px;
}

.photo
{
	display: inline-block;
	margin-bottom: 10px
}

.prev
{
	float: left;
}

.next
{
	float: right;
}

.summary-listing
{
	margin-bottom: 14px;
}

.summary-listing li
{
	float: left;
	margin-right: 10px;
	position: relative;
}

.summary-news
{
	font-size: 14px;
	margin-bottom: 12px;
}

.summary-news p
{
	margin-bottom: 14px;
}

.summary-rotw
{
	font-size: 14px;
	min-height: 67px;
	padding-left: 100px;
	position: relative;
}

.summary-rotw h2
{
	font-weight: normal;
	margin-bottom: 10px;
}

.summary-rotw p
{
	margin-bottom: 12px;
}

.summary-rotw .thumb
{
	position: absolute;
	top: 0;
	left: 0;
}

.home .view
{
	float: right;
}

.video,
.detail,
.actions
{
	margin-bottom: 20px;
}


#flags {
	clear: both;
	margin: 10px 10px 0;
	float: left;
}
#flags li {
	float: left;
	margin-right: 4px;
}
#flags li a img {
	opacity:0.4;
	filter:alpha(opacity=40);
}
#flags li a.active img {
	opacity:1;
	filter:alpha(opacity=100);
}


footer
{
	background: #333 url(../images/bg-header-footer.png) no-repeat 50% -10px;
	color: #FFF;
	display: block;
	padding: 65px 20px 12px;
}

footer p
{
	margin: 0 auto 12px;
	width: 244px;
}

footer li
{
	float: left;
}

footer li a
{
	background: #333 url(../images/bg-footer-icons.png) no-repeat 0 0;
	padding-left: 23px;
}

footer .last
{
	float: right;
}

footer .last a
{
	background-position: 0 -84px;
}

footer a,
footer a:hover
{
	color: #FFF;
}

input[type=text],
textarea
{
	border: 1px solid #C2C2C2;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 3px 2px;
	width: 200px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input[type=image]
{
	float: left;
	margin-right: 10px;
}

label.error
{
	color: #B10000;
}

input.error,
textarea.error
{
	border: 1px solid #B10000;
}

section:after,
nav ul:after,
footer ul:after,
.gallery-detail:after,
.summary-listing:after,
.actions:after
{
	clear:					both;
	content:				".";
	display:				block;
	font-size:				0;
	height:					0;
	line-height:			0;
	overflow:				hidden;
	visibility:				hidden;
}
