/*
Theme Name: Connected
Description: Connected Film WordPress theme
Version: 1.0
Author: Colin Mcakie
*/

/* Begin Typography & Colors */
body
{
	/* font-size: 62.5%; Resets 1em to 10px */
	font-family:Arial,Helvetica,sans-serif;
	/* font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	color: #333;
	background-image:none;
}
body,td,th
{
	font-size:12px;
}

#page
{
	background-color:#fff;
	/*border: 1px solid #959596;*/
	text-align: left;
}

#header
{
}

#headerimg 
{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
}

#content
{
	font-size: 1.2em;
}

.widecolumn .entry p
{
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry
{
	line-height: 1.4em;
}

.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
{
	border: none;
}

small
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3
{
	/* font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	font-weight: bold;
}

h1
{
	font-size: 4em;
	text-align: center;
}

#headerimg .description
{
	font-size: 1.2em;
	text-align: center;
}

h2
{
	font-size: 1.6em;
}

h2.pagetitle
{
	font-size: 1.6em;
}

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: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite
{
	text-decoration: none;
}

.entry p a:visited
{
	color: #b85b5a;
}

.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;
}

small, .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;
}

a, h2 a:hover, h3 a:hover
{
	color: #06c;
	text-decoration: none;
}

a:hover
{
	color: #147;
	text-decoration: underline;
}

#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 */
html, body {
	height: 100%;
	width:100%;
	margin: auto;
	padding: 0;
}
body {
	display: table;
	background-image:none;
	margin:0;
}

/*
#page
{
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
}

#header
{
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
}

#headerimg
{
	margin: 0;
	height: 200px;
	width: 100%;
}

.narrowcolumn
{
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

.widecolumn
{
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.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;
}

#footer
{
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

#footer p
{
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
*/

.post
{
	margin:0 0 40px 0;
	text-align: justify;
}

.post .entry
{
	padding-top:10px;
}

.post hr
{
	display: block;
}

.postmetadata
{
	clear: both;
	margin: 30px 0;
}

.clear
{
	clear: both;
}

/* End Structure */


/* Import from connected film .Net css */

#outerwrapper {
	min-width:860px;
	text-align:center;
}
#wrapper {
	width:840px;
	margin:0 auto;
	text-align:left; /* IE hack to center */
	position:relative;
}

#maincontent {
	padding:0;
}

#mainheader {
	width:100%;
	margin: 0 -1px;
	padding: 0 0 0 0;
}


#mainheader {
	background-image: url('/images/common/header.jpg');
	background-repeat: no-repeat;
	width:840px;
	height:290px;
	position:relative;
	font-size:14px;
}
#mainheader .menu
{
	position:absolute;
	top:20px;
	height:50px;
	width:840px;
	background-color:#fff;
}
#mainheader ul 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 -10px;
	padding:15px 0 0 0;
	float:left;
	display:inline;
}
#mainheader ul li
{
	float:left;
	display:inline;
	margin:0 5px;
	padding:0 0 0 10px;
	white-space:nowrap;
	border-left:solid 1px #DFDF17;
}
#mainheader ul li:first-child
{
	border-left:none;
}
#mainheader .description
{
	float:right;
	display:inline;
	margin:0;
	padding:15px 0 0 0;
	font-weight: bold;
}
#mainheader a 
{
	display:block;
	padding:0 0 2px 0;
	color: #333333;
	text-decoration: none;
}
#mainheader a:visited, #mainheader a:hover, #mainheader a:active {
	text-decoration: none;
}
#mainheader a.current {
	border-bottom:solid 1px #DFDF17;
}

#mainheader description {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
	float: right;
	height: 21px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 14px;
}

#maincontent 
{
	width:100%;
	min-height:200px;
	padding:10px 0;
	margin-right:20px;
}
#maincontent .full
{
	float:left;
	width:620px;
	margin-right:20px;
	padding-right:9px;
	margin-right:9px;
	border-right:solid 2px #dedede;
}
#maincontent .left
{
	float:left;
	width:200px;
}
#maincontent .middle
{
	float:left;
	width:400px;
	margin-left:9px;
	border-left:solid 2px #dedede;
	padding-left:9px;
	padding-right:9px;
	margin-right:9px;
	border-right:solid 2px #dedede;
}
#maincontent .right
{
	float:right;
	width:200px;
}
#maincontent .right img
{
	border: none;	
}

#maincontent .right ul
{
	margin:0;
	padding:0;
}
#maincontent p {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 12px;
}

#maincontent h2 {
	clear:both;
	color:#000;
	font-size:14px;
	line-height:100%;
	font-weight:normal;
	background-color:#DFDF1B;
	padding:5px;
	margin:0 0 8px 0;
}
#maincontent h2.pagetitle {
	background-color:#fff;
}
#maincontent h3 {
	clear:both;
	color:#333;
	font-size:12px;
	line-height:100%;
	font-weight:normal;
	background-color:#fff;
	padding:5px 0;
	margin:4px 0;
}
#maincontent .post h3 {
	background-color:#DFDF1B;
	padding:5px 3px;
}
#maincontent p.donor {
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: bold;
}
#maincontent u {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDF17;
	text-decoration: none;
}
#maincontent a:link, #maincontent a:visited {
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDF17;
	text-decoration: none;
}
#maincontent a:hover, #maincontent a:active {
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDF17;
	text-decoration: none;
}
#maincontent .blogitem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDF1B;
	padding-bottom: 6px;
}
#maincontent .blogitem h3 {
	margin-top: 0px;
}
#maincontent .blogitem object, #maincontent .blogitem embed {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.follow {
	margin-top: 0px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 12px;
}
.follow label {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	display: block;
	margin-top: 0px;
	margin-bottom: 3px;
}
.follow input {
	margin-top: 0px;
	margin-bottom: 3px;
}
#twitter_div {
	padding-right:5px;
}
#twitter_update_list {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 8px;
	list-style-type: none;
}
#twitter_update_list li {
	margin-top: 0px;
	margin-bottom: 10px;
}
a#twitter-link {
	font-size: 12px;
	line-height: 16px;
}
p.credit {
	font-size:9px;
	line-height: 15px;
	color: #333333;
	margin:0;
	padding-top:20px;
	text-align: right;
}
p.credit a:link, p.credit a:visited, p.credit a:link, p.credit a:visited {
	font-size:9px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDF17;
	text-decoration: none;
}

