/*
Theme Name: hieudt
Theme URI: 
Description: This theme is designed only for hieudt.info blog
Version: 1.0.0
Author: Tom Riddle
Author URI: http://hieudt.info
Tags: two columns, fixed width, widget ready, right sidebar, multiple style, white, black, green, blue, purple, simple, valid CSS, valid XHTML, admin options
*/

* {
	margin:0;
	padding:0;
}
body {
	background:url(images/bg.jpg) repeat-y center #fff;
	color:#333;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
}
h1 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 10px;
	letter-spacing:-1px;
}
h2 {
	color:#444;
	font-size:18px;
	font-weight:normal;
	margin:0 0 8px;
	letter-spacing:0;
}
h3 {
	color:#444;
	font-size:15px;
	font-weight:bold;
	margin:0 0 4px;
	letter-spacing:0;
}
img {
	border:none;
}
a {
	color:#3B5998;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	outline:none;
}
pre {
	font-family:'Courier New', Courier, Monospace, Fixed;
	overflow:auto;
}
blockquote, pre {
	background:#f5f5f5;
	border:#CCC dashed 1px;
	padding:5px 10px;
	margin:5px 10px 10px;
}
.clear,.fixed {
	clear:both;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

small, 
.small {
	font-size:11px;
}
.more-link {
	font-weight:bold;
	font-size:11px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft{
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright{
	text-align:right;
	float:right;
	margin-left:10px;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.inline {
	display:inline;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.fontthin {
	font-weight:normal;
}
.box {
	margin-bottom:10px;
}
.box .content {
	background:#F7F7F7;
	padding:8px 10px;
}
.box h3 {
	color:#3B5998;
	font-size:14px;
	margin-bottom:2px;
}
.boxcaption {
	background:#F7F7F7;
	padding:5px 10px;
	margin-bottom:10px;
}
.bottom_separator {
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	margin-left:-5px;
	margin-right:-5px;
	border-bottom:1px dashed #CCC;
}
.bottom_space {
	margin-bottom:10px;
}


#wrap {
	text-align:left;
	margin:0 auto;
	width:940px;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}

#container {
	background:#fff;
	padding:0;
	margin:0;
}

/* header START */
#header {
	
}
#header #title {
	float:left;
	padding:10px 15px 20px;
}
#header #tagline {
	font-size:10px;
	border-top:1px solid #333;
}
#header h1 {
	font-size:25px;
	font-weight:normal;
	letter-spacing:-1px;
	text-transform:uppercase;
	padding:0;
	margin:0;	
}
#header h1 a {
	color:#333;
	text-decoration:none;
}
#header #rss {
	float:right;
	clear:right;
	padding:4px 8px 0 0;
}

#searchbox {
	padding:10px 8px 0 0;
}
#search_textfield {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	background:#fff url(images/search_background.gif) no-repeat right;
	background-position:100% 0% !important;
	background-position:100%-21px;
	width:247px;
	padding-right:20px;	
}
#search_textfield:focus {
	background-position:100%-21px !important;
}

#content {
	background:#FFF;
	margin:0px;
	padding:0;
}
#menubar {
	font-weight:bold;
	font-size:12px;
	margin-left:10px;
}
/* for the fucking IE7 */
*+html #menubar {
	margin-top:0 !important;
}
#menubar #menus {
	background:#E9E9E9;
	float:left;
	padding:0;
	width:922px;
}
#menubar #menus li {
	float:left;
	border-style:solid;
	border-color:#FFF;
	border-width:0 1px;
	margin-left:-1px;
	list-style-type:none;
}
#menubar #menus li a {
	color:#555;
	background:#E9E9E9;
	display:block;
	text-decoration:none;
	padding:4px 10px;
}
#menubar #menus li a:hover {
	background:#d9d9d9;
	list-style-type:none;
}
#menubar #menus li.current_page_item a {
	background:#d9d9d9;
	font-weight:bold;
}
#menubar #menus li.current_page_item a:hover {
	background:#d9d9d9;
}
#menubar #menus li ul {
	display:none;
	border:1px solid #FFF;
	border-width:1px 0;
}
#menubar #menus li li {
	float:none;
	margin-left:-1px !important;
	margin-left:0;
}
*+html #menubar #menus li li {
	margin-left:0 !important;
}
#menubar #menus li li a {
	width:125px;
}
#notice {
	border:1px solid #C6C6C6;
	margin:0 -10px 10px -5px;
}
#notice .inner {
	background:#f7f7f7;
	border:1px solid #FFF;
	padding:5px 7px;
}
#notice .icon {
	background:url(images/notice.gif) no-repeat top left;
	float:left;
	margin-right:5px;
	margin-bottom:0;
}
#notice .content {
	float:left;
	line-height:18px;
}
#notice .content .separator {
	border-right:1px solid #C6C6C6;
	padding-right:10px;
}

