/*
------------------------------------------------------------------------
Theme Name:    News
Theme URI:     http://quommunication.com/
Description:   A new kind of WordPress theme. For comments, questions or problems visit the <a href="http://quommunication.com/forum" title="Quommunication Forum">Quommunication Forum</a>!
Version:       1.02
Author:        Quommunication
Author URI:    http://quommunication.com/
------------------------------------------------------------------------

Support:       Bence Kucsan, support@quommunication.com
Updated:       January 14 2008
Copyright:     (c) 2008 Quommunication, a product of Bence Kucsan

All rights reserved.
*/

body {
	margin: 0px;
	padding: 0px;
    min-width: 980px;
	background-color: #fff;

	font-family: Arial,Simsun;
	font-size: 12px;
	color: #333333;
}

a {
	outline: none;
}

#entry a, #entry a:visited {
	color: #336699;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

#entry a:hover {
	color: #cc0000;
}

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;
	
	height: 1px;
	font-size: 1px;

	background-color: #ffffff;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.hr_top {
	margin: 0px;
	padding: 0px;
	
	height: 5px;
	font-size: 1px;

	background-color: #eeeeee;
	
	clear: both;

	border-top: 1px solid #cccccc;
}

.hr_bottom {
	margin: 0px;
	padding: 0px;
	
	height: 5px;
	font-size: 1px;

	background-color: #eeeeee;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.red {
	color: #cc0000;
}

/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

.container {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	text-align: left;
}

/*
------------------------------------------------------------------------
HEADER - Logo & Search Form
------------------------------------------------------------------------
*/

#header {
	margin: 0px auto;
	padding: 0px;

	width: 980px;
	height: 70px;

	text-align: left;
}

.logo, .logo a, .logo a:visited {
	margin: 10px 0px 0px 0px;
	padding: 0px;

	font-family: Geneva, Arial;
	font-size: 42px;
	
	letter-spacing: -2px;
	color: #c00;
	text-decoration: none;
	
}

.search {
	margin: 20px 0px 0px 0px;
	padding: 5px;
	
	background-color: #eeeeee;

	float: right;
}

.search .input {
	margin: 0px 3px 0px 0px;
	padding: 6px 7px 5px 7px;
	
	width: 230px;
	
	font-family: Simsun;
	font-size: 12px;
	color: #999999;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	
	height: 25px;
	background-color: #000000;
	
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	
	border: 0px;
}

#header_title {
  float: left;
  margin-top: 10px;
}

.mindhacks_tagline {
  margin-left: 8px;
  font-size: 12px;
  color: #aaaaaa;
  font-family: Arial,Verdana,sans-serif;
  font-weight: bold;
}
/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/

#menu {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 30px;
}

.main_menu li {
	margin: 0px 20px 12px 0px;
	padding: 0px;

	font-size: 14px;
	
	float: left;
	list-style: none;
}

.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;
	color: #cc0000;
	text-decoration: none;
	display: block;
	border-bottom: 2px solid #ffffff;
}

.current_page_item, .page_item a:hover {
	border-bottom: 2px solid #cc0000;
}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
}

/* END Main Menu */

/* Sub Menu */

#submenu {
	margin: 0px auto;
	padding: 0px;
	
	width: 100%;
	height: 32px;
	background-color: #eeeeee;
	
	border-bottom: 1px solid #cccccc;	
}

.sub_menu li {
	margin: 7px 5px 7px 0px;
	padding: 0px;
	font-family: Arial,Simsun;
	font-size: 12px;
	float: left;
	list-style: none;
}

.cat-item a, .cat-item a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

.cat-item a:hover {
	background-color: #000;

	color: #ffffff;
	text-decoration: none;
}

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.sub_menu li b {
	margin: 0px;
	padding: 3px 0px 3px 0px;

	color: #000000;
	text-decoration: none;
	
	display: block;
}

/* END Sub Menu */

/* Dropdown Menu, if there are some children categories in WordPress defined */

#submenu .children {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	
	position: absolute;
	left: -9000px;
	
	background-color: #ffffff;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

#submenu .sub_menu li:hover ul, #submenu .sub_menu li.iehover ul {
	left: auto;
}

#submenu .children li {
	margin: 1px 7px 1px 7px;
	padding: 1px 0px 1px 0px;
	
	float: none;
}

