/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
		background: #FFF url(images/header_bg12.png) repeat-x top center;

	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color: #f00;
	text-decoration:none;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:0px;
	padding:0px;
	font-size:0.7em;
	}

#header {
	background: #FFF url(images/header_bg8.png) repeat-x top center;
	height:114px;
	}

.header-right{
	background: url(images/logo_eng.png) no-repeat top right;
	height:50px;
	width:120px;
	margin:6px 0 0px 0;
	}
#logo {
	width:250px;
	}
#header h1 {
	font-size:13px;
	line-height:19px;
	margin:8px 0 0 0;
	letter-spacing:-0.02em;
	}
#header h1 a{
	color:#666;
	}
#header h1 a:hover{
	color:#f00;
	}
#header .desc {
	font-size:12px;
	font-weight:bold;
	}
#header .magz{
	background:url(images/magz_want.png) left center no-repeat;
	padding:5px 10px 5px 20px;
	}
#header .email{
	background:url(images/email.png) left center no-repeat;
	padding:5px 0 5px 20px;
	}
#page {
	width:948px;
	margin:0px auto;
	padding:5px 5px;
	background:#f7f7f7 url(images/page_bg.png) repeat-x center -3px;
	font-size:0.8em;
		border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}

ol, ul {
	list-style:none;
	}


/* Navigation Bar*/

#access {
	width:958px;
	margin:0 auto;display:block;float:left;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;

			background:url(images/navi_bg3.png) top center;

	}
#access .menu {
	font-family:"Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	}
#access .menu {
	font-size:12px;
	margin-left:0px;
	}
#access .menu ul {
	list-style:none;margin:0;
	}
#access .menu li {
	float:left;position:relative;
	}
#access a{
	font-weight:bold;
	display:block;
	text-decoration:none;
	color:#666;
	padding:0 15px;
	line-height:32px;
	border-right:1px solid #e0e0e0;

	}
#access ul ul{
	display:none;
	position:absolute;
	top:32px;
	left:0;
	float:left;
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.2);
	box-shadow:0px 3px 3px rgba(0,0,0,0.2);
	z-index:99999;
	}
#access ul ul ul{
	left:100%;top:0;
	}
#access ul ul a{
	background:#eee;
	height:auto;
	line-height:1em;
	padding:10px;
	width:180px;
	}
#access li:hover > a,#access ul ul:hover > a{
	color:#fff;background:#f00;
	}
#access ul li:hover > ul{
	display:block;
	}
#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:5px;
	margin-right:10px;
	}

/* Text*/

h1 {
	font-size:2.0em;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font-size:1.75em;
	}

h3 {
	font-size:1.3em;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
	}

h4 {
	font-size:1.0em;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	font-size:0.85em;
	}

.cat_title {

	}
.cat_title a {
	font-size:0.80em;
	letter-spacing:0em;
	padding:0px 12px;
	line-height:1.5em;
	float:left;
	display:blcok;
	margin:0 5px 8px 0;
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	}

.cat_title .magazin a{
	font-size:10px;
	color:#f1f1f1;
	background:#5FC625;
	}
.cat_title .review a{
	font-size:10px;
	color:#FC86A4;
	background:#fff;
	border:solid 1px #FC86A4;
	}
.cat_title .event a{
	font-size:10px;
	color:#ED7A97;
	background:#fff;
	border:solid 1px #ED7A97;	
	}
.cat_title .info a{
	font-size:10px;
	color:#f1f1f1;
	background:#3DC9AA;
	}
.cat_title .colum a{
	font-size:10px;
	color:#FE6464;
	background:#fff;
	border:solid 1px #FE6464
	}
.cat_title .movieinfo a{
	font-size:10px;
	color:#f1f1f1;
	background:#3DC9AA;
	}
.cat_title .bollywood a{
	font-size:10px;
	color:#f1f1f1;
	background:#000;
	}
.cat_title .headline a{
	font-size:10px;
	color:#f1f1f1;
	background:#49CDF3;
	}
.cat_title .latest-issue a{
	font-size:10px;
	color:#f00;
	background:#ff0;
	}
.cat_title .mook a{
	font-size:10px;
	color:#f1f1f1;
	background:#DFB65D;
	}
.cat_title .bollywood-stars a{
	font-size:10px;
	color:#f1f1f1;
	background:#666;
	}
.cat_title .hero a{
	font-size:10px;
	color:#f1f1f1;
	background:#666;
	}
.cat_title .heroine a{
	font-size:10px;
	color:#f1f1f1;
	background:#F68EEB;
	}
.cat_title .actor a{
	font-size:10px;
	color:#f1f1f1;
	background:#C68C4E;
	}