/* header END */

/* main START */
#container_body {
	background:#fff;
	margin:0;
	text-align:left;
	width:940px;
}
#main {
	float:left;
	padding:10px 15px;
	margin:5px 0 0;
	width:605px;
	overflow:hidden;
}

img.wp-smiley{vertical-align:-15%;border:0!important;}

img.country-flag {
	vertical-align:-2%;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}

img.browser-icon,img.os-icon {
	vertical-align:-20%;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
img.country-flag:hover,img.browser-icon:hover,img.os-icon:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.sided {
	background:#F3F3F3;
	border:1px solid #DDD;
	padding:2px;
	margin-bottom:5px;
}
a .sided:hover {
	border-color:#666;
}
.part {
	margin-bottom:10px;
}
.sidedate {
	color:#999;
	float:right;
	font-size:10px;
}
.post {
	padding-bottom:30px;
}
.post img,.post .content img  {
	
}
.post .content {
	font-size:14px;
	line-height:165%;
	overflow:hidden;
}
.post .content p {
	margin:0 0 10px 0;
}
.post .content ul li, 
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
.post .content ul, 
.post .content ol {
	padding-bottom:10px;
}
.post .title h2 {
	font-size:20px;
	font-weight:normal;
	color:#555;
	margin:0;
	padding:0 0 5px;
	letter-spacing: -.06em;
}
.post .title a {
	color:#555;
	text-decoration:none;
}
.post .title a:hover {
	color:#3B5998;
}
.post .title a img {
	vertical-align:-30%;
	padding:0 3px 0 0;
}
.post .comments {
	background:url(images/comment.gif) no-repeat bottom left;
	padding:3px 0 3px 22px;
	margin:10px 0 0;
	font-size:12px;
	float:left;
}
.post .comments_single {
	margin:10px 0;
	float:right;
}
.post .info {
	border-top:1px solid #e9e9e9;
	padding-top:1px;
}
.post .info .inner {
	background-color:#f7f7f7;
	color:#666;
	margin:0 0 10px;
	padding:7px 5px;
	font-size:11px;
}
.post .info .edit, 
.post .info .editlinks {
	float:right;
}
.post .tags {
	margin:15px 0;
	color:#333;
	font-size:12px;
	float:left;
}
.post .readmore {
	margin:15px 0;
	color:#333;
	font-size:12px;
	float:right;
}
#postnavi {
	border-top:1px dashed #ddd;
	font-size:12px;
	margin:10px 0 20px;
	padding:5px 0;
}
#postnavi span a,#postnavi span a:link,#postnavi span a:visited {
	line-height:20px;
}

/* main END */

