/*
Theme Name: Miker
Theme URI: http://cleavedesign.com
Description: The three-column theme for www.musicforants.com, inspired by the Cleaker theme by Adam Walker Cleaveland of <a href="http://cleavedesign.com" title="cleave design">cleave design</a>.  This theme uses some code and images from the Cleaker theme.
Version: 1.0

*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

/***** PAGE STRUCTURE FORMATTING *****/

/*
 Overrides for general tags like <p> and <a> are in individual 
 sections later on (eg: #footer section)
*/

body {
	background: #809ab1 url(images/bg_blue.gif) repeat-x;
	font-size: 12px;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	display: block;
	margin: 10px auto 0 auto;
	width: 950px;
	position: relative;
	background: #fff url(images/contentBg2.jpg) repeat-y;
	border: 1px solid black;
}

#header {
	width: 950px;
	background: #fff url(images/fixedmfabanner.jpg) top center no-repeat;
	height: 258px;
	color: black;
}


#nav {
  display: block;
  height: 25px;
}

#content {
	width: 520px;
	float: left;
	color: black;
	padding: 10px;
	padding-right: 0;
}

#sidebarRight {
  width: 175px;
	float: right;
	color: black;
	background: #8da7d6;
	padding: 8px;
	font-size: 100%;
}

* html #sidebarRight {
  width: 175px;
}

#sidebarLeft {
  width: 174px;
	float: right;
	color: black;
	background: #89a1cd;
	padding: 9px;
	font-size: 100%;
}

* html #sidebarLeft {
  width: 174px;
}

#footer {
	clear: both;
	width: 930px;
  padding: 10px;
	background: #000;
	color: #fff;
	text-align: left;
}


/***** GENERAL FORMATTING *****/

h1, h3, h4 {
  font-weight: 600;
	text-align: left;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
	color: #001050;
}

h1, h1 a, h1 a:visited {
  font-size: 20px;
  letter-spacing: -0.05em;
  margin: 0 0 10px 0;
  border-bottom: 1px solid silver;
  color: #001050;

}

h2, h2 a, h2 a:visited {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin: 1.5em 0 0 0;
  color: #000000;
}

h3, h3 a, h3 a:visited {
  font-size: 14px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin: 1.5em 0 0 0;
  color: #ea6124;
}

h4, h4 a, h4 a:visited {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #ea6124;
  margin: 1.5em 0 0 0;
}

blockquote {
  margin: 15px 25px 15px 25px; 
  padding: 10px;
  border-left: 4px solid #ACAB7B;
  background: #ecede2 url(images/bqt_Bg.png) no-repeat top right;
  font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000; 
}

a, a:visited {
	color: #001050;
	text-decoration: none;
}

a:hover {
	color: #ea6124;
}

p {
	margin: 0px 10px 10px 10px;
	line-height: 1.5em;
         color: #000000;
}

p a {
	font-weight: bold;
}

p a:hover {
	color: #ea6124;
}

img {
	border: 0;
	margin: 0px 5px 5px 0px;

}

code {
	font: 12px 'Courier New', Courier, Fixed;
}


/***** NAVIGATION BAR FORMATTING *****/

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 950px;
	float: left;
	background: #49647d url(images/navOnBlue.gif) repeat-x;
	font-size: 14px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}

ul#nav li {
	float: left;
	border-right: 1px solid #fff;
}

ul#nav .searchbox {
  float: right;
  border-right: none;
}

ul#nav a {
	display: block;
	float: left;
	padding: 0 1.1em;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
}

ul#nav a:hover {
	background: #cf7f26 url(images/navOff.jpg) repeat-x;
	text-decoration: none;
}


/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	margin: 0 0px 0;
	padding: 0 0;
	text-align: left;
}

#searchform #s {
	width: 150px;
	padding: 4px;
	margin: 1px 0 1px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}























#searchIcon {
	padding: 2px;
	margin-top: 2px;
	color: #000;
	display: inline;
}

/***** POST FORMATTING *****/

.post {
	margin-bottom: 20px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.timestamp {
  margin: -8px 0 10px 0;
  padding: 0;
  font-weight: normal;
  font-size: 11px;
  color: #363434;
}

.postmeta {
	background: #e4e5d4;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 14px;
	margin-top: 2em;
}


.postmeta_single {
	background: #e4e5d4;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
	margin-top: 2em;
}


#content ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style-image: url(images/bullet.png);
	line-height: 1.2em;
} 

#content li {
	margin: 2px 0 2px 10px;
}

#content ol {
	padding: 0 0 10px 10px;
	margin: 0 0 0 10px;
	line-height: 1.2em;
}

#content ol li {
	margin: 0 0 4px 0;
	padding: 0;
}


