/*   
Theme Name: Garbage Warrior Theme
Theme URI: 
Description: 
Author: Rowan Richardson
Author URI: http://www.roweena.co.uk/
Template: thematic
Version: 1.0
Tags: Thematic
*/



/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Richard Rutter    [clagnut.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 75%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #333; 
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #666; 
  font-family:  'BebasNeueRegular', Arial, Helvetica, sans-serif;; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.8em; line-height: 1; margin-bottom: 0.7em; }
h4 { font-size: 1.5em; line-height: 1.25; margin-bottom: 1em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           {font-size:1em; margin: 0 0 1.5em;}

p.last      { margin-bottom: 0; }

p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */

#footer p {font-size:.9em; margin: 1.5em 0; color:#FFF;}
 
img         { margin: 0 0 0.5em; }

ul, ol      {padding:0; margin:0 0  15px .5em;}
ul          { list-style-type: none; }
ol          { list-style-type: none; }
 li { background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: 1em;
}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #234c8d; text-decoration:none;}
a           { color: #234c8d; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }






body {background:#234c8d;}

#wrapper {width:960px; margin:0 auto;}
#header {background:url(images/header.jpg) no-repeat top center; width:100%; height:175px; position:relative;}
#awards {width:550px; height:70px; position:absolute; top:15px; left:435px;}
#awards ul li {background:none; margin:0; padding:0 15px 0 0; float:left;}
#buy-box {position: absolute; width: 180px; height: 180px; top: 20px; right: 10px; }

#buy-box a {display: block; width: 180px; height: 180px;}

/* grid elements */
.features {float: left; width: 100%; clear: both; margin-top:5px;}
.midbox {width: 340px; position:relative; overflow:visible;  padding-top:40px; padding-left:10px;}
.midmidbox {width: 340px; position:relative; overflow:visible;margin-left:10px; padding-top:40px; padding-left:10px;}
.maxbox {width: 460px; position:relative; overflow:visible;margin-left:10px; padding-top:10px; padding-left:10px;}
.gallerybox {width: 580px;  overflow:visible;margin-left:10px; padding-top:10px; padding-left:10px;}
.smallbox {width: 220px; position:relative; overflow:visible; padding-left:10px; padding-top:10px;}

.left{float: left; }
.right{float: right;}

#maincontent {background:#FFF; padding:5px; float:left;}
#footer {clear:left;  height:45px; background:#FFF;}
#footer ul {padding:0; height:45px; margin-top:5px; margin-left:5px; }
#footer ul li {list-style:none; float:left; display:block; background:none; padding:0 30px 0 0}


#header h1 { font-size:.1em; text-indent:-9999px;}




/* home */     .page-id-6 #banner, .parent-pageid-6 #banner {width:950px;
				height:250px;
				background:url(images/mainimg.jpg) no-repeat top left;}
				
/* about */     .page-id-8 #banner, .parent-pageid-8 #banner {width:950px;
				height:250px;
				background:url(images/banner2.jpg) no-repeat top left;}
/* gallery */  .page-id-10 #banner, .parent-pageid-10 #banner {width:950px;
				height:250px;
				background:url(images/banner3.jpg) no-repeat top left;}
/* news */     .page-id-12 #banner, .parent-pageid-12 #banner {width:950px;
				height:250px;
				background:url(images/banner4.jpg) no-repeat top left;}
/* screenings */.page-id-14 #banner, .parent-pageid-14 #banner {width:950px;
				height:250px;
				background:url(images/banner5.jpg) no-repeat top left;}
/* press */		.page-id-16 #banner, .parent-pageid-16 #banner {width:950px;
				height:250px;
				background:url(images/banner6.jpg) no-repeat top left;}
/* downloads */ .page-id-18 #banner, .parent-pageid-18 #banner {width:950px;
				height:250px;
				background:url(images/banner7.jpg) no-repeat top left;}
/* links  */	.page-id-20 #banner, .parent-pageid-20 #banner {width:950px;
				height:250px;
				background:url(images/banner8.jpg) no-repeat top left;}
/* contact */	.page-id-22 #banner, .parent-pageid-22 #banner {width:950px;
				height:250px;
				background:url(images/banner9.jpg) no-repeat top left;}
				
				#banner {width:950px;
				height:250px;
				background:url(images/mainimg.jpg) no-repeat top left;}
				

#buy {height:250px; background:url(images/trans.png) repeat-y top left; padding:0;}

#buy h2 {width:118px; height:19px; text-indent:-9999px; background:url(images/buydvd.gif) no-repeat; position:absolute; top:10px; left:18px;}

