/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* fix cufon in safari 5 */
*.cufon-canvas { 
  z-index: 0;
}
/* stretch background */
html, body {
	height:100%;
}
img#mainbg {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:-9999;
}
div#preload {
  display: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	background: none repeat scroll 0 0 transparent;
	min-width:1046px;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:none;
	color:#f58026;}
.cufon{float:left;}

#wrapper{
	width:100%;
	overflow:hidden;
}
.w1{
	margin:0 auto;
/*	width:1002px; */
	width:100%;
}
.w2{
/*	width:1046px; */
/*	margin:0 -22px; */
/*	background:url(images/bg-wrapper.jpg) repeat-y; */
/*	padding:10px 0 77px; */
}
.w3{
/*	width:1046px; */
/*	background:url(images/bg-w3.png); */
	padding-bottom:50px;
/*	margin:0 auto; */
}
.bg{
	display:block;
	margin-top:-10px;
}
/* main */
#main{
/*	width:1092px; */
	margin-top:-17px;
	position:relative;
	line-height:18px;
	z-index:2;
/*	background-color: #fff; */
}
.home #main{margin-top: -18px;}
#main .t,
#main .b{
	width:100%;
	overflow:hidden;
	text-indent:-9999px;
	height:25px;
	background:url(images/bg-main.png) no-repeat -1092px 0;
}
#main .t-full {
	width:1024px;
	margin-left: auto;
	margin-right: auto;
	height:25px;
	background:url(images/bg-t-2.png) repeat-x;
}
.home #main .t-full{background:url(images/bg-t.png) repeat-x;}
#main .b-full {
	width:1024px;
	margin-left: auto;
	margin-right: auto;
	height:25px;
	background:url(images/bg-b.png) repeat-x;
}
#main .b{background-position:100% 100%;}
#main .c{
	width:972px;
	margin:0 auto;
	padding:0 17px 89px;
/*	background:url(images/bg-main.png) repeat-y; */
	background-color:#FFFFFF;
}
#main p{margin-bottom:10px;}
#play {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	position: relative;
	z-index: 4;
	font-size: 12px;
	line-height:15px;
	background-color:#FFF;
}
#play p{margin-bottom:10px;}
.home #main .c{padding-bottom:0;}

/* header2 */
#header2{
	overflow:hidden;
	height:1%;
	padding:40px 48px 3px 61px;
	background:url(images/bg-header.png) repeat-x 0 100%;
	margin-bottom:-14px;
	position:relative;
}
.logo2{
	float:left;
	margin:0;
	width:242px;
	height:67px;
	overflow:hidden;
	background:url(images/logo2.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
.logo2 a{
	display:block;
	height:100%;
}
/* nav */
#nav{
	float:right;
	width:520px;
	height:34px;
	background:url(images/bg-nav.png) no-repeat;
	margin:34px 30px 0;
	font:14px/14px Arial, Helvetica, sans-serif;
	padding:29px 0 0 29px;
}
#nav li{
	float:left;
	margin-right:15px;
}
#nav li a{
	float:left;
	color:#fff;
	text-decoration:none !important;
}
#nav li a:hover,
#nav li.active a{color:#000;}
/* twocolumns */
.twocolumns{
	height:1%;
	padding:0 0px 0 0px;
}
.twocolumns:after{
	display:block;
	clear:both;
	content:"";
}
/* sidebar */
#sidebar{
	float:left;
	width:131px;
	margin-top:-8px;
}
.sidebar-b{
	width:100%;
	overflow:hidden;
	text-indent:-9999px;
	height:10px;
	background:url(images/bg-sidebar.png) no-repeat 100% 100%;
	font-size:1px;
	line-height:1px;
}
.sidebar-c{
	width:90px;
	background:url(images/bg-sidebar.png) repeat-y;
	padding:90px 16px 45px 25px;
	overflow:hidden;
}
/* sidenav */
.sidenav{
	font:14px/14px Arial, Helvetica, sans-serif;
	width:100%;
	overflow:hidden;
}
.sidenav li{
	float:left;
	width:100%;
	padding-bottom:8px;
}
.sidenav li a{
	float:left;
	width:100%;
	text-decoration:none !important;
}
.sidenav li a:hover,
.sidenav li.active a{color:#f58026;}
/* content */
#content{
	float:right;
	width:788px;
	padding-top: 30px;
	padding-right: 10px;
	z-index: 2;
}
#content-0{
	
	width:720px;
	padding-top: 30px;
	
}
#content h2{
	font:36px/36px Arial, Helvetica, sans-serif;
	height:1%;
	overflow:hidden;
	margin:0 -6px 4px;
}
#content h5{
	width: 400px;
	font:24px/24px Arial, Helvetica, sans-serif;
	height:1%;
	overflow:hidden;
	margin:10px 12px 0px -6px;
}