#submenu .children li a, #submenu .children li a:visited {
	background-color: #ffffff;

	color: #999999;
}

#submenu .children li a:hover {
	background-color: #999999;

	color: #ffffff;
}

#submenu .children .current-cat, #submenu .children .current-cat a, #submenu .children .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

/* END Dropdown Menu */

/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Definitions */

.column_main {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 640px;
	
	float: left;
}

.column_sidebar {
	width: 300px;
	float: right;
}
.column_right {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	
	width: 300px;
	
	float: right; 
    overflow: hidden;
    word-wrap: break-word;
}

.column_left_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 299px;
	
	float: left;
	
	border-right: 1px solid #cccccc;
}

.column_center_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 20px;
	
	width: 299px;
	
	float: left;
	
	border-right: 1px solid #cccccc;
}

/* END Column Definitions */

/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */

#featured {
	margin: 0px 0px 0px 0px;
	padding: 0px 16px 10px 20px;
	font-size: 14px;
	background-color: #fff;
}

#featured h1 a, #featured h1 a:visited {
	color: #000; font-family : "Microsoft Yahei","Microsoft JhengHei","SimHei";
}

#featured h1 a:hover {
	color: #000;
}

#featured h2 {
	color: #999999;
}

#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #c00;
	border-bottom: 1px solid #c00;
}

#featured h2 a:hover {
	color: #c00;
	border-bottom: 1px solid #c00;
}

#featured h2 i {
	color: #999999;
}

#featured h2 i a, #featured h2 i a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#featured h2 i a:hover {
	color: #c00;
	border-bottom: 1px solid #c00;
}

#featured p {
	color: #4d4b4b; line-height: 23px;
}

#featured p a, #featured p a:visited {
	color: #4b4b4b;
	border-bottom: 1px solid #e9e9e9;
}

#featured p a:hover {
	color: #c00;
	border-bottom: 1px solid #c00;
}

#featured a, #featured a:visited {
	color: #4b4b4b;
	border-bottom: 1px solid #e9e9e9;
}

#featured a:hover {
	color: #c00;
	border-bottom: 1px solid #c00;
}

#featured img, #featured img a, #featured img a:visited {
	margin: 5px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #DFDFDF;
}

#featured ul, #featured ol, #content #featured ul {
	margin: 20px 0px 20px 30px;
	padding: 0px;
}

#featured li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	color: #666;
	font-size: 14px;
}

#content #featured li {
  border-bottom: none;
  list-style-type: disc;
}

#featured li a:link, #featured li a:visited {
text-decoration: none;
}
blockquote {
  border-left: 5px solid #DDDDDD;
  margin: 15px 30px 0px 10px;
  padding-left: 20px;
}

/* END Featured */

/* Categories */

.category_header {
	margin: 10px 0px 0px 0px;
	padding: 20px 20px 10px 20px;
	
	background-color: #eeeeee;
	
	text-align: center;
	
	border-bottom: 1px solid #cccccc;
}

/* END Categories */

/* Lists (displaying the posts) */

#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	line-height: 16px;
	list-style-type: none;
	border-bottom: 1px dashed #aaaaaa;
}

.title a, .title a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.title a:hover {
	color: #336699;
}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}

.meta {
	margin: 0px 0px 5px 0px;
	padding: 0px;

	color: #999999;
	font-size: 11px;
}

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Entry */

.column_left_b img, .column_center_b img {
	margin: 3px 10px 5px 0px;
	padding: 0px;
	
	float: left;
	
	height: 82px;
	
	border: none;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	line-height: 18px;
}

p a, p a:visited {
	color: #336699;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

p a:hover {
	color: #cc0000;
}

#entry {
	margin: 30px 0px 0px 0px;
}

#entry img {}
#entry img a, #entry img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	float: right;	
	border: none;
}

.imgleft {float:left;margin:5px 20px 10px 0px;padding:0px;}
.imgright {float:right;margin:5px 0px 10px 20px;padding:0px;}

#entry p {
	margin: 20px 0px 20px 0px;
	line-height: 23px;
	font-size: 14px;
}

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 4px 0px;
	line-height: 20px;
	font-size: 14px;
	list-style-type: disc;
	border-bottom: none;
}
#entry li a, #entry li a:visited {
	color: #336699;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}