#buy p {
	width:128px;
	height:104px;
	text-indent:-9999px;
	background:url(images/dvddetails.gif);
	position:absolute;
	top:77px;
	left:181px;
}

#buy img {position:absolute; top:35px; left:10px;}

/*Homepage*/

.page-id-6  .features {background:url(images/home-bg.gif) repeat-y; padding-bottom:70px;}
.home .smallbox {padding-top:40px;}




#trailer h2 {position:absolute; top:10px; left:10px; width:187px; height:21px; background:url(images/head_watch.jpg) no-repeat top center; text-indent:-9999px;}



#latestnews h2 {position:absolute; top:10px; left:10px; width:124px; height:21px; background:url(images/head_news.jpg) no-repeat top center; text-indent:-9999px;}


#signup h2 {position:absolute; top:10px; left:10px; width:72px; height:21px; background:url(images/head_join.jpg) no-repeat top center; text-indent:-9999px;}

#signup p.info {clear:left; padding-top:20px;}

#flashcontent {margin-bottom:10px;}

/*Internal pages*/

#bottomcontent {background:url(images/grey.jpg) #FFF repeat-y top left; float:left;}
.features {background:url(images/fan.png) no-repeat 150px 100%; }

#leftnav h2 {position:absolute; top:10px; left:10px; text-indent:-9999px;}

.about-h2 {width:167px; height:22px; background:url(images/head_about.jpg) no-repeat top center}
.gallery-h2 {width:78px; height:21px; background:url(images/head_gallery.jpg) no-repeat top center; text-indent:-9999px;}
.news-h2 {width:54px; height:21px; background:url(images/head_fullnews.jpg) no-repeat top center; text-indent:-9999px;}
.screenings-h2 {width:117px; height:21px; background:url(images/head_screenings.jpg) no-repeat top center; text-indent:-9999px;}
.press-h2 {width:59px; height:21px; background:url(images/head_press.jpg) no-repeat top center; text-indent:-9999px;}
.downloads-h2 {width:118px; height:21px; background:url(images/head_downloads.jpg) no-repeat top center; text-indent:-9999px;}
.links-h2 {width:53px; height:21px; background:url(images/head_links.jpg) no-repeat top center; text-indent:-9999px;}
.contact-h2 {width:85px; height:21px; background:url(images/head_contact.jpg) no-repeat top center; text-indent:-9999px;}
#screenings #leftnav h2#headbuy {width:85px; height:80px; background:url(images/head_buy_dvd.jpg) no-repeat top center; text-indent:-9999px;}
#screenings #internalcontent ul {margin-bottom:10px;}
#leftnav ul {margin-left:0;}
#leftnav ul li {background-image:none; list-style:none; padding-left:0; line-height:24px; font-size:1.2em;}
#leftnav a {text-decoration:none; color:#234c8d;}
#leftnav a:hover {color:#333;}
#leftnav a.current {text-decoration:underline;}
#internalcontent {padding-bottom:150px; min-height: 350px}
#sub-navigation {margin-top: 30px}
#sub-navigation li.current_page_item a {font-weight: bold}
.featured-image {
	float: right;
	margin: 0 0 5px 0
}
#google-ads {
	float: right;
	margin: 0 20px 0 0
}


#google-ads2 {
	margin-top: 30px;
}

.home-page-quotes {
	font-style: italic;
	font-weight: bold
}

.share {
	margin-top: 50px
}

/* Main Site Navigation */

#mainnav {
	height: 18px;
	position:absolute;
	margin: 0;
	padding:0;
	right: 0px;
	top: 145px;

}

#mainnav ul	{
	height: 18px;
	margin: 0;
}
	
#mainnav ul li	{
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size: 175%;

	}
	
	
#mainnav ul li, #mainnav ul a	{
	height: 18px;
	display: block;
	}

#mainnav ul li a	{
	text-decoration: none;
	color: #fff	
	}

#mainnav ul li a:hover, #mainnav ul li.current-menu-item a, #mainnav ul li.current-page-ancestor a	{
	color: #ccff66
}

/* Remove large selection rectangle on image-replacement */
:active, :focus {
  outline:none;
  -moz-outline-style: none;
}

/* blog/news */
.entry-meta {
	font-size: 90%;
	margin: 0 0 20px 0
}

.entry-utility, #form-allowed-tags {
	display: none;
}

h1.page-title {
	display: none;
}

#caption-home {
	padding: 15px 15px 0 0;
	color: #666
}

#caption-right {
	padding: 0px 15px 10px 15px;
	color: #666;
	text-align: center
}

#caption-left {
	padding: 15px 15px 0 0;
	color: #666;

}