/* Sidebar and Widgets */
#sidebar {
	font-size:12px;
	background:#fff;
	float:right;
	width:300px;
	height:100%;
}
#sidebar ul#widgets {
	padding:10px 8px 0;
}
#sidebar ul#widgets li {
	list-style:none;
}
#sidebar ul#widgets li.widget {
	background:#F7F7F7;
	margin:0 0 10px;
	padding:0 0 5px;
}
#sidebar ul#widgets li.widget ul {
	padding:3px 8px 0;
}
#sidebar ul#widgets li.widget h3{
	background:#E9E9E9;
	color:#333;
	padding:4px 8px;
	font-weight:bold;
	font-size:12px;
	margin:0;
	text-decoration:none;
}
#sidebar ul#widgets li.widget h3 a{
	color:#333;
}
#sidebar ul#widgets li.widget ul li {
	border-bottom:1px solid #eee;
	line-height:18px;
	padding:3px 0;
}
#sidebar ul#widgets li.widget ul li ul {
	padding-bottom:0;
	padding-right:0;
}
#sidebar ul#widgets li.widget ul li ul li {
	border-top:1px solid #eee;
	padding:3px 5px 0;
	border-bottom:none;
	line-height:18px;
	margin-top:3px;
	margin-right:-5px;
}
#sidebar ul#widgets li.widget .box{
	margin:5px 8px 0;
	line-height:20px;
}
/* Tabbed Widgets */
#sidebar ul#widgets li.tabbed_widget{
	margin:0 0 10px;
	padding:0 0 5px;
	background:#F7F7F7;
}
#sidebar ul#widgets li.tabbed_widget ul.idTabs{
	background:#fff;
	font-size:12px;
	padding:0;
	height:20px;
	height:22px!important;
}
#sidebar ul#widgets li.tabbed_widget ul.idTabs li{
	background:#fff;
	float:left;
	list-style:none;
}
#sidebar ul#widgets li.tabbed_widget ul.idTabs li a{
	display:block;
	background:#E9E9E9;
	color:#333;
	padding:4px 8px;
	margin:0 2px 0 0;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#sidebar ul#widgets li.tabbed_widget ul.idTabs li a:hover,
#sidebar ul#widgets li.tabbed_widget ul.idTabs .selected{
	background:#f7f7f7;
	color:#000;
	text-decoration:none;
}
#sidebar ul#widgets li.tabbed_widget ul.tabbed-list{
	padding:3px 8px 0;
}
#sidebar ul#widgets li.tabbed_widget ul.tabbed-list li {
	border-bottom:1px solid #eee;
	line-height:18px;
	padding:3px 0;
}
/* Recent Comments Widget */
#sidebar ul#widgets li.widget li.rc_item {
	padding:5px 0;
}
#sidebar ul#widgets li.widget li.rc_item .rc_avatar img {
	background:#FFF;
	padding:1px;
	border:1px solid #b7b7b7;
}
#sidebar ul#widgets li.widget li.rc_item .rc_left {
	display:inline;
	float:left;
	padding-right:7px !important;
	padding-right:4px;
}
#sidebar ul#widgets li.widget li.rc_item .rc_right {
	display:inline;
	float:right;
	padding-left:7px !important;
	padding-left:4px;
}
#sidebar ul#widgets li.widget li.rc_item .rc_info .author_name {
	font-weight:bold;
}
#sidebar ul#widgets li.widget #rc_newest {
	float:right;
	padding-left:10px;
}
#sidebar ul#widgets li.widget #rc_newer {
	float:right;
}
#sidebar ul#widgets li.widget #rc_older {
	float:left;
}
#sidebar ul#widgets li.widget .rc_fixed {
	clear:both;
}
#sidebar ul#widgets li.widget .rc_label {
	font-weight:bolder;
	font-size:10px;
}
#sidebar ul#widgets li.widget .rc_back {
	float:left;
}
#sidebar ul#widgets li.widget .rc_datetime {
	float:right;
}

/* Footer */
#footer {
	border-top:1px solid #e9e9e9;
	font-size:11px;
}
#footer .inner {
	background:#F7F7F7;
	border-top:1px solid #FFF;
	margin:0;
	padding:0;
	height:30px;
}
#footer .content {
	margin:8px auto 0;
	width:920px;
}
#footer #about {
	float:left;
}
#footer #admin {
	float:right;
}

