/* @override 
	http://wonyfm.com/themes/decayed/css/decayed.css?T
	http://wonyfm.com/themes/decayed/css/decayed.css?T
	http://wonyfm.com/themes/decayed/css/decayed.css?T
*/

/* $Id: decayed.css,v 1.1.1.1 2009/01/22 22:46:15 moldham Exp $ */

/**
 * Template Name : Decayed, for Drupal 6.x
  * Author : Micky Oldham,  http://skullboxx.net/
   *
    */

    /**
     * Generic Elements
      */

      body {
        position: relative;
	  color: #aaa;
	    background: #000 url(../images/bg.jpg) left top no-repeat;
	      /*font: normal 74% "Trebuchet MS",Verdana,sans-serif;*/
	      }

	      input.form-text {
	        cursor: text;
		}

		input, select, textarea {
		  padding: 2px 4px;
		    font-size: 1em;
		      color: #eee;
		        background: #222;
			  border: 1px solid #444;
			  }

			  blockquote {
			    margin: 20px 0;
			      padding: 20px 20px 20px 50px;
			        color: #bb9;
				  background: #3f3f3f url(../images/quote.jpg) no-repeat 10px 10px;
				    border: #333 solid 1px;
				      -moz-border-radius: 1em;
				        -webkit-border-radius: 1em;
					  border-radius: 1em;
					  }

					  #wrap .codeblock {
					    margin: 10px 0;
					      padding: 5px 10px;
					        color: #333;
						  background: #000;
						    border: #000 solid 1px;;
						    }

						    #nav-access {
						      height: 0;
						        visibility: hidden;
							  margin: 0;
							    padding: 0;
							    }

							    /**
							     * Master Layout
							      */
							      #wrap {
							        position: relative;
								  width: 450px;
								    margin-right: auto;
								      padding: 10px;
								      }

								      #header {
								        position: relative;
									  height: 180px;
									    border-bottom: 0px solid #6f6f6f;
									    }

									    #content-wrap {
									      position: relative;
									        width: 930px;
										  margin-top: 30px;
										  }

										  #main {
										    float: right;
										      width: 580px;	
										      }

										      #sidebar {
										        float: left;
											  width: 220px;
											    margin-left: 100px;
											    }

											    /* IE Margin Fix */
											    #ie7andup #sidebar {
											      float: left;
											        width: 220px;
												  margin-left: 100px;
												    margin-top: 20px;
												    }
												    /* End IE Margin Fix*/

												    #footer {
												      position: relative;
												        width: 80px;
													  clear: both;
													    margin-top: 20px;
													      padding-top: 20px;
													        background: transparent;
														}

														/**
														 * Site Name and Slogan and Logo
														  */
														  #header h1#site-name a {
														    position: absolute;
														      top: 75px;
														        left: 350px;
															  width: 580px;
															    color: #DDD;
															    }

															    #header p#slogan {
															      position: absolute;
															        top: 130px;
																  left: 350px;
																    width: 580px;
																      color: #cacaca;
																      }

																      /*
																      #logo {
																        vertical-align: middle;
																	  border: 0;
																	  }
																	  #logo img {
																	    float: left; /* LTR *//*
																	      padding: 0 1em;
																	        border: 0;
																		}
																		*/

																		/**
																		 * Header Primary Links
																		  */

																		  #primary-nav {
																		    position: absolute;
																		      left: 0;
																		        top: 0;	
																			  height: 40px;
																			    width: 880px;	
																			      border-bottom: 0px solid #222;
																			      }

																			      #primary-nav ul {
																			        float: left;
																				  height: 40px;
																				    list-style: none;	
																				    }

																				    #primary-nav ul li {
																				      display: inline;
																				        margin: 0 1em 0 0;
																					  padding: 0;
																					  }

																					  #primary-nav ul li a {
																					    margin: 0;
																					      color: #910000;
																					      }

																					      #primary-nav ul li a:hover,
																					      #primary-nav ul li a:active {
																					        color: #eee;
																						  background: none;
																						    border: none;
																						    }

																						    #primary-nav ul li.active a {
																						      color: #fff;	
																						      }

																						      /**
																						       * Header Search Box
																						        */
																							#header #search {
																							 border: #444 solid 1px;
																							 -moz-border-radius: 1em;
																						     -webkit-border-radius: 1em;
																						     border-radius: 1em;
																							 }

																							 #header form#search-theme-form {
																							   position: absolute;
																							     top: 170px;
																							       left: 668px;
																							         height: 30px;
																								   width: 262px;
																								     margin: 0;
																								       padding: 0;
																								         border: none;
																									   color: #aaa;
																									     background: url(../images/header-search.jpg) no-repeat;
																									       z-index: 9;
																									
																									       }

																									       #header form#search-theme-form .form-text {
																									         width: 210px;
																										   margin: 2px 0 0 5px;
																										     color: #aaa;
																										       background: none;
																										         font-size: 16px;
																											   border: none;
																											   }

																											   #header form#search-theme-form label,
																											   #header form#search-theme-form .form-submit {
																											     display: none;
																											     }

																											     /**
																											      * Header Breadcrumb
																											       */
																											       #header .breadcrumb {
																											         position: absolute;
																												   top: 176px;
																												     left: 115px;
																												       width: 580px;
																												       }

																												       #header .breadcrumb a {
																												         color: #910000;
																													 }

																													 #header .breadcrumb a:hover {
																													 	color: #910000;
																														}

																														/**
																														 * Main Content
																														  */
																														  #mission {
																														    margin: 20px 0;
																														      padding: 20px 20px 20px 50px;
																														        color: #3f3f3f;
																															  background: #111 url(../images/quote.jpg) no-repeat 10px 10px;
																															    font-size: 1.5em;
																															      line-height: 1.5em;
																															        border: #333 solid 1px;
																																  -moz-border-radius: 0.5em;
																																    -webkit-border-radius: 0.5em;
																																      border-radius: 0.5em;
																																      }

																																      #main .node {
																																        margin: 0 0 30px 0;
																																	  padding: 0 0 30px 0;
																																	    background: #000;
																																	    }

																																	    #main h1.title {
																																	      margin-bottom: 20px;
																																	        padding-bottom: 0 0 5px 10px;
																																	        text-align: center;
																																	        vertical-align: middle;
																																	        /*font-size: 35pt;*/
																																	        font: normal 35pt;
																																	        border: #444 solid 1px;
																																	        background: black;
																																	        -moz-border-radius: 1em;
																																	        -webkit-border-radius: 1em;
																																	        border-radius: 1em;
																																		  color: #fff;
																																		    /*font: normal 1.8em Impact,sans-serif;
																																		      background:transparent url('../img/decay.gif') no-repeat left center;
																																		        letter-spacing: 1px;*/
																																			 padding: 0 0 1px 12px;
																																			  }

																																			  #main .item-list ul {
																																			    margin-bottom: 40px;
																																			    }

																																			    #main h2.title {
																																			      margin-bottom: 5px;
																																			      }

																																			      #main h2 a {
																																			        display: block;
																																				  padding-bottom: 5px;
																																				    color: #bbb;
																																				      border-bottom: #fff dashed 1px;
																																				      }

																																				      #main h2 a:hover {
																																				        color: #910000;
																																					  border-bottom: #910000 dashed 1px;
																																					  }

																																					  #main .article ul {
																																					    padding-left: 0;
																																					    }

																																					    #main .content li {
																																					      padding: 5px 0;
																																					      }

																																					      #main .post-info {
																																					        color: #fff8f8;
																																						  margin-bottom: 20px;
																																						    font-size: 0.9em;
																																						    }

																																						    #main .post-info a {
																																						      color: #760000;
																																						      }

																																						      #main .post-info a:hover {
																																						        color: #fff;
																																							}

																																							#main .post-info span.submitted {
																																							  margin-right: 1em;
																																							  }

																																							  #main .node-links{
																																							    padding: 3px;
																																							      background: #000;
																																							        border: #333 solid 1px;
																																								}

																																								#main .picture {
																																								  float: right;
																																								    margin: 5px 0 10px 10px;
																																								    }

																																								    #main .user-signature {
																																								      padding: 10px 0;
																																								        color: #3f3f3f;
																																									  border-top: #3f3f3f dashed 1px;
																																									  }

																																									  #main .help {
																																									    color: #cacaca;
																																									    }

																																									    a.feed-icon img {
																																									      margin: 0;
																																									        padding: 3px;
																																										  background: #444;
																																										  }

																																										  a:hover.feed-icon img {
																																										    background: #fff;
																																										    }

																																										    #wrap .more-link {
																																										      font-size:1.5em;
																																										        text-align: left;
																																											}

																																											#wrap .more-link a {
																																											  color: #760000;
																																											  font-size: small;
																																											  padding: 10px;
																																											  }

																																											  #wrap .more-link a:hover {
																																											    color: #fff;
																																											    }

																																											    /**
																																											     * Sidebar
																																											      */
																																											      #sidebar a {
																																											        color: #999;
																																												}

																																												#sidebar a:hover {
																																												  color: #fff;
																																												  }

																																												  #sidebar a.active {
																																												    color: #fff;
																																												    }

																																												    /*Navigation Block*/
																																												    #sidebar .block {
																																												     
																																												      margin-bottom: 20px;
																																												        margin-top: 20px;
																																													  margin-left: 10px;
																																													  padding 0 0 10px 10px;
																																													  border: #444 solid 1px;
																																													  background: black;
																																													  -moz-border-radius: 1em;
																																													  -webkit-border-radius: 1em;
																																													  border-radius: 1em;
																																													  
																																													  }
																																													   
																																													   #sidebar h2 {
																																													    /* margin-bottom: 10px;
																																													       padding-top: 6px; */
																																													         font: normal 1.6em;
																																														   letter-spacing: 1px;
																																														     padding: 0px 3px 5px 10px;
																																														     margin-bottom: 0px;;
																																														       color: #eee;
																																														       background: black;
																																														         /*background: url(../img/decay-small.gif) no-repeat left center;
																																														         border: #444 solid 1px;
																																														         -moz-border-radius: 1em;
																																														         -webkit-border-radius: 1em;
																																														         border-radius: 1em;*/
																																															 }

																																															 #sidebar h3 {
																																															   margin-bottom: 2px;
																																															   }

																																															   #sidebar .item-list ul {
																																															     margin: 2px;
																																															       padding: 1px;
																																															       }

																																															       #sidebar .item-list ul li {
																																															         margin: 2px;
																																																   padding: 1px;
																																																     list-style: none;
																																																     }

																																																     #sidebar .item-list ul li a {
																																																       display: block;
																																																         padding: 1px;
																																																	   color: #777;
																																																	   }

																																																	   #sidebar .item-list ul li a:hover,
																																																	   #sidebar .item-list ul li a.active {
																																																	     display: block;
																																																	       color: #fff;
																																																	       padding: 1px;
																																																	       }

																																																	       /**
																																																	        * Footer
																																																		 */
																																																		 #footer {
																																																		   color: #ccc;
																																																		   }

																																																		   #footer a {
																																																		     color: #777;
																																																		     }

																																																		     #footer a:hover,
																																																		     #footer a.active {
																																																		       color: #fff;
																																																		       }

																																																		       #footer #site-credit {
																																																		         margin-top: 20px;
																																																			   padding-top: 10px; 
																																																			     background:transparent;
																																																			     }

																																																			     #footer .column {
																																																			       float: left;
																																																			         width: 280px;
																																																				   margin-right: 20px;
																																																				   }

																																																				   #footer #last {
																																																				     margin-right: 0;
																																																				     }

																																																				     #footer .column .block {
																																																				       margin-bottom: 30px;
																																																				       }

																																																				       #footer h2 {
																																																				         margin-bottom: 10px;
																																																					   padding-bottom: 5px;
																																																					     border-bottom: #333 solid 1px;
																																																					     }

																																																					     #footer .item-list ul {
																																																					       margin: 0;
																																																					         padding: 0;
																																																						 }

																																																						 #footer .item-list ul li {
																																																						   margin: 0;
																																																						     padding: 5px 0;
																																																						       list-style: none;
																																																						       }

																																																						       #site-credit {
																																																						         width: 880px;
																																																							   clear: both;
																																																							   }

																																																							   #site-credit p {
																																																							     margin: 0;
																																																							     }

																																																							     #site-credit a {
																																																							     	color: #910000;
																																																								}

																																																								#site-credit a:hover {
																																																								  color: #fff;
																																																								  }

																																																								  /**
																																																								   * Modules overriding
																																																								    */

																																																								    /* node.css */
																																																								    #main .node-form .form-text {
																																																								      width: 98%;
																																																								      }

																																																								      /* Comments */
																																																								      #main #comments {
																																																								        padding-top: 20px;
																																																									  background: transparent;
																																																									  }

																																																									  #main .comment {
																																																									   margin-bottom: 20px;
																																																									    padding: 10px 20px;
																																																									     color: #c3c3c3;
																																																									      background: #222;
																																																									       border: #333 solid 1px;
																																																									       }

																																																									       #main .comment h3 {
																																																									         margin-bottom: 0;
																																																										 }

																																																										 #main .comment h3 a {
																																																										   color: #760000;
																																																										   }

																																																										   #main .comment .submitted {
																																																										     color: #777;
																																																										       margin-bottom: 20px;
																																																										         font-size: 0.9em;
																																																											 }

																																																											 #main .comment .content {
																																																											   font-size: 1.2em;
																																																											     line-height: 1.5em;
																																																											     }

																																																											     #main .comment ul.links li {
																																																											       padding: 0;
																																																											         margin-right: 1em;
																																																												   margin-left: 0;
																																																												   }

																																																												   #main #comments .box h2 {
																																																												     margin-bottom: 10px;
																																																												       padding-bottom: 5px;
																																																												         border-bottom: #222 solid 1px;
																																																													 	color: #760000;
																																																														}

																																																														#comments textarea {
																																																														  width: 570px;
																																																														  }

																																																														  /* book.css */
																																																														  #main .book-navigation .menu {
																																																														    margin: 0;
																																																														      padding: 10px 0;
																																																														        padding-left:20px;
																																																															  border-top: #333 solid 1px;
																																																															  }

																																																															  #main .book-navigation .menu li {
																																																															   padding: 0;
																																																															   }

																																																															   #main .book-navigation .page-links {
																																																															     border-top: #333 solid 1px;
																																																															       border-bottom: 0;
																																																															       }

																																																															       #main .book-navigation a {
																																																															         color: #910000;
																																																																 }

																																																																 #main .book-navigation a:hover {
																																																																   color: #fff;
																																																																   }

																																																																   #main #book-outline {
																																																																     min-width: 80%;
																																																																     }

																																																																     /* system.css */
																																																																     tr.odd {
																																																																       color: #bbb;
																																																																         background: #000;
																																																																	   border-bottom: #6f6f6f solid 1px;
																																																																	   }

																																																																	   tr.even {
																																																																	     color: #bbb;
																																																																	       background: #000;
																																																																	         border-bottom: #6f6f6f solid 1px;
																																																																		 }

																																																																		 td.active {
																																																																		   color: #808080;
																																																																		     background: #454;
																																																																		       border-bottom: #333 solid 1px;
																																																																		       }

																																																																		       table.sticky-header {
																																																																		         background: #111;
																																																																			 }

																																																																			 textarea#edit-body {
																																																																			   width: 570px;
																																																																			   }

																																																																			   #main .resizable-textarea .grippie {
																																																																			     background: transparent url(../images/grippie.png) 50% 50% no-repeat;
																																																																			       border: 0 none;
																																																																			       }

																																																																			       div.teaser-button-wrapper {
																																																																			         padding-right: 0;
																																																																				 }

																																																																				 html.js fieldset.collapsed {
																																																																				   margin-bottom: 10px;
																																																																				   }

																																																																				   html.js fieldset.collapsible legend a {
																																																																				     padding-left: 20px;
																																																																				       padding-right: 10px;
																																																																				         color: #fff;
																																																																					   background-image: url(../images/menu-expanded.gif);
																																																																					   }

																																																																					   html.js fieldset.collapsed legend a {
																																																																					     padding-left: 20px;
																																																																					       padding-right: 10px;
																																																																					         color: #fff;
																																																																						   background-image: url(../images/menu-collapsed.gif);
																																																																						   }

																																																																						   html.js fieldset.collapsible legend a:hover {
																																																																						     color: #fff;
																																																																						       padding-right: 10px;
																																																																						       }

																																																																						       div.warning,
																																																																						       div.messages,
																																																																						       div.status {
																																																																						         margin-bottom: 20px;
																																																																							   padding: 5px 10px;
																																																																							     color: #fff;
																																																																							       background: #000;
																																																																							       	border: 1px solid #000;
																																																																								}

																																																																								div.messages.error {
																																																																								  color: #300;
																																																																								    background: #cacaca;
																																																																								      border: #d30 solid 1px;
																																																																								      }

																																																																								      .warning a {
																																																																								        color: #760000;
																																																																									  font-weight: bold;
																																																																									  }

																																																																									  .warning a:hover {
																																																																									    color: #28b;
																																																																									      font-weight: bold;
																																																																									      }

																																																																									      #main table tbody .warning a {
																																																																									        color: #760000;
																																																																										}

																																																																										#main table tbody a:hover {
																																																																										  color: #910000;
																																																																										  }

																																																																										  th a.active {
																																																																										    color: #910000;
																																																																										    }

																																																																										    th a:hover.active,
																																																																										    th.active a.active {
																																																																										      color: #fff;
																																																																										      }

																																																																										      th.active img {
																																																																										        margin-left: 5px;
																																																																											}

																																																																											#main .ok {
																																																																											  color: #bbb;
																																																																											  }

																																																																											  #main div.error {
																																																																											    margin-bottom: 20px;
																																																																											      padding: 5px 10px;;
																																																																											        font-size: 1.2em;
																																																																												  line-height: 1.2em;
																																																																												  }

																																																																												  #main .error a {
																																																																												    color: #f00;
																																																																												      font-weight: bold;
																																																																												      }

																																																																												      #main .error a:hover {
																																																																												        color: #28b;
																																																																													}

																																																																													#main tr.error.odd {
																																																																													  color: #eee;
																																																																													    background: #000;
																																																																													    }
																																																																													    #main tr.error.even, {
																																																																													      color: #eee;
																																																																													        background: #000;
																																																																														}

																																																																														#main tr.error a {
																																																																														  color: #760000;
																																																																														  }

																																																																														  #main tr.error a:hover {
																																																																														    color: #fff;
																																																																														    }

																																																																														    #main tr.info {
																																																																														      color: #fff;
																																																																														      }

																																																																														      #main table.system-status-report {
																																																																														        width: 100%;
																																																																															}

																																																																															#main table.system-status-report tr.warning {
																																																																															  color: #eed;
																																																																															  }

																																																																															  table.system-status-report th {
																																																																															    border-bottom: 0 none;
																																																																															    }

																																																																															    ul.tips {
																																																																															      margin-left: 20px;
																																																																															        margin-bottom: 10px;
																																																																																}

																																																																																#main ul.primary {
																																																																																  border-collapse: collapse;
																																																																																    padding: 0 0 0 1em;
																																																																																      white-space: nowrap;
																																																																																        list-style: none;
																																																																																	  margin: 5px 0;
																																																																																	    height: auto;
																																																																																	      line-height: normal;
																																																																																	        border-bottom: #333 1px solid;
																																																																																		}

																																																																																		#main ul.primary li {
																																																																																		  margin: 0;
																																																																																		    padding: 0;
																																																																																		    }

																																																																																		    #main ul.primary li a{
																																																																																		      background-color: #333;
																																																																																		        border-color: #222;
																																																																																			  border-width: 1px;
																																																																																			    border-style: solid solid none solid;
																																																																																			      height: auto;
																																																																																			        margin-right: 0.5em;
																																																																																				  padding: 3px 10px 0 10px;
																																																																																				    text-decoration: none;
																																																																																				    }

																																																																																				    #main ul.primary li a:hover,
																																																																																				    #main ul.primary li a.active {
																																																																																				      color: #fff;
																																																																																				        background-color: #333;
																																																																																					  border-color: #222;
																																																																																					    border-width: 1px;
																																																																																					      border-style: solid solid none solid;
																																																																																					        height: auto;
																																																																																						  margin-right: 0.5em;
																																																																																						    padding: 3px 10px 0 10px;
																																																																																						      text-decoration: none;
																																																																																						      }

																																																																																						      #main ul.secondary {
																																																																																						        padding: 0.5em;
																																																																																							  margin: 0 0 20px 0;
																																																																																							    border-bottom: 1px solid #222;
																																																																																							    }

																																																																																							    #main ul.secondary li {
																																																																																							      display: inline;
																																																																																							        padding: 0 1em;
																																																																																								  border-right: 1px solid #ccc;
																																																																																								  }

																																																																																								  #main ul.secondary a {
																																																																																								    padding: 0;
																																																																																								      text-decoration: none;
																																																																																								      }

																																																																																								      #main ul.secondary a.active {
																																																																																								        color: #fff;
																																																																																									  border-bottom: 0;
																																																																																									  }

																																																																																									  #main .item-list .pager {
																																																																																									    display: block;
																																																																																									      clear: both;
																																																																																									        text-align: left;
																																																																																										  margin: 20px 0;
																																																																																										    font-size: 16px;
																																																																																										      color: #eee;
																																																																																										      }

																																																																																										      #main .item-list .pager li {
																																																																																										        margin: 0 8px 0 0;
																																																																																											  padding: 0;
																																																																																											  }

																																																																																											  #main .item-list .pager li a {
																																																																																											    color: #910000;
																																																																																											    }

																																																																																											    #main .item-list .pager li a:hover {
																																																																																											      color: #fff;
																																																																																											      }

																																																																																											      .theme-info .description {
																																																																																											        font-size: 11px;
																																																																																												}

																																																																																												.theme-info h2 {
																																																																																												  font-size: 13px;
																																																																																												    color: #6f6f6f;
																																																																																												    }

																																																																																												    /* user */
																																																																																												    #user-login-form {
																																																																																												      font-size: 1.4em;
																																																																																												        text-align: left;
																																																																																													}

																																																																																													#user-login-form input {
																																																																																													  margin: 5px 0;
																																																																																													  }

																																																																																													  #user-login-form input.form-text {
																																																																																													    width: 199px;
																																																																																													    }

																																																																																													    #user-login-form .item-list ul li {
																																																																																													      padding: 0.2em 0;
																																																																																													        list-style: none;
																																																																																														  font-size: 14px;
																																																																																														    line-height: 20px;
																																																																																														    }

																																																																																														    #main #permissions td.module {
																																																																																														      color: #eea;
																																																																																														        font-size: 1.2em;
																																																																																															}

																																																																																															/* openid.css */
																																																																																															#user-login-form li.openid-link,
																																																																																															#user-login li.openid-link {
																																																																																															  background-image: none;
																																																																																															  }

																																																																																															  /* dblog.css */
																																																																																															  tr.dblog-user .active,
																																																																																															  tr.dblog-error .active,
																																																																																															  tr.dblog-content .active,
																																																																																															  tr.dblog-page-not-found .active,
																																																																																															  tr.dblog-access-denied .active {
																																																																																															    color: #fff;
																																																																																															    }

																																																																																															    /* block.css */
																																																																																															    .block-region {
																																																																																															      padding: 5px 10px;
																																																																																															        color: #555;
																																																																																																  background: #3f3f3f;
																																																																																																    font-size: 1.5em;
																																																																																																      font-weight: bold;
																																																																																																      }

																																																																																																      .content-block {
																																																																																																       
																																																																																																       margin-bottom: 20px;
																																																																																																	  padding: 10px 20px;
																																																																																																	    color: #ccc;
																																																																																																	      background: black;
																																																																																																	        border: #444 solid 1px;
																																																																																																		  -moz-border-radius: 1em;
																																																																																																		    -webkit-border-radius: 1em;
																																																																																																		      border-radius: 1em;
																																																																																																		      }

																																																																																																		      #bottom-content-block {
																																																																																																		        margin-top: 20px;
																																																																																																		        
																																																																																																		        
																																																																																																			}

																																																																																																			.content-block h2 {
																																																																																																			  margin-bottom: 10px;
																																																																																																			    border-bottom:1px solid #444;
																																																																																																			    }

																																																																																																			    /* Search */
																																																																																																			    #search-block-form label {
																																																																																																			      display: none;
																																																																																																			      }

																																																																																																			      /* aggregator.css */
																																																																																																			      #aggregator .feed-source {
																																																																																																			        margin: 20px 0;
																																																																																																				  font-size: 1.5em;
																																																																																																				    line-height: 1.5em;
																																																																																																				    }

																																																																																																				    #aggregator .feed-item {
																																																																																																				      margin-bottom: 20px;
																																																																																																				        padding: 10px 20px;
																																																																																																					  color: #ccc;
																																																																																																					    background: #070707;
																																																																																																					      border: #444 solid 1px;
																																																																																																					        -moz-border-radius: 1em;
																																																																																																						  -webkit-border-radius: 1em;
																																																																																																						    border-radius: 1em;
																																																																																																						    }

																																																																																																						    /* forum.css */
																																																																																																						    #forum {
																																																																																																						      margin-bottom: 20px;
																																																																																																						      }

																																																																																																						      #forum table {
																																																																																																						        width: 100%;
																																																																																																							  margin: 20px 0;
																																																																																																							  }

																																																																																																							  .forum-topic-navigation .topic-previous {
																																																																																																							    text-align: left;
																																																																																																							    }

																																																																																																							    .forum-topic-navigation .topic-next {
																																																																																																							      text-align: right;
																																																																																																							      }

																																																																																																							      /* update.css */
																																																																																																							      div.update {
																																																																																																							        margin: 20px 0;
																																																																																																								}
																																																																																																								.update tr.ok.odd  {
																																																																																																								  background: #222;
																																																																																																								  }
																																																																																																								  .update tr.ok.even  {
																																																																																																								    background: #333;
																																																																																																								    }

																																																																																																								    .update tr.error {
																																																																																																								      background: #000;
																																																																																																								      }

																																																																																																								      #main .update tr.error a {
																																																																																																								        color: #d00;
																																																																																																									  font-weight: bold;
																																																																																																									  }

																																																																																																									  #main .update tr.error a:hover {
																																																																																																									    color: #fff;
																																																																																																									    }

																																																																																																									    .update tr.error .version-recommended {
																																																																																																									      background: #000;
																																																																																																									      }

																																																																																																									      .update table.version td {
																																																																																																									        padding: 0.5em 0;
																																																																																																										}

																																																																																																										/* admin.css */
																																																																																																										div.admin {
																																																																																																										  margin-bottom: 20px;
																																																																																																										    padding-top: 0;
																																																																																																										    }

																																																																																																										    div.admin-dependencies,
																																																																																																										    div.admin-required {
																																																																																																										      font-size: 0.9em;
																																																																																																										        color: #eea;
																																																																																																											}

																																																																																																											span.admin-disabled {
																																																																																																											  color: #c33;
																																																																																																											  }

																																																																																																											  /* admin.css IE fix */
																																																																																																											  * html div.admin .left,
																																																																																																											  * html div.admin .right {
																																																																																																											    width: 42%;
																																																																																																											    }

																																																																																																											    /**
																																																																																																											     * Grid Background
																																																																																																											      * If you altered the theme layout then want to check the grid base positioning,
																																																																																																											       * Just uncomment the #wrap selector below to view the Grid.
																																																																																																											        */

																																																																																																												/*
																																																																																																												  #wrap {
																																																																																																												    background: #070707 url(../images/bg.jpg) repeat-y 0 0;

																																																																																																												    }
																																																																																																												    */

