/*
Theme Name: arte contemporanea
Theme URI: 
Description: A dark WordPress theme. Build in links and archives pages. Widget support. The theme is released under GPL.
Version: 
Author: saatchi
Author URI: 
Tags: black, dark, two-columns, fixed-width, threaded-comments, sticky-post
*/


/* 
   Meyer's CSS Reset
   v1.0 | 20080212 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* css reset ends */

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Lucida Grande", Arial, Helvetica, Sans-Serif;
	/*background-color: #121315;*/
	font-size: 13px;
	background: #f4f1ee url('images/bg_cont.jpg') repeat-x top center;
}

a{
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
}

a img{
	border: none;
}

.clear{
	clear: both;
}

div#page_wrap{
	width: 955px;
	margin: 0 auto;
	/*background: url(images/bg.gif) no-repeat;*/ /*SLI*/
}

div#header{
	font-size: 13px;
	width: 955px;
	height: 276px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: top;
	float: left;
	overflow: hidden;
	position: relative;
	background: url(images/header.jpg) no-repeat;
	}
	div#header div.blog_title{
		float: left;
		margin-top: 50px;
		margin-left: 10px;
		}
		div#header div.blog_title h1 a{
			font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
			/*font-weight: bold;*/
			letter-spacing: -1px;
			font-size: 34px;
			/*color: #fff;*/
			color: #1e1e1e;/*SLI*/
			line-height: 45px;
			display: block;
			}
		div#header div.blog_title p.description{
			color: #999;
			margin-top: 10px;
			margin-left: 5px;
			}
	div#header div#search{
		border: none;
		float: right;
		position: relative;
		}
		div#header div#search form#searchform{
			position: absolute;
			top: 65px;
			right: 10px;
			width: 200px;
			height: 25px;
			border: none;
			/*background-color: #fff;*/
			background-color: #1e1e1e;/*SLI*/
			}
			div#header div#search form#searchform .searchinput{
				position: absolute;
				top: 5px;
				left: 8px;
				color: #666;
				font-size: 13px;
				width: 165px;
				border: 0;
				}
			div#header div#search form#searchform .button{
				position: absolute;
				top: 0px;
				left: 175px;
				background: url(images/mag.gif) no-repeat;
				height: 25px;
				width: 25px;
				border: 0;
				cursor: pointer;
				}

#bg_fascia{
	width: 955px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}
			
#fascia{
	width: 955px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
	#fascia ul.menu_fascia{
		width: 198px;
		height: 25px;
		float: right;
	}
		#fascia ul.menu_fascia li{
			float: right;
			width: 66px;
			height: 25px;
		}
			
			#fascia ul.menu_fascia li#ec a {display: block; text-decoration: none; text-indent: -9999px;background: url(images/ec_off.jpg) no-repeat 0px 0px;width: 66px;height: 25px;float: left; display: inline;}
			#fascia ul.menu_fascia li#ec a:hover{display: block; text-decoration: none; text-indent: -9999px;background: url(images/ec_on.jpg) no-repeat 0px 0px;width: 66px;height: 25px;float: left; display: inline;}
			
			#fascia ul.menu_fascia li#blog a {display: block; text-decoration: none; text-indent: -9999px;background: url(images/blog_on.jpg) no-repeat 0px 0px;width: 66px;height: 25px;float: left; display: inline;}
			#fascia ul.menu_fascia li#blog a:hover{display: block; text-decoration: none; text-indent: -9999px;background: url(images/blog_on.jpg) no-repeat 0px 0px;width: 66px;height: 25px;float: left; display: inline;}
			
			#fascia ul.menu_fascia li#website a {display: block; text-decoration: none; text-indent: -9999px;background: url(images/website_off.jpg) no-repeat 0px 0px;width: 66px;height: 25px;float: left; display: inline;}
			#fascia ul.menu_fascia li#website a:hover{display: block; text-decoration: none; text-indent: -9999px;background: url(images/website_on.jpg) no-repeat 0px 0px;width: 66px;height: 25px;float: left; display: inline;}
	
	
