/*
Theme Name: SpeakEasy Theme
Author: Sarah Mattern
Author http://www.matternco.com
*/

/* Normalization, Global Reset for Browser Consistency */

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 auto;
	padding: 0;
	}

ol, ul, li {
	list-style: none;
	}	

html {
	height: 100%;
	}

fieldset,img {
	border: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	}
	
em {
	font-style: italic;
	}
	
a img {
	border: none;
	}

hr {
	display: none;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	line-height: 1.55em;
	}

.clear {
	clear: both;
}

.hide {
	display: none;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	
/* Main Elements */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: #000000;
	text-align: center;
	}

#page {
	text-align: left;
	width: 990px;
	}

#pageContainer {
	width: 950px;
	padding: 20px;
	background: #000000 url('images/page-bg.jpg') no-repeat top center;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-top: 8px solid black;
	}

a {
	color: #0085CC; 
	text-decoration: none;
	}

a:hover { 
	text-decoration: underline;
	}

/* Header */

#header {
	width: 950px;
	height: 350px;
	position: relative;
	}

h1, .description { /*hidden*/
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}
	
#logo {
	width: 372px;
	height: 84px;
	float: left;
	background: url('images/logo.png') no-repeat top left;
	}
	
#logo a {
	display: block;
	width: 372px;
	height: 84px;
	}

#logo b {
	display: none;
	}

#watchtrailer {
	position: absolute;
	width: 132px;
	height: 133px;
	top: 210px;
	right: -40px;
	background: url('images/watch.png') no-repeat;
	}

.home #watchtrailer {
	right: auto;
	top: 240px;
	left: -50px;
	}
	
#watchtrailer a {
	display: block;
	width: 75px;
	height: 84px;
	}

#watchtrailer b {
	display: none;
	}

.wordtube {
	width: 100%;
	text-align: center;
	padding: 10px 0 10px 0;
	}

#menu ul {
	float: right;
	font-size: 13px;
	}

#menu ul li {
	float: left;
	margin: 0 0 0 18px;
	}
	
#menu ul li a {
		background: #f0f0f0;
		color: #555;
		display: block;
		padding: 5px 15px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		text-decoration: none;
		}

#menu ul li a:hover, #menu a:hover, #menu .current_page_item a, #menu .current_page_ancestor a {
		background: #333;
		color: white;
		}
	
#menu ul li.homelink a {
	background: #333;
	color: white;
	}
	
/* Footer */

#footer {
	clear: both;
	width: 950px;
	height: 25px;
	padding: 10px 20px 0 20px;
	font-size: 12px;
	color: white;
	background-color: #333;
	line-height: normal;
	margin: 10px 0 20px 0;
	}

#footer a {
	color: white;
	font-weight: bold;
	}

#credits {
	clear: both;
	width: 100%;
	padding: 5px 0 20px 0;
	margin: 0;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: .05em;
	}

#credits a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	}
			
/* Headers */

h2, h2 a {
	color: black;
	text-decoration: none;
	/*font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .07em;*/
	font-size: 30px;
	line-height: normal;
	padding-top: 10px;
	}

h2 a:hover {
	color: #0085CC; 
	text-decoration: none;
	}

h2.pagetitle {
	margin-bottom: 10px;
	}

h3 {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	padding-top: 8px;
	letter-spacing: .05em;
	line-height: normal;
	}

h4 {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	padding-top: 8px;
	letter-spacing: .05em;
	line-height: normal;
	}

/* Columns */

#container {
	width: 950px;
	}

#blogContent {
	float: left;
	padding: 15px;
	width: 667px;
	font-size: 13px;
	background-color: white;
	}

#blogContent p, #content p {
	line-height: 160%;
	padding: 8px 0 8px 0;
	}

#content {
	float: left;
	padding: 15px;
	width: 720px;
	font-size: 13px;
	background-color: white;
	}

/*embed*/

.embed {
	width: 100%;
	text-align: center;
	padding: 3px 3px 10px 3px;
	}

.embed-content {
	width: 640px;
	text-align: left;
	font-size: 10px;
	color: #666;
	}

.embed-content h3 {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding: 3px 0 0 0;
	margin: 0;
	}

.embed-content p, #content .embed-content p, #blogContent .embed-content p {
	padding: 0;
	margin: 0;
	}

.embed textarea {
	width: 620px;
	height: 50px;
	border: 1px solid #999;
	padding: 3px;
	margin: 3px 0 0 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}


/* Sidebars */

#sidebar {
	background-color: white;
	float: right;
	padding: 15px;
	width: 142px;
	}
	
#sidebar h2, #sidebarBig h2, #sidebarSmall h2, #sidebar h2 a, #sidebarBig h2 a, #sidebarSmall h2 a {
	font-size: 18px;
	line-height: normal;
	}

#sidebarBig {
	background-color: white;
	float: right;
	padding: 13px;
	width: 209px;
	}