#entry li a:hover {
	color: #cc0000;
}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;

	background-color: #bbbbbb;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	
	border: none;
}

.link a:hover {
	color: #ffffff;
	background-color: #336699;
}

/* END Button like link styling for the 'Archives' link */

/* END Entry */

/* Comments */

.comment_author {
	margin: 20px 20px 20px 0px;
	padding: 0px;
	
	width: 150px;

	float: left;
}

.comments {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	width: 469px;
		
	float: left;
}

.leave_comment {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	
	background-color: #ffffff;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 98%;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 220px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/* END Comments */

/* Tabs (in the sidebar for the AJAX box) */

.tab_container {
	margin: 0px;
	padding: 0px;
	border: 5px solid #eeeeee;
}

.tab_container_in {
	margin: 0px;
	padding: 10px;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tab_menu_container {
	padding: 0px 0px 0px 0px;
	height: 27px;
	background-color: #eeeeee;
}

#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
	
	background-color: #eeeeee;
	
	font-size: 12px;
	line-height: normal;

	float: left;
	list-style: none;
	cursor: pointer;
	
	border-bottom: none;
}

#tab_menu .first {
	padding: 7px 5px 2px 6px;
}

#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	
	background-color: #eeeeee;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.tab_content_list {
	display: none;
}

#tab_content_tags a, #tab_content_tags a:visited {
	color: #999999;
	font-family : Microsoft Yahei;
	text-decoration: none;
}

#tab_content_tags a:hover {
	color: #000000;
	font-family : Microsoft Yahei;
	text-decoration: none;
}
/* END Tabs */

/* Widgets */

#content .widget ul {
	padding: 10px 10px 20px 10px;
	
	border: 5px solid #eeeeee;
}

.widget li a, .widget li a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
}

.widget li a:hover {
	color: #cc0000;
}

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {
	border-bottom: none;
}

.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #ffffff;
}

/* END Widgets */

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited {
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 0px 0px;
	font: 28px "Microsoft Yahei","Microsoft JhengHei","Geneva","Arial";
	line-height: 32px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 a:hover {
	color: #cc0000;
}

h2 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
         	font-size: 10px;
	text-transform: uppercase;
	color: #cc0000;
}

h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;

	color: #cc0000;
	text-decoration: none;

	border-bottom: 1px solid #dddddd;
}

h2 a:hover {
	color: #000000;
}

h2 i {
	color: #999999;
         	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration: none;
	font-family: Arial;
	border-bottom: 1px solid #dddddd;
}

h2 i a:hover {
	color: #000000;
}

h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	
	font-family: Geneva, Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

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

h3 a:hover {
	color: #cc0000;
}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	margin: 0px auto;
	margin-top: 30px;
	padding: 20px 0px 20px 0px;
	
	width: 100%;
	background-color: #eeeeee;
}

#footer p.left {
	font-size: 11px;
	color: #999999;
	float: left;
}

#footer p.right {
	font-size: 11px;
	color: #999999;
	float: right;
}

#footer p a, #footer p a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

#footer p a:hover {
	color: #000000;
}

/* Begin Comments*/
#content .alt {
	margin: 0;
	padding: 10px;
	}

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

#content .commentlist li {
	margin: 15px 0px 0px 0px;
	padding: 5px 5px 0px 10px;
	list-style: none;

	}
#content .commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

#content .commentlist p {
	margin: 10px 5px 10px 0;
}
#content .commentlist .children { padding: 0; }

#content #commentform p {
	margin: 5px 0;
	}

#content .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#content .commentmetadata {
	margin: 0;
	display: block;
	}

#content .commentlist li {
  border-bottom: none;
}

#content .commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

#content .commentlist cite, #content .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist a, .commentlist a:visited {
	color: #999999;
	text-decoration: none;
}

.commentlist a:hover {
	color: #000000;
	text-decoration: none;
}

.commentlist cite a, .commentlist cite a:visited, .commentlist cite a:hover {
  border-bottom: 1px solid #DDDDDD;
}

#content .commentlist ul {
  margin: 0px 0px 0px 0px;
}

.even, .alt {
  border-left: 1px solid #ddd;
}

#commentsblock .navigation a, #commentsblock .navigation a:visited {
	color: #999999;
}

#commentsblock .navigation a:hover {
  	color: #000000;
}