div#main_navi{
	/*background: url(images/navi.gif) no-repeat;*/ /*SLI*/
	background: url(images/main_navi.jpg) no-repeat;
	float: left;
	/*margin-top: 30px;*/ /*SLI*/
	height: 37px;
	/*width: 960px;*/
	width: 955px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	div#main_navi ul.left{
		float: left;
		list-style-type: none;
		padding: 8px 0 0 20px;
		width: 718px;
		height: 21px;
		overflow: hidden;
		}
		div#main_navi ul li{
			display: inline;
			text-transform: uppercase;
			}
			div#main_navi ul.left li a{
				float: left;
				overflow: hidden;
				/*color: #ccc;*/
				color: #898072; /*SLI*/
				font-weight: bold; /*SLI*/
				font-size: 13px;
				line-height: 18px;
				margin: 0 30px 0 0;
				}
				div#main_navi ul.left li.current_page_item a {
					color: #1e1e1e;
				}
			div#main_navi ul.left li a:hover{
				color: #ff5a00;
				}
			div#main_navi ul.left li#btn_hp a{
				display: block; 
				text-decoration: none; 
				text-indent: -9999px;
				background: url(images/btn_hp.jpg) no-repeat 0px 0px;
				width: 57px;
				height: 18px;
				float: left; 
				display: inline;
			}
	div#main_navi ul.right{
		float: right;
		list-style-type: none;
		padding: 8px 16px 0px 0px;
		}
		div#main_navi ul.right li a{
				float: left;
				overflow: hidden;
				color: #fff;
				font-size: 13px;
				line-height: 18px;
				margin: 0 0 0 10px;
				text-transform: uppercase;
				}
			div#main_navi ul.right li.twitter a{
				background: url(images/twitter.gif) no-repeat 0 3px;
				padding-left: 21px;
				}
			div#main_navi ul.right li.twitter a:hover{
				color: #0af;
				}
			div#main_navi ul.right li.feed a{
				/*background: url(images/feed.gif) no-repeat 0 4px;*/
				padding-left: 15px;
				color: #1e1e1e;
				font-weight: bold;
				}
			div#main_navi ul.right li.feed a:hover{
				color: #f08644;
				}
				
		/*SLI*/
		ul.footer_language {
			float: right;
			list-style: inline;
			width: 50px;
			height: 21px;
			font-size: 13px;
			line-height: 18px;
			font-weight: bold;
			padding: 4px 8px 0 0px;
		}
		ul.footer_language li.language_item{
			margin: 0px 0px 0px 8px;
			float: right;
		}
		ul.footer_language li.language_item a{
			color: #898072;
		}
		ul.footer_language li.language_item a:hover{
			color: #1e1e1e;
		}
		ul.footer_language li.current_language_item a{
			color: #1e1e1e;
		}
		ul.footer_language li.current_language_item a:hover{
			color: #1e1e1e;
		}
		
/* END div#header ---------------------------------------------------------------------------*/

div#main{
	width: 528px;
	float: left;
	/*display: inline;*//* fix double margin */
	margin: 19px 0px 30px 0px;
	}
	div#main div.post{
		border: 1px solid #f4f1ee; 
		/*border-bottom: 1px dotted #1e1e1e;*/ /*SLI*/
		/*color: #ccc;*/ /*SLI*/
		color: #1e1e1e;
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 18px;
		}
	/* sticky post */
	div#main div.sticky{
		background-color: #0d0d0d;/* if a post is set as sticky post, it'll have a darker bg color */
		}
		div#main div.post div.date{
			background: url(images/date.gif) no-repeat;
			float: left;
			font-size: 11px;
			line-height: 13px;
			font-family: "Trebuchet MS", Georgia, sans-serif;
			text-align: center;
			vertical-align: middle;
			color: #fff;
			height: 45px;
			width: 49px;
			margin: 0px 10px 0px 0px;
			padding-top: 4px;
			position: relative;/* ie6 fix */
			}
		div#main div.post div.title{
			float: left;
			width: 447px;
			padding: 4px 10px 4px 10px;
			background-color: #494848;
			}
			div#main div.post div.title h2{
				font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
				font-size: 20px;
				/*font-weight: bold;*/
				/*letter-spacing: -1px;*/
				line-height: 22px;
				color: #eee;
				width: 447px;
				}
				div#main div.post div.title h2 a{
					color: #eee;
					}
				div#main div.post div.title h2 a:hover{
					color: #e03288;
					}
					
		div#main div.post div.entry{
			padding: 6px 0px 0 0px;
			margin: 0px 0px 0 28px;
			overflow: hidden;/* in case large img or video */
			width: 498px;
			font-size: 13px;
			line-height: 17px;
			color: #1e1e1e;
			border-bottom: 1px dotted #1e1e1e;
			}
			div#main div.post div.no_result{
				padding: 20px;
				}
				div#main div.post div.no_result p.no_result{
					margin-bottom: 0;
					}
			div#main div.post div.entry a{
				color: #25a4e1; /*SLI*/
				border: none;
				text-decoration: none;
				}
				div#main div.post div.entry div.postmeta{
					width: 431px;
					float:left;
					text-align: left;
					color:#e03288;
					font-size: 13px;
					font-weight: bold;
					margin-bottom: 10px;
					padding-top: 2px;
				}
				div#main div.post div.entry div.sharethis{
					float: right;
					width: 60px;
					height: 20px;
					background-color: #f4f1ee;
				}
				
				div#main div.post div.entry div.postmeta a { /*SLI*/
					font-size: 13px;
					color:#e03288;
				}
			div#main div.post div.entry a:hover{
				text-decoration: underline;
				}
			div#main div.post div.entry p{
				margin-bottom: 14px;
				}
			/* 20090629 add h1-h6 style in entry */
			div#main div.post div.entry h1{ font-size: 20px; margin-bottom: 5px; }
			div#main div.post div.entry h2{ font-size: 18px; margin-bottom: 5px; }
			div#main div.post div.entry h3{ font-size: 16px; margin-bottom: 5px; }
			div#main div.post div.entry h4{ font-size: 15px; margin-bottom: 5px; }
			div#main div.post div.entry h5{ font-size: 14px; margin-bottom: 5px; }
			div#main div.post div.entry h6{ font-size: 12px; margin-bottom: 5px; }
			
			div#main div.post div.entry ul,
			div#main div.post div.entry ol{
				padding-bottom: 24px;
				margin-left: 40px;
				margin-right: 40px;
				}
			div#main div.post div.entry ul{
				list-style-type: disc;
				}
			div#main div.post div.entry ol{
				list-style-type: decimal;
				}
				div#main div.post div.entry ul li,
				div#main div.post div.entry ol li{
					padding: 1px 0;
					list-style: inside;
					}
			div#main div.post div.entry blockquote{
				background: url(images/blockquote.gif) no-repeat;
				padding: 35px 20px 10px 50px;
				margin: 0 15px 24px 15px;
				background-color: #181818;
				border-top: 1px solid #2a2e2f;
				border-bottom: 1px solid #2a2e2f;
				color: #999;
				}
				div#main div.post div.entry blockquote p{
					margin-bottom: 8px;
					}
			div#main div.post div.entry code{
				font-family: "Courier New", mono;
				background-color: #181818;
				border-left: 1px solid #2a2e2f;
				color: #197b30;
				padding: 5px 10px;
				display: block;
				}
			/* 20090629 add table layout */
			div#main div.post div.entry table{
				margin-bottom: 20px;
				border-collapse:collapse;
				border: 1px solid #2a2e2f;
				background-color: #181818;
				color: #999;
				}
				div#main div.post div.entry table td,
				div#main div.post div.entry table th{
					padding: 2px 5px;
					border: 1px solid #2a2e2f;
					}
					
	div#main div.navigation{
		font-size: 13px;
		line-height: 17px;
		color: #e03288;
		height: 21px;
		padding: 0px 0px 0px 28px;
	}
	
	div#main div.navigation ul.page-numbers li{
		height: 21px;
		width: 17px;
		float: left;
		text-align: center;
		background-color: #f4f1ee;
		margin: 0px 2px 0px 2px;
		padding: 0px 0px 0px 0px;
		list-style: none;
	}
	
	div#main div.navigation ul.page-numbers li a{
		font-size: 13px;
		line-height: 17px;
		color: #e03288;
	}
			
			
			