.cat_title .actress a{
	font-size:10px;
	color:#f1f1f1;
	background:#D37ED6;
	}
.cat_title .film-makers a{
	font-size:10px;
	color:#666;
	background:#fff;
	border:solid 1px #bbb;
	}
.cat_title .music-directors a{
	font-size:10px;
	color:#f00;
	background:#fff;
	border:solid 1px #f00;
	}
.cat_title .playback-singer a{
	font-size:10px;
	color:#666;
	background:#fff;
	border:solid 1px #bbb;
	}
.cat_title .notebook a{
	font-size:10px;
	letter-spacing:0.5em;
	color:#937CE1;
	background:#fff;
	border:solid 1px #937CE1;
	}
.cat_title .kathak a{
	font-size:10px;
	color:#6992EF;
	background:#fff;
	border:solid 1px #6992EF;
	}
.cat_title .story a, .cat_title .herat-of-bollywood a, .cat_title .introduction a, .cat_title .interview a, .cat_title .festival-in-bollywood a, .cat_title .screen-on-the-border a {
	font-size:10px;
	color:#D87D7D;
	background:#fff;
	border:solid 1px #D87D7D;
	}
h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/



#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	margine:0;
	}

#latest-issue {
	width:590px;
	max-height:308px;
	/min-height:314px;
	float:left;
	background:#fff;
	padding:10px;
	font-size:0.9em;
	line-height:1.4em;
	margin:0px;
	border:solid 1px #ddd;
	}
#latest-issue h2 {
	font-size:1.85em;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:0 0 8px 0;
	border-bottom:solid 1px #ddd;
	}
#latest-issue strong {
	font-size:1.4em;
	line-height:1.45em;
	}
#latest img {
	background:url(images/latest_bg.png)repeat-x;
	padding:5px;
	}

#latest-issue div.meta {
	display:block;
	font-size:10px;
	margin:0px 0 6px 0;
	}

#latest-issue p {
	padding-bottom:2px;
	}

.distribution {
	font-size:12px;
	line-height:1.3em;
	border:solid  2px #eee;
	width:315px;
	margin:30px 0 0px 0px;
	padding:10px 10px 10px 15px;
	left:240px;
	bottom:11px;
	background:#FFE065 url(images/distribution_bg.png) no-repeat left -15px;
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	}
.distribution a{
	color:#f00;
	display:block;
	padding-top:3px;
	font-weight:bold;
	margin-top:3px;
	}
.distribution a:hover{	
	color:#000;
	}
	
#headline {
	width:330px;
	min-height:308px;
	/min-height:314px;
	background:#fff;
	float:right;
	padding:10px 0px 9px 0px;
	border:solid 1px #ddd;
	}
.headline-post {
	padding:0 10px;
	}
#headline .clearfloat {
	margin-bottom:2px;
	clear:both;
	}
#headline-img img {
	background:url(images/gold_bg.png)repeat-x;
	padding:5px;
	}
#headline-img {
	border-bottom:solid 1px #ddd;
	padding-bottom:6px;
	}
#headline .info {
	padding-top:5px;
	margin:0 0 0 5px;
	float:left;
	line-height:1.3em;
	width:190px;
	}
#headline .info a{
	font-size:15px;
	}
#headline .info-meta {
	margin:0 0 2px 0;
	font-size:12px;
	line-height:120%;
	font-weight:normal;
	color:#FF006C;
	background: url(images/info-meta.png) no-repeat left 2px;
	padding-left:10px;
	}
#headline .title {
	font-weight:bold;
	}

#latest-issue a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}
#headline a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:5px;
	padding:2px;
	}

#middle {
	width: 933px;
	background:#fff;
	float:left;
	padding:6px 5px 5px 10px;
	margin:5px 0 5px 0;
	/margin:0px 0 5px 0;
	border:solid 1px #ddd;
	}

.category {
	width:135px;
	float:left;
	border-top:4px solid #333;
	margin:0px;
	padding:5px 10px 5px 10px;
	background:#fff;
	min-height:80px;
	}

.category p {
	margin:1px 0 0 0;
	font-size:0.85em;
	line-height:1.35em;
	}

#cat-1 {
	border-top:4px solid #5FC625;}
#cat-1:hover {
	background:#5FC625; color:#fff;}
#cat-1:hover a{background:#5FC625; color:#fff; }
	
#cat-2 {
	border-top:4px solid #F3950D;}
#cat-2:hover {
	background:#F3950D; color:#fff;}
#cat-2:hover a{background:#F3950D; color:#fff; }
#cat-3 {
	border-top:4px solid #ED7A97;}