/* content2 */
#content2{
	float:right;
	width:945px;
	padding-top:40px;
	margin-left: 0px;
	padding-right: 10px;
}
#content2 h2{
	font:36px/36px Arial, Helvetica, sans-serif;
	color: #000;
	height:1%;
	overflow:hidden;
	margin:0 2px 4px;
}
#content2 h4{
	font:36px/36px Arial, Helvetica, sans-serif;
	color: #000;
	height:1%;
	overflow:hidden;
	margin:-8px 2px 8px;
	width: 705px;
}
#content2 h5{
	font:24px/24px Arial, Helvetica, sans-serif;
	color: #000;
	height:1%;
	overflow:hidden;
	margin:20px 2px 4px;
}
#content2 h6{
	font:24px/24px Arial, Helvetica, sans-serif;
	color: #000;
	height:1%;
	overflow:hidden;
	margin:10px 2px 4px;
}

.container{
	width:100%;
	padding-top:0px;
	margin-top: 0px;
}
/* aside */
.aside{
	float:right;
	width:230px;
	margin:-30px 0 0 25px;
	overflow:hidden;
	
}

.aside .txt{
	overflow:hidden;
	padding:0 4px;
}
.aside .txt2{
	overflow:hidden;
	padding:20px 10px;
}
.aside .txt3{
	overflow:hidden;
	padding:26px 10px;
}

.aside h4{font:bold 12px/18px Arial, Helvetica, sans-serif;}
/* heading */
.heading{
	width:196px;
	height:30px;
	background:url(images/bg-heading.gif) no-repeat;
	padding:24px 5px 4px 29px;
	text-align:center;
	font:19px/19px Arial, Helvetica, sans-serif;
	color:#f9f5d7;
	margin-bottom:17px;
}
.heading a{
	color:#f9f5d7;
}
.heading a:hover{
	color:#000000;
}
.heading strong{
	display:inline-block;
}
/* image */
.image{
	margin-bottom:4px;
}
.image_SB{
	clear: both;
	float: left;
	z-index: -1;
	margin-bottom: 10px;
	padding-left: 20px;

	
}
.image img{display:block;}
.image_SB img{display:inline;}

/* widget */
.widget{
	width:100%;
	margin-bottom:14px;
}
/* description */
.description_SB{
	width:100%;
	overflow:hidden;
	margin-top: 0px;
	margin-left: 0px;
}
.description_SB dt{
	float:left;
	margin-right:7px;
	
	color:#f58026;
}
.description_SB dd{
	overflow:hidden;
	height:1%;
	display:block;
}
.description{
	width:100%;
	overflow:hidden;
	margin-top: 8px;
	margin-left: 8px;
}
.description dt{
	float:left;
	margin-right:7px;
	
	color:#f58026;
}
.description dd{
	overflow:hidden;
	height:1%;
	display:block;
}
/* header */
#header{
	overflow:hidden;
	height:1%;
	padding:16px 44px 0 58px;
	width:944px;
}
.logo1{
	float:left;
	margin:0;
	width:266px;
	height:92px;
	overflow:hidden;
	background:url(images/logo1.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
.logo1 a{
	height:100%;
	display:block;
}
#header #nav{
	background:url(http://pictureboxproductions.com/wp-content/media/2015/09/bg-nav5.png) no-repeat;
	width:390px;
	padding-left:43px;
}
/* HP slide arrows */
#l-arrow{
	margin-top:0px;
	position:absolute;
	line-height:18px;
	z-index:3;	
	height:283px;
	width:40px;
	
		
}
#r-arrow{
	margin-top:0px;
	margin-left: 1000px;
	position:absolute;
	line-height:18px;
	z-index: 3;
	height:283px;
	width:40px;
		
}
/* container2 */
.container2{
	height:1%;
	padding:0 45px 0 50px;
	margin-top: -10;
	overflow:hidden;
	width:951px;
}
/* video */
.video{
	float:right;
	width:444px;
}
.video img{display:block;}
/* box1 */
.box1{
	float:left;
	background:#e6e6e6;
	width:459px;
	padding:30px 24px 29px;
	color:#4d4d4d;
	font-size:12px;
	line-height:15px;
	height:219px;
}
.box1 h2{
	font:40px/44px Arial, Helvetica, sans-serif;
	color:#000;
	width:100%;
	height: 42px;
	overflow:hidden;
	margin:-4px 0 18px -2px;
	position:static;
}
.box1 p{margin-bottom:28px;}
/* area */
.area{
	width:514px;
	height:62px;
	overflow:hidden;
	background:url(images/bg-area.gif) no-repeat;
	position:absolute;
	bottom:35px;
	margin-left:-40px;
	padding:13px 0 0 7px;
	color:#fff;
	font:12px/12px Arial, Helvetica, sans-serif;
	z-index: 1;
}
.area-still {
  background: url("images/bg-area.gif") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  font: 12px/12px Arial,Helvetica,sans-serif;
  height: 62px;
  margin-left: -40px;
  overflow: hidden;
  padding: 13px 0 0 7px;
  position: relative;
  width: 514px;
}
/* list1 */
.list1{
	float:left;
	width:188px;
	height:48px;
	background:url(images/bg-list.gif) repeat-y 100% 0;
	padding-right:2px;
	margin-right:19px;
	overflow:hidden;
	z-index: inherit;
}
.list1 li{
	padding:8px 5px 9px;
	overflow:hidden;
	width:178px;
	background:url(images/line.gif) repeat-x;
	margin-top:-3px;
}
.txt2{
	float:left;
	margin-top:13px;
	font:25px/25px Arial, Helvetica, sans-serif;
}
.txt3{
	z-index: 1;
	font:18px/18px Arial, Helvetica, sans-serif;
	}
