/*
Theme Name: M60
Theme URI: http://fivewhysdesign.com
Description: Custom theme for the Montreal 60 Second Film Festival
Version: 0.1
Author: Neale McDavitt-Van Fleet
Author URI: http://fivewhysdesign.com
Tags: simple, minimalist, jquery, options page

*/


/* Begin Typography & Colors */
body {
	font-size: 16px;
	font-family: Futura, Segoe, Corbel, Helvetica, Arial, Sans-Serif;
	background: #fff;
	color: #333333;
	text-align: center;
	background: url(images/bg-left.jpg) center;
}

body:first-of-type {
background: url(images/shadow.png) bottom repeat-x fixed, url(images/sheen.png) top repeat-x fixed, #e5e5e5 url(images/bg-left.jpg) center;

}

/*
 	-----------------------------------
	Links, colors, etc.
 	-----------------------------------
*/
a 			{	color: #738796; text-decoration: none; padding: 1px;}
a:hover {	color: #000000; text-decoration: none; background-color: #ffe8d7;}
a:focus {	outline: none; }
a.no-hover { background: none; }

/*
 	-----------------------------------
	Headings
 	-----------------------------------
*/
h1 { font-size: 44px; text-transform: uppercase; color: #BBCAD7; line-height: 44px;}
h2 { font-size: 44px; text-transform: uppercase; color: #BBCAD7; line-height: 44px;}
h3 { font-size: 22px; text-transform: uppercase; color: #BBCAD7;  line-height: 33px;}
h4 { font-size: 22px; text-transform: uppercase; color: #BBCAD7;  line-height: 33px;}
h1, h2, h3, h4 {
	margin: 22px 0 11px 0;
}

h2 a {
	color: #BBCAD7;
	background: none;
}

small {
	line-height: 22px;
}


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

ul {
	margin: 0 0 10px 0;
}

ul li {
	margin-left: 10px;
}




/* 
	-----------------------------------
	#page
	-----------------------------------
*/

#page {
	padding: 0;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/* 
	-----------------------------------
	#header
	-----------------------------------
*/

#header {
	margin-bottom: 30px;
	padding: 10px 0 10px 0;
}

#header h1 {
	margin-bottom: 10px;
}

#header .description {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.lang-select {
	position: absolute;
	right: 20px;
	top: 10px;
}

.lang-select a {
	background: none;
}

.lang-select a:hover {
	background: none;
	background-color: #ffe8d7;
}

/* 
	-----------------------------------
	#content
	-----------------------------------
*/

#content {
	font-size: 14px;
	min-height: 400px;
	margin: 0 0 10px 0;
	background: url(images/bg.jpg);
}

#content.narrowcolumn {
	float: right;
	padding: 45px 45px 45px 45px;
	width: 610px;
}

#content p {
	line-height: 22px;
	margin-bottom: 22px;
}

#content h2.pagetitle {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
}

/* 
	-----------------------------------
	Posts
	-----------------------------------
*/
.post {
	margin-bottom: 40px;
}

.post .entry {
	margin: 10px 0;
	font-size: 16px;
	line-height: 19px !important;
}

#content p.postmetadata { 
	color: #4f6271;
	line-height: 19px;
}

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

.post blockquote p,
.post blockquote p {
	font-style: italic;
}

/* list in entry */
.entry ul {
	margin-bottom: 20px;
	padding: 0 0 0 25px;
	list-style: disc;
}

.entry ol {
	padding: 0 0 0 25px;
	margin-bottom: 20px;	
}

.entry li {
	margin: 7px 0 22px 11px;
}



/* 
	-----------------------------------
	#sidebar
	-----------------------------------
*/

#sidebar {
	width: 250px;
	padding-right: 10px;
	float: left;
}

#sidebar h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
}

#sidebar ul {
	list-style: none;
	padding-left: 0;
}

#sidebar ul li, 
#sidebar ul li.widget { 
	clear: both;
	text-align: right;
	margin: 0 0 10px 0;
}

#sidebar ul li ul li,
#sidebar ul li.widget ul li {
  margin-left: 10px;
	margin-bottom: 3px;
	padding-bottom: 0;
}

h2.widgettitle {
	color: #000000;
}

#sidebar ul.children {
	margin-top: 3px;
	margin-left: 15px;
	border-bottom: none;
	padding-bottom: 0;
}

#sidebar .nav-bar ul li a {
	color: #ffffff;
	background: none;
	font-size: 28px;
	text-align: right;
	padding: 5px 11px;
	clear: right;
	float: right;
}

#sidebar .nav-bar ul li a:hover {
	color: #000000;
	text-shadow: #ffffff 2px 2px 20px;
	background-color: #ffe8d7;
}

#sidebar .nav-bar {
	margin: 0 0 120px 0;
}



/* 
	-----------------------------------
	comments
	-----------------------------------
*/

h3#comments,
#respond h3 {
	padding-top: 10px;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
}

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

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 14px;
}

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

.commentmetadata {
	font-weight: normal;
	font-size: 11px;
	margin: 4px 0;
}

ol.commentlist li {
	list-style: none;
}

textarea#comment {
	border: 1px #dddddd solid;
}

/* 
	-----------------------------------
	#footer
	-----------------------------------
*/

#footer {
	color: #574439;
	margin: 10px 0;
	padding: 10px 0;
	clear: right;
	text-align: right;
	float: right;
	width: 400px;
}

#footer p { font-size: 11px; text-align: right }



/* 
	-----------------------------------
	Misc. WordPress various tag, etc
	-----------------------------------
*/

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


.navigation {
	display: block;
	text-align: center;
	padding: 5px 0;
	height: 20px;
}
/* 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 */

/* 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 */

hr { display: none; }

/* Sticky Post */

.sticky {
	background-color: #f9ede5; padding: 5px 10px;
	border: 1px solid #ffe8d7;
}

.sticky p.postmetadata, .sticky p.postinfo, .sticky h2.post-title {
	display: none;
}

.sticky h2 a, .sticky h3 a, .sticky h2, .sticky h3 {
	font-size: 22px;
	color: #000000;
	line-height: 22px;
	padding: 3px;
}

.sticky a {
	background: none;
}

.sticky a:hover {
	background-color: #fdd9c0;
}

strong {
	font-weight: normal;
	font-style: italic;
}