/* Comments */
.commentlist {
	background:#fff;
	margin-bottom:15px;
}
.commentlist #comments{
	padding:10px 0 0;
}
.commentlist #comment-tabs {
	padding:5px 0 0;
}
.commentlist #comment-tabs ul.idTabs{
	background:#fff;
	padding:0 20px 0 0;
	margin:0;
	width:590px;
	height:25px;
	border-bottom:1px solid #e9e9e9;
}
.commentlist #comment-tabs ul.idTabs li{
	list-style:none;
}
.commentlist #comment-tabs ul.idTabs li.tab{
	background:#fff;
	float:right;
	list-style:none;
}
.commentlist #comment-tabs ul.idTabs li.tab a{
	background:#fff;
	color:#555;
	display:block;
	padding:5px 10px;
	margin:0;
	margin-bottom:0 !important;
	margin-bottom:-1px;
	font-weight:normal;	
	font-size:12px;
	text-decoration:none;
	outline:none;
	border:1px solid #fff;
	border-bottom-color:#e9e9e9;	
}
.commentlist #comment-tabs ul.idTabs li.tab a.selected{
	background:#fff;
	color:#666;
	border:1px solid #d9d9d9;
	border-bottom-color:#fff;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
.commentlist #comment-tabs ul.idTabs li.commentsrsslink {
	background: url(images/feed.png) left center no-repeat;
	padding: 0 0 0 20px;
	margin:5px 10px 0 0;
	float:left;
}
.commentlist #comment-tabs ul.idTabs li.trackbacklink {
	background: url(images/arrow_refresh.png) left center no-repeat;
	padding: 0 0 0 20px;
	margin:5px 0 0;
	float:left;
}
.commentlist #comment-tabs ul.idTabs li.commentsrsslink a,
.commentlist #comment-tabs ul.idTabs li.trackbacklink a {
	color: #666;
	font-size:11px;
}
.commentlist ol {
	margin:0;
	padding:0;
}
.commentlist li.comment {
	list-style:none;
	margin:0px;
	overflow:hidden;
	position:relative;
}
.commentlist .comment .username {
	font-size:13px;
	font-weight:bold;
	margin:0 0 5px;
}
.commentlist .comment .comment_text {
	font-size:12px;
	margin:0;
	padding:10px;
	line-height:165%;
}
.commentlist .comment p {
	margin-bottom:8px;
}
.commentlist .comment blockquote {
	background:#fcfcfc;
	border:#1px dashed #f5f5f5;
	padding:5px 10px;
	margin:0 0 10px;
}
.commentlist .userinfo {
	border-top:1px solid #e9e9e9;
	padding-top:1px;
}
.commentlist .userinfo .inner {
	background:#f7f7f7;
	padding:4px 10px 5px 6px;
}
.commentlist .admincomment .userinfo {
	border-top:1px solid #ddeaf6;
}
.commentlist .admincomment .userinfo .inner {
	background:#f2f7ff;
}
.commentlist .userinfo  .cid {
	margin:4px 0 0;
}
.commentlist .userinfo  .cid img.country-flag {
	padding:0 10px 0 0;
}
.commentlist .userinfo  .cid img.browser-icon {
	padding:4px 6px 0 0;
	vertical-align:-10%;
}
.commentlist .userinfo  .cid img.os-icon {
	padding:4px 0 0 0;
	vertical-align:-10%;
}
.commentlist .userinfo .date {
	font-size:10px;
	position:relative;
}
.commentlist .userinfo .date a{
	color:#555;
}
.commentlist .userinfo .userpic {
	background-color:#fff;
	border:1px solid #b7b7b7;
	padding:1px;
	float:left;
	margin-right:10px;
	position:relative;
}
.commentlist .userinfo .usertext {
	float:left;
	position:relative;
}
.commentlist .userinfo .count {
	float:right;
	text-align:right;
	font-size:10px;
	position:relative;
}
.commentlist .comment_text .alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	border-bottom: 1px solid #FFD324;
	text-align: center;
	margin: 10px auto 0;
	padding: 1px 20px;
}
.commentlist ul.children {
	margin:0 0 0 20px;
}
.commentlist ul.children li.comment{
	background: url(images/reply-arrow.gif) no-repeat 0 0;
	padding:0 0 0 24px;
}
*+html .commentlist ul.children {
	margin:0 0 0 20px;
	padding:0 !important;
}
.commentpreviewed  {
	padding:0;
	margin:0;
}
.commentpreviewed .userinfo{
	background:#f0f0f0;
}
#trackbacks {
	background:#fff;
	padding:10px 0 0;
}
#trackbacks_list {
	margin-bottom:5px;
}
#trackbacks_list li {
	font-size:12px;
	border:0;
	list-style-position:inside;
}

