/*
Theme Name: kateforbes
Theme URI: http://www.wrburton.com/
Description: Bespoke theme for Kate Forbes
Version: 1.0
Author: William Burton
Author URI: http://www.wrburton.com/
*/



/* Begin Typography & Colors */
body {
	/*background: #FFFFFF url('images/bg.jpg');*/
	/*background: #FFFFFF url('images/grid.gif') center repeat-y;*/
	/*background: url('images/baseline.gif') center repeat-y;*/
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #999;
	/*font-size: 62.5%;  Resets 1em to 10px */
	}
body.home {
	background: #000000 /*url('http://www.kateforbes.com/wordpress/wp-content/uploads/2010/01/Efi20083bg.jpg') center top repeat-x*/;
	}
p {
	margin: 5px 0 10px 0;
	text-align: justify; /*left justify*/
}
p.legal {
	font-size: 10px;
	margin: 0px 0 10px 0;
	text-align: right;
}
small {
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0px;
}
#header .description {
	position: absolute;
	left: -999em;
	}


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


/* Headers -----------------------------------------*/

h1 {
	line-height: 0;
	}
h1 a {
	margin: 31px 0 0px 0;
	float: left;
	display: block;
	background: url('images/sprite.gif') 0 0 no-repeat;
	width: 243px;
	height: 81px;	
	text-indent: -900em;	
}

h2 {
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	margin: 0px 0 10px 0;
	color: #FFFFFF;
	}
h2.widgettitle {
	display: none;
	}
	
#sidebar h2 {
	/*background: green;
	font-size: 26px;
	line-height: 26px;
	padding: 20px 0 0px 0;
	margin: 0px 0 10px 0;
	width: 220px;
	border-top: solid 1px #d6dadb;*/
	}
h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	margin: 0px 0 15px 0;
	}
.post_column_1 h3 { /* contact titles */
	margin: 20px 0 15px 0;
}	
.post_column_1 { /* contact titles */
	margin-top: -15px;
}	


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

/* Comments etc -----------------------------------------*/

/*.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: #777;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}*/
	
	
/* Links -----------------------------------------*/

a {
	color: #999;
	text-decoration: none;
	}
.entry a {
	color: #de362c;
	}
.post_column_1 a {
	color: #999;
	}

#sidebar li a {
	font-size: 24px;
	line-height: 24px;
	color: #666666;
	/*color:  #999;*/
	}	
#sidebar li.current_page_item a {
	font-weight: bold;
	color: #FFF;
	}	
a:hover, #sidebar li a:hover {
	color: #FFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #DC291E;
	text-decoration: none;
	}
/*h2 a, h3 a {
	color: #999;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	color: #FFF;
	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 */

/* tables */

.post table {
	border-color: #666;
	width: 100%;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
}
.post table tr {
	vertical-align: top;
	padding: 5px 5px 5px 0px;
}
.post table tr td {
	/*background-color: #333;
	border: 1px solid #666;*/
	padding: 0px 20px 15px 0px;
}



/* Layout -----------------------------------------*/

html {
	height: 100%;		/*fullheight*/
}
body {
	height: 100%;		/*fullheight*/
	/*background: green;*/
}
#page {
	/*background: pink;*/
	min-height: 100%;		/*fullheight*/
	/*overflow-x:hidden;	Needed to eliminate scrollbars*/
	position: relative;
	/*width: 980px;
	width: 100%;
	margin: 0 auto;*/
	/*padding: 0 18px 0 18px;
	z-index: 10;*/
}
#entrypage a {
	width: 100%;
	min-height: 100%;
	height: 100%;
	display: block;
	text-indent: -900em;
	margin: 0 auto;	
	/*overflow-x: hidden;
	background: green;*/
	position: absolute;
}
#entrypage2 #slideshowwrap {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	position: absolute;
}

	#headerbg {/*----------------------------------------------------*/
		/*background: green;*/
		width: 100%;
		height: 129px;
		}
	body.home #headerbg {
		position: absolute;
		left: -999em;
	}
		#header {
			/*background: green;*/
			margin: 0 auto;
			width: 944px;
			height: 129px;
			/*position: relative;*/
			padding: 0 18px 0 18px;
			}
			#contentbg {/*----------------------------------------------------*/
				/**/background: #000000;
				/*background: url('images/baseline.gif') center repeat-y;*/
				width: 100%;
				height: 416px;
				}
				#wrap {
					/*background: orange;*/
					/*overflow: auto;					clears the float problem!*/
					margin: 0 auto;
					width: 944px;
					height: 416px;
					/*position: relative;*/
					padding: 0 18px 0 18px;
					}
				#wrap.gallery {
					padding: 0 17px 0 19px;
					}

			.narrowcolumn {/*----------------------------------------------------*/
				/*background: #666;*/
				float: right;
				/*padding: 0 0 20px 45px;*/
				width: 638px;
				height: 416px;
				}
			.narrowcolumn .entry {
				padding: 50px 0 0;
				height: 366px;
				/**/overflow: auto;
				}
			.gallerycolumn {
				/*background: blue;*/
				float: right;
				margin: 0;
				width: 945px;
				height: 416px;
				}
					.gallerycolumn p {
						/*background: red;*/
						margin: 0;
						}
					.gallerycolumn p a img.alignleft {
						margin: 0 1px 1px 0;
						padding: 0;
						/*opacity: 0.5;
					}
					.gallerycolumn p a img.alignleft:hover {
						opacity: 1;*/
					}
			.post {
				/*margin: 0 0 40px;
				text-align: justify;*/
				}
			#sidebar {/*----------------------------------------------------*/
				/*background: #333;*/
				width: 306px;
				height: 366px;
				float: right;
				margin: 50px 0 0 0;
				/*padding: 20px 0 0 0;
				overflow-y: auto;*/
				}
					
		#footerbg {/*----------------------------------------------------*/
			width: 100%;		/*fullwidth
			height: 180px;
			position: absolute;*/
			}
		body.home #footerbg {
				display: none;
				}
				#footer {
					/*background: green;*/
					margin: 0 auto;
					width: 944px;
					/*height: 129px;
					position: relative;*/
					padding: 25px 18px 0 18px;
					clear: both;
					}