/* END div#main */

div#footer{
	/*width: 700px;
	height: 36px;*/
	width: 899px;
	height: 55px;
	color: #fff;
	font-size: 11px;
	/*background: url(images/footer.jpg) no-repeat;*/
	background-color: #1e1e1e;
	/*padding: 44px 227px 40px 28px;*/
	padding: 44px 28px 21px 28px;
	}
		div#footer #logo_macro{
			width: 125px;
			height: 55px;
			float: right;
		}
		div#footer .footer_wrapper{
			width: 774px;
			height: 55px;
			float: left;
		}
		div#footer div.footer_wrapper .el_footer{
			padding: 0px 0px 0px 0px;
			line-height: 14px;
		}
		
		div#footer div.footer_wrapper a{
			color: #fff;
			text-decoration: none;
			}
		div#footer div.footer_wrapper a:hover{
			color: #ccc;
			}
			
			div#footer div.footer_wrapper div#footer_top{
				width: 700px;
				padding-bottom: 8px;
				font-size: 11px;
				border-bottom: 1px solid #fff;
				float: left;
			}
				div#footer div.footer_wrapper div#footer_top ul#list_top_left{
					float: left;
				}
					div#footer div.footer_wrapper div#footer_top ul#list_top_left li{
						float: left;
					}
				div#footer div.footer_wrapper div#footer_top ul#list_top_right{
					float: right;
				}
					div#footer div.footer_wrapper div#footer_top ul#list_top_right li{
						float: left;
					}
			div#footer div.footer_wrapper div#footer_bottom{
				width: 700px;
				font-size: 11px;
				padding-top: 8px;
				float: left;
			}
				div#footer div.footer_wrapper div#footer_bottom ul#list_bottom_left{
					float: left;
				}
					div#footer div.footer_wrapper div#footer_bottom ul#list_bottom_left li{
						float: left;
					}
			
		div#footer div.footer_wrapper #footer_policy{
			color: #1e1e1e;
			font-size: 12px;
			}

/* END div#footer --------------------------------------------------------------*/