.txt3 a{
	text-decoration:none !important;
}
.txt3a:hover,

/* aside2 */
.aside2{
	float:right;
	width:448px;
	font-size:17px;
	line-height:23px;
	position:relative;
	margin:0 0 -30px -42px;
	
}
.cufon-active .aside2{line-height:17px;}
.aside2-t,
.aside2-b{
	width:100%;
	overflow:hidden;
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
	height:15px;
	background:url(images/bg-aside2.png) no-repeat -448px 0;
}
.aside2-b{background-position:100% 100%;}
.aside2-c{
	background:url(images/bg-aside2.png) repeat-y;
	padding:14px 10px 53px 29px;
	color:#1a1a1a;
	overflow:hidden;
	height:1%;
}
.aside2 h3{
	color:#000;
	font:26px/26px Arial, Helvetica, sans-serif;
	width:100%;
	overflow:hidden;
	margin-bottom:27px;
	letter-spacing:-1px;
}
.aside2 h3 .cufon{padding-bottom:0px; margin-bottom: 0px;}
#main .aside2 p{
	width:100%;
	overflow:hidden;
	margin-bottom:27px;
}
.cufon-active .aside2 p .cufon{padding-bottom:7px;}
/* add-nav */
.add-nav{
	width:390px;
	overflow:hidden;
	font:16px/16px Arial, Helvetica, sans-serif;
}
.add-nav li{
	float:left;
	text-transform:uppercase;
}
.add-nav li a{
	float:left;
	width:144px;
	height:24px;
	background:url(images/bg-add-nav.gif) no-repeat;
	text-decoration:none !important;
	color:#f9f5d7;
	padding:21px 20px 5px;
}
.add-nav li.style2{float:right;}
.add-nav li.style2 a{
	background-position:0 100%;
}
.add-nav li a strong{float:right;}
/* data */
.data{
	float:left;
	width:532px;
	padding:9px 0 0 0px;
}
/* panel */
.panel{
	width:100%;
	height:63px;
	overflow:hidden;
	background:url(images/bg-panel.gif) repeat-x;
	font-size:12px;
	line-height:15px;
	margin-bottom:12px;
}
.panel .txt{
	color: #4d4d4d;
	padding-top:3%;
	padding-right:10px;}
.panel .txt a{
	text-decoration:none;
	color:#f58026;
}
.panel .txt a:hover{text-decoration:none;
	color:#4d4d4d;
}

