/*  
Theme Name: Gray Wolf - Edited
Theme URI: http://www.amsterdamn.org
Description: Simple yet powerful theme for Wordpress. XHTML 1.0 Strict  <br/><br/><b> Design by <a href="http://www.amsterdamn.org">Amsterdamn</a></b>
Author: Andiz
Author URI: http://www.amsterdamn.org

*/

/* General Start */

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif, "宋体";
	background: #585858;
	color: black;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	}

#bgcontain {
    width: 1000px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	}

.contain {
	padding: 0 10px;
	padding-bottom: 5px;
	text-align: center;
}
.clear { clear: both; }
.none { display: none; }
.center { text-align: center; }
hr { display: none;	}
a img {	border: none; }

h1 {
	display: block;
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 18px;
	text-align: center;
	}

#alive_link {
background:transparent url('images/live.png') no-repeat scroll 100% 50%;
padding-right:17px;
}
#adead_link {
background:transparent url('images/dead.png') no-repeat scroll 100% 50%;
padding-right:17px;
text-decoration:line-through;
}
h1.tagline {
display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	}

h1 a, h1 a:hover { 
	width: 400px;
	height: 85px;
	color: #000;
	}

h2 {
	margin: 20px 0 0;
	color: black;
	}

h2.pagetitle {
	margin-top: 25px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 25px 0 0;
	font-size: 18px;
	color: black;
	}
	
h4 {
	margin: 30px;
	padding: 2px 0 0;
	height: 5px;
	float: left;
	font-size: 13px;
	color: #fff;
	}

h4 a, h4 a:hover { 
	width: 50px;
	height: 10px;
	color: #fff;
	}

h3.comments {
	padding: 0;
	margin: 30px 0 0;
	}
	
a, h2 a:hover, h3 a:hover {
	color: black;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: none;
	}

/* General End */


/* Header and Menu Start */
	
#header {
	margin: 0;
	height: 115px;
	background-color: #FFF;
	background-image: url(headerbg.png);
	background-repeat: repeat-x;
	}
#header .logo{
  float:left;
  padding-left:33px;
  padding-top:29px;
}	
#header .search{
  float:right;
  padding-right:27px;
  padding-top:38px;
  color:white;
}	
 .search{
  width:225px;
  font-weight:bold;
  color:black;
  font-size:12px;
}	
 .search .searchleft{
  float:left;
}	
 .search .searchtext{
  width:181px;
  height:21px;
  vertical-align:middle;
  margin:0;
  border:0;
  padding:0;
  border:1px solid #999999;
  font-size:16px;
}
 .search .searchright{
  float:right;
  margin-left:5px;
}	
 .search .searchsubmit{
  background: url('images/searchgo.png');
  width:37px;
  height:23px;
  margin:0;
  border:0;
  vertical-align:middle;
}
#menu {
	height: 31px;
	padding: 0;
	margin: 0;
	text-align: left;
	background-image: url(menubg.png);
	background-repeat: repeat-x;
    }

#menu ul {
    margin: 0;
	padding: 0;
	}

#menu li {
    list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	
	display: inline;
	float: left;
	line-height:31px;
	}
	
#menu li a {
	color: #F90;
	text-decoration: none;
	padding: 7px;
	}
#menu li a:hover {
	background: url('images/menubghover.png') repeat-x;
	color: #F00;
	}
	
.current_page_item {
   /* background: url('images/menubg.png') no-repeat bottom left;     */
	}		
	

	
/* Header and Menu End */


/* Content Start */

#content {
	font-size: 1em;
	}

.narrowcolumn {
	float: left;
	padding: 0 15px;
	margin: 0;
	width: 520px;
	}

.narrowcolumn img {
  max-width:510px;
	}
	
.narrowcolumn .postmetadata {
	padding: 0;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	}
	
.narrowcolumn .entry {
	line-height: 20px;
	}

.narrowcolumn .entry ul li {
    list-style-type: square;
	}

.narrowcolumn .entry ol {
    padding-left: 9px;
	}
		
.narrowcolumn .entry ol li {
    list-style-type: decimal;
	}
	
html>body .entry ul {
	margin-left: 0;
	padding: 0 0 0 20px;
	list-style: square;
	text-indent: -10px;
	} 
	
html>body .entry ol {
	margin-left: 16px;
	padding: 0 0 0 20px;
	list-style: decimal;
	text-indent: -10px;
    }
	
html>body .entry li {
	margin: 7px 0 7px 10px;
	padding: 0 0 0 10px;
	}
	
.alt {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	}
	
.alttwo {
    background-color: #f8f8f8;
	border: 1px solid #C0D8F3;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.entry p.meta {
    margin: 0;
	padding: 2px 0;
	border-top: 1px dotted #DDD;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.post {
	margin: 20px 0;
	text-align: left;
	}

ul.date {
    background: url('images/databg.gif') no-repeat;
	width: 51px;
	height: 51px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	}

li.day {
    font-size: 22px;
	color: #FFF;
	text-align: center;
	list-style-type: none;
	margin-top: 2px;
	}
	
li.month {
    font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	list-style-type: none;
	}
	
ul.title {
    float: left;
	margin: 0;
	padding: 0;
	}
	
li.topic {
    list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 4px;
	}

li.topic a:hover {
    color: #717171;
	text-decoration: none;
	}