#cat-3:hover {
	background:#ED7A97; color:#fff;}
#cat-3:hover a{background:#ED7A97; color:#fff; }
#cat-4 {
	border-top:4px solid #3DC9AA;}
#cat-4:hover {
	background:#3DC9AA; color:#fff;}
#cat-4:hover a{background:#3DC9AA; color:#fff; }	
#cat-5 {
	border-top:4px solid #FE6464;}
#cat-5:hover {
	background:#FE6464; color:#fff;}
#cat-5:hover a{background:#FE6464; color:#fff; }
#cat-6 {
 	border-top:4px solid #937CE1;}
#cat-6:hover {
	background:#937CE1; color:#fff;}
#cat-6:hover a{background:#937CE1; color:#fff; }





.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	font-weight:bold;
	font-size:14px;
	letter-spacing:-0.00em;
	}
.cat_title_mid {
	margin:0;
	font-weight:bold;
	font-size:1.05em;
	letter-spacing:-0.02em;
	font-style:normal;
	}
#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 950px;
	}

#front-list {
	width:620px;
	background:#fff;
	padding:5px 0;
	font-size:0.95em;
	line-height:1.4em;
	float:left;
	border:solid 1px #ddd;
	}
#archive {
	width:620px;
	padding:5px 0;	
	font-size:0.95em;
	line-height:1.4em;
	float:left;
	border-bottom:solid 1px #ddd;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font-size:1.2em;
	letter-spacing:-0.02em;
	margin:0px 0 5px 0;
	padding /**/:8px 0 0 0;
	/padding:2px 0 0 0;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding:5px 10px;
	border-bottom:1px dotted #ccc;
	clear:both;
	}

#front-list .spoiler, #archive .spoiler {
	}

#front-list p, #archive p {
	margin:0px 0 2px 0;
	padding:0px;
	}
#front-list img, #archive img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:5px;
	padding:2px;
	}
.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#latest-issue p, #headline p {
	margin:0;
	}


/* Content Page*/

#content {
	width:620px;
	background:#fff;
	padding:5px 0px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:1213px;
		border:solid 1px #ddd;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	padding:0 0 0 5px;
	}

#content h2.title {
	font-size:1.5em;
	font-weight:bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #F9B600;
	padding:10px 15px 5px 20px;
	margin:0 0 10px 0;
	}

	
.post {
	font-size:1.05em;
	line-height:1.95em;
	}
.post .title h2{
	font-size:1.2em;
	}
.post p {
	margin:0 0 30px 0;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	clear:both;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}
.post .credit {
	clear:both;
	font-size:0.85em;
	line-height:140%;
	color:#666;
	margin:15px 0;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	padding:10px 0;
	}
.post .story {
 	color:#A763B3;
	margin:20px 0;
	font-size:15px;
	}
.post .midashi{
	font-size:17px;
	font-weight:bold;
	font-family:arial black;
	}
.post .revie-u strong{
	font-weight:bold;
	}
.post-edit-link {
	margin:5px 0 5px 25px;
	}
a.post-edit-link{
	background:#000;
	color:#fff;
	padding:2px 10px;
	}
a.post-edit-link:hover{
	background:#f00;
	color:#fff;
	}	
#judg {
	text-align:left;
	font-size:0.8em;
	margin:2px 0 20px 10px;
	line-height:1.3em;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	padding:2px 10px 2px 0;
	}
#judg span {
	padding:0 0 0 6px;
	}
.entry {
	margin-top:20px;
	padding:0 20px;
	}
.wp-caption {
	border:solid 1px #eee;
	padding:2px;
	margin-right:12px;
	text-align:center;
	margin-bottom:15px;
	}

.wp-caption-text{
	font-size:0.7em;
	line-height:1.3em;
	color:#7171D1;
	}
.wp-caption p {
	margin:0px 0 0 0;
	}

#stats {
	margin-top:0px;
	padding:4px 20px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 0px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:570px;
	height:25px;
	font-size:0.95em;
	margin:10px 15px;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

.tag-post {
	font-size:0.8em;
	line-height:140%;
	border-top:solid 1px #bbb;
	border-bottom:solid 1px #bbb;
	padding:5px 0;
	margin:10px 0;
	clear:both;
	}
h4.related_post_title {
	border-top:solid 1px #bbb;
	font-size:12px;
	clear:both;
	color:#666;
	margin-top:10px;
	}
ul.related_post {
	color:#9a9a9a;
	font-size:0.9em;
	padding:0 15px;
	}