#respond{
	margin:30px 0 0;
	padding:0;
}
#respond textarea#comment,#searchbox .textfield {
	border:1px solid #BDC7D8;
	padding:3px;
	font-size:12px;
}
#respond textarea#comment {
	width:602px;
}
#respond #author_info .textfield {
	border:1px solid #BDC7D8;
	padding:3px;
	font-size:12px;
	margin-right:3px;
}
#respond .row {
	margin:2px 3px 5px 0;
	text-align:left;
	font-size:11px;
}
#respond #submitbox {
	margin:8px 0 0;
}
#respond #submitbox .button, 
#respond a#cancel-comment-reply-link {
	background:#3B5998;
	color:#fff;
	border-style:solid;
	border-color:#3B5998 #0E1F5B #0E1F5B #3B5998;
	border-width:1px;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	padding:2px 8px;
	cursor:pointer;
}
#respond #submitbox .button:hover, 
#respond a#cancel-comment-reply-link:hover {
	background:#3E5383;
	border-color:#0E1F5B #3B5998 #3B5998 #0E1F5B;
	text-decoration:none;
}
#respond #submitbox #submit{
	width:100px;
}
#respond #submitbox #acp-preview{
	width:70px;
}
#respond #inform {
	margin:5px 0 15px;
	line-height:20px;
	font-size:11px;
}

#commentnavi {
	background:#f7f7f7;
	font-size:11px;
	padding:8px 5px;
	margin:10px 0;
}
#commentnavi a.page-numbers {
	padding:4px 6px;
	text-decoration:none;
}
#commentnavi a.page-numbers:hover {
	background:#ececec;
	text-decoration:none;
}
#commentnavi span.pages {
	background:url(images/pages.gif) no-repeat 0 0;
	padding:0 10px 0 22px;
	height:16px;
	line-height:12px;
	float:left;
}
#commentnavi span.current {
	background:#E9E9E9;
	padding:4px 6px; 
	font-weight:bold;
}
/* comments END */

/* archives START */
#archive {margin:0; padding:0;font-size:11px;}
#archive li {
	list-style:none;
	padding-left:0;
}
.postspermonth {
	margin:5px 0;
}
/* archices END */

/* links START */
.post .content .linkcat ul li {
	float:left;
	width:25% !important;
	width:24%;
	list-style-type:none;
	padding-left:0;
}
/* links END */

/* related posts START */
#related_posts ul {
	margin:5px 0 0 5px;
}
#related_posts ul li {
	padding-left:0;
}
#related_posts .excerpt {
	display:block;
}
/* related posts END */

.ml_col {
	float:left;
	position:relative;
}
.ml_col_2 {
	width:50%;
}
.ml_col_3 {
	width:33%;
}
.ml_col_4 {
	width:25%;
}
.ml_fixed {
	clear:both;
}
.ml_showall {
	float:right;
}