/*.wordtube {
	width: 740px;
	height: 416px;
	margin-left: 101px;
}*/

/*.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;
}*/
/* End Structure */


/* Lists -----------------------------------------*/

#navbar {
	/*background: red;*/
	float: right;
	margin-top: 103px;
	width: 682px; /*672*/
	height: 9px;
}
			ul.nav {
				float: right;
				}
			ul.nav li {
				float: right; /*cures the diagonal in ie*/
				line-height: 0;
				}
			ul.nav li a {
				display: block;
				text-indent: -900em;
				background: url('images/sprite.gif') no-repeat;
				height: 9px;
				margin-left: 25px;
				}
				
			ul.nav li#film a {
				width: 78px;
				/*margin-right: 0px;*/
				background-position: -0px -81px;
				}
			ul.nav li#film a:hover,
			ul.nav li.hot#film a {
				background-position: -0px -90px;
				}
			ul.nav li#film a:active,
			ul.nav li#film a:focus,
			ul.nav li.current#film a {
				background-position: -0px -99px;
				}
				
			ul.nav li#commercials a {
				width: 123px;
				/*margin-right: 0px;*/
				background-position: -78px -81px;
				}
			ul.nav li#commercials a:hover,
			ul.nav li.hot#commercials a {
				background-position: -78px -90px;
				}
			ul.nav li#commercials a:active,
			ul.nav li#commercials a:focus,
			ul.nav li.current#commercials a {
				background-position: -78px -99px;
				}
				
			ul.nav li#music a {
				width: 53px;
				/*margin-right: 0px;*/
				background-position: -201px -81px;
				}
			ul.nav li#music a:hover,
			ul.nav li.hot#music a {
				background-position: -201px -90px;
				}
			ul.nav li#music a:active,
			ul.nav li#music a:focus,
			ul.nav li.current#music a {
				background-position: -201px -99px;
				}
				
			ul.nav li#stills a {
				width: 56px;
				/*margin-right: 0px;*/
				background-position: -254px -81px;
				}
			ul.nav li#stills a:hover,
			ul.nav li.hot#stills a {
				background-position: -254px -90px;
				}
			ul.nav li#stills a:active,
			ul.nav li#stills a:focus,
			ul.nav li.current#stills a {
				background-position: -254px -99px;
				}
				
			ul.nav li#showreel a {
				width: 91px;
				/*margin-right: 0px;*/
				background-position: -310px -81px;
				}
			ul.nav li#showreel a:hover,
			ul.nav li.hot#showreel a {
				background-position: -310px -90px;
				}
			ul.nav li#showreel a:active,
			ul.nav li#showreel a:focus,
			ul.nav li.current#showreel a {
				background-position: -310px -99px;
				}
				
			ul.nav li#contact a {
				width: 113px;
				/*margin-right: 0px;*/
				background-position: -401px -81px;
				}
			ul.nav li#contact a:hover,
			ul.nav li.hot#contact a {
				background-position: -401px -90px;
				}
			ul.nav li#contact a:active,
			ul.nav li#contact a:focus,
			ul.nav li.current#contact a {
				background-position: -401px -99px;
				}


/* 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: 0px 0 0 0px;
	}

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 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 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 */