ul.related_post{
	margin:0px 0 12px 0;
}	
ul.related_post li{
	list-style:outside circle;
	font-size:0.9em;
	margin:0 0 3px 10px;
	line-height:1.2em;
	}

#link table td {
	padding:10px 0;
	line-height:1.5em;
	border-bottom:dotted 1px #666;
	}
#link table th {
	padding:6px 12px;
	font-size:1.1em;
	line-height:1.5em;
	}
#link table td p{
	font-size:0.9em;
	margin:5px 0 0 0;
	}
table#contact {
	margin:0px 0px 20px 0;
	border:solid 1px #ccc;
	}
table#contact td {
	padding:10px 10px;
	border-bottom:solid 1px #ccc;
	font-size:0.9em;
	}

/* Sidebar*/
#sidebar {
	width:322px;
	float:right;
	margin:0px 0px 0px 0px;
	}
.songs {
	padding:0px 10px 10px 15px;
	background:#fff;
	border:solid 1px #ddd;
	margin:0 0 5px 0;
	font-size:0.8em;
	}
.songs h5 {
	font-size:1.2em;
	font-weight:bold;
	background:url(images/sidebar_title_bg.png) no-repeat left center;
	color:#666;
	margin:10px 0px 5px -5px;
	padding:5px 0px 5px 10px;
	}
.songs h6 {
	font-size:13px;
	color:#66f;
	}
	
#sidebar-top h3, #sidebar-bottom h3 {
	font-size:1.0em;
	font-weight:bold;
	background:url(images/sidebar_title_bg.png) no-repeat left center;
	color:#666;
	margin:10px 0px 5px 0px;
	padding:5px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	border:solid 1px #ddd;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:5px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}
#sidebar-left h3, #sidebar-right h3 {
	font-size:1.0em;
	font-weight:bold;
	background:url(images/sidebar_title_bg2.png) no-repeat left center;
	color:#666;
	margin:5px 0px 5px 0px;
	padding:5px 5px 5px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}


#sidebar-left {
	width:140px;
	padding:0px 5px 10px 10px;
	float:left;
	background:#fff;
	border:solid 1px #ddd;
	min-height:260px;
	}

#sidebar-right {
	width:140px;
	padding:0px 10px 10px 5px;
	float:right;
	background:#fff;
	border:solid 1px #ddd;
	min-height:260px;

	}





#sidebar-top li {
	list-style:none;
	border-bottom:1px dotted #DFBD5D;
	display:block;
	padding:3px 0px 3px 18px;
	background:url(images/page_white.png) no-repeat 0 4px;
	}
#sidebar-left li {
	list-style:none;
	border-bottom:1px dotted #DFBD5D;
	display:block;
	padding:3px 0px 3px 18px;
	background:url(images/icon_categories.png) no-repeat 0 4px;
	}
#sidebar-left li li {
	line-height:110%;
	font-size:10px;
	margin:0 0 0 -8px;
	padding:0px 0px 3px 8px;
	border-bottom:none;
	background:url(images/list-dot.png) no-repeat 0 2px;
	}
#sidebar-right li {
	list-style:none;
	border-bottom:1px dotted #DFBD5D;
	display:block;
	padding:3px 0px 3px 18px;
	background:url(images/icon_cart.png) no-repeat 0 4px;
	}
 #sidebar-bottom li {
	list-style:none;
	border-bottom:1px dotted #DFBD5D;
	display:block;
	padding:3px 0px 3px 20px;
	background:url(images/icon_star.png) no-repeat 0 3px;
	}
#sidebar-ads {
	width:300px;
	float:right;
	padding:10px;
	background:#fff;
	border:solid 1px #ddd;
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:475px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:570px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#eee url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}
#abc-index select, #abc-index option, #year-index select, #year-index option {
	padding:2px 0px 1px 20px;
	font-size:13px;
	color: #3c78a7;
	}
#abc-index select, #year-index select {
	border:solid 2px #ddd;
	background:#f8f8f8;
	}
#footer {
	margin: 0 auto 15px auto;
	width: 920px;
	padding:15px 20px 15px 20px;
	background:#eee url(images/bottombar.png) bottom no-repeat;
	}
#footer div {
	font-size:0.65em;
	color:#aaa;
	text-align:center;
	}
#footer div i{
	font-size:1.1em;
	color:#666;
	}
#footer div a {
	padding:3px 5px;
	color:#f00;
	font-weight:bold;
	}
#footer div a:hover {
	background:#f00;
	color:#fff;
	}

/* Float Properties*/

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

.clearfloat {
	display: inline-block;
	clear:both;
	}

#sidebar .twtr-hd h3 {
	background: #000; 
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

li.page-item-823 a{
	color:#f00;
	}

