﻿/*
Theme Name: Gbray
Theme URL: http://www.enjoyeasy.com.cn/
Spnsor URL: http://www.vosent.com/
Description: <a href="http://www.enjoyeasy.com.cn">Kevin's</a> third theme for Wordpress.
Version: 2.7+
Author: Kevin Yu(baljeans)
Tags:two-columns,fixed-width
*/
* {
	margin:0;
	padding:0;
    list-style:none;
}

body {

	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;

	
}

a {
	color:red;
	text-decoration:none;

}
a:hover {
	
    text-decoration:underline;
}

#header {
	background:#0d0d0b url(images/logo.jpg) no-repeat;color:#fff;
    height:200px;
	width:100%;
}

h1{ 
    position:relative; 
    top:70px;
    left:50px;
    font-size:36px;
}
h1 span{
    font-size:20px;
    padding-left:15px;
}
h1 a {
	color:#fff;
	display:block;
	height:70px;
	width:220px;
	outline:none;
}
.nav {
    color:#FFF;	
	width:100%;
	margin:0 auto;
	overflow:hidden;
    text-align:center;
    background:#3d3c3c;
    padding-left:50px;
}
.nav ul{

    height:30px;
  
}
.nav li{
	float:left; 
	text-align:center;
	width:80px;
    margin-right:-1px;	
}
.nav a{
	display:block;
	padding:9px 6px 11px 6px;
	background:url(images/button1.jpg) no-repeat;
	
}
.nav a:link, .nav a:visited{
	color:#fff;
	text-decoration:none;
}
.nav a:hover{
	
	text-decoration:underline;
    background:#d10a0a;
	
}