.wp-caption,dl.wp-caption{background-color:#f5f5f5;border:1px solid #ddd;margin:5px 10px;padding-top:5px;text-align:center;}
.wp-caption img,.wp-caption a img,dt.wp-caption-dt{border:0;margin:0;padding:0;}
.wp-caption p.wp-caption-text,dd.wp-caption-dd{font-size:11px;line-height:15px;margin:0;padding:2px 3px;}

#wysiwyg{padding:0 0 3px;margin:0;}
#wysiwyg a,#wysiwyg a:visited{background-color:#fff;border:1px solid #bdc7d8;display:block;float:left;height:15px;margin-right:4px;padding:2px;text-indent:-9999px;width:17px;text-decoration:none;outline:none;}
#wysiwyg a:hover{background-color:#eee;border:1px outset #bdc7d8;}
#wysiwyg a:active{background-color:#ddd;border:1px outset #bdc7d8;}
#wysiwyg .quote-page a,#wysiwyg .quote-page a:visited{font-size:10px;font-weight:700;height:16px!important;margin-right:4px;padding:3px 5px 0;text-indent:0;width:auto;}
a#button-bold{background:url(images/bg_bold.gif) no-repeat 6px;}
a#button-italic{background:url(images/bg_italic.gif) no-repeat 6px;}
a#button-block{background:url(images/quote.png) no-repeat 3px;}
a#button-link{background:url(images/bg_link.gif) no-repeat 3px;}
a#button-code{background:url(images/bg_code.gif) no-repeat 4px;}
a#button-smiley{background:url(images/bg_smile.gif) no-repeat 3px;}

#smiley-box{background:#fff;border:1px solid #bdc7d8;margin-bottom:3px;overflow:auto;padding:5px 4px;white-space:nowrap;width:600px;display:none;}
#smiley-box a{padding:2px 3px;}

.rss_box {
	display: block;
	background:url(images/rss_icon.gif) 6px no-repeat;
	height: 40px;
	padding: 0px 15px 0px 50px;
	margin:5px 0 0;
	line-height:18px;
}

#rss_form {
	float: left;
	display: block;
	margin:5px 0;
}
#rss_form #email_rss {
	background:#fff url(images/email.png) 5px 3px no-repeat;
	border: 1px solid #ddd;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 3px 3px 0px 30px;
	width: 182px;
	height: 18px;
	outline: none;
	color:#666;
	font-size:12px;
	font-family: Tahoma,Arial, Verdana;
}
#rss_form #subscribe_email_btn {
	width:50px;
	height:21px;
	border:none;
	background:url(images/go.png) no-repeat;
	cursor:pointer;
	margin-left: 7px !important;
	margin-left: 3px;
	outline: none;
}
.rss_links{padding:5px 0 0 10px;}
.rss_links a {
	background:url(images/rss.gif) left center no-repeat;
	padding:0 0 0 16px;
	margin:0 5px 0 0;
}
#newsletter {
	margin: 20px 0 5px 0;
	padding: 1px;
	border: 1px solid #e9e9e9;
}

#rsssubscribe {
	background: #f7f7f7;
	padding: 5px 0px;
	text-align: center;
	overflow: hidden;
}

#newsbox {
	background: #fff;
	color: #666;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma,Arial, Verdana;
	margin: 0px 5px 0px 10px;
	padding: 3px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 250px;
}

#newsbut {
	background: #555;
	color: #f9f9f9;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 3px 10px;
	width:100px;
	border: 1px solid #CCC;
}

.ddsg-wrapper h2 {
	display:none;
}

.ddsg-wrapper ul, .ddsg-wrapper li {
	padding:0!important;
	margin:0!important;
}

.ddsg-wrapper li.post {
	list-style:square;
	padding-left:15px !important;
	padding-bottom:3px !important;
	font-weight:normal;
}

.ddsg-wrapper li.category {
	list-style:circle;
	padding-left:10px !important;
	padding-bottom:20px !important;
	font-weight:bold;
}

.ddsg-pagenav {
	font-size:11px;
	margin-top:10px;
	padding:0;
}

.ddsg-pagenav a, .ddsg-pagenav a:link, .ddsg-pagenav a:active {
	border:none;
	padding:5px; 
	text-decoration:none;
}
.ddsg-pagenav a:hover {
	text-decoration:none;
}

