/* 
Theme Name: Google Code Theme for Hybrid
Theme URI: http://sexywp.com/google-code-theme-for-hybrid.htm
Description: This is a real example of how to make a Hybrid child theme. The base of this child theme is the <em>skeleton</em> child theme of Hybrid, which could also be a perfect start of your own child theme.
Author: Charles Tang
Author URI: http://sexywp.com
Version: 0.1beta
Tags: Framework,two-side,tab menu
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	@import url('css/18px.css');
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

html{overflow-y: scroll;}
/**
* Body
************************************************/

/* Contains everything */
body {
	margin-top:16px
}

	/* Wrapper for everything inside of the body */
	#body-container {
		width:974px;
		margin:0 auto;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {
	color:#2772B3;
}
a:visited {
	color:#2772B3;
}
a:hover {
	color:#F39C04;
}
a:active {}

/* Headers */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
	border-left:5px solid #DDDDDD;
	margin:15px 30px 0 10px;
	padding-left:20px;
}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {
	float:left;
}
.right, .alignright {
	float:right;
}
.center, .aligncenter {
	display:block;
	margin:2px auto;
}
.block, .alignnone {}
.clear {
	clear:both;
}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}
img.alignleft{
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}
img.alignright{
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}
p img{
	max-width:100%;
	padding:0;
}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {}

	/* Contains site title and tagline */
	#header {}
		#header h1,#header h2{
			margin-top:0;
			margin-bottom:0;
		}

		/* Site title */
		#site-title {
			background:#fff url('images/logo.png') no-repeat scroll 0 0;
			height:55px;
			width:202px;
			float:left;
		}
			#site-title a {
				display:block;
			}
				#site-title a span {
					display:none
				}

		/* Site description/tagline */
		#site-description {
			width:315px;
			float:left;
			height:55px;
			line-height:55px;
			font-size:13px;
		}
		
		/* Search Form */
		#search {
			float:left;
			overflow:hidden
		}
			#search-form div{
				height:55px;
				text-align:right;
				position:relative
			}
				#search-form input{
					position:relative;
					top:14px;
					font-size:12px;
					border:1px solid #DDDDFF;
				}
				#search-text{
					width:200px;
					height:17px;
					padding:0
				}
				#search-submit{
					display:none
				}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
	clear:both
}

	/* Page nav */
	#page-nav {
		font-size:13px;
		font-weight:700;
	}
		#page-nav ul {
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			margin:0;
			padding:0
		}
			#page-nav li {
				display:block;
				float:left;
				margin:0 8px 0 0;
				padding:0;
				/*overflow:hidden*/
			}
				#page-nav li a {
					background:#E5ECF9 url('images/mask.gif') no-repeat scroll left top;
					color:#000;
					padding-left:10px;
					text-decoration:none;
					line-height:22px;
					float:none;
					display:block;
				}
				#page-nav li a:hover,#page-nav li.current_page_item a{
					background-color:#C3D9FF;
					color:#fff;
				}
				#page-nav li.current_page_item a{
					color:#000;
				}
					#page-nav li a span {
						background:transparent url('images/mask.gif') no-repeat scroll 100% 100%;
						padding-right:10px;
						line-height:22px;
						float:none;
						display:block;
					}
			#page-nav li.current_page_item {}
	#menu-sub-panel{
		background:#C3D9FF none repeat scroll 0 0;
		height:4px;
		clear:both;
		z-index:3000;
	}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	margin-top:0;
	width:100%;
	clear:both
}

	/**
	* Content
	************************************************/

	/* Contains site's main content, commented because it is for hybrid 4.2
	#content {
		width:640px;
		padding:0 15px;
		float:left;
	}
	*/
	.content {
		width:640px;
		padding:0 15px;
		float:left;
	}

		/* Breadcrumb trail */
		.breadcrumb {}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
			clear:both;
			border-top:1px solid #E0E0E0;
			margin:9px 0 0;
			padding:44px 1px 36px;
		}
		.post-1{
			border:none;
			margin:0;
			padding:0 0 36px;
		}

			/* Post, page, and archive titles */
			.entry-title {
				color:#000000;
				font-family:'黑体','Arial',serif;
				font-size:24px;
				font-weight:600;
				line-height:26px;
				margin:0;
				padding:8px 0 2px;
			}
				.entry-title a{
					color:#000000;
				}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {
				color:#787878;
				font-size:12px;
			}

			/* Full entries */
			.entry-content {
				margin:18px 0 0;
				overflow:hidden;
			}
				.entry-content .more-link{
					display:block;
					font-style:italic;
					font-weight:900;
				}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data,.post-meta-data a {
				color:#888;
				font-size:12px;
				background-color:#EEFFFF;
				font-size:90%;
				margin:10px 0;
			}
			.post-meta-data a{
				font-style:italic;
			}
			.post-meta-data a:hover {
				background-color:#444;
				color:#eff;
			}
				.post-meta-data .comments-link{
					color:#2772B3;
					font-weight:900;
				}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {
				margin: 2px 3px 2px 0;
				font-style: italic;
			}
			.wp-pagenavi .current {
				margin: 2px;
				padding: 1px 6px;
				font-weight: bold;
			}
			.wp-pagenavi .extend {
				margin: 2px;
			}
			.wp-pagenavi a {
				margin: 0 2px;
				padding: 1px 6px;
				font-style: italic;
				border: 1px solid #ddd;
			}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {
				font-size:1.2em;
			}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {
						list-style-image:none;
						list-style-position:outside;
						list-style-type:none;
						margin:0 0 21px;
					}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {
							background:#F9F9F9 none repeat scroll 0 0;
							border-bottom:1px solid #DDDDDD;
							border-top:1px solid #DDDDDD;
							color:#333333;
							margin-bottom:9px;
							overflow:hidden;
							padding:9px 9px 0;
						}
							#comments li a,#comments li.author li a,#comments li.author li.author li a {
								color:#3C738C;
							}
							#comments li .comment-meta-data{
								margin-bottom:18px;
							}
							#comments li.author, #comments li li.author, #comments li li li.author, #comments li.author li.author li.author {
								background:#E5ECF9 none repeat scroll 0 0;
								color:#333;
							}
							#comments li.author a, #comments li.author li.author a, #comments li.author li.author li.author a {
								border-color:#333;
								color:#3C738C;
							}
							#comments li li {}
								#comments li li, #comments li.author li li {
									background:#FFF none repeat scroll 0 0;
									color:#333333;
									margin:0 9px 9px 18px;
								}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {
								border:1px solid #666666;
								float:left;
								height:40px;
								margin-right:18px;
								padding:0;
								width:40px;
							}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {
						font-size:1.2em;
					}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {
								clear:left;
								display:block;
								width:98.5%;
							}
						#respond .button {
							-x-system-font:none;
							background:#E5ECF9 none repeat scroll 0 0;
							border:medium none;
							color:#222;
							font-family:Cambria,Georgia,Times,'Times New Roman',serif;
							font-size:0.9em;
							font-size-adjust:none;
							font-stretch:normal;
							font-style:normal;
							font-variant:normal;
							font-weight:bold;
							line-height:normal;
							margin-right:9px;
							padding:6px 9px;
							width:100px;
						}
						#respond .button:hover{
							background-color:#242D36;
							color:#FFf;
						}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {
		width:280px;
		background:#E5ECF9 url('images/widgettop.gif') no-repeat scroll left top;
		padding:0;
		margin-bottom:7px;
		margin-left:10px;
		font-size:12px;
	}
		.widget-inside {
			overflow:hidden;
			margin:0;
			padding:12px;
			width:256px;
			background:transparent url('images/widgetbottom.gif') no-repeat scroll left bottom
		}
			.widget-title {
				font-size:1.25em;
				margin:6px 0 13px;
				font-weight:900;
			}
		.widget ul{
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			margin-left:9px;
		}
			.widget ul li {
				background:transparent url('images/bullet.gif') no-repeat scroll 0 6px;
				padding-left:9px;
				margin-bottom:2px;
			}

	/* Primary widget section */
	#primary,#secondary,#archive-aside,#page-aside {
		width:292px;
		float:right;
		overflow:hidden;
		margin-top:13px;
	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section 
	#secondary {
		width:292px;
		float:right;
		overflow:hidden;
		margin-top:13px;
	}*/
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	clear:both;
	text-align:center;
	padding-top:30px;
}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
		

