/*
Theme Name: Stupeflix
Theme URI: http://stupeflix.com/
Version: 1.0
Author: Etienne Albert
*/

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

h1, h2, h3, h4, p, form, ul {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

tr, td {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

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

.even, .alt {
	border-left: 1px solid #ddd;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

.entry p {
  margin-bottom: 1em;
}

.entry a {
  color: #06C;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}


/* End Typography & Colors */



/* Begin Structure */

.pagetitle {
  text-align: center;
  padding: 2px 5px;
  background: #EEE url("/m/images/white-stripe.gif") repeat left top;
  font-weight: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


#header {
  border-bottom: 1px solid #CCC;
	background: url("/m/platform/images/noise-E5E5E5.png");
}






.narrowcolumn {
	float: left;
  width: 630px;
}

.post {
  margin-bottom: 2em;
}

.post h3,
.post h2 {  
  color: black;
  font-weight: normal;
  letter-spacing: -1px;
  display: inline;
}
.post h3 a,
.post h2 a {  
  color: #06C;
  text-decoration: none;
}
.post h3 a:hover,
.post h2 a:hover {
  text-decoration: underline;
}
.post h2 {
  font-size: 180%;
}
.post h3 {
  font-size: 140%;
}

.post .postinfos {
  display: inline;
  font-family: Arial;
}
.post .postinfos .author {
  color: #D33;
}
.post .postinfos .date {
  color: #AAA;
}
.post .entry {
  text-align: justify;
  margin-top: 0.5em;
  line-height: 1.4em;
}

.post .postmetadata {
  clear: both;
  font-size: 90%;
  font-family: Arial;
  color: #999;
  border-left: 1px solid #DDD;
  padding: 5px;
}

.post .postmetadata a {
  color: #06C;
}

.post .fullmetadata {
  font-size: 80%;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}








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

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

#sidebar h2 {
  font-size: 120%;
}

#sidebar a {
  color: #06C;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1em;
}

#sidebar ul ul {
	margin-bottom: 1em;
}

#sidebar ul ul li {
	margin: 3px 0 0;
	padding: 0;
}

/* Begin Form Elements */
#sidebar #searchform {
  padding: 1em;
  margin: -1em -1em 0;
  background-color: #CCC;
}

#sidebar #searchform label {
  display: none;
}

#sidebar #searchform #s {
	width: 200px;
	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;
}

#respond h3 {
  border-top: 1px dashed #333;
  padding-top: 1em;
}

#commentform .authUser a {
  color: #06C;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 2px 0;
}

#commentform textarea {
	width: 99%;
	padding: 2px;
	margin: 5px 0px;
}

#commentform .bottomBar {
  text-align: right;
}

#commentform .bottomBar input {
  margin: 0;
  padding: 0;
}


/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	list-style: none;
	margin-bottom: 1em;
  padding: 5px;
  font-size: 90%;
  border: 0;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #aaa;
	padding: 2px;
	background: #fff;
	margin-right: 5px;
}

.comment-author, 
.comment-meta { 
  font-family: Arial;
}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	color: #C33;
}

.commentlist .comment-meta a {
  color: #999;
  text-decoration: none;
}

.commentlist .comment-meta a.comment-edit-link {
  color: #06C;
  text-decoration: underline;
}

.commentlist p {
  clear: both;
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


/* End Comments */



/* Begin Sidebar */
#sidebar {
  float: right;
	width: 280px;
  background: #EEE;
	padding: 1em;
}
/* 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; 
}
#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 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
}


/* Navigation */
.navigation {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
}

.navigation a {
  color: #06C;
}

/* End Navigation */

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


.error {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  text-align: center;
  padding: 1em;
  margin-bottom: 2em;
}
.error h2 {
  font-weight: normal;
}

.error #searchform {
  margin-top: 1em;
}