div#sidebar{
	width: 406px; /*SLI*/
	float: right;
	display: inline;/* fix double margin */
	margin: 19px 0px 30px 0px;
	overflow: hidden;
	color: #aaa;
	font-size: 13px;
	border: 0px;
	}
	
	div#sidebar #videostream{
		float:left;
		width: 406px;
		/*height: 237px;*/
		height: 617px;
		overflow: hidden;
		margin-top:1px;
		background-color: transparent;
		/*background-color: #aff;*/
	}
	
	
	
	div#sidebar #feedut{
		float:left;
		width: 406px;
		background-color: #fff;
	}
	
	div#sidebar #feedut #wrt{
		cursor: pointer;
		height: 35px;
	}
	
	div#sidebar #feedut #streamingfrom{
		height: 35px;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	
	
	div#sidebar #feedut #contform{
		width: 372px;
		/*height: 183px;*/
		padding: 0px 17px 10px 17px;
		/*background: url(images/bg_form.jpg) no-repeat 0 0;*/
		background-color: #1e1e1e;
		color: #898072;
		font-size: 13px;
		line-height: 14px;
		display: none;
		float: left;
	}
	
	div#sidebar #feedut #contform #msg_feed{
		height: 15px;
		width: 372px;
		line-height: 11px;
		font-size: 10px;
		color: #1e1e1e;
		padding-top: 2px;
	}
	
	div#sidebar #feedut #contform #msg_feed #errors{
		line-height: 11px;
		font-size: 10px;
		color: #1e1e1e;
		padding-top: 2px;
	}
	
	 div#sidebar #feedut #contform div.input_area textarea.message_input{
	 		font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
			margin-bottom: 8px;
			padding: 5px 10px 5px 10px;
			width: 352px;
			height: 78px;
			background-color: #fff;
			border: 0px;
			color: #7db900 !important;
			font-size: 13px;
			line-height: 15px;
		}
		
		div#sidebar #feedut #contform	div.user_info{
			width: 260px;
			font-size: 11px;
			color: #fff;
			float: left;
		}
		
		div#sidebar #feedut #contform	div.user_info a{
			color: #fff;
			font-weight: bold;
		}
		
		div#sidebar #feedut #contform	div.user_info a:hover{
			text-decoration: underline;
		}
			
		div#sidebar #feedut #contform	div.user_info div.single_field input.comment_input{
			font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
			margin-bottom: 8px;
			padding: 0px 10px 0px 10px;
			width: 123px;
			height: 19px;
			background-color: #fff;
			border: 0px;
			color: #7db900 !important;
			font-size: 13px;
			letter-spacing: 0.3px;
			line-height: 15px;
		}
	
		div#sidebar #feedut #contform div.submit_button{
			margin-bottom: 8px;
			height: 19px;
			float: right;
			}
			div#sidebar #feedut #contform form#commentform p a{
				color: #fff;
				font-weight: bold;
				text-decoration: none;
			}
			div#sidebar #feedut #contform form#commentform p a:hover{
				text-decoration: underline;
			}
			div#sidebar #feedut #contform form#commentform div.submit_button input.button{
				display: block;
				background: url(images/submit.gif) no-repeat 0 0;
				width: 76px;
				height: 28px;
				padding: 0;
				border: 0;
				/*text-indent: -9999px; 20090708 no text button*/
				color: #bbb;/*20090708 no text button*/
				font-size: 13px;/*20090708 no text button*/
				cursor: pointer;
				float: left;
				}
			div#sidebar #feedut #contform form#commentform div.submit_button input.button:active{
				background-position: 0 -28px;
				color: #fff;/*20090708 no text button*/
				}
				
			div#sidebar #feedut #contform #spacer_feed{
				height: 8px;
				width: 372px;
				padding: 0px 0px 0px 0px;
				margin: 0px 0px 0px 0px;
				border-top: 1px dotted #7db900;
			}
			
			div#sidebar #feedut #contform #close_form{
				padding: 0px 0px 0px 0px;
				margin: 0px 0px 0px 0px;
				color: #7db900;
				font-size: 10px;
				line-height: 12px;
				float: right;
				cursor: pointer;
			}
				
	div#sidebar #feedut #contfeed{
		width: 372px;
		padding: 10px 17px 10px 17px;
		margin: 0px 0px 0px 0px;
		float: left;
		color: #898072;
		font-size: 13px;
		line-height: 16px;
		background-color: #fff;
	}
	
	.font_white{
		color: #fff;
		font-size: 13px;
		font-weight: bold;
	}
	
	.font_black{
		color: #1e1e1e;
		font-size: 13px;
		font-weight: bold;
	}
	
	.font_black_small{
		color: #1e1e1e;
		font-size: 10px;
	}
	
	.font_green{
		color: #77af02;
		font-size: 10px;
		/*font-weight: bold;*/
	}
	
	.font_green_medium{
		color: #77af02;
		font-size: 12px;
	}
	
	.font_green_big{
		color: #77af02;
		font-size: 13px;
		font-weight: bold;
	}
	
	.font_bold{
		font-weight: bold;
	}
	
		div#sidebar #feedut #contfeed ul{
			background-color: #fff;
		}
			div#sidebar #feedut #contfeed ul li{
				border-bottom: 1px dotted #7db900;
				margin-top: 10px;
				overflow: hidden;
				background-color: #fff;
			}
				div#sidebar #feedut #contfeed ul li.feed_el{
					border-bottom: 1px dotted #7db900;
					height: 98px;
					margin-top: 10px;
					overflow: hidden;
					background-color: #fff;
				}
		div#sidebar #feedut #readall{
			/*padding: 5px 0px 5px 0px;
			margin: 0px 0px 0px 0px;*/
			width: 372px;
			padding: 0px 17px 10px 17px;
			margin: 0px 0px 0px 0px;
			float: left;
			text-align: right;
			color: #1e1e1e;
			background-color: #fff;
			cursor: pointer;
		}
		
		div#sidebar #feedut #close_readall{
			width: 372px;
			padding: 0px 17px 10px 17px;
			margin: 0px 0px 0px 0px;
			text-align: right;
			color: #1e1e1e;
			background-color: #fff;
			cursor: pointer;
			float: left;
			display: none;
		}
		
		div#sidebar #feedut #contfeed #feed_hide{
			display: none;
		}	
		
		div#sidebar #feedut #contfeed #pagin{
			padding: 10px 0px 5px 0px;
			margin: 0px 0px 0px 0px;
			text-align: left;
			background-color: #fff;
			color: #1e1e1e;
			font-size: 10px;
		}
		
		div#sidebar #feedut #contfeed #pagin ul li{
			padding: 0px 0px 0px 0px;
			margin: 0px 2px 0px 2px;
			width: 15px;
			height: 19px;
			border: 0px;
			text-align: center;
			float: left;
			background-color: #fff;
			color: #77af02;
			font-size: 10px;
		}
		
		div#sidebar #feedut #contfeed #pagin ul li.pag_nosel{
			border: 1px solid #ccc;
			font-size: 10px;
		}
		
		div#sidebar #feedut #contfeed #pagin ul li.pag_sel{
			padding: 0px 0px 0px 0px;
			margin: 0px 2px 0px 2px;
			width: 15px;
			height: 19px;
			border: 1px solid #ccc;
			text-align: center;
			float: left;
			background-color: #77af02;
			color: #fff;
			font-size: 10px;
		}
		
		div#sidebar #feedut #contfeed #pagin a{
			font-size: 10px;
		}
		
		div#sidebar #feedut #contfeed #pagin a:hover{
			text-decoration: none;
			color: #ccc;
			font-size: 10px;
		}
	
	div#sidebar #feedut #contfeed ul li.feed_el .feed_img{
		width: 50px;
		height: 98px;
		padding-top: 0px;
		padding-left: 0px;
		text-align: left;
		float: left;
		background-color: #fff;
	}
	
	div#sidebar #feedut #contfeed ul li.feed_el .feed_img img{
		width: 50px;
		height: 50px;
	}
	
	div#sidebar #feedut #contfeed ul li.feed_el .feed_cont{
		width: 310px;
		height: 98px;
		padding-left: 10px;
		text-align: left;
		float: left;
		background-color: #fff;
	}
	
	div#sidebar #feedut #contfeed ul li.feed_el .feed_cont .feed_cont_up{
		width: 310px;
		height: 72px;
		text-align: left;
		float: left;
		background-color: #fff;
	}
	
	div#sidebar #feedut #contfeed ul li.feed_el .feed_cont .feed_cont_bottom{
		width: 310px;
		height: 25px;
		text-align: left;
		float: left;
		background-color: #fff;
	}

	div#sidebar ul{
		background-color: #131313;
		}
		div#sidebar ul li h2{
			background: url(images/sidebar_title_bg.gif) no-repeat;
			background-position: left bottom;
			font-size: 16px;
			line-height: 30px;
			color: #ccc;
			background-color: #101010;
			padding: 5px 10px;
			font-weight: normal;
			}
		div#sidebar ul li ul{
			list-style-type: none;
			color: #eee;
			line-height: 20px;
			}
			div#sidebar ul li ul li{
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left: 26px;
				padding-right: 10px;
				background: url(images/sidebar_list_bg.gif) no-repeat;
				background-position: left bottom;
				}
			div#sidebar ul li ul li:hover{
				background-color: #0d0d0d;
				}
			div#sidebar ul li ul li a{
				background: none;
				display: inline;
				color: #ccc;
				line-height: 26px;
				text-decoration: none;
				}
			div#sidebar ul li ul li a:hover{
				color: #ff5a00;
				}
				
	div#sidebar #sidebar_spacer{
		width: 406px;
		height: 14px;
		float:left;
		border-top: 1px dotted #1e1e1e;
		background-color: #fff;
		margin: 15px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	div#sidebar #enelsharing{
		color: #898072;
		font-size: 13px;
		line-height: 16px;
	}
	
	div#sidebar #enelsharing #conteneltwit{
		width: 406px;
		float:left;
		background-color: #1e1e1e;
		margin: 0px 0px 0px 0px;
		padding: 0px 17px 0px 17px;
	}
	
	
	div#sidebar #enelsharing #conteneltwit #enelfollower{
		width: 372px;
		float:left;
		border-bottom: 1px dotted #ff680b;
		background-color: #1e1e1e;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 12px 0px;
	}
	
	div#sidebar #enelsharing #conteneltwit #eneltwit{
		width: 372px;
		/*height: 327px;*/
		float:left;
		border-bottom: 1px dotted #ff680b;
		background-color: #1e1e1e;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.sidebar-title{
		width: 372px;
		float:left;
		text-align: left;
		margin: 10px 0px 0px 0px;
	}
	
	div#sidebar #enelsharing #conteneltwit #twitter_div ul#twitter_update_list{
		width: 372px;
		float:left;
		text-align: left;
		background-color: #1e1e1e;
	}
		div#sidebar #enelsharing #conteneltwit #twitter_div ul#twitter_update_list li{
			margin: 10px 0px 0px 0px;
		}
			div#sidebar #enelsharing #conteneltwit #twitter_div ul#twitter_update_list li a{
				color: #ff680b;
				text-decoration: none;
			}
			div#sidebar #enelsharing #conteneltwit #twitter_div ul#twitter_update_list li a:hover{
				color: #ff680b;
				text-decoration: underline;
			}
	
	div#sidebar #enelsharing #conteneltwit #enelshare{
		width: 372px;
		float:left;
		border: 0px;
		background-color: #1e1e1e;
		margin: 0px 0px 0px 0px;
		padding: 18px 0px 18px 8px;
	}
	
	div#sidebar #enelsharing #conteneltwit #enelshare .sharetool{
		float:left;
		border: 0px;
		background-color: #1e1e1e;
		margin: 0px 10px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	span.tit_enelsharing{
		width: 372px;
		float:left;
		text-align: left;
	}
	
	
	
