/* CSS Document */





/*   


Theme Name: yoichispeaks


Theme URI: http://www.yoichispeaks.com


Author: 9XDESIGNS


Author URI: http://9xdesigns.com


*/





/** Reset **/


/* ---------------------------------------------------------- */





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%;
	font: inherit;
}
/* 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, dl {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Global */


/* ---------------------------------------------------------- */


body {
	background-color:#fff;
	background:url(images/main_bg.png) repeat;
	color:#968B8B;
	font:12px/17px 'arial';
}
.title {
	color:#fff;
	background-color:#000;
}
/* Elements */


.element {
	border:1px solid #e3e3e3;
	margin:0px 0px 10px 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding:5px;
}
h1 {
	font-size:36px;
}
h2 {
	font-size:30px;
}
h3, h4, h5, h6 {
	font-size:24px;
}
p {
	line-height:18px;
	margin:15px 10px;
}
blockquote {
	padding:10px;
}
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: none;
}
h1 {
	font-size:34px;
}
li, dd, dt {
	padding:5px 10px;
}
dt {
	font-weight:bold;
}
pre {
	margin:10px;
	padding:10px;
	border:1px solid #e3e3e3;
	background-color:#fbfbfb;
	width:680px;
}
code {
	margin:0px;
	padding:0px;
}
table {
	margin:10px;
}
caption {
	font-size:20px;
	padding:5px;
}
td, th {
	background-color:#e3e3e3;
	padding:10px;
}
.linkbutton {
	border:1px solid #e3e3e3;
	padding:10px;
}
.light {
	background-color:#eeeeee;
}
.black {
	color:#fff;
	background-color:#000;
}
.colored {
	color:#fff;
	background-color:#7cbc0a;
}
/* Forms */


form {
	margin-bottom:20px;
}
fieldset {
	border:1px solid #e3e3e3;
	padding:20px;
}
legend {
	margin-left:15px;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=number]:focus, textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 60%;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
	padding: 3px;
}
.button {
	padding:5px;
	border:#e3e3e3;
	cursor:pointer;
}
.clearboth {
	clear:both;
}
.center {
	text-align:center;
}
#sn-iconswrap {
	width:100%;
	padding:5px 0px;
	margin:0;
	background-color:#070fb0;
}
.sn-icons {
	width:949px;
	padding:0px;
	margin:0 auto;
	text-align:right;
}
.sn-icons ul {
	margin:0;
	padding:0;
}
.sn-icons li {
	margin:0;
	padding:0px 2px;
	list-style-type:none;
	display:inline;
}
 .  #page {
 margin:0 auto;
 padding:0px;
}
.wrapper {
	margin:0 auto;
	padding:5px;
	width:949px;
	position:relative;
 *margin-bottom:20px;
}
/** Header Section **/


#header {
	background:url(images/footer_bg.png) top left repeat;
}
#logo {
	float:left;
}
#headerright {
	float:right;
}
#headertop {
	height:90px;
}
/** Main Navigation **/


#menu {
	clear: both;
	display: block;
	float: right;
	width: 474px;
	position:absolute;
	margin-left: 510px;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	position: relative;
	padding:0px 9px;
	border-right:1px solid #e8e2e2;
}
#menu li:last-child {
	border:none;
}
#menu a {
	font-family: 'Conv_ntailu';
	font-size:16px;
	color: #111111;
	display: block;
	text-decoration: none;
	padding:10px;
}
#menu ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 36px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}
#menu ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#menu li:hover > a,  #menu ul ul :hover > a,  #menu a:focus {
	background: #efefef;
}
#menu li:hover > a,  #menu a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	color: #ff0000;
}
#menu ul li:hover > ul {
	display: block;
}
#menu .current-menu-item > a,  #menu .current-menu-ancestor > a,  #menu .current_page_item > a,  #menu .current_page_ancestor > a {
	background: #f9f9f9; /* Show a solid color for older browsers */
	color: #ff0000;
}
/**Banner**/