#main .panel p{margin:0;}
.logo3{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/logo3.gif) no-repeat;
	width:63px;
	height:63px;
	margin-right:15px;
}
.panel a{color:#f58025;}
.mark{color:#b3b3b3;}
/* videocopy */
.videocopy{
	width: 690px;
	background:#f1f1f1;
	border-bottom-right-radius: 30px 30px;
	border-top-right-radius: 30px 30px;
	padding:12px 16px 12px 12px;
	margin-left: 0 px;
	margin-top: 6px;
	color:#4d4d4d;
	font-size:12px;
	line-height:15px;
}
.videocopy-blog{
	width: 610px;
	background:#f1f1f1;
	border-bottom-right-radius: 30px 30px;
	border-top-right-radius: 30px 30px;
	padding:12px 16px 12px 12px;
	margin-left: 0 px;
	margin-top: 6px;
	color:#4d4d4d;
	font-size:12px;
	line-height:15px;
}
.videocopy-top{
	width: 690px;
	background:#f1f1f1;
	border-bottom-right-radius: 30px 30px;
	border-top-right-radius: 30px 30px;
	padding:12px 16px 12px 12px;
	margin-left: 0 px;
	margin-bottom: -8px;
	margin-top: 6px;
	color:#4d4d4d;
	font-size:12px;
	line-height:15px;
}
.videocopy-box{
	width: 690px;
	background:#f1f1f1;
	border-bottom-right-radius: 30px 30px;
	border-top-right-radius: 30px 30px;
	padding:12px 16px 12px 12px;
	margin-top: 6px;
	color:#4d4d4d;
	font-size:12px;
	line-height:15px;
}
.works{
	width: 880px;
	background:#f1f1f1;
	border-bottom-right-radius: 30px 30px;
	border-top-right-radius: 30px 30px;
	padding:12px 16px 12px 12px;
	margin-left: 0 px;
	margin-bottom: -0px;
	margin-top: 6px;
	color:#4d4d4d;
	font-size:12px;
	line-height:15px;
}
/* box2 */
.box2{
	background:#f2f2f2 url(images/bg-box2.gif) no-repeat;
	padding:4px 35px 20px 4px;
	
}
/* headline */
.headline{
	overflow:hidden;
	height:1%;
	min-height:42px;
	width:414px;
	display:block;
	background:url(images/bg-headline.gif) no-repeat;
	padding:11px 0 0 66px;
	font:22px/22px Arial, Helvetica, sans-serif;
	margin-bottom:0px;
}
.headline-archive{
	width:614px;
	overflow:hidden;
	height:1%;
	display:block;
	min-height: 42px;
	padding:11px 0 0 66px;
	background:url(images/bg-headline2.gif) no-repeat;
	font:30px/36px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	color: #999999;
	
}
* html .headline {
	overflow:visible;
	height:42px;
}
.cufon-active .headline{line-height:18px;}
.headline .cufon{padding-bottom:4px;}
/* contact */
.image-c{
	float: left;
	margin-bottom: 0px;
	padding-right: 15px;
	padding-top: 2px;
	z-index: 3;
}
.contact{
	width: 635px;
	background:#f1f1f1;
	border-bottom-right-radius: 30px 30px;
	border-top-right-radius: 30px 30px;
	padding:16px 20px 6px 12px;
	margin-left: 0 px;
	margin-top: 10px;
	color:#4d4d4d;
	font-size:12px;
	line-height:15px;
}
.contact a{text-decoration:none;
	color:#f58026;}
.contact a:hover{text-decoration:none;
	color:#000;}
/* studio */
.studio{
	width: 635px;
	background:#f1f1f1;
	border-bottom-right-radius: 30px 30px;
	border-top-right-radius: 30px 30px;
	padding:12px 16px 6px 12px;
	margin-left: 0 px;
	margin-top: -6px;
	color:#4d4d4d;
	font-size:12px;
	line-height:15px;
}
/* team */
.team{
	width: 482px;
	background:#f1f1f1;
	border-bottom-right-radius: 30px 30px;
	border-top-right-radius: 30px 30px;
	padding:12px 24px 16px 182px;
	margin-left: -10px;
	margin-top: 6px;
	margin-bottom: 20px;
	color:#4d4d4d;
	font-size:12px;
	line-height:15px;
}
.studio a{text-decoration:none;
	color:#f58026;}
.studio a:hover{text-decoration:none;
	color:#000;}
/* post */
.post{
	overflow:hidden;
	height:1%;
	padding: 5px 10px 0px 20px;
	margin-bottom: 20px;
	color:#4d4d4d;
	font-size:12px;
	line-height:15px;
	}
.post .info{
	margin-left:8px;
}
.post .content{
	background:#f2f2f2;
	border-bottom-right-radius: 20px 20px;
	border-top-right-radius: 20px 20px;
	padding: 12px 16px 12px 12px;
	}
.line{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: -20px;
	margin-bottom: 20px;
	border-bottom:thin dashed #e3e3e3;
}
.post .content .meta{
	background:#fff;
	border:thin dashed #4d4d4d;
	padding: 5px;
	margin-top:20px;
	border-bottom-right-radius: 20px 20px;
	border-top-right-radius: 4px 4px;
	
	
}
.post .content a{
	font-weight:bold;
	color:#333;}
.post .content a:hover{
	text-decoration:none;
	color:#f58026;}
.post .content .meta a{text-decoration:none;
	font-weight:normal;}
.post .content .meta a:hover{text-decoration:none;}
.published{
	float:left;
	width:123px;
	color:#808080;
	padding-top:1px;
}
.published strong{
	color:#f58026;
	font-size:14px;
	line-height:14px;
	display:block;
	width:100%;
	overflow:hidden;
	margin-bottom:1px;
}
.post .txt{
	overflow:hidden;
	height:1%;
}
/* footer */
#footer{
	padding:0 48px 20px 20px;
	height:1%;
	overflow:hidden;
	color:#f9f5d7;
	clear:both;
	position:relative;
	z-index:2;
	width: 898px;
	margin-top: -6px;
}
.txt1{
	float:right;
	font:12px/12px Arial, Helvetica, sans-serif;
	margin-top:12px;
	margin-right:-20px;
	z-index:3;
}
.home .txt1{margin:12px -20px -19px 0px;}
.txt1 span{float:left;}
.txt1 a{
	float:left;
	color:#f9f5d7;
	padding-bottom:1px;
/*	border-bottom:1px solid #f9f5d7; */
	text-decoration:none !important;
}
.txt1 a:hover{
	border:0;
	margin-bottom:1px;
}
.site{
	font:12px/12px Arial, Helvetica, sans-serif;
	margin-top:-15px;
	margin-left:90px;
	
}
.site a{
	color:#f9f5d7;
	padding-bottom:3px;
	text-decoration:none !important;
}
.site a:hover{
	color:#f58026;
	padding-bottom:2px;
	border-bottom:1px solid #f9f5d7;
	
}
.permalink {
	float:right;
	font:13px/13px Arial, Helvetica, sans-serif;
	margin-top:4px;
	margin-right: 38px;
}
.permalink a{
	color:#f58026;
	padding-bottom:1px;
/*	border-bottom:1px solid #f9f5d7; */
	text-decoration:none !important;
}
.permalink a:hover{
	color:#000;
	
}
#footer ul{
	float:left;
	font:14px/14px Arial, Helvetica, sans-serif;
	margin-right:-40px;
}
#footer ul li{
	background:url(images/sep.gif) no-repeat 0 1px;
	padding:0 6px 0 9px;
	float:left;
}
#footer ul li:first-child{
	background:none;
	padding-left:0;
}
#footer ul li a{
	float:left;
	color:#f9f5d7;
	padding-bottom:3px;
	text-decoration:none !important;
}
#footer ul li a:hover{
	padding-bottom:2px;
	border-bottom:1px solid #f9f5d7;
}
.img{
	float:left;
	margin:-63px 0 -351px 324px;
	position:relative;
}
img.ghost-logo {
	position: fixed;
	bottom:0;
	z-index: -999
}
div.textwidget {
	max-width: 1024px;
}
#header, div.textwidget, #main, #footer {
	margin-left: auto;
	margin-right: auto;
}
/*#homeSlider {
	width: 100%;
	overflow:visible;
}*/
span.twitter-timestamp {font-size:9px; color:#666666;}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
strong {font-weight: bold}
.no-subnav {
	width:968px !important;
}
.album{
  width:100%;
  background-color:#fff; 
  padding: 5px; 
  float: left;
}
.album .imageSingle {
  float: left; 
  margin: 0px; 
  width: 300px;
  height: 170px; 
  text-align:center; 
  padding: 3px;
}
.codedirection {
	unicode-bidi:bidi-override;
	direction: rtl;
}
.cat-post-item {
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 20px;
}
.cat-post-item p {
	font-size: 10px;
	line-height: 12px;
	margin-left: 8px;
	margin-top: 3px;
	color: #333333;
}	
.post-title {
	font:16px/16px Arial, Helvetica, sans-serif;
	line-height: 13px;
	color: #000000;
	margin-bottom: 2px;
	overflow: hidden;
}
.post-date {
	font-size: 10px;
	margin-left: 0px;
	margin-top: -5px;
	color: #333333;
}
.avhec-widget-line {
	padding-left: 20px;
	font:16px/16px Arial, Helvetica, sans-serif;
	line-height: 13px;
	color: #000000;
	margin-bottom: 2px;
	overflow: hidden;
}
.title2 {
	margin-top: -32px;
}
.title2 .info{
	margin-left:10px;
	color: #4D4D4D;
}
.title2 p{
	margin-top: -6px;
	margin-bottom:0px;
}
.entry-content {
	margin-top: -2px;
}
.entry-meta {
    	display:block;
	color:#4d4d4d;
    	font: 10px/10px, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
.intent-meta {
	float: left;
}
.time-meta {
	margin-top: 0px;
	float: right;
	font: 10px/10px, Arial, Helvetica, sans-serif;
}
.twitterwidget-title{
	display:none;
}