/*  
Theme Name: Not Evil Music
Theme URI: http://notevilmusic.com/
Author: Niklas Rämö / Not Evil Music
*/

/* Begin Typography & Colors */

html, body {height:100%;}

body {
	font-size: 12px;
	font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
  	background: #000000 url(images/nem-bg.jpg) repeat-y center top;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#page-wrap1{}

#page-wrap2{
  background: transparent url(images/nem-header.jpg) no-repeat center top;
  height: 500px;
  min-height: 500px;
  width: 100%;
  display:block;
}

#header {
  height: 220px;
  z-index: 2; /* fix for stupid ie6/7 bug */
  position:relative;
	}
	
#page {
	background:transparent;
    border: none;
	text-align: left;
    color: #000;
    margin: 0 auto;
	padding: 0;
	width: 900px;
	}
	
p, li { line-height: 1.5em; }
	
#content ul {
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0;
	} 

#content ul li {
	padding-left: 2em;
    background: url(images/nem-bullet.gif) no-repeat; 
    background-position: 0 3px;
	margin: 1em 0 0 0;
	} 
	
#sidebar1 ul {
	list-style-type: none;
	margin:0;
	padding:0;
	} 

#sidebar1 ul li {
	padding:0;
    background:none; 
	margin: 1em;
	color:#333333;
	} 

#footer {
    background: url(images/bottom-divider.jpg) no-repeat center top; 
    font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
	font-size: 11px;
    font-weight: normal;
	border: none;
    color: #ffffff;
    padding:0;
	margin: 0;
    height: 41px;
	clear: both;
	}
	
#footer p {
	margin:0;
	padding-top: 15px;
    text-align: center;
	} 
	
#footer p a {
	color:#FFFFFF;
	} 

#footer p a:hover {
	border-top: 1px dashed #cc33cc;
	border-bottom: 1px dashed #cc33cc;
	} 
	
#sidebar1, #sidebar2 {
	float: right;
	font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
	font-size: 12px;
    color: #000;
    text-align: left;
    text-decoration: none;
    margin: 0 110px 0 0;
	width: 200px;
	}

#sidebar1 p, #sidebar2 p {
    margin: 1em;
	}

small {
	font-family: Lucida Grande, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
    color: #454545;
    line-height:1.5em;
	}
	
input, textarea {
	background: #FFFFFF !important;
	font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
	color: #000;
	font-size: 12px; 
	text-decoration: none; 
	border: 1px solid #cc33cc;
	}
	
h2,h2 a,h2 a:visited {
    font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
    font-weight: bold;  
	font-size: 14px;
	color: #000;
	margin: 1.4em 0 0 0;
	text-align: left;
	}
	
h3 {
    font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
    font-weight: bold;  
	font-size: 12px;
	color: #000000;
	padding: 0 0 0 0;
	margin: 1.4em 0 0 0;
	text-align: left;
	}
	
h3 a, h3 a:visited {
	color: #000000;
	text-decoration: none;
	}

#page h2 a:hover, #page h3 a:hover{
	color: #cc33cc !important;
	text-decoration: none;
	}
	
h4, h4 a, h4 a:visited {
    font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
    font-weight: bold;  
	font-size: 12px;
	color: #cc33cc;
	padding: 0 0 0 0;
	margin: 1.4em 0 0 0;
	text-align: left;
	}
	
h4 a:hover {
	color: #333333 !important;
	text-decoration: none;
	}
	
    
a, a:visited, p a, p a:visited {
	color: #cc33cc;
	text-decoration: none;
	}  
	
a:hover, p a:hover {
	color: #333333;
	text-decoration: none;
	}
	
.entry p a:hover {
	color: #333333;
	text-decoration: none;
	border-top: 1px dashed #cc33cc;
	border-bottom: 1px dashed #cc33cc;
	}

/* End Typography & Colors */

/* Begin Structure */

.narrowcolumn, .widecolumn {
	float: left;
	padding: 0;
	margin: 0 40px 0 110px;
	width: 440px;
	}

.post {
	margin: 0 0 3em 0;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	text-align: center;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.postmetadata {
	clear: left;
	}

    
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px dashed #cc33cc;
	}

img.alignright {
	padding: 1px;
	margin: 0 0 5px 10px;
	display: inline;
	border: 1px dashed #cc33cc;
	}

img.alignleft {
	padding: 1px;
	margin: 0 10px 5px 0;
	display: inline;
	border: 1px dashed #cc33cc;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* End Images */

/* Lists */
ol {
	padding: 0 0 0 30px;
	margin: 0;
	}

ol li {
	margin: 0;
	padding: 0;
    list-style: decimal outside;
	}

/* End Lists */

/* Misc */

select {
	width: 130px;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0 10px 0;
	}
	
.post-divider {
	background: transparent url(images/post-divider.gif) no-repeat;
	margin:0 0 0 -7px;
	padding:0;
  	width:454px;
  	height:9px;
	}

#wpcf_your_name, #wpcf_email, #wpcf_response, #wpcf_usersubject, #wpcf_msg, #wpcf_msg .contacterror {
	background-color:#FFFFFF !important;
	border: 1px solid #cc33cc !important;
	color:#000000 !important;
	}
	