.ddsg-pagenav span.pages {
	padding:5px; 
}

.ddsg-pagenav span.current {
	padding:5px; 
	font-weight:bold;
}

.subscribe-to-comments{float:left;margin-top:10px;font-size:11px;}

.sociable{margin-top:10px;float:left;}
.sociable img{
	padding:1px 3px;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}
.sociable img:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.ajax-spinner, .ajax_comments_spinner {
	background:url(images/loading.gif) no-repeat;
	padding:0 0 2px 20px;
	height:18px;
	font-size:11px;
}
.ajax_comments_error{
	background:#d00d00;
	color:#fff;
	font-size:11px;
	margin:10px 0;
	padding:0 5px;
	line-height:20px;
}

#ajax-comment-preview {
	background-color:#f7f7f7;
	border:1px solid #e9e9e9;
	margin:10px 0;
	padding:0;
	clear:both;
}

.avim {float:right;font-size:11px;margin-top:4px;}

ul.qtrans_language_chooser {
	font-size:11px;
	margin:10px 5px 0 0;
	float:right;
	list-style:none;
}
ul.qtrans_language_chooser li {
	float:left;
}
ul.qtrans_language_chooser li a {
	margin-right:10px;
}

.highlight{background:#FFC;border:1px solid #ddd;padding:1px 5px;}

#cp_post_id {
	display:none;
}

.download {
	background: #D0F29D url(images/package-mini.png) left center no-repeat;
	border: 1px solid #00CC00;
	font-size: 1em;
	display: block;
	margin-top: 1px;
	background-position: 5px 5px;
	padding: 5px 7px 5px 32px;
	color: black;
}

.twitters .twitterTime { font-style: italic; color: #c5c5c5; font-size: 11px; }

div.toc {
	border: 1px solid #ccc;
	font-size: .75em;
}
div.toc.toc-left {
	max-width: 22em;
	float: left;
	margin: 5px 5px 5px 0;
}
div.toc.toc-right {
	max-width: 22em;
	float: right;
	margin: 5px 0 5px 5px;
}

div.toc a.toc-header {
	display: block;
	background-color: #f8f8ec;
	border-top: 1px solid #fcfcfc;
	border-left: 1px solid #fcfcfc;
	border-bottom: 1px solid #f0f0e0;
	border-right: 1px solid #f0f0e0;
	color: #777;
/** Styling regarding TOC title: **/
	padding: 1px 2px;
	text-align: left;
	font-size: 1.25em;
	font-weight: bold;
}

div.toc a.toc-header:hover {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #fcfcfc;
}
div.toc ul {
	list-style: none;
	
	margin: 0;
	padding: 5px;
	background-color: #fcfcfc;
	overflow: hidden;
	white-space: nowrap;
}
div.toc.auto-collapse ul {
	display: none;
}

div.toc li a {
	text-decoration: none;
	border: 0 none;
	color: #777;
}
div.toc li.toc-level-1 {
	font-weight: bold;
}
div.toc li.toc-level-2 {
	font-weight: bold;
	padding-left: .25em;
}
div.toc li.toc-level-3 {
	padding-left: .5em;
}
div.toc li.toc-level-4 {
	padding-left: .75em;
}

.ac_results {
	list-style-type: none;
	position: absolute;
	width: 350px;
	height: 400px;
	overflow: auto !important;
	background-color: #fff;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
	display: none;
}
.ac_results p {
	font-size: 11px;
}
.ac_results li {
	margin: 2px;
	padding: 2px;
	height: auto;
	cursor: pointer;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.ac_results li * {
	margin: 0;
}
.ac_results li span.title {
	font-size: 12px;
	font-weight: bold;
	color: #0B4096;
}
.ac_over {
	color: #000;
	background-color: #eee;
}
.ac_match {
	background: yellow;
	color: #0b4096;
	border-bottom: 1px solid #0b4096;
	font-style: italic;
}