/* END div#sidebar -------------------------------------------------------------------*/

/* modify div#sidebar for default widget */

div#sidebar ul li ul li.rc a{
	display: inline;
}

div#sidebar ul li.widget_archive,
div#sidebar ul li.widget_categories, 
div#sidebar ul li.widget_search, 
div#sidebar ul li.widget_tag_cloud div, 
div#sidebar ul li.widget_text{/* sidebar_list_bg fix */
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}

div#sidebar ul li.widget_archive select, 
div#sidebar ul li.widget_categories select{/* dropdown view */
	margin: 15px 26px;
}

/* calendar widget */
div#sidebar ul li.widget_calendar div#calendar_wrap{
	padding: 15px 26px;
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}

#wp-calendar {
	color: #ccc;
	width: 95%;
	font-family: Arial, sans-serif;
}

#wp-calendar caption {
	padding: 5px;
	letter-spacing: 2px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
}

#wp-calendar th{
	border-bottom: 1px solid #1f2223;
	border-top: 1px solid #1f2223;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	color: #ff5a00;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

#wp-calendar #prev{
	text-align: left;
	padding-left: 5px;
}

#wp-calendar #next{
	text-align: right;
	padding-right: 5px;
}

#wp-calendar #prev, #wp-calendar #next, #wp-calendar tfoot tr td.pad{
	border-top: 1px solid #1f2223;
}

