/*LICENCE --------------------------------------
GTK - Monster Graphics Webiste 2009
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 New Zealand License
http://creativecommons.org/licenses/by-sa/3.0/nz/
*/

/*NOTES ----------------------------------------
Name:		Monster Graphics Website
Path: 		css/style.css
Notes:		-

UPDATE INFO ------------------------------------
Revision number: 0.0.1
Last updated: 10 Nov 2009 @ 9:59am
Last update made by: tamara pearce (developer@monstergraphics.co.nz)

CONTENTS ---------------------------------------
=FIX: Stylesheet inclusions for specific browser fixes
=1: Reset all elements to a common value
=2: Default classes
=3: WP CLASSES
*/

/* =1 RESET ALL ELEMENTS TO A COMMON VALUE
   ----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
abbr,acronym { border:0;
}


/* =2 DEFAULT CLASSES
   ----------------------------------------------------*/

body { color: #fff; background:#330033; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

h1 { text-indent: -9999px; }

h2, h3, h4 { font-size: 1.1em; color: #b0d22e; margin-bottom: 10px; }

h2 span { color: #a2007a; }

a, p { font-size: .8em; }

a {	text-decoration: none; color: #b0d22e; font-size: 1em; }

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

p span{ color: #a2007a; }

/*REMOVE FIREFOX DOTTED BORDER*/
a { outline: none;}


/* HEADER/NAV
   ----------------------------------------------------*/

#nav-top {
	width:900px;
	height:39px;
	overflow:hidden;
	position:relative;
}

	#nav-top a {
		font-size: .9em;
		display: block;
		height: 39px;
	}
	
	#nav-top a:hover {
		color: #fff;
	}
	
	#nav-top a.current {
		background-color:#40611F;
	}
	
	#nav-top li {
		display:inline;
		float:left;	
		width: 119px;
		margin: 0;
		padding: 0;
	}
	
	li.home, li.workshop, li.services, li.blog, li.contact, li.newsletter {
		width: 119px;
	}
	
	li.home a, li.workshop a, li.services a, li.blog a, li.contact a, li.newsletter a, li.home-on a, li.workshop-on a, li.services-on a, li.blog-on a, li.contact-on a, li.newsletter-on a {
		padding-top: 10px;
	}
	
	li.home-on a, li.workshop-on a, li.services-on a, li.blog-on a, li.contact-on a, li.newsletter-on a {
		color:#fff;
	}
	
	li.home a, li.workshop a, li.services a, li.blog a, li.contact a, li.newsletter a{
		color: #d3e58a;
	}
	
	#nav-top li.home a {
		background: transparent url(images/nav_1.jpg) no-repeat scroll;
		padding-left: 40px;
	}
	
	#nav-top li.home-on a {
		background: transparent url(images/nav_1_on.jpg) no-repeat scroll;
		padding-left: 40px;
	}	
	
	#nav-top li.workshop a {
		background: transparent url(images/nav_2.jpg) no-repeat scroll left top;
		padding-left: 25px;
	}
	
	#nav-top li.workshop-on a {
		background: transparent url(images/nav_2_on.jpg) no-repeat scroll left top;
		padding-left: 25px;
	}
	
	#nav-top li.services a {
		background: transparent url(images/nav_3.jpg) no-repeat scroll left top;
		padding-left: 30px;
	}
	
	#nav-top li.services-on a {
		background: transparent url(images/nav_3_on.jpg) no-repeat scroll left top;
		padding-left: 30px;
	}
	
	#nav-top li.blog a {
		background: transparent url(images/nav_4.jpg) no-repeat scroll left top;
		padding-left: 40px;
	}
	
	#nav-top li.blog-on a {
		background: transparent url(images/nav_4_on.jpg) no-repeat scroll left top;
		padding-left: 40px;
	}
	
	#nav-top li.contact a {
		background: transparent url(images/nav_5.jpg) no-repeat scroll left top;
		padding-left: 30px;
	}
	
	#nav-top li.contact-on a {
		background: transparent url(images/nav_5_on.jpg) no-repeat scroll left top;
		padding-left: 30px;
	}
	
	#nav-top li.newsletter a {
		background: transparent url(images/nav_6.jpg) no-repeat scroll left top;
		padding-left: 120px;
		width: 305px;
	}
	
#title-bg {
	background:transparent url(images/title_bg.jpg) no-repeat scroll left top;
	width: 900px;
	height: 94px;
	color: #b0d22e;
}

#title-bg p {
	font-size: 1.1em;
	padding: 30px 0 0 90px;
}

#title-bg span {
	color:#CC84BB;
	font-size:0.8em;
}

/* =3 QUOTE
   ----------------------------------------------------*/

#main-quote {
	background: url(images/project_quote_bg.jpg) no-repeat scroll left top;
	height: 151px;
	padding: 30px 0 0 15px;
	clear:both;
}

#main-quote-left, #main-quote-right {
	width: 420px;
	float: left;	
}

#main-quote-left {
	margin-right: 15px;
}

#main-quote-left p{
	width: 420px;
	padding-top: 0;
}

#main-quote h2 {
	padding:10px 0 5px 70px;
}

/* =3 ICON

   ----------------------------------------------------*/
.write-icn {
	height:66px;
	width:89px;
	z-index:1000;
	float:left;
}

.newsletter-icn {
	height:94px;
	left:630px;
	position:absolute;
	top:175px;
	width:94px;
	z-index:1000;
}

.hugo-talk {
	height:64px;
	left:20px;
	position:absolute;
	top:240px;
	width:82px;
	z-index:1000;
}


/* =3 BLOG
   ----------------------------------------------------*/

.blog-entry {
	background: #2F002E url(images/blog_bg.jpg) no-repeat scroll left top;
	margin: 20px 0 0 0;
	width: 900px;
	float:left;
}

.blog h2 {
	padding:20px 0 0 70px;
	margin: 0;
}

.blog small {
	margin: -10px 0 20px 0;
}

.blog-bottom {
	background:transparent url(images/blog_bottom.jpg) no-repeat scroll left top;
	height: 18px;
	width: 900px;
	margin-bottom: 10px;
	float:left;
	}

/* =3 WP CLASSES
   ----------------------------------------------------*/

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 900px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	padding:10px 20px 0 20px;
	width: 865px;
	}
	
.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	/*background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top*/;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: ##B0D22E;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #D3E58A;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #fff;
	
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #B0D22E;
	text-decoration: none;
	}

a:hover {
	color: #B0D22E;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 900px;
	position:relative;
}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 900px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 0px 0 0;
	width: 890px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 0;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	}

#footer p {
	text-align: right;
	margin-bottom: 0;
	font-size: .7em;
	margin-bottom: 25px;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