#sidebarBig .signup, #sidebar .signup {
	background: url('images/envelope.jpg') no-repeat top right;
	margin-bottom: 15px;
	padding-top: 3px;
	}

#sidebarBig .signup input, #sidebar .signup input {
	border: none;
	background: #f0f0f0;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 190px;
	color: #000;
	display: block;
	padding: 5px 8px 5px 8px;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	margin: 0;
	}

#sidebar .signup input {
	padding: 3px 4px 3px 4px;
	width: 132px;
	margin-top: 0;
	}


#sidebarBig .twitter {
	background: url('images/dottedline.gif') repeat-x top;
	padding-top: 10px;
	width: 210px;
	}


p.twitter-message, #twitter_update_list li {
	padding: 5px 0 5px 0;
	margin: 0;
	list-style: none;
	}

.twitterimage {
	width: 195px; /*210*/
	margin: 5px 0 0 0;
	background: #CDCDCD url('images/twittertop.jpg') no-repeat top;
	font-size: 12px;
	line-height: 140%;
	padding: 10px 5px 5px 10px;
	height: 400px;
	}

.scroll-pane {
	width: 185px;
	padding-right: 10px;
	overflow: scroll;
	height: 400px;
	}
	
span.twitter-timestamp {
	display: block;
	color: #0085CC;
	padding-top: 0px;
	}

.twitterlink {
	background: #FFFFFF url('images/twitterbot.jpg') no-repeat top;
	width: 210px;
	height: 50px;
	display: block;
	margin-bottom: 10px;
	padding: 0;
	}

.twitterlink a {
	width: 210px;
	height: 50px;
	display: block;
	}

.twitterlink b {
	display: none;
	}

#sidebarBig .buttons, #sidebar .buttons, #sidebarSmall .buttons {
	background: url('images/dottedline.gif') repeat-x top;
	padding-top: 20px;
	}

#sidebarSmall .buttons ul {
	padding-bottom: 7px;
	margin-bottom: 10px;
	background: url('images/dottedline.gif') repeat-x bottom;	
	}

#sidebarBig .buttons li, #sidebar .buttons li, #sidebarSmall .buttons li {
	line-height: 160%;
	font-size: 12px;
	margin-bottom: 12px;
	}

#sidebarBig .buttons li a, #sidebar .buttons li a, #sidebarSmall .buttons li a {
	color: black;
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	width: 153px; /*210*/
	height: 48px; /*60*/
	padding: 12px 0 0 57px;
	overflow: hidden;
	}

#sidebar .buttons li a, #sidebarSmall .buttons li a {
	width: 83px; /*140*/
	height: 48px;
	line-height: 140%;
	}

#sidebarBig .buttons strong {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 13px;
	}

#sidebar .buttons strong, #sidebarSmall .buttons strong {
	text-transform: uppercase;
	letter-spacing: .001em;
	font-size: 11px;
	}
	
#sidebarBig .buttons li a:hover, #sidebar .buttons li a:hover, #sidebarSmall .buttons li a:hover {
	color: black;
	text-decoration: none;
	background-position: bottom;
	}

#sidebarBig .buttons li.tw a {
	background-image: url('images/twbutton.jpg');
	}
	
#sidebarBig .buttons li.fb a {
	background-image: url('images/fbbutton.jpg');
	}
	
#sidebarBig .buttons li.share a {
	background-image: url('images/sharebutton.jpg');
	}
	
#sidebarBig .buttons li.link a {
	background-image: url('images/linkbutton.jpg');
	}

#sidebarBig .buttons li.rss a {
	background-image: url('images/rssbutton.jpg');
	}

#sidebarBig .buttons li.tv a {
	background-image: url('images/tvbutton.jpg');
	}
	

#sidebarBig .buttons li.youtube a  {
	background-image: url('images/youtube.jpg');
	}

#sidebarBig .buttons li.vimeo a {
	background-image: url('images/vimeo.jpg');
	}

#sidebarBig .buttons li.imdb a {
	background-image: url('images/imdb.jpg');
	}

#sidebarBig .buttons li.itunes a {
	background-image: url('images/itunes.jpg');
	}
	
#sidebar .buttons li.tw a, #sidebarSmall .buttons li.tw a {
	background-image: url('images/twbutton-sm.jpg');
	}

#sidebar .buttons li.fb a, #sidebarSmall .buttons li.fb a {
	background-image: url('images/fbbutton-sm.jpg');
	}
	
#sidebar .buttons li.share a, #sidebarSmall .buttons li.share a {
	background-image: url('images/sharebutton-sm.jpg');
	}
	
#sidebar .buttons li.link a, #sidebarSmall .buttons li.link a {
	background-image: url('images/linkbutton-sm.jpg');
	}

#sidebar .buttons li.rss a, #sidebarSmall .buttons li.rss a {
	background-image: url('images/rssbutton-sm.jpg');
	}

#sidebar .buttons li.tv a, #sidebarSmall .buttons li.tv a {
	background-image: url('images/tvbutton-sm.jpg');
	}

