
/* Elements -------------------------------------------------- */
/* ------------------------------------------------------------*/

body {
	font-size: 62.5%;
	background: #FFF url(../images/bg.gif);
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	font-weight: 700;
	text-decoration: none;
	color: #000;
}

h2 a { color: #000 !important; }

h1.hidden {
	display: none;
	visibility: hidden;
}

h1,
h2 {
	font-size: 1.8em;
	font-weight: 700;
}

h3 {
	margin-bottom: .5em;
	font: 400 1.3em Georgia, "Times New Roman", Times, serif;
}

h4 {
	margin-bottom: .5em;
	font: 500 1.7em Georgia, "Times New Roman", Times, serif;
}

h5 {
	margin-bottom: .5em;
	font: 500 1.3em Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}

p {
	line-height: 1.8em;
	margin-bottom: 1em;
}

ul {
	list-style: disc;
	margin: 1em 2em;
	line-height: 1.8em;
}

ol {
	list-style: decimal;
	margin: 1em 2em;
	line-height: 1.8em;
}

hr { border-bottom-color: #EAEAEA; }

strong,
em {
	font-weight: 700;
	font-style: normal;
}

/* Shared classes -------------------------------------------- */
/* ------------------------------------------------------------*/

a.feed {
	display: block;
	background: url(../images/feed.png) no-repeat left center;
	padding-left: 25px;
}

.one a { color: #3399FF; }

.two a { color: #FF0099; }

.three a { color: #FFCC00; }

.four a { color: #000000; }

body.two-cols h2 { margin-bottom: .1em; }

p.posted { font-size: .8em; }

p.posted a {
	color: #FF0099;
	text-decoration: underline;
}

div.date { font-weight: 700; }

div.date span { font-size: 2em; }

/* Basic structure ------------------------------------------- */
/* ------------------------------------------------------------*/

div#main { background: #FFF url(../images/bg-main.png); }

body.two-cols div#main-inner { background: url(../images/bg-main-inner.png) no-repeat right 70px; }

div#content { font-size: 1.4em; }

div#sidebar { font-size: 1.1em; }

div#header { background: #FFF url(../images/bg-header.png) no-repeat center bottom; }

div#footer {
	background: #FFF url(../images/bg-footer.png) no-repeat center top;
	color: #FFF;
	font-size: 1.3em;
}

/* Content --------------------------------------------------- */
/* ------------------------------------------------------------*/

div#content a { color: #3399FF; }

div#content a:hover,
div#content a:active { text-decoration: underline; }

/* Subnavigation --------------------------------------------- */
/* ------------------------------------------------------------*/

div#sub-nav div { font-size: 1.4em; }

div#sub-nav a {
	color: #000;
	font-weight: 700;
}

div#sub-nav a:hover,
div#sub-nav a:active,
div#sub-nav a.selected { color: #3399FF; }

div#sub-nav .sub { font-size: 1.3em; }

div#sub-nav .sub a {
	color: #B7B7B7;
	font-weight: 400;
}

div#sub-nav .sub a:hover,
div#sub-nav .sub a:active,
div#sub-nav .sub a.selected { color: #000; }

/* Items ----------------------------------------------------- */
/* ------------------------------------------------------------*/

div.item { border-bottom-color: #EAEAEA; }

/* Showreel -------------------------------------------------- */
/* ------------------------------------------------------------*/

div#showreel { font-size: 1.1em; }

div#showreel div.controls { background: #000 url(../images/showreel/bg-controls.png) no-repeat right center; }

div#showreel div.controls a.previous { background: url(../images/showreel/previous.gif); }

div#showreel div.controls a.pause { background: url(../images/showreel/pause.gif); }

div#showreel div.controls a.next { background: url(../images/showreel/next.gif); }

div#showreel div.info { background: url(../images/showreel/bg-info.png) no-repeat right center; }

div#showreel div.info a { color: #FFF; }

/* Images ---------------------------------------------------- */
/* ------------------------------------------------------------*/

div.large-image {
	position: relative;
	width: 600px;
	padding-top: 20px;
	background: url(../images/bg-large-image.png) no-repeat;
}

div.large-image div {
	padding: 0 20px 20px;
	background: url(../images/bg-large-image.png) 0 bottom;
}

div.small-image {
	position: relative;
	width: 225px;
	padding-top: 15px;
	background: url(../images/bg-small-image.png) no-repeat;
}

div.small-image div {
	padding: 0 15px 15px;
	background: url(../images/bg-small-image.png) 0 bottom;
}

/* Shortcuts ------------------------------------------------- */
/* ------------------------------------------------------------*/

div#shortcuts div.col { border-color: #EAEAEA; }

div#shortcuts a { font-weight: 400; }

/* Sidebar --------------------------------------------------- */
/* ------------------------------------------------------------*/

div#sidebar a { color: #3399FF; }

/* Header ---------------------------------------------------- */
/* ------------------------------------------------------------*/

div#logo a {
	width: 400px;
	height: 175px;
	text-indent: -9999px;
	outline: none;
	display: block;
	background: url(../images/logo.png) no-repeat center center;
}

div#nav {
	font-size: 2.5em;
	border-top: 1px solid #EAEAEA;
}

div#nav a { color: #B7B7B7; }

div#nav a:hover,
div#nav a:active,
div#nav a.selected { color: #000; }

/* Footer ---------------------------------------------------- */
/* ------------------------------------------------------------*/

div#skyline { color: #000; }

div#footer-inner { background: #000000; }

div#footer ul li { border-bottom-color: #333; }

div#footer a:hover,
div#footer a:active { text-decoration: underline; }

div#footer .four a { color: #FFF; }
