/*
Theme Name: Instamatic theme
Theme URI: http://mutantpop.net
Description: This is the theme for Instamatic site ONLY, please don't use elsewhere.
Version: 1
Author: Tim Baker


/* BEGIN IMAGE CSS */

body>div#sidebar { background-image: url("http://www.mutantpop.net/artists/wp-content/themes/artist-default/images/tbc/sidebar_bg.jpg"); background-repeat: no-repeat}
#sidebar {background-image: url("http://www.mutantpop.net/artists/wp-content/themes/artist-default/images/tbc/sidebar_bg.jpg"); background-repeat: no-repeat}

#postbg {
background-image:url('http://www.mutantpop.net/artists/wp-content/themes/artist-default/images/tbc/transbg.png');
}

#header 	{ margin: 0 !important; margin: 0 0 0 0px; padding: 0px; height: 168px; width: 1000px; }
#headerimg 	{ margin: 0px 0px 0; height: 168px; width: 1000px; }
/* END IMAGE CSS */

#headerimg 	{ background-image: url('http://www.mutantpop.net/artists/wp-content/themes/artist-default/images/tbc/topheader.jpg');}
#headerimg 	{ background: url("http://www.mutantpop.net/artists/wp-content/themes/artist-default/images/tbc/topheader.jpg") no-repeat top;}


/* Begin Typography & Colors */

body {
	
	background: transparent url("http://www.mutantpop.net/artists/wp-content/themes/artist-default/images/tbc/background.jpg") repeat-x left;
	background-position: left top;
	margin: 0;
	padding: 0; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #ebebec ;
	color:#FFF;
	text-align: left;
	}

#content {
color:#FFF;
	font-size: 12px;
	margin:5px 0 0 5px;
	padding:5px 0 0 5px;
	height:auto;
	word-wrap: break-word;
	}

.entry p {
	font-size: 14px;
}


.entry {
height:auto;
word-wrap: break-word;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 16px;
	margin:10px 10px 10px 5px;
	}

.widecolumn {
	line-height: 16px;
	margin:20px 10px 10px 10px;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	color:#aaa;
	margin:10px 10px 10px 2px;
	}

.graybox {
	background-color:#444444;
	margin-right:20px;
border: 1px solid #999999;
	}

#footer {
	}

small {
	font-size: 10px;
	line-height: 12px;
	margin: 0 5px 0 5px;
	}

h1, h2, h3 {
	font-weight: bold;
	color:#C0B692;
	}

h1 {
	font-size: 24px;
	}

.description {
	font-size: 14px;
	}

h2 {
	font-size: 20px;
	}

h2.pagetitle {
	font-size: 20px;
	}
	
.postmetadata {
	font-size: 12px;
	}
#sidebar h2 {
	font-size: 12px;
	}

h3 {
	font-size: 16px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: underline;
	color:#99CCCC;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color:#330066;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 16px;
	text-transform: none;
	}

#commentform p {
	
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 9px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color:#ccc;
	}
	
code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color:#b80b5c;
	text-decoration: none;
	}

a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	}
	
#wp-calendar #prev 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 */

#page {
	background-color: white;
	margin: 0 0 0 0;
	padding: 0;
	width: 762px;
	}
	
#header {
	padding: 0;
	margin: 0 0 0 0;
	height: 168px;
	}

#headerimg {
padding: 0;
	margin: 0;
	height: 168px;
	}

.narrowcolumn {
	float: left;
	width: 620px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px 0 5px 0;
	}

.widecolumn {
	width: 800px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 8px 0 8px 0;
	}
	
.post {
padding:2px 10px 2px 10px;
	margin:20px;
	text-align: left;
	height:auto;
	word-wrap: break-word;
	
	}

.widecolumn .post {
    padding:2px 10px 2px 10px;
	margin: 20px;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0 0 10px;
	}
	
#footer {
	padding: 0;
	margin: 0 0 0 26px;
	clear: left;
	font-size: 11px;
	font-weight: lighter;
	}

#footer p {
	padding: 10px 0 0 0;
	}
#footer img {
	margin: 0 10px 0 0;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 15px;
	margin: 0;
	}

.description {
	}

h2 {
	margin: 10px 5px 0 5px;
	}

h2.pagetitle {
	margin: 10px 5px 0 5px;
}

#sidebar h2 {
color:#ffffff;
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 5px 10px 0px;
	}

h3.comments {
	padding: 0;
	margin: 10px auto 10px ;
	}
/* 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 {
	padding: 0 30px 0 30px;
	list-style: none;
	} 

html>body .entry li {
	margin: 0px 0 0px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 5px 0 5px 10px;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0 0 10px 10px;
	padding: 0;
	font-size:11px;
	}

#sidebar ul li {
	list-style-type: none;
	margin: 0 15px 10px 10px;
	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 10px 10px;
	
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	vertical-align: top;
	}

#sidebar #searchform #s {
	width: 130px;
	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;
	background-color:#444444;
	color:#FFFFFF;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	background-color:#444444;
	color:#FFFFFF;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.graybox {
	padding: 10px;
	}
#commentlist graybox {
background-color:#444444;
}
.commentlist {
	padding:0 20px 0 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 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:10px 0 10px 0;
	margin: 5px 0 0 670px;
	width: 210px;
}


#sidebar form {
	margin: 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
width:700px;
	margin-left:5px;
	margin-right:5px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding:0 0 10px 0;
	}
	
#navmenu {
	width: 100%;
	}
	
.voteform {
	font-weight: bold;
	background-color: #C5CED3;
	padding: 10px;
	margin: 20px;
	border: 2px dotted #FFFFFF;
	align: center;
	height: auto;
	}
.req {
	color: red;
	font-weight: bold;
	font-style: oblique;
	font-size: 12px;
}
#wimpyplayer {
 text-align:center;
padding:20px;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