#commentsblock cite {
  font-style:normal;
}
/* End Comments */

#sharing_tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
	
	background-color: #eeeeee;
	
	font-size: 12px;
	line-height: normal;

	float: left;
	list-style: none;
	cursor: pointer;
	
	border-bottom: none;
}

#sharing_tab_menu .first {
	padding: 7px 5px 2px 6px;
}

#sharing_tab_menu li a, #sharing_tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	
	background-color: #eeeeee;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

#sharing_tab_menu li a:hover, #sharing_tab_menu li a.current {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

#tab_content_toplang a, #tab_content_toplang a:visited, #tab_content_reading a, #tab_content_reading a:visited, #tab_content_twitter a, #tab_content_twitter a:visited, #me_as_info_source a, #me_as_info_source a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
#tab_content_toplang a:hover, #tab_content_reading a:hover, #tab_content_twitter a:hover, #me_as_info_source a:hover {
	color: #000000;
}

#content #me_as_info_source li {
  list-style-type: decimal;
  border-bottom: none;
}

#me_as_info_source ol {
  padding-left: 25px;
}
/* daily recommendation */
#daily_top_post {
  border-bottom: 1px solid #eeeeee;
  background-color: #FFFFDD;
  text-align: center;
  padding: 8px 0px 8px 0px;
  margin: 0px auto;
  width: 100%;
}

#daily_top_post a, #daily_top_post a:visited {
  border-bottom: 1px solid #DDDDDD;
  color: #336699;
  text-decoration: none;
}

#daily_top_post a:hover {
  border-bottom: 1px solid #DDDDDD;
  color: #CC0000;
  text-decoration: none;
}

#daily_top_post a {
  margin-left: 5px;
  margin-right: 5px;
}
/* end daily recommendation */

/* bookmark share */
.btn-17fav img{
  border: 0px none;
}
/* end bookmark share */

/* delicious badge */
.delicious-blogbadge-line {
    font: 12px arial; 
    position: relative; 
    display: block; 
    clear: both; 
    overflow: hidden; 
    height: 3em; 
    line-height: 3em;
}
.delicious-blogbadge-line .save-to-link {
    margin: 0px; 
    padding: 4px 7px 4px 20px; 
    text-decoration: none; 
    background: url(http://mindhacks.cn/wp-content/uploads/2009/03/delicioussmall.gif) no-repeat 6px 50%; 
    color: #4B4B4B !important;
    vertical-align: middle;
}
.delicious-blogbadge-line .url-link {
    padding: 0 0.75em 0 0.75em; 
    text-decoration: none;
    border: none !important;
    color: #999 !important; 
}
.delicious-blogbadge-line .url-link .post-count {
    background-color: #4B4B4B; 
    color: #fff; 
    padding: 0 0.25em 0 0.25em;
}
.delicious-blogbadge-line .empty-save-to-link {
    display: none;
}
.delicious-blogbadge-line .empty-message {
    padding: 0 0.75em 0 0.75em; color: #999; text-decoration: none;
}
.delicious-blogbadge-line .post-count-label-before {
}
.delicious-blogbadge-line .post-count { 
}
.delicious-blogbadge-line .post-count-label-after {
}
.delicious-blogbadge-line .top-tags-container { 
    display: inline;
}
.delicious-blogbadge-line .top-tags-title { 
    padding-right: 0.5em;
}
#content #featured .delicious-blogbadge-line .top-tags, #content .delicious-blogbadge-line .top-tags, .delicious-blogbadge-line .top-tags { 
    margin: 0; padding: 0; text-indent: 0; display: inline;
}
#content #featured .delicious-blogbadge-line .top-tags li, #content .delicious-blogbadge-line .top-tags li, .delicious-blogbadge-line .top-tags li { 
    display: inline; list-style: none; margin: 0; padding: 0 0.15em 0.15em 0; font-size: 12px; border-bottom: none;
}
#content #featured .delicious-blogbadge-line .top-tags li a, #content.delicious-blogbadge-line .top-tags li a, .delicious-blogbadge-line .top-tags li a {
    text-decoration: none; 
    border: none !important;
    color: #999999 !important;
}
.delicious-blogbadge-line br { 
    clear: both 
}
/* end delicious badge */

#douban_share table{
	margin: 0px auto;
}