/*  
Theme Name: Notorious MSG Default
Description: The default Notorious MSG style
Version: 0.9
Author: Elton Lin
*/

b.rtop, b.rbottom{display:block;background: #000}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #fff}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin:0px;
	padding:0px;
	}

.tiny {
  font-size:10px;
}

.categorytitle {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	padding-left: 10px;
}



.sidebartitle {
	text-align:left;
	color:white;
	font:bold 29px/30px Arial, Helvetica, sans-serif;;
	letter-spacing:-2px;
}

.title {
	text-align:left;
	color:black;
	font:bold 29px/30px Arial, Helvetica, sans-serif;;
	letter-spacing:-2px;
}

.blogentrytitle, .blogentrytitle a {
	text-align:left;
	color:white;
	font:bold 29px/30px Arial, Helvetica, sans-serif;;
	letter-spacing:-2px;
	padding-left: 5px;
}


.blogposter {
	margin-top: 10px;
	margin-left: 10px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

.entry {
	padding-left:10px;
	padding-right:10px;
	line-height:1.5em;
}

.title {
	color:#000000;
	font-weight:bold;
}

.blogpost {
	font-size:14px;
}

.author {
  font-weight:bold;
  color:#ff0000;
}

.date {
	font-size:12px;
	font-weight:bold;
}


.narrowcolumn .postmetadata, .narrowcolumn .postmetadata a {
	text-align:right;
	color:#000000;
	font-weight:bold;
}

.postmetadata {
	margin-right:10px;
	margin-bottom:10px;
	text-align:right;
	color:#000;
}

.alt {
	background-color: #111111;
	color:#fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {

	font-weight:bold;
	font-size:11px;
}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	color:#df0000;
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #df0000;
	}

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: #df0000;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}


#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000000;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #df0000;
	text-decoration: none;
	}

a:hover {
	color: #df0000;
	text-decoration: underline;
	}

#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 Typography & Colors */

/* Begin Structure */

#page {
	width:1000px;
	background:url("/images/COL_REPEAT.jpg");
	margin:0px auto;
	text-align:left;
}

.narrowcolumn {
	width: 640px;
	height:100%;
	float:left;
	text-align:left;
	margin-top:5px;
	margin-left:20px;

}

.post {
	color:black;;
	background:white;
	text-align:left;
	align:center;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #000; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
}


.post hr {
	display: block;
	}

/* End Structure */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 90%;

	width:expression(this.width>475?"400px" : this.width);
	}

/*	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;
	}

.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 ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	}

#sidebar #searchform #s {
	width: 108px;
	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;
	}

select, .inputform, .postform {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#000000;
  background:#ffffff;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	padding: 2px;
	}

#commentform #submit {
	margin: 0;

	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin-right:15px;
	text-align: justify;
	background:#333333;
	color:#ffffff;
	}

.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 ul li ul li a {
	color:#fff;
	font-weight:bold;
}

#sidebar ul li ul li a:hover {
	color:#df0000;
	font-weight:bold;
	text-decoration:underline;
}

.mp3player {
	background:#000000;
	border:2px solid;
	border-color:#cc0000;
}

.sidebarcontainer {
	background:#ffffff;
	color:#000000;
	text-align:center;
	padding: 3px 3px 3px 3px;
}

.sidebarcontainer a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.sidebarcontainer a:hover {
	color:#ff0000;
	font-weight:bold;
	text-decoration:none;
}

#sidebar {
	font-family: Arial, Helvetica, Sans-Serif;
	color:#ffffff;
	text-align:left;
	margin-top:24px;
	margin-left:667px;
	width: 305px;
	background:black;
	position:absolute;
}

#sidebar form {
	margin: 0;
}

/* End Sidebar */


/* 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;
	}

a img {
	border:none;
	}


.navigation {
	width: auto;
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:8px;
	margin-right:10px;
}


.ec3_events {
  list-style-type:none;
  color:#F00;
  font-weight:bold;
  content: "\00BB \0020";
  margin-left:10px;
  padding-left:0px;
}

.ec3_events ul  {
	padding-left:0px;
	margin-left:20px;
}

.ec3_events li ul li  {
  list-style-type:none;

}

.custom_contact_label_required {
  font-weight:bold;
  width:75px;
  text-align:left;
}

.custom_contact_buttons {
  text-align:right;
}

.contactForm {
  float:left;
}

/* End Various Tags & Classes*/