.bubble {
	height:200px;
	}

.pagebar {
	text-align:center;
	margin:20px 0px;
}

/* End Misc */	

/* Menu */
	
#imap {
  margin:0;
  padding:0;
  display:block; 
  width:900px; 
  height:220px; 
  background:transparent; 
  position:relative;
  }

#imap dd {
  position:absolute; 
  padding:0; 
  margin:0;
  }
  
/* Menu-navigation */
#imap #pic-news {
  left:328px; 
  top:25px; 
  z-index:20;
  }
#imap #pic-clients {
  left:325px; 
  top:60px; 
  z-index:20;
  }
#imap #pic-about {
  left:561px; 
  top:15px; 
  z-index:20;
  }
#imap #pic-contact {
  left:577px; 
  top:50px; 
  z-index:20;
  }

#imap #pic-rss {
  left:0px; 
  top:0px; 
  z-index:20;
  }
  
#imap #pic-myspace {
  left:48px; 
  top:83px; 
  z-index:20;
  }

#imap #pic-facebook {
  left:80px; 
  top:69px; 
  z-index:20;
  }

/* button sizes */

  
#imap a#menu-news {
  display:block; 
  width:80px; 
  height:35px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap a#menu-clients {
  display:block; 
  width:91px; 
  height:32px; 
  text-decoration:none; 
  z-index:20;
  }  
  
  
#imap a#menu-about {
  display:block; 
  width:84px; 
  height:35px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap a#menu-contact {
  display:block; 
  width:103px; 
  height:36px; 
  text-decoration:none; 
  z-index:20;
  }

#imap a#menu-rss {
  display:block; 
  width:0px; 
  height:0px; 
  text-decoration:none; 
  z-index:20;
  }

#imap a#menu-myspace {
  display:block; 
  width:32px; 
  height:80px; 
  text-decoration:none; 
  z-index:20;
  }

#imap a#menu-facebook {
  display:block; 
  width:42px; 
  height:83px; 
  text-decoration:none; 
  z-index:20;
  }

/* button hover */
  
#imap .current a#menu-news, #imap a#menu-news:hover {
  background:transparent url(images/nem-header-hover.jpg) -328px -25px no-repeat; 
  z-index:30;
  }

#imap .current a#menu-clients, #imap a#menu-clients:hover {
  background:transparent url(images/nem-header-hover.jpg) -325px -60px no-repeat;
  z-index:30;
  }

#imap .current a#menu-about, #imap a#menu-about:hover {
  background:transparent url(images/nem-header-hover.jpg) -561px -15px no-repeat; 
  z-index:30;
  }

#imap .current a#menu-contact, #imap a#menu-contact:hover {
  background:transparent url(images/nem-header-hover.jpg) -577px -50px no-repeat;
  z-index:30;
  }

#imap a#menu-rss:hover {
  background:transparent url(images/nem-header-hover.jpg) 0px 0px no-repeat;
  z-index:30;
  }

#imap a#menu-myspace:hover {
  background:transparent url(images/nem-header-hover.jpg) -48px -83px no-repeat;
  z-index:30;
  }

#imap a#menu-facebook:hover {
  background:transparent url(images/nem-header-hover.jpg) -80px -69px no-repeat;
  z-index:30;
  }
  
/* End Menu */

/* Sidebar categories start*/

#imap-categories {
  margin:0;
  padding:0;
  display:block; 
  width:200px; 
  height:110px; 
  background:url(images/categories.jpg) no-repeat; 
  position:relative;
  }

#imap-categories dd {
  position:absolute; 
  padding:0; 
  margin:0;
  }
  
/* position*/

#imap-categories #pic-nemnews {
  left:0px; 
  top:38px; 
  z-index:20;
  }
#imap-categories #pic-musicmarketingblog {
  left:0px; 
  top:61px; 
  z-index:20;
  }
#imap-categories #pic-somethingelse {
  left:0px; 
  top:82px; 
  z-index:20;
  }
  
/* button sizes */
  
#imap-categories a#menu-nemnews {
  display:block; 
  width:95px; 
  height:22px; 
  text-decoration:none; 
  z-index:20;
  }  
  
  
#imap-categories a#menu-musicmarketingblog {
  display:block; 
  width:186px; 
  height:22px; 
  text-decoration:none; 
  z-index:20;
  }
  
#imap-categories a#menu-somethingelse {
  display:block; 
  width:143px; 
  height:22px; 
  text-decoration:none; 
  z-index:20;
  }

/* hover */

#imap-categories a#menu-nemnews:hover {
  background:transparent url(images/categories-hover.jpg) 0px -38px no-repeat; 
  z-index:30;
  }

#imap-categories a#menu-musicmarketingblog:hover {
  background:transparent url(images/categories-hover.jpg) 0px -61px no-repeat; 
  z-index:30;
  }

#imap-categories a#menu-somethingelse:hover {
  background:transparent url(images/categories-hover.jpg) 0px -82px no-repeat; 
  z-index:30;
  }

/* Sidebar categories end */
	