/***** SIDEBAR FORMATTING *****/

.sidebar h2, .sidebar h2 a, .sidebar h2 a:visited, {
  margin: 0.5em 0;
  border-bottom: 2px #fff solid;
  color: #000000;
}

 a:hover {
	color: #001050;
}


#sidebarRight h2, #sidebarRight h2 a {
  font-size: 14px;
}

.sidebar a, .sidebar a:visited {
	color: #8A0808;

}



/***** SIDEBAR LISTS FORMATTING *****/

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 3px 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}


/***** FOOTER FORMATTING *****/

#footer p {
  font-size: 90%;
  letter-spacing: -0.1px;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
	color: #ffffff;

}

#footer a, #footer a:visited {
	color: #afb65b;
	border-bottom: none;
}

#footer a:hover {
	color: #5c8caa;
}

#footerIcons {
	display: inline;
	float: right;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}


/***** MISCELLANEOUS FORMATTING *****/

/* prev/next post */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.center {
	text-align: center;
}

.small {
	font-size: 10px;
}


/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49647d;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.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;
}

#commentform p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

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

.commentlist li {
	margin: 10px 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;
}

/* Table formatting, mainly for IGN lists - MDF */

table {
    border-left: 1px solid white;
}

tr {
    background-color: #e6e6e6;
}

td, th {

    border-bottom: 1px solid white;  
    border-right: 1px solid white;
    padding: 2px;
    text-align: center;
}



th {
    background-color: #d5d5d5;
}

/* MDF - Image captions */

.caption {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: italic;
  margin: 0 0 1em 0;
}

/***** PLUGIN SPECIFIC STYLES *****/

/* WordPress default text widget */

.widget_text .textwidget {
  margin-bottom: 8px;
}

/* KB Advanced RS Widget */

.widget_kbrss {
  margin-bottom: 8px;
}

/* Breadcrumb Navigation XT */

.breadcrumb {
  font-size: 90%;
  color: #666;
  margin-bottom: 8px;
}

/***** ACCORDION *****/

.accordion_headings{
	cursor:pointer;
}

.accordion_headings:hover{
	background:#eebb88;
}

.accordion_child{
	padding: 5px 0;
	border-bottom: 2px solid white;
}

.accordion_highlight{
  background-image: url('clock.gif');
  background-repeat: no-repeat;
  background-position: right 0px;
}

/***** SYNTAX HIGHLIGHT PLUGIN *****/

.wp_syntax {
  color: #100;
  background-color: #f9f9f9;
  border: 1px solid silver;
  margin: 0 0 1.5em 0;
  overflow: auto;
}

/* IE FIX */
.wp_syntax {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 100%;
}

.wp_syntax table {
  border-collapse: collapse;
  width: 100%;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
  text-align: left;
}

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
}

/***** ADS *****/

div.adspot {
	border: thin solid black;
	background: #ffffff;
	width: 160px;
	text-align: left;
}

div.adspot_head {
       font-family:Arial;
       font-size:10pt;
       color:#000000;
       font-weight:bold;
       font-style:normal;
       text-decoration:none;
       text-align:left;
}

.adspot_link {
	font-face: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	   text-align: left;

}

div.adspot * ul {
  list-style: none;
  width: 160px;

  margin: auto;
  padding: 0;
    text-align: left;

}
        
div.adspot * li {
   border: thin black solid;
overflow: hidden;
   text-align: left;
   width: 160px;
  margin: auto;
  padding: 0;
   cursor: pointer;
   display: block;
}

.adspot_adhead {
    text-align: left;
    font-family: Times,serif;
    font-size: 11pt; 
    font-weight: bold;
    color: #000000;

}

div a.adspot_adurl {

font-style:normal;
font-family: Helvetica,Arial,sans-serif;
font-size: 10pt;
text-decoration: none;
color: #000066;
font-weight:normal;
margin:0;
padding:0;
display: inline;
text-align:left;
background-image: none;

a.adspot_adurl img {
	border: none;
	margin: auto;
	display: block;
	text-align: left;
}

.adspot_adtext {
	border: none;
	margin: auto;
	display: block;
    font-family: Helvetica,Arial,sans-serif; 
    font-size: 10pt; 
    color: #000066; 
    text-align: left;

}

a.adspot_adurl:link {
	color: #000066;
}
a.adspot_adurl:active {
	color: #000066;
}
a.adspot_adurl:hover {
	color: #000000;
	text-decoration: underline;
}

div.adspot * ul {
  list-style: none;
  width: 150px;
  margin: 0;
  padding: 0;
}

div.adspot * li {
   border: thin solid black;
   background-image: url(semi.gif);
   text-align: center;
   width: 100%;
   cursor: pointer;
   overflow: hidden;
   display: block;
}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