.fb {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.fb a:link, .fb a:visited, .fb a:link, .fb a:visited {
	color: #333333;
	border-bottom-style: none;
	text-decoration: none;
}
.fb a:hover, .fb a:active, .fb a:hover, .fb a:active {
	color: #999999;
	border-bottom-style: none;
	text-decoration: none;
}
#charsrem {
	font-size: 12px;
	line-height: 16px;
	color: #FF0000;
}
.clear {
	clear: both;
}
.submit 
{
	padding:0 10px;
}
.underline
{
	text-decoration:underline;	
}
.errorMessage
{
	color: red;
	font-size: 14px;
	line-height: 14px;
	padding-bottom:15px;
	display:block;
}

.maindialog fieldset {
	clear: both;
	margin: 4px 0 4px 0;
	padding: 10px;
	border: solid 1px #ccc;
	background: #fff;
	font-size: 11px;
}
.maindialog fieldset legend {
	clear: none;
	line-height: 150%;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 4px 0 0 0;
	padding: 0 5px 5px 5px;
}
.maindialog div.required fieldset legend {
	font-weight: bold;
}
.maindialog fieldset label {
	display: block;
	float: left;
	width: 110px;
	margin: 0 0 5px 5px;
	font-size:10px;
}
.maindialog div table tr td label {
	display: inline;
	float: none;
	width: auto;
	font-size:10px;
}
.maindialog div.required {
	clear:both;
	padding-bottom: 8px;
}
.maindialog div.optional {
	clear:both;
	padding-bottom: 8px;
}
.maindialog div.nolabel {
	clear:both;
	padding-bottom: 8px;
	padding-left: 8px;
}
.maindialog div.optional label, label.optional {
	font-weight: normal;
}
.maindialog div.required label, label.required {
	font-weight: bold;
}
.maindialog fieldset input[type="text"], .inputField {
	border: 1px gray solid;
	font-size: 11px;
	padding: 2px;
}
.maindialog fieldset input[type="checkbox"] {
	border: 0px;
}
.maindialog fieldset textarea {
	background-color: #fff;
	border: 1px gray solid;
	font-size: 11px;
	padding: 2px;
	width: 340px;
}
.maindialog fieldset select {
	background-color: #fff;
	border: 1px gray solid;
	font-size: 11px;
	padding: 2px;
}
.maindialog div input.inputFile, .inputFile {
  width: 211px;
}
.maindialog div select.selectOne, .maindialog div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}
.maindialog div input.inputCheckbox, .maindialog div input.inputRadio, span.inputCheckbox input, span.inputRadio input, input.inputCheckbox, input.inputRadio, .inputCheckbox, .inputRadio, .inputCheckbox input, .inputRadio input {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: none !important;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 0px;
}
.maindialog fieldset div radiolist {
	background-color: #fff;
	border: 1px gray solid;
	padding: 2px;
	width: 340px;
}
.maindialog fieldset div radiolist input, .radiolist input {
	border: none !important;
}
.maindialog div.submit {
  width: 360px;
  margin: 0 0 0 110px;
}
.maindialog div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}
.maindialog div input.inputSubmit, .maindialog div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}
.maindialog div.submit div input.inputSubmit, .maindialog div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}
.maindialog fieldset div.notes {
	float: right;
	width: 90px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 88%;
}
.maindialog fieldset div.notes h4 {
	background-image: url(/images/icon_info.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 3px 27px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
}
.maindialog fieldset div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #666666;
}
.maindialog fieldset div.notes p.last {
	margin: 0em;
}   
.maindialog fieldset hr {
	border: none;
	border-top: solid 1px #ccc;
	height: 1px;
	color: #fff;
}            

.brandbutton
{
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	background:url("/images/common/btnback.png") repeat-x scroll 0 0 #DFDF1B !important;
	border:1px solid #DFDF1B !important;
	color:#0f0f0f !important;
	font-size:12px;
	margin:0 5px 0 0;
	padding:4px 10px 5px;
}
a.brandbutton:hover
{
	text-decoration:none !important;
	color:#000 !important;
}

/* End .Net theme */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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
{
	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;
}

ol li
{
	list-style: decimal outside;
}

/* 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:0;
	margin:0;
	width: 200px;
}
#sidebar .widget
{
	margin-bottom:20px;
}
#sidebar form
{
	margin:0;
}
/* 
#sidebar
{
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#sidebar h2
{
	margin: 5px 0 0;
	padding: 0;
}
#sidebar h2
{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
#sidebar h2
{
	text-decoration: none;
}
#sidebar ul ul li, #sidebar ul ol li
{
	color: #777;
}
#sidebar ul ul li:before
{
	content: "\00BB \0020";
}
 */
#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;
}
#sidebar ul ol li
{
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li
{
	margin: 3px 0 0;
	padding: 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:1px;
	font-size:10px;	
}
/* 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 */

#maincontent .right img {
	border: none;
}