.bannerwrap {
	background:#0033FF;
	border-radius:5px;
	background: #070fb2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */


background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3MGZiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDA5NmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #070fb2 0%, #04096e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #070fb2), color-stop(100%, #04096e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #070fb2 0%, #04096e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #070fb2 0%, #04096e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #070fb2 0%, #04096e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #070fb2 0%, #04096e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070fb2', endColorstr='#04096e', GradientType=0 ); /* IE6-8 */
	padding:23px 10px 10px;
 *margin-top:80px;
 *background:#070fb2;
	margin:0px auto;
	width:949px;
	position:relative;
}
.banner {
	background:url(images/banner-shadow.jpg) top left repeat-x;
	width:947px;
	margin:0;
	padding:0;
}
.banner h1 {
	font-family:'BenchNine';
	font-size:35px;
	color:#0608c9;
	font-weight:400;
	float:left;
	width:903px;
	padding:18px 0px 18px 27px;
	text-align:left;
	float:left;
	width:580px;
}
.banner h2 {
	font-family:'Lato';
	font-size:22px;
	font-weight:bold;
	color:#000;
	float:left;
	width:903px;
	padding:18px 0px 18px 27px;
	text-align:left;
	float:left;
	width:580px;
}
.banner h3 {
	font-family:'Conv_handsean';
	font-size:23px;
	font-weight:normal;
	color:#0608c9;
	float:left;
	width:903px;
	padding:18px 0px 18px 27px;
	text-align:left;
	float:left;
}
.banner p input[type=text] {
	background:#dfdddf;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-radius:2px;
	font-size:18px;
	font-weight:normal;
	color:#000;
	float:left;
	width:903px;
	text-align:left;
	float:left;
	width:300px;
	padding:10px;
}
.banner input[type=button] {
	font-family:'Lato';
	font-size:18px;
	font-weight:bold;
	color:#fff;
	border-radius:2px;
	background: #070fb2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */


background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3MGZiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDA5NmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #070fb2 0%, #04096e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #070fb2), color-stop(100%, #04096e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #070fb2 0%, #04096e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #070fb2 0%, #04096e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #070fb2 0%, #04096e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #070fb2 0%, #04096e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070fb2', endColorstr='#04096e', GradientType=0 ); /* IE6-8 */
	padding:10px;
	margin-left:10px;
	border:none;
	float:left;
}
.banner p {
	font-family:'Lato';
	font-size:18px;
	font-weight:normal;
	color:#000;
	float:left;
	width:903px;
	padding:0px 0px 0px 27px;
	text-align:left;
	float:left;
}
.bannerright {
	float:right;
	width:200px;
	position:absolute;
	left:700px;
	top:97px;
}
/** Slider **/


#slider {
	width:100%;
	text-align:center;
}
/** Content **/


#contentbody {
	margin-top:16px;
	float:left;
	width:956px;
 *width:968px;
 *margin-top:16px;
}
#contentbody_inner {
	margin-top:6px;
	float:left;
	width:660px;
 *margin-top:6px;
 *width:660px;
	background-color:#FFF;
	border-radius:6px;
	font:normal 12px 'arial';
	color:#968b8b;
	padding:10px;
	border:#CCC solid 1px;
}
#contentbody_inner h1 {
	color:#1982D1;
	font:normal 30px 'Abel';
}
#contentbody_inner h3 {
	color:#1982D1;
	font:normal 20px 'Abel';
}
#contentbody_inner img {
	text-align:left;
}
#sidebar {
	width:250px;