li.postmeta {
    color: black;
    list-style-type: none;
	font-size: 9px;
	background: url('images/smallbg.png') no-repeat top left;
	padding-top: 8px !important;
	padding-top: 5px;
	text-transform: uppercase;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin: 0 auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}

/* Content End */

.alignleft {
float: left;
}
.alignright {
float: right;
}


/* Navigation Start */

.navigation {
    font-size: 10px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	text-transform: uppercase;
	}

.navigation span {
    border: 1px solid black;
	background: #c0c0c0;
	padding: 4px;
	color: black;
	}
	
.navigation a {
    border: 1px solid black;
	background: #c0c0c0;
	padding: 4px;
	color: black;
	}
	
/* Navigation End */


/* Begin Comments*/

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	margin: 3px 0;
	}
	
#commentform p#xhtml {
    background: #FCFCFC;
	}

#commentform input {
	width: 170px;
	height: 14px;
	padding: 3px 4px;
	margin: 3px 5px 1px 0;
	background: #c0c0c0;
	border: 1px solid black;
	color: black;
	}

#commentform textarea {
	width: 98%;
	padding: 3px 4px;
	margin: 3px 5px 1px 0;
	background: #c0c0c0;
	border: 1px solid black;
	color: #FFF;
	}

#commentform #submit {
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	width: 175px;
	height: 23px;
	}

.commentlist {
	padding: 0;
	margin: 0;
	}

.commentlist .comment {
    background: #FCFCFC;
	border: 1px solid #ddd;
	margin: 5px 0;
	padding: 5px 5px 5px 10px;
	}

.commentlist .alt {
	background:#f8f8f8;
	border:1px solid #C0D8F3;
	}

.commentlist .comment .comment {
	margin: 7px 7px 7px 7px;
	padding: 5px 5px 5px 10px;
	width:auto;
	}

.commentlist li {
	margin: 8px 0 0;
	padding: 8px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 5px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 12px Verdana, Arial, Sans-Serif;
	color: black;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li span.gravatar {
    background: url('images/defaultgravatar.gif');
    float: right;
	border: 2px solid #ccc;
	width: 26px;
	height: 26px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: black;
	}

.commentmetadata a {
    color: #6D95C0;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	display: block;
	}
	
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* End Comments */


/* Sidebar Start */
.sidebarleft {
	float: left;
	}
.sidebarright {
	float: left;
	}
#sidebar {
	padding: 10px 0;
	width: 215px;
	}

#sidebar {
	width: 215px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
	
#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	text-align: left;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	text-align: left;
	}

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 15px;
	}
	
#sidebar ul li h2 {
	border-bottom: 1px solid #ff4690;
	font-size: 16px;
	line-height: 20px;
	color: #00F;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	}

#sidebar ul li img {
    width: 200px;
	height: 78px;
	}

#sidebar ul p {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 8px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	background: url('images/arrow.gif') no-repeat center left;
	margin: 4px 0;
	padding: 0 0 0 12px;
	line-height: 14px;
	}

#sidebar ul ul li a, #sidebar ul ol li a {
    color: black;
	}

.sidebar2left {
	float: left;
	}
.sidebar2right {
	float: left;
	}
#sidebar2 {
	padding: 10px 0;
	width: 215px;
	}
	
#sidebar2 h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	text-align: left;
	}

#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar2 ul li {
	list-style-type: none;
	margin-bottom: 15px;
	}
	
#sidebar2 ul li h2 {
	border-bottom: 1px solid #ff4690;
	padding: 0 0 5px 22px;
	font-size: 16px;
	line-height: 20px;
	color: black;
	}

#sidebar2 ul li img {
    width: 200px;
	height: 78px;
	}

#sidebar2 ul p {
	margin: 5px 0 8px;
	}

#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 8px 0 0 5px;
	}

#sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

#sidebar2 ul ul li, #sidebar2 ul ol li {
    background: url('images/underline.png') no-repeat center left;
	margin: 4px 0;
	padding: 0 0 0 12px;
	line-height: 14px;
	}

#sidebar2 ul ul li a, #sidebar2 ul ol li a {
    color: black;
	}
	
/* Sidebar End */


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #c0c0c0;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


/* Footer Start */	

#footer {
	background: #717171; 
	border-top: 3px solid #c0c0c0;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	}

#footer p {
    color: #FFF;
	font-size: 10px;
	margin: 0;
	padding-top: 8px;
	padding-bottom:15px;
	text-align: center;
	}
	
#footer p a {
    color: #FFF;
	}

/* Footer End */

img.avatar {float:right; margin-right:5px;}

div.netloaded {
 margin-top:15px;
 color:black;
}

div.netloaded-top {
 width:480px;
 background: url('images/smallbg.png') no-repeat bottom left;
 height:7px;
}

span.netloaded-span {
 font-size: 18px;
 font-weight:bold;
}

span.netloaded-span a:hover {
 color: #717171;
}

table.netloaded-table {
 width:485px;
 text-align:left;
 margin-left:10px;
}
div.topic {
	font-size: 18px;
	margin-top: 10px;
}

/* siterips */
#siterips ul{
            height:4000px;
            overflow:auto;
}
#bgcontain .contain #sidebar2 ul li strong {
	font-size: 18px;
}
#bgcontain .contain p {

}