#sidebar .buttons li.youtube a, #sidebarSmall .buttons li.youtube a  {
	background-image: url('images/youtube-sm.jpg');
	}

#sidebar .buttons li.vimeo a, #sidebarSmall .buttons li.vimeo a {
	background-image: url('images/vimeo-sm.jpg');
	}

#sidebar .buttons li.imdb a, #sidebarSmall .buttons li.imdb a {
	background-image: url('images/imdb-sm.jpg');
	}

#sidebar .buttons li.itunes a, #sidebarSmall .buttons li.itunes a {
	background-image: url('images/itunes-sm.jpg');
	}

#sidebarSmall {
	background-color: white;
	float: right;
	padding: 15px;
	width: 142px;
	margin-left: 20px;
	}


#sidebarSmall #searchform, #sidebarBig #searchform, #sidebar #searchform  {
	margin: 10px 0 10px 0;
	background: url('images/dottedline.gif') repeat-x bottom;
	padding-bottom: 20px;
	}

#sidebarSmall #searchform #s, #sidebar #searchform #s {
	width: 112px; /*140*/
	height: 12px; /*22*/
	background: url('images/searchbg.jpg') no-repeat;
	border: none;
	margin: 0;
	padding: 5px 5px 5px 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#sidebarBig #searchform #s {
	width: 181px; /*209*/
	height: 12px; /*22*/
	background: url('images/searchbgbig.jpg') no-repeat;
	border: none;
	margin: 0;
	padding: 5px 5px 5px 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#sidebar #searchsubmit, #sidebarSmall #searchsubmit, #sidebarBig #searchsubmit {
	display: none;
	}

ul.sidebarList {
	background: url('images/dottedline-sm.gif') repeat-x top;
	font-size: 12px;
	padding-top: 1px;
	margin: 10px 0 20px 0;
	}

.sidebarList li a {
	height: 18px;
	padding: 4px 5px 4px 5px;
	margin: 0 auto;
	display: block;
	background: url('images/dottedline-sm.gif') repeat-x bottom;
	background-color: white;
	color: black;
	text-decoration: none;
	}

.sidebarList li a:hover {
	background-color: #D9EDF7;
	color: black;
	text-decoration: none;
	}

ul.sidebarbullet {
	font-size: 12px;
	margin: 10px 0 20px 0;
	}

ul.sidebarbullet li {	
	margin-left: 0;
	padding: 3px 0 3px 15px;
	background-image: url(images/bullet.jpg);  
	background-position: 0 .3em;
	background-repeat: no-repeat;
	}
	
.tagCloud {
	margin: 10px 0 20px 0;
	line-height: normal;
	}

.tagCloud a {
	color: black; 
	padding-right: 3px;
	}

.tagCloud a:hover {
	color: #0085CC;
	text-decoration: none;
	}

/* Blog Content */
.titlemeta {
	font-size: 12px;
	padding: 6px 0 6px 0;
	letter-spacing: .03em;
	}

.postmetadata {
	font-size: 12px;
	border: 1px solid #dddddd;
	letter-spacing: .05em;
	padding: 8px;
	background-color: #F0F0F0;
	line-height: 120%;
	letter-spacing: .03em;
	margin: 10px 0 10px 0;
	}

.post {
	background: url('images/dottedline.gif') repeat-x bottom;
	padding-bottom: 8px;
	margin-bottom: 10px;
	}

.post ul, .post ol { 	
	list-style: none;
	margin-left: 8px; 
	padding: 5px 0 5px .5em;
	line-height: 140%;
	}

.post ul.linklist { 	
	margin: 0; 
	padding: 0;
	}

.post ul li {	
	margin-left: 8px;
	padding: 3px 0 3px 20px;
	background-image: url(images/bullet.jpg);  
	background-position: 0 .5em;
	background-repeat: no-repeat;
	}

.post ul li.linkcat {
	margin: 10px 0 10px 0;
	padding: 0;
	background-image: none;
	}

.post ul li.linkcat ul {
	margin: 0;
	background: url('images/dottedline-sm.gif') repeat-x bottom;
	}

.post ol {
	margin-left: 20px;
	}
	
.post ol li {
	padding-left: 0px;
	margin-left: 10px;
	list-style-type: decimal;
	}
	
/* Begin Comments*/

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 4px;
	margin: 5px 5px 1px 0;
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 475px;
	padding: 4px;
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
	background: #f0f0f0;
	color: #555;
	border: none;
	font-size: 12px;
	display: block;
	padding: 5px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}

.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;
	background: url('images/dottedline-sm.gif') repeat-x bottom;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	padding: 5px 5px 5px 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: 10px 0 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .1em;
	font-weight: bold;
	}
/* 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 */

.wp-polls {
	width: 300px;
	padding: 10px;
	border: 1px solid #CCC;
	display: block;
	clear: both;
	margin: 20px 20px 20px 0;
	}

.wp-polls .wp-polls {
	width: auto;
	padding: 0;
	border: none;
	clear: none;
	margin: 0;
	}