font:12px/17px 'arial';
	margin:10px 0px 0px 10px;
	float:left;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.sidebar-widget
{
	width:250px;
	background-color:#fff;
	padding:10px;
	margin:0px 0px 10px 0px;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.sidebar-widget .textwidget
{
padding-top:5px;
color:#968B8B;
}
.sidebar-widget h1 {
	font-family:'BenchNine';
	font-size:23px;
	color:#050c8d;
	padding:0px;
	width: 300px;
}
#sidebar ul li
{
	border-bottom:1px dotted #e3e3e3;
}
#sidebar ul li a
{
	font:12px/17px 'arial';
}
.box1 {
	width:215px;
 *width:218px;
	background:#fff;
	border-radius:5px;
	border:1px solid #bec3ca;
	margin-right:2px;
	text-align:center;
	padding:15px 10px 4px;
	margin-bottom:21px;
 *margin-bottom:15px;
}
.box1top {
	font:normal 12px 'arial';
	color:#737aff;
	text-align:right;
	padding:3px 11px;
}
.box1 img {
	width:191px;
	height:137px !important;
}
.box1 p {
	font:normal 12px 'arial';
	color:#968b8b;
	margin-right:2px;
	text-align:center;
	text-align:left;
	
	line-height:17px;
 *line-height:15px;
}
.box1left {
	font:normal 11px 'arial';
	color:#eb7248;
	text-align:left;
	padding:2px 10px;
	float:left;
}
.box1right {
	font:normal 11px 'arial';
	color:#eb7248;
	text-align:left;
	padding:2px 13px;
	float:right;
 *padding:2px 10px;
}
.box1 h2 {
	font-family:'Abel';
	color:#050c8d;
	font-size:20px;
	font-weight:bold;
}
.box2 {
	width:480px;
}
.box3 {
	width:720px;
}
.box4 {
	width:960px;
}
.box1, .box2, .box3, .box4 {
	float:left;
}
.readmore {
	float:right;
	margin:10px;
}
.pagenav {
	float:right;
	margin:15px;
	font:12px/17px 'arial';
}
.page-numbers {
	border:1px solid #e3e3e3;
	background-color:#fbfbfb;
	padding:3px 5px;
	text-decoration:none;
}
#searchform {
	margin:10px;
}
/*


	Slideshow


*/


#slider {
	position:relative;
}
#slides {
	position:absolute;
	z-index:100;
	height: 341px;
}
/*


	Slides container


	Important:


	Set the width of your slides container


	Set to display none, prevents content flash


*/





.slides_container {
	width:980px;
	overflow:hidden;
	position:relative;
	display:none;
}
/*


	Each slide


	Important:


	Set the width of your slides


	If height not specified height will be set by the slide content


	Set to display block


*/





.slides_container a {
	width:980px;
	height:367px;
	display:block;
}
.slides_container a img {
	display:block;
}
/*


	Next/prev buttons


*/





#slides .next, #slides .prev {
	position:absolute;
	top:156px;
	left:9px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides .next {
	left:945px;
}
/*


	Pagination


*/








.pagination {
	margin:10px auto 0;
	width:100px;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	padding: 0;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
#footer {

	background:url(images/footer_bg.png) top left repeat-x;
}
.fbutton {
	margin:0 auto;
	text-align:center;
	margin-top:10px;
 *margin-top:55px;
}
#footer input[type=button] {
	font:normal 13px 'arial';
	color:#fff;
	border:none;
	padding:8px 14px;
	border-radius:3px;
	text-align:center;
	width:117px;
	left:417px;
	top:16px;
 *margin-top:-40px;
	background: #342f2f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */


background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0MmYyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #342f2f 0%, #020101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #342f2f), color-stop(100%, #020101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #342f2f 0%, #020101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #342f2f 0%, #020101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #342f2f 0%, #020101 100%); /* IE10+ */
	background: linear-gradient(to bottom, #342f2f 0%, #020101 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#342f2f', endColorstr='#020101', GradientType=0 ); /* IE6-8 */
}
.footerdots {
	background:url(images/footer-dots.png) top left repeat-x;
	margin:0;
	top: 67px;
	width: 929px;
	height:8px;
	margin-top:15px;
}
#footer h1 {
	font-family:'BenchNine';
	font-size:23px;
	color:#050c8d;
	margin-top: 20px;
	width: 300px;
}
.footer-widget {
	width:288px;
	margin-right:25px;
	float:left;
}
.footer-widget-box {
	width:288px;
	background:#fff;
	border-radius:5px;
	border:1px solid #e0d9d9;
	float:left;
	font: 12px/17px 'arial';
	padding:8px;
	color:#968B8B;
}
.footer-widget-box ul {
	padding:0px;
	margin:0;
}
.footer-widget-box li {
	list-style-type:none;
	display:inline;
	padding:9px 5px;
	margin:0;
	float:left;
}
.footer-widget-box p {
	font:normal 11px 'Arial';
	color:#beb1b1;
	padding:0px;
	margin:0px;
	width:62px;
	text-align:center;
}