.corner {

	margin-bottom:20px;/*	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	background:#FFF url(images/content_bg.png) no-repeat scroll 0 0;
	width:648px;
	border:1px solid #D9D9D9;
}

#main {
	margin: 0px auto 0;
	width:980px;
}
#content {
	width: 660px;
	float: left;
	margin:15px 0 0 0;
}
#sidebar {
	float: right;
	width:290px;
	margin:15px 0 0 0;
}
#content h2 {
	padding:12px 20px 0;
	font-size: 24px;
}
#content h2 a {
	color:red;

}
#content h2 a:hover {
	
text-decoration:underline;
}
#content .postedby, #content .postedin {
	padding:15px 0 5px;
	font-size: 11px;
	color:#cc442a;
	background:url(images/post_divider.png) repeat-x scroll 0 7px;
	width:608px;
	margin:0 0 0 20px;
}
#comments {
	font-size: 14px;
}
#content .commentlist {
	font-size: 12px;
	list-style:none;
}
.commentlist li {
	margin-bottom:20px;/*	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	background:#FFF url(images/content_bg.png) no-repeat scroll 0 0;
	width:618px;
	border:1px solid #D9D9D9;
	padding:15px;
}
.commentmetadata {
	line-height:23px;
	height:20px;
}
.commentmetadata cite {
	font-weight:700;
	font-style:normal;
}
.comment-meta {
	margin-left:10px;
}
.commentlist p {
	line-height:23px;
	padding-left:50px;
}
.avatar {
	width:32px;
	height:32px;
	border:solid 1px #666;
	float:left;
	margin-right:15px;
	margin-top:5px;
}
#comments, #respond {
	color:#444;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	margin:5px 0 0 0;
}
#commentform p {
	padding:5px 20px 0;
}
#commentform #comment {
	width:500px;
	height:170px;
}
#searchform #s {
	width: 220px;
	height:29px;
	border: solid 1px #333;
}
#searchsubmit {
	display: none;
}
#sidebar a {
	
	line-height: 150%;
}
#sidebar ul {
	width:250px;
	padding:0 20px 10px;
}
#sidebar ul li {
	padding:5px 0;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:218px;
    list-style-type:none;
}
.sidebar_corner{
	margin-bottom:20px;
	background:#FFF url(images/sidebar_bg.png) no-repeat scroll 0 0;
	border:1px solid #D9D9D9;
	width:290px;
}
.sidebar_corner h2 {
    background:#2a2929;
    color:#fff;
	font-size: 14px;
	padding-left:20px;
	padding-top:6px;
	padding-bottom:6px;
}

.linkcat ul li {
	overflow:auto;
}

#link_list {
	width:290px;
}
#comments_corner {
	background:#FFF url(images/content_bg.png) no-repeat scroll 0 0;
	width:618px;
	border:1px solid #D9D9D9;
	padding:15px;
	margin-bottom:20px;
    *margin-bottom:0;
}
#footer {
	clear:both;
	width:100%;
	background:#0d0d0b;
	height:35px;
	padding:25px 0 0 0;
	margin:20px 0 0 0;
    text-align:center;
}


.post-footer {
	padding:5px 20px 20px;
	text-align:right;
}
.entry p {
	line-height:24px;
	padding:5px 20px;
}
.post-fileunder {
	background:transparent url(images/file.gif) no-repeat scroll 0 3px;
	padding:0 5px 0 12px;
color:#cc442a;
}
.post-comments {
	background:transparent url(images/comment.gif) no-repeat scroll 0 2px;
	padding:0 0 0 18px;
    color:#cc442a;
}

.post-views {
	
	padding:0 2px 0 5px;
    color:#cc442a;
}

.post-tags {
	font-weight:500;
	padding:10px 10px 5px 22px;
	line-height:30px;
	
	display:inline;
color:#cc442a;
}
.post-tags em{color:#cc442a;}
.post-tags a,.post-fileunder a,.post-comments a{color:red;}
.post-tags a:hover,.post-fileunder a:hover,.post-comments a:hover{text-decoration:underline;color:red;}
.post h3 {
	padding:10px 8px 0;
	font-size: 14px;
}
.pagenavi {
	margin:22px 0 20px;
}
.navigation {
	height:30px;
	line-height:30px;
	position:relative;
	padding-bottom:5px;
}
.navigation .alignleft {
	position:absolute;
	left:20px;
}
.navigation .alignright {
	position:absolute;
	right:20px;
}
textarea {
	background:#FFF;
	border:1px solid #CCC;
	overflow:auto;
	padding:6px;
	margin:5px 0;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
.formfield {
	border:1px solid #CCC;
	clear:left;
	margin:5px 0;
	padding:6px 0 5px 5px;
	overflow:hidden;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
.button {
	background:url(images/btn.gif) no-repeat scroll left top;
	height:34px;
	width:87px;
	border:none;
	color:#FFF;
	cursor:pointer;
	margin-bottom:10px;
	line-height:38px\9;
 *line-height:37px;
}

#search-form {
	background:transparent url(images/search.png) no-repeat scroll 0 0;
	height:39px;
	width:231px;
	margin:10px 0 20px 20px;
}
#search-form .submit {
	border:0 none;
	cursor:pointer;
	float:right;
	height:27px;
	margin:5px 6px 0 0;
	width:55px;
	background:url(images/search.png) no-repeat scroll 55px 0;
	text-indent:-9999px;
}
#search-form .input {
	border:0 none;
	color:#CCC;
	float:left;
	height:16px;
	margin:10px 0 0 10px;
	*margin-left:-10px;
	padding-top:3px;
	width:154px;
}
#loading {
	width:100px;
	height:30px;
	position:fixed;
	_position:absolute;
	left:0;
	top:0;
	background-color: #990000;
	color:#FFFFFF;
	z-index:999;
	text-align: center;
}
#loading span {
	position:absolute;
	top:7px;
	left:0;
	width:100px;
}
#loading div {
	width:1px;
	height:30px;
	filter:alpha(opacity=90);
	opacity:0.9;
	float:left;
	background-color: #B3231C;
}

.entry a[href^="http://"] {
background:url(images/externalLink.gif) no-repeat scroll right top;
padding-right:10px;
margin-right:5px;
}
.entry a[href^="http://localhost"], .entry a[href^="http://www.vosent.com"]{
background:none;
padding-right:0;
}

.reply {
	margin-left:5px;
	height:10px;
	display:none;
}
#change {
	cursor:pointer;
}
#update {
	cursor:pointer;
	display:none;
	color:#F90;
}
#hint {
	color:#6f8606;
	display:none;
}

.typing {
	border:solid 1px #A5B6C8;
	background:#EEF3F7;
}
.tags {
	margin:0 22px;
	padding-bottom:10px;
}
#popup{
	position:relative;
	display:none;
}
#close_popup{
	display:block;
	position:absolute;
	top:20px;
	right:20px;
	background:url(images/close.png) no-repeat scroll 0 0;
	height:15px;
	width:15px;
	cursor:pointer;
}
#close_popup:hover{
	background:url(images/close.png) no-repeat scroll 0 -24px;
}

/*IE6��ʾ��CSS�ļ� û����JSд�� �ȷ�����*/

#hint_bg {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	z-index:1;
	display:none;
}
#ie6_hint {
	width:450px;
	background:#FFF;
	position:absolute;
	top:150px;
	z-index:2;
	border:3px solid #9c0;
	padding:30px 30px 10px 30px;
}
#ie6_hint #close {
	background:url(http://www.enjoyeasy.com.cn/js/images/close.gif) no-repeat scroll 0 0;
	width:12px;
	height:12px;
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	cursor:pointer;
}
#content_hint {
	overflow:hidden;
	width:450px;
}
#logo {
	background:url(http://www.enjoyeasy.com.cn/js/images/ie6.jpg) no-repeat scroll 0 0;
	width:105px;
	height:105px;
	display:block;
	float:left;
	margin-top:5px;
}
#suggest {
	float:right;
	width:300px;
	line-height:22px;
}
#browser {
	list-style:none;
	margin:10px auto 0;
	width:360px;
}
#browser li {
	width:50px;
	height:50px;
	float:left;
	margin:0 10px;
}
#browser li a {
	display:block;
	height:50px;
	width:50px;
}
.firefox {
	background:transparent url(http://www.enjoyeasy.com.cn/js/images/browser.png) no-repeat scroll -11px 0;
}
.chrome {
	background:transparent url(http://www.enjoyeasy.com.cn/js/images/browser.png) no-repeat scroll -80px 0;
}
.ie {
	background:transparent url(http://www.enjoyeasy.com.cn/js/images/browser.png) no-repeat scroll -152px 0;
}
.opera {
	background:transparent url(http://www.enjoyeasy.com.cn/js/images/browser.png) no-repeat scroll -222px 0;
}
.safari {
	background:transparent url(http://www.enjoyeasy.com.cn/js/images/browser.png) no-repeat scroll -290px 0;
}
/*Konami Code �ʵ�*/

#wangpin {
	width:660px;
	padding:10px 0 8px 0;
*padding:10px 0 6px 0;
	background:url(images/wangpin.png) no-repeat scroll 0 0;
	text-align:center;
	position:absolute;
	z-index:999;
	color:#FFF;
	display:none;
}
#wangpin a {
	color:#FFF;
}
#wangpin a:hover {
	text-decoration:underline;
}
#wangpin_bg, #ad_bg {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	z-index:1;
	display:none;
}
#wangpin p {
	line-height:22px;
}
/*������ʾ*/
.hint {
	display:none;
	color:#666;
	position:relative;
	top:-10px\9;
	margin-left:10px;
	background:url(images/hint.png) no-repeat scroll 0 0;
	background-position:0 -1px\9;
	padding-left:20px;
	padding-top:1px\9;
}
.hint_e{
	display:none;
	color:#ffcd00;
	position:relative;
	top:-10px\9;
	margin-left:10px;
	background:url(images/error.png) no-repeat scroll 0 0;
	background-position:0 -1px\9;
	padding-left:20px;
	padding-top:1px\9;
}
.exact {
	display:none;
	color:#99d606;
	position:relative;
	top:-10px\9;
	margin-left:10px;
	background:url(images/exact.png) no-repeat scroll 0 0;
	background-position:0 -1px\9;
	padding-left:20px;
	padding-top:1px\9;
}



.tip .inner{ float:left; margin-left:5px; height:20px; margin-top:-5px; padding:5px 0; overflow:hidden;}
.tip .inner .list{  list-style:none; height:14px;}
.tip .list li{ margin-bottom:15px; height:14px; line-height:14px;}
.tip{ padding:20px 20px 10px; font-weight:bolder; overflow:hidden;}
#content .tip h2{ float:left; font-size:12px; padding:0;}
#content .tip a{ font-weight:bolder; color:#6f8606;}
