/*
Theme Name: The Matinee
Theme URI: 
Description: The MAtinee theme based on the free theme deFulsion
Version: 0.8.6
Author: Cloe & webdemar
Author URI: 
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: url(img/bgTile.jpg) top left repeat;
	/*background-color: fcfcfc;*/
	color: #353126;
	font: 13px/18px Helvetica, Arial, Tahoma, sans-serif;
	line-height: 19px;
}

a:link, a:active, a:visited {
	color: #878b17;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #878b17;
	text-decoration: none;
}


#flashPlayer a:link, #flashPlayer a:active, #flashPlayer a:visited {
	color: #43472b;
	font-size: 11px;
	text-decoration: none;
}
#flashPlayer a:hover {
	color: #43472b;
	font-size: 11px;
	text-decoration: underline;
}


p {
	margin: 0 0 20px 0;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	ADDED BY CLOE
	################################## */
	
#flashHeader {
	width: 665px;
	height: 241px;	
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
}

#logo {
	float: right;
	clear: right;
	width: 315px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#flashPlayer {
	margin:0;
	padding: 0;
	float: right;
	width: 300px;
	height: 91px;
	background: url(img/player-bg.jpg) bottom center no-repeat;
	color: #43472b;
	font-size: 11px;
	text-align: right;
	padding-right: 15px;
	}
	
#navigation {
	float: left;
	height: 41px;
	width: 980px;
	clear: both;
	background-color: #9f9641;
}

#mainTop {
	float: left;
	clear: both;
	height: 23px;
	width: 978px;
	background: url(img/mainTop.png) right top no-repeat;
	margin-top: 19px;
}


/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 980px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 324px;
}

#content {
	padding: 0 0 0 0;
	background: url(img/contentBG.png) top center repeat-y;
}

#content-left {
	float: left;
	width: 631px;
	margin-left: 2px;
}

#content-right {
	float: right;
	width: 306px;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
}

h1 a {
	color: #878b17;
	text-decoration: none;
}

h2 {
	margin: 0 0 20px 20px;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 17px;
	font-weight: normal;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: normal;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 10px 0px 40px 20px;
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin: 0 20px 20px 0;
	padding: 10px 20px 20px;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}



/*	##################################
   	SIDEBAR
	################################## */

.sidebar-box {
	width: 266px;
	float: left;
	clear: both;
	margin: 0;
	padding: 10px 20px 0 20px;
}
	
	

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(img/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	FOOTER
	################################## */

/*#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}*/

#footer {
	display: none;
}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	/*float: left;
	width: 400px;*/
	display: none;
}

#webdemar {
	/*float: right;
	width: 400px;
	text-align: right;*/
	display: none;
}


#matineeFooter {
	with: 980px;
	background: url(img/footerBG.png) top center no-repeat;
	height: 76px;
	margin-top: 20px;
}


#footerLeft {
	float: left;
	margin: 35px 0 0 20px;
	width: 630px;
	text-align: left;
	color: #8e8c80;
}

#footerRight {
	float: right;
	margin: 35px 20px 0 0;
	width: 300px;
	text-align: right;
	color: #8e8c80;
}

#footerLeft li {
	display:  inline-block;
	margin:  0 8px;
}

#matineeFooter a, #matineeFooter a:link, #matineeFooter a:visited, #matineeFooter a:active {
	color: #8e8c80;
	text-decoration: none;
}

#matineeFooter a:hover {
	color: #8e8c80;
	text-decoration: underline;
}


/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

a img {
	border: none;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}


.sociable {
	background-color: #c7c8b4;
	padding: 5px;
}

/*---TWITTER---*/
/*-----------------------------------------------------------------*/

ul#twitter_update_list { 
	font-family: Arial, Helvetica, sans-serif;
	list-style: none; 
	font-size: 12px;
	margin: 0px;
	padding: 0;
}
ul#twitter_update_list li { 
	margin: 0px;
	padding: 0;
	/*padding: 10px;*/
	color: #353126;
	margin: 0;	
}
#sidebar ul#tweets li {
	padding: 0 2px;
	background: none;
}

.clstd {
	background-color: transparent !important;
	border-color: none !important;
	color: #353126; !important;
}


.rss_items p {
	margin-bottom:0;
}