#wp-calendar #prev a, #wp-calendar #next a{
	color: #999;
}

#wp-calendar td#today{
	color: #fff;
	background-color: #101010;
	font-weight: bold;
}

/* multi-level category */
div#sidebar ul li ul li ul li,
div#sidebar ul li ul li ul.children li{
	background: none;
}

div#sidebar ul li ul li ul li:hover,
div#sidebar ul li ul li ul.children li:hover{
	background: none;
}

/* widget rss */
.widget_rss a{
	color: #ccc;
}

/* widget search */
li.widget_search #search{/* 090627fix */
	padding: 10px 30px;
}

li.widget_search form#searchform{
	width: 200px;
	height: 25px;
	border: none;
	background-color: #fff;
	position: relative;
	}
	li.widget_search form#searchform .searchinput{
		position: absolute;
		top: 5px;
		left: 8px;
		color: #666;
		font-size: 13px;
		width: 165px;
		border: 0;
		}
	li.widget_search form#searchform .button{
		position: absolute;
		top: 0px;
		left: 175px;
		background: url(images/mag.gif) no-repeat;
		height: 25px;
		width: 25px;
		border: 0;
		cursor: pointer;
		}

/* tag cloud */
div#sidebar ul li.widget_tag_cloud div{
	padding: 10px 16px;
}