#footermenu {
	clear: both;
	width: 576px;
	padding:20px 0px;
	margin-left: 573px;
}
#footermenu ul {
	list-style: none;
	margin-left:-98px;
}
#footermenu li {
	float: left;
	position: relative;
	padding:0px 13px;
	border-right:1px solid #e8e2e2;
	text-align:right;
}
#footermenu li:last-child {
	border:none;
}
#footermenu a {
	font-family: 'Conv_ntailu';
	font-size:16px;
	color: #111111;
	display: block;
	text-decoration: none;
	padding:10px;
}
#footermenu a:hover {
	color: #ff0000;
}
#footermenu .current-menu-item > a,  #footermenu .current-menu-ancestor > a,  #footermenu .current_page_item > a,  #footermenu .current_page_ancestor > a {
	background: #f9f9f9; /* Show a solid color for older browsers */
	color: #ff0000;
}
.footerlogo {
	text-align:center;
}
 @font-face {
 font-family: 'Conv_ntailu';
 src: url('fonts/ntailu.eot');
 src: local('?'), url('fonts/ntailu.woff') format('woff'), url('fonts/ntailu.ttf') format('truetype'), url('fonts/ntailu.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'Conv_handsean';
 src: url('fonts/handsean.eot');
 src: local('?'), url('fonts/handsean.woff') format('woff'), url('fonts/handsean.ttf') format('truetype'), url('fonts/handsean.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
#contentwrap {
	width:100%;
	margin:0 auto;
	background:#000;
}
#blogs {
	width:95%;
}
#blogs img {
	text-align:left;
}
#blogs span {
	width:75%;
}
.testimonial {
	margin:5px;
	padding:5px;
	border:#e7e6e6 solid 1px;
	border-radius:5px;
}
.testimonial img {
	float:left;
	background-color:#F5F5F5;
	padding:7px;
	border:1px solid #CCC;
	margin:12px 16px 12px 0px;
}
.testimonial span {
	width:75%;
	float:right;
}
.powered-by {
	display:none !important;
}
#ean {
	text-align:left;
}
#ean input[type=text] {
	background:#dfdddf;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-radius:2px;
	font-size:18px;
	font-weight:normal;
	color:#ccc;
	float:left;
	width:903px;
	text-align:left;
	float:left;
	width:300px;
	padding:10px;
	margin-left:40px;
}
#ean input[type=submit] {
	font-family:'Lato';
	font-size:18px;
	font-weight:bold;
	border-radius:2px;
	background:url(images/send.gif) top left no-repeat;
	padding:10px;
	margin-left:10px;
	border:none;
	float:left;
	text-indent:-9999px;
	width:125px;
	height:44px;
	cursor:pointer;
}


.videogall-item {
	min-height:86px !important;
}
.entry input[type=submit] {
	font:normal 13px 'arial';
	color:#fff;
	border:none;
	padding:8px 14px;
	border-radius:3px;
	text-align:center;
	width:117px;
	left:417px;
	top:16px;
 *margin-top:-40px;
	background: #342f2f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */


background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0MmYyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #342f2f 0%, #020101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #342f2f), color-stop(100%, #020101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #342f2f 0%, #020101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #342f2f 0%, #020101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #342f2f 0%, #020101 100%); /* IE10+ */
	background: linear-gradient(to bottom, #342f2f 0%, #020101 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#342f2f', endColorstr='#020101', GradientType=0 ); /* IE6-8 */
}
.google h2 {
	display:none;
}
.pmcTFCounts {
	color:#968B8B;
}
.x9postcontent
{
	height:105px;
}
.x9postcontent a
{
	float:right;
}
.pmeta
{
	background:url(images/gradient-line.jpg) top center no-repeat;
	padding:10px 0px;
}