/**
  Theme Name:	AFS
  Theme URI:	http://www.australianfilmsyndicate.com.au/
  Version:	2.0
  Author:	Mitch Malone
  Author URI:	http://www.mitchmalone.name/
*/

/* BEGIN 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;
}
/* END CSS RESET */

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 15px;
}

body {
	background: #333333;
	color: #ffffff;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

div#header {
	padding-top: 100px;
}

div#header div.column {
	width: 118px;
	margin-left: 1px;
	margin-right: 1px;
	float: left;
}

div#header div.column ul {
	list-style-type: none;
	color: #999999;
	text-transform: uppercase;
	font-size: 9px;
}

div#header div.column ul li.first {
	color: #ffffff;
	font-size: 14px;
	border-bottom: #ffcc00 3px solid;
	padding-bottom: 5px;
	margin-bottom: 7px;
}

div#header div.column ul li#films,
div#header div.column ul li#contact,
div#header div.column ul li#about,
div#header div.column ul li#social,
div#header div.column ul li#links {
	text-indent: -9999px;
}

div#header div.column ul li#films { background: transparent url(./images/top_nav.gif) no-repeat 0px 0px; }

div#header div.column ul li#contact { background: transparent url(./images/top_nav.gif) no-repeat -120px 0px; }

div#header div.column ul li#about { background: transparent url(./images/top_nav.gif) no-repeat -240px 0px; }

div#header div.column ul li#social { background: transparent url(./images/top_nav.gif) no-repeat -360px 0px; }

div#header div.column ul li#links { background: transparent url(./images/top_nav.gif) no-repeat -480px 0px; }

div#header div.column ul li a:link, div#header div.column ul li a:visited {
	color: #999999;
}

div#header div.column ul li a:hover, div#header div.column ul li a:active {
	color: #cccccc;
}


div#content h2 {
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	height: 14px;
	text-indent: -9999px;
	background: transparent url("./images/aus_film_synd.gif") no-repeat 0px 0px;
	margin-bottom: 5px;
	display: none;
}

div#content {
	margin-top: 80px;
}

div#logo {
	width:  240px;
	height: 207px;
	float: left;
}

div#logo h1 {
	text-indent: -9999px;
	background: #ffcc00 url("./images/logo_yellow_2.png") no-repeat center center;
	width:  240px;
	height: 207px;
}

div#video {
	width: 350px;
	height: 197px;
	float: left;
	background: #999999;
	border: 5px solid #999999;
}

div.wrapper {
	width: 600px;
	margin: 0px auto;
}

div#seo {
	display: none;
}

a, a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer {
	position: relative;
	margin-top: -15px;
	height: 15px;
	clear:both;
}

div#footer p {
	color: #cccccc;
	text-transform: uppercase;
	font-size: 9px;
}

div.postWrapper {
	padding: 10px;
}

div.postWrapper h3.postTitle {
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.postWrapper h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}

div.postWrapper ul {
	margin-left: 20px;
	list-style-type: square;
}

div.postWrapper ul li a {
	color: #999999;
	margin-bottom: 5px;
}

div.post p, div.post ol li, div.post ul li {
	color: #999;
}

div.post p {
	margin-bottom: 10px;
}

div.post img {
	margin-left: 20px;
	margin-bottom: 20px;
}

#post-58 p, #post-58 ul, #post-58 li,
#post-62 p, #post-62 ul, #post-62 li {
	color: #999999;
}

#post-58 ol,
#post-62 ol {
	padding-left: 20px;
}

#post-58 ol li,
#post-62 ol li {
	padding-bottom: 10px;
}

/* clear fix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/** theme requirements as per http://codex.wordpress.org/CSS */
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }

#fancy_left, #fancy_right {
	display: none !important;
}