div#sidebar ul li.widget_tag_cloud div a{
	color: #ccc;
}

div#sidebar ul li.widget_tag_cloud div a:hover{
	color: #ff5a00;
}

/* textwidget */
.textwidget{
	padding: 10px 26px;
	line-height: 16px;
}

.textwidget p{
	margin-bottom: 10px;
	line-height: 16px;
}

.textwidget a, .textwidget p a{
	color: #ff5a00;
	text-decoration: none;
}

.textwidget a:hover, .textwidget p a:hover{
	text-decoration: underline;
}

/* END modify div#sidebar */

div#main div#comments{
	margin-bottom: 10px;
	padding-left: 28px;
	}
	div#main div#comments h3{
		float: left;
		font-size: 14px;
		color: #1e1e1e;
		line-height: 16px;
		font-weight: bold;
		}
	div#main div#comments .add_your_comment a{
		float: right;
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		}
	div#main div#comments .add_your_comment a:hover{
		color: #ff5a00;
		}
div#main ol.commentlist{
	font-size: 13px;
	line-height: 16px;
	color: #1e1e1e;
	letter-spacing: 0.3px;
	overflow: hidden;
	border-bottom: 1px dotted #1e1e1e;
	}
	div#main ol.commentlist li{
		margin-bottom: 5px;
		/*margin-bottom: 15px;
		background-color: #101010;
		border: 1px solid #1f2223;*/
		background-color: #fff;
		border: 0px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 5px 0px 5px 28px;
		}
		div#main ol.commentlist li ul{
			list-style-type: none;
			margin-left: 60px;
			margin-top: 6px;
			}
			div#main ol.commentlist li ul.children li{
				/*background-color: #0d0d0d;
				border-left: 1px solid #181a1b;*/
				background-color: #fff;
				border: 0px;
				border-top: 0;
				border-bottom: 0;
				border-right: 0;
				}
		div#main ol.commentlist li div.vcard{
			float: left;
			display: none;
			}
		div#main ol.commentlist li div.vcard div.left{
			width: 56px;
			margin-right: 5px;
			}
			div#main ol li div.left img{
				border: 1px solid #1e1e1e;
				display: block;
				height: 48px;
				width: 48px;
				}
			div#main ol li div.left div.reply a{
				background: url(images/reply.gif) no-repeat 0 0;
				display: none;
				height: 0;
				padding-top: 17px;
				width: 41px;
				overflow: hidden;
				margin-left: 5px;
				margin-top: 5px;
				}
			div#main ol li div.left div.reply a:hover{
				background-position: 0 -17px;
				}
		div#main ol.commentlist li div.right{
			float: left;
			line-height: 18px;
			font-size: 13px;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			/*width: 80%;*//* 3-level or less thread comments display well. 4 or more leves may have some issue. */
			}
			div#main ol.commentlist li div.right p a{
				color: #1e1e1e;
				text-decoration: none;
				/*border-bottom: 1px solid #ccc;*/
				}
			div#main ol.commentlist li div.right p a:hover{
				color: #ff5a00;
				/*border-bottom: 1px solid #ff5a00;*/
				}
			div#main ol li div.right div.commentmetadata{
				font-size: 13px;
				/*color: #898072;*/
				color: #898072;
				/*border-bottom: 1px solid #181a1b;*/
				padding-bottom: 3px;
				/*margin-bottom: 8px;*/
				}
				div#main ol li div.right div.commentmetadata a{
					color: #25a4e1;
					text-decoration: none;
					font-weight: normal;
					}
				div#main ol li div.right div.commentmetadata a:hover{
					/*color: #ff5a00;*/
					text-decoration: underline;
					}
			div#main ol li div.right p{
				/*margin-bottom: 10px;*/
				}
div#main .comments_navi{
	font-size: 12px;
	}
	div#main .comments_navi .alignleft{
		float: left;
		}
	div#main .comments_navi .alignright{
		float: right;
		}
		div#main .comments_navi .alignleft a, 
		div#main .comments_navi .alignright a{
			display: block;
			color: #ccc;
			border: 1px solid #1f2223;
			padding: 0 5px;
			background-color: #101010;
			line-height: 28px;
			}
		div#main .comments_navi .alignleft a:hover, 
		div#main .comments_navi .alignright a:hover{
			color: #ff5a00;
			background-color: #1e1e1e;
			}