#main {
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Tahoma,Arial;
	font-size: 85%;
	width: 100%;
	margin: 0 auto 25px;
	position: relative;
}

.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

#footer {
	border-top: 1px solid #ccc;
	margin: auto;
	color: #666;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 10px;
	clear: both;
	text-align: center;
	width: 760px;
}

.notice {
	border: 2px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

#loginform{
	position: relative;
	margin-top:-16px;
	top:0;
	left: 740px;
}
.login {
	margin:0 5px 0 0;
	font-weight: normal;
	color: #444;
	width: 100%;
	z-index: 1;
	font-size: 12px;
}

form.login {
	bottom: 15px;
}

form.login p{
	margin-bottom:2px;
}

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 14px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
}

form.login input#submit {
	float: left;
	margin:0;
	display: block;
}

div.remember label {
	clear: both;
	padding: 0;
	margin: 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

.remember span{
	padding-left:20px;
}

.remember span:hover{
	background-color:#FF0;
	color:#00F;
}

/* Front Page
=================================== */

#front-page #hottags {
	position: absolute;
	top: 0;
	right: 0;
	width: 292px;
	overflow: hidden;
	padding:20px 0 10px 0;
}

#front-page #discussions {
	padding:20px 15px 0;
	width: 640px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #a1d29a; }

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #fff;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 1.5em 1em;
	margin-left: 140px;
	background-color: #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background-color: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 720px;
	display: block;
}

.postform label { display: block; }

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

.rss-link {
	display: block;
	padding: 6px 0;
	text-indent: 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #e4f3e1; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background-color: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background-color: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
	z-index:2900;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#profile-menu li a {
	font-size: 1.1em;
	background-color: #ddd;
	padding: 2px 7px 4px;
	position: relative;
	top: 0;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#profile-menu li.current a {
	background-color: #C3D9FF;
}

#profile-menu li a:hover {
	background-color: #e4f3e1;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page sup.required,
#register-page sup.required,
#profile-page sup.required {
	color: red;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	border-color: #c00 !important;
}

.form-table input, .form-table textarea {
	border-color: #c6d9e9;
}

.hidden {
	display: none;
}
s