div#main div#respond{
	background-color: #f4f1ee;
	border: 0px;
	/*color: #1e1e1e;*/
	padding: 15px 0px 15px 28px;
	/*margin-top: 15px;*/
	}
	div#main div#respond div.h3_cancel_reply{
		margin-bottom: 5px;
		}
	div#main div#respond h3{
		font-size: 16px;
		color: #1e1e1e;
		line-height: 24px;
		font-weight: normal;
		float: left;
		display: inline;/* fix double margin */
		}
		div#main div#respond span.cancel-comment-reply{
			float: right;
			display: inline;/* fix double margin */
			padding-top: 6px;
			}
		div#main div#respond span.cancel-comment-reply a{
			font-size: 13px;
			color: #e03288;
			text-decoration: none;
			}
		div#main div#respond span.cancel-comment-reply a:hover{
			text-decoration: underline;
			}
	div#main div#respond form#commentform{
		width: 499px;
		color: #898072;
		}
		
		div#main div#respond form#commentform{
		width: 499px;
		color: #898072;
		}
		
		div#main div#respond form#commentform p{
			font-size: 13px;
			letter-spacing: 0.3px;
			color: #1e1e1e;
			padding: 3px 0;
			}
			div#main div#respond form#commentform p a{
				color: #e03288;
				border: 0;
				}
			div#main div#respond form#commentform p a:hover{
				text-decoration: underline;
				}
		div#main div#respond div.input_area{
			padding: 15px 0px 8px 0px;
			color: #898072;
			}
			div#main div#respond form#commentform div .message_input{
				font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
				background-color: #1e1e1e;
				border: 0px;
				color: #898072 !important;
				font-size: 13px;
				padding: 5px;
				height: 170px;
				width: 489px;
				}
				
			div#main div#respond form#commentform div .comment_input{
				color: #898072 !important;
				}
				
		div#main div#respond div.user_info{
			font-size: 13px;
			line-height: 16px;
			display: block;
			padding: 0 0px;
			}
			div#main div#respond div.user_info div.single_field{
				display: inline;
				float: left;
				width: 130px;
				}
				label.desc{
					display: block;
					color: #999;
					padding-bottom: 4px;
					}
					label.desc abbr{
						color: #ff5a00;
						border: 0;
						}
				div#main div#respond div.user_info input.comment_input{
					background-color: #1e1e1e;
					color: #898072;
					border: 0px;
					padding: 2px 3px;
					width: 116px;
					height: 16px;					
					}
		div#main div#respond div.submit_button{
			/*margin: 15px 30px 0;*/
			float: right;
			}
			div#main div#respond form#commentform div.submit_button input.button{
				display: block;
				background: url(images/submit.gif) no-repeat 0 0;
				width: 76px;
				height: 28px;
				padding: 0;
				border: 0;
				/*text-indent: -9999px; 20090708 no text button*/
				color: #bbb;/*20090708 no text button*/
				font-size: 13px;/*20090708 no text button*/
				cursor: pointer;
				float: left;
				}
			div#main div#respond form#commentform div.submit_button input.button:active{
				background-position: 0 -28px;
				color: #fff;/*20090708 no text button*/
				}
			div.submit_button span.key{
				float: left;
				margin-left: 10px;
				padding-top: 6px;
				font-size: 13px;
				line-height: 16px;
				color: #333;
				}
.nocomments{
	color: #ccc;
	font-size: 16px;
}
/* END single page */

/*---------------- WordPress Generated Classes -------------------*/

.aligncenter,
div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft{
	float: left;
	}
	
.alignright{
	float: right;
	}

img.alignleft{
	display: inline;
	margin-bottom: 2px;
	margin-right: 6px;
	padding: 3px;
	}

img.alignright{
	display: inline;
	margin-bottom: 2px;
	margin-left: 6px;
	padding: 3px;
	}

.wp-caption {
   border: 1px solid #1f2223;
   text-align: center;
   background-color: #0d0d0d;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #ccc;
}

div#main div.post div.entry div.wp-caption p{
	margin-bottom: 3px;
	padding: 5px;
} 


/*------------------------ Archives Page ------------------------*/

ul.archiveslist{
	color: #ccc;
	font-size: 13px;
}

div#main div.post div.entry  ul.archiveslist li a{
	color: #ccc;
}

div#main div.post div.entry  ul.archiveslist li a:hover{
	color: #ff5a00;
}

/*------------------------ Links Page ------------------------*/

.linkpage{
	background-color: #131313;
	padding: 10px 15px;
}

.linkpage ul{
	list-style-type: none;
}

.linkpage ul li{
	float: left;
	margin-bottom: 10px;
}

.linkpage ul li ul li{
	float: left;
	width: 130px;
	text-align: center;
	margin: 5px 12px;
	line-height: 180%;
	background-color: #202020;
}

.linkpage ul li ul li a{
	color: #ccc;
	display: block;
	text-decoration:none;
	border: 1px solid #1f2223;
	font-size: 13px;
}

.linkpage ul li ul li a:hover{
	background-color: #0d0d0d;
	border: 1px solid #1f2223;
	color: #ff5a00;
}

.linkpage ul li h3{
	margin-bottom: 5px;
	margin-left: 12px;
}

/*------------------------ Strong ------------------------*/

div.strong{
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 25px;
}

div.strong .keyword{
	color: #ff5a00;
}
