/* 
Theme Name: TakeZer0
Theme URI: http://takezero.com/
Description: Custom theme for TakeZer0
Version: 1.0
Author: Keith Solomon
Author URL: http://solowebdesigns.net

	Unless otherwise noted, all code in this theme complies with the GNU GPL 2.0 license.
	For a copy, please refer to the following link: http://www.gnu.org/licenses/gpl-2.0.html
	
	Theme Files:
	  THEME FUNCTIONS:
	  ----------------------
	* functions.php 		- Defines functions for use in various parts of the theme.
	* includes/search.php		- Helper plugin to make search results nicer (adds search term highlighting and page content searching).
					Plugin courtesy Scott Yang (http://scott.yang.id.au/).

	  THEME STYLES:
	  ----------------------
	* style.css				- Defines and controls styles for the site (this file).
	* css/reset.css			- CSS global style reset.
	* css/ie.css			- Generic Internet Explorer style fixes.
	* css/ie6.css			- Internet Explorer 6 specific style fixes.
	* css/ie7.css			- Internet Explorer 7 specific style fixes.
	* css/screen.css		- Screen-specific site styles.
	* css/print.css			- Printer-friendly site styles.

	  THEME TEMPLATES:
	  ----------------------
	* header.php 			- Controls the header section of the site.
	* index.php				- Controls the main content section of the site's front page (when not using a home.php template).
	* single.php			- Controls the main content section of the site for individual blog posts.
	* comments.php			- Controls the comments section of single post pages.
	* page.php				- Controls the main content section of the site for static WordPress pages.
	* archive.php			- Controls the main content section of the site for archive (category, date, etc) pages.
	* searchform.php		- Defines the stock search form for inclusion in various parts of the theme.
	* search.php			- Controls the main content section of the site for search results.
	* sidebar.php			- Controls the sidebar content on all pages of the site, configured for WordPress widgets.
	* footer.php			- Controls the footer section of the site.
*/

body {
	background: #ccc url(images/bg.png) repeat-x;
	color: #000;
	font: 62.5% Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 823px;
}

#cont-wrap {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

/* MISCELLANEOUS */
.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	display: inline;
	float: left;
}

.right {
	float: right;
}

strong.search-excerpt {
	background: yellow;
	padding: .2em .3em;
}

/* HEADER */
#header {
	background: url(images/header-bg.png) no-repeat;
	float: left;
	height: 314px;
	margin: 5px 0 0;
	width: 100%;
}

/* LOGO */
/* Logo image replacement */
#logo h1 a {
	background: transparent url(images/home-link.png) left center no-repeat;
	display: block;
	float: left;
	line-height: 104px; /* height of the image */
	margin-left: 66px;
	text-indent: -1000em;
	overflow: hidden;
	width: 116px; /* width of the image */
}

/* NAV */
#nav {
	float: right;
	font-size: 1.2em;
	margin: 46px 11px 0 0;
	width: 350px;
}

#nav li a {
	display: block;
	float: left;
	height: 39px;
	margin-right: 10px;
	padding: 0px;
	text-decoration: none;
	text-indent: -1000em;
}

#nav li#home a {
	background: url(images/home-btn.png);
	width: 78px;
}

#nav li#about a {
	background: url(images/about-btn.png);
	width: 77px;
}

#nav li#forum a {
	background: url(images/forum-btn.png);
	width: 77px;
}

#nav li#port a {
	background: url(images/port-btn.png);
	width: 107px;
}

#nav li#home a:hover, #nav li#about a:hover, #nav li#port a:hover, #nav li#forum a:hover,
#nav li#home a.current, #nav li#about a.current, #nav li#port a.current, #nav li#forum a.current {
	background-position: 0 -39px;
}

#nav li#feed a {
	background: url(images/feed.png) no-repeat 0 50%;
	margin-right: 0;
	width: 48px;
}

/* CONTENT */
#slideshow {
	position: relative;
	top: 19px;
}

/* Category Nav Menu */
#subnav {
	font-size: 1.2em;
	margin: 0 auto 57px;
	padding: 0;
	width: 520px;
}

#subnav li {
	list-style-type: none;
}

#subnav a {
	display: block;
	float: left;
	height: 26px;
	margin-right: 8px;
	overflow: hidden;
	padding: 0px;
	text-decoration: none;
	text-indent: -1000em;
}

#subnav a#all {
	background: url(images/all-btn.png);
	width: 54px;
}

#subnav a#eps {
	background: url(images/eps-btn.png);
	width: 94px;
}

#subnav a#vlogs {
	background: url(images/vlogs-btn.png);
	width: 70px;
}

#subnav a#shorts {
	background: url(images/shorts-btn.png);
	width: 105px;
}

#subnav a#news {
	background: url(images/news-btn.png);
	width: 63px;
}

#subnav a#reviews {
	background: url(images/reviews-btn.png);
	margin-right: 0;
	width: 81px;
}

#subnav a#all:hover, #subnav a#eps:hover, #subnav a#vlogs:hover, #subnav a#shorts:hover, #subnav a#news:hover, #subnav a#reviews:hover,
#subnav a#all.current, #subnav a#eps.current, #subnav a#vlogs.current, #subnav a#shorts.current, #subnav a#news.current, #subnav a#reviews.current {
	background-position: 0 -26px;
}

#content {
	background: #fff;
	display: inline;
	float: left;
	margin-bottom: 1em;
	padding: 0;
	width: 565px;
}

/*************************************************************************************************************************************************************************/

#content_page {
	background: #fff;
	display: inline;
	float: left;
	margin-bottom: 1em;
	padding: 0;
	width: 800px;
}

.content_page #subnav {
	font-size: 1.2em;
	margin: -7.5px auto 57px;
	padding: 0;
	width: 520px;
	position: relative;
	right:117px;
}

.content_page p {
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 1.5em;
	text-align: left;
	letter-spacing:0.3px;
}

.content_page a:link, .content_page a:visited, .content_page a:active {
	color: #C52828;
	text-decoration: solid;
}

.content_page a:hover {
	text-decoration: none;
}

.content_page a.more-link {
	float: left;
	margin-top: 1.5em;
}

.content_page .thumb {
	display: inline;
	float: left;
	height: 94px;
	margin-right: 17px;
	width: 94px;
	border: 1px solid #fff;
}

.content_page .thumb img {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.content_page .entry {
	background: #fff;
	display: inline;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 21px 21px 0;
	width: 756px;
}

.content_page .nobg {
	background: transparent;
	border: none;
}

.content_page .even {
	background: #f9f7f7;
	border: none;
}

.content_page .entry:hover {
	background: #fff;
}

.content_page .entry-cont {
	display: inline;
	float: right;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 404px;
}

.content_page .postmeta {
	background: url(images/meta-bg.png) repeat-x;
	color: #fff;
	float: left;
	font-family: Tahoma, sans-serif;
	height: 18px;
	line-height: 18px;
	margin-bottom: 1em;
	padding: 0 .5em;
	width: auto;
}

.content_page .comm-count {
	background: url(images/comment.png) no-repeat;
	font: 18px Tahoma, sans-serif;
	float: right;
	height: 35px;
	line-height: 25px;
	text-align: center;
	width: 36px;
}

.content_page .comm-count a {
	color: #898989;
	font-weight: bold;
	text-decoration: none;
}

.content_page h1 {
	font-size: 2em;
	margin-bottom: 1em;
}

.content_page h1 a:link, .content_page h1 a:visited, .content_page h1 a:active {
	text-decoration: none;
}

.content_page h1 a:hover {

}

.content_page h1.pagetitle {
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, Tahoma, sans-serif;
	margin-bottom:.25em;
	color:#949800;
}

.content_page h1.pagetitlepostpage {
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, Tahoma, sans-serif;
	margin-bottom:.25em;
	color:#949800;
	font-size:30px;
}

.content_page h1.pagetitle a:link, .content_page h1.pagetitle a:visited, .content_page h1.pagetitle a:active {
	text-decoration: none;
	color:#949800;
}

.content_page h1.pagetitle a:hover {
	color:#e8ae30;
}

.content_page h2 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

.content_page h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content_page h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content_page h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content_page h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content_page blockquote {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1.8em;
	padding: 0 1.5em;
}

.content_page ul {
	margin: 0 0 1.5em 3em;
}

.content_page ul li {
	list-style-type: disc;
}

.content_page ol {
	list-style-type: decimal;
	margin: 0 0 1.5em 3em;
}

.content_page ol li {
	list-style-type: decimal;
}

.content_page li {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.content_page li ul {
	margin-bottom: 0;
}

.content_page li li {
	font-size: 1em;
}

.content_page img {
	background: #fff;
	border: 0px solid #333;
	display: block;
	padding: 0;
}

.content_page img.alignleft {
	display: inline;
	float: left;
	margin: .5em 1.5em 1em 0;
}

.content_page img[align $='left'] {
	display: inline;
	float: left;
	margin: .5em 1.5em 1em 0;
}

.content_page img.alignright {
	display: inline;
	float: right;
	margin: .5em 0 1em 1.5em;
}

.content_page img[align $='right'] {
	display: inline;
	float: right;
	margin: .5em 0 1em 1.5em;
}

.content_page img.center, .content_page img.centered, .content_page img.aligncentered {
	margin: .5em auto 1em;
	text-align: center;
}

.content_page img[align $='center'] {
	margin: .5em auto 1em;
	text-align: center;
}

/*************************************************************************************************************************************************************************/

.content p {
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 1.5em;
	text-align: left;
	letter-spacing:0.3px;
	text-shadow:0 1px 0 #FFFFFF;
}

.content a:link, .content a:visited, .content a:active {
	color: #C52828;
	text-decoration: solid;
}

.content a:hover {
	text-decoration: none;
}

.content a.more-link {
	float: left;
	margin-top: 1.5em;
}

.content .thumb {
	display: inline;
	float: left;
	height: 94px;
	margin-right: 17px;
	width: 94px;
	border: 1px solid #fff;
}

.content .thumb img {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.post-sep {
	border-top: 1px solid #c9c9c9;
	float: left;
	height: 1px;
	margin: 1px 0 0;
	width: 565px;
}

.content .entry {
	background: #eeeaea;
	display: inline;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 21px 21px 0;
	width: 523px;
}

.content .nobg {
	background: transparent;
	border: none;
}

.content .even {
	background: #f9f7f7;
	border: none;
}

.content .entry:hover {
	background: #fff;
}

.content .entry-cont {
	display: inline;
	float: right;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 404px;
}

.content .postmeta {
	background: url(images/meta-bg.png) repeat-x;
	color: #fff;
	float: left;
	font-family: Tahoma, sans-serif;
	height: 18px;
	line-height: 18px;
	margin-bottom: 1em;
	padding: 0 .5em;
	width: auto;
}

.content .comm-count {
	background: url(images/comment.png) no-repeat;
	font: 18px Tahoma, sans-serif;
	float: right;
	height: 35px;
	line-height: 25px;
	text-align: center;
	width: 36px;
}

.content .comm-count a {
	color: #898989;
	font-weight: bold;
	text-decoration: none;
}

.excerpt {
	color: #8d8d8d;
	font: 12px "Lucida Grande", Tahoma, Arial, sans-serif;
	font-style: italic;
}

.content h1 {
	font-size: 2em;
	margin-bottom: 1em;
	text-shadow:0 1px 0 #FFFFFF;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active {
	text-decoration: none;
}

.content h1 a:hover {

}

.content h1.pagetitle {
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, Tahoma, sans-serif;
	margin-bottom:.25em;
	color:#949800;
}

.content h1.pagetitlepostpage {
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, Tahoma, sans-serif;
	margin-bottom:.25em;
	color:#949800;
	font-size:30px;
}

.content h1.pagetitle a:link, .content h1.pagetitle a:visited, .content h1.pagetitle a:active {
	text-decoration: none;
	color:#949800;
}

.content h1.pagetitle a:hover {
	color:#e8ae30;
}

.content h2 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

.content h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content blockquote {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1.8em;
	padding: 0 1.5em;
}

.content ul {
	margin: 0 0 1.5em 3em;
}

.content ul li {
	list-style-type: disc;
}

.content ol {
	list-style-type: decimal;
	margin: 0 0 1.5em 3em;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.content li ul {
	margin-bottom: 0;
}

.content li li {
	font-size: 1em;
}

.content img {
	display: inline;
	padding: 0;
}

.content img.alignleft {
	display: inline;
	float: left;
	margin: .5em 1.5em 1em 0;
}

.content img[align $='left'] {
	display: inline;
	float: left;
	margin: .5em 1.5em 1em 0;
}

.content img.alignright {
	display: inline;
	float: right;
	margin: .5em 0 1em 1.5em;
}

.content img[align $='right'] {
	display: inline;
	float: right;
	margin: .5em 0 1em 1.5em;
}

.content img.center, .content img.centered, .content img.aligncentered {
	margin: .5em auto 1em;
	text-align: center;
}

.content img[align $='center'] {
	margin: .5em auto 1em;
	text-align: center;
}

.wp-caption {
	background: #eee;
	color: #000;
	margin: .4em 0;
	padding: .5em;
	text-align: center;
}

.navigation {
	float: left;
	padding: 1em 21px;
	width: 515px;
}

/* SIDEBAR */
#sidebar {
	background: #e6e0e0 url(images/sidebar-bg.png) repeat-x;
	display: inline;
	float: right;
	font-family: Tahoma, sans-serif;
	margin-right: 1px;
	padding: 21px 21px 21px 18px;
	width: 195px;
	text-shadow:0 1px 0 #FFFFFF;
}

.sidebar .widgetblock {
	margin-bottom: 3em;
}

.sidebar .widgetblock p {
	color: #555555;
}

.sidebar #lens {
	background: url(images/lens.png) no-repeat;
	height: 86px;
	margin: 3em auto;
	width: 86px;
}

.sidebar #twitter a {
	background: transparent url(images/twitter.png) left center no-repeat;
	display: block;
	line-height: 26px; /* height of the image */
	margin: .5em auto 0;
	text-indent: -1000em;
	overflow: hidden;
	width: 116px; /* width of the image */
}

.sidebar p {
	font-size: 1.2em;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #949800;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: none;
	color: #C52828;
}

.sidebar h2 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

.sidebar h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}

.sidebar h3.widgettitle {
	color: #4f4f4f;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.sidebar h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}

.sidebar h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1em;
}

.sidebar h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

.sidebar #searchform div, .sidebar #joinlist div {
	margin: .5em 0;
}

.sidebar #searchform input#s, .sidebar #joinlist input#yubid-yubid {
	border: none;
	color: #bdbdbd;
	font-size: 13px;
	height: 16px;
	line-height: 28px;
	padding: 6px 5px;
}

.sidebar #searchform input#s {
	background: url(images/srch-bg.png) no-repeat;
	width: 184px;
}

.sidebar #joinlist input#yubid-yubid {
	background: url(images/sub-bg.png) no-repeat;
	width: 118px;
}

.sidebar #joinsubmit {
	background: url(images/sub-btn.png) no-repeat;
	border: none;
	color: #737373;
	font: 13px Tahoma, sans-serif;
	font-weight: bold;
	height: 28px;
	margin-left: -1px;
	padding: 5px 0 13px;
	text-align: center;
	width: 64px;
}

.sidebar #searchsubmit:hover {
	cursor: pointer;
}

.sidebar ul {
	margin: 0 0 1.5em 3em;
}

.sidebar ul li {
	list-style-type: none;
}

.sidebar ol {
	list-style-type: decimal;
	margin: 0 0 1.5em 3em;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.sidebar li ul {
	margin-bottom: 0;
}

.sidebar li li {
	font-size: 1em;
}

/* COMMENTS */
#comments {
	margin: 2em 0;
	padding: 1em 21px;
	width: 515px;
}

#comments h3 {
	border-bottom: 1px solid #c9c9c9;
	margin: 0;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
}

#comments .commentlist li {
	background: #f9f7f7;
	font-size: 1.2em;
	list-style: none;
	margin: 0;
	padding: .5em;
}

#comments .commentlist li.alt {
	background: #eeeaea;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
}

#comments .commentlist p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
}

#commentform p {
	margin: 0;
}

#commentform p small {
	font-size: 1.1em;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	display: block;
	margin: 0 0 1.5em;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {

}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	background: transparent;
}

#comments .avatar {
	display: inline;
	float: left;
	margin: 0 .5em 0 0;
	padding: .3em;
}

#comments .comment-author {
	font-size: 1em;
}

#comments .comment-author cite {

}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0;
	padding: 2em 0;
}

#commentform label {
	color: #737373;
	font-size: 1em;
}

#commentform label span {
	font-size: 1.1em;
}

#commentform input, #commentform textarea {
	border: 1px solid #c9c9c9;
	margin-bottom: .5em;
	padding: .5em;
}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #333;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	margin-right: .5em;
	width: 20em;
}

#commentform textarea {
	margin-bottom: .5em;
	width: 100%;
}

#commentform p.subscribe-to-comments {
	display: inline;
	float: left;
	margin-top: -2.5em;
}

#commentform p.subscribe-to-comments input {
	margin-left: .5em;
}

#commentform #submit {
	border: 1px solid #c9c9c9;
	color: #737373;
	display: inline;
	float: right;
	font: 13px Tahoma, sans-serif;
	font-weight: bold;
	padding: .5em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#commentform #submit:hover {
	cursor: pointer;
}

/* FOOTER */
#footer {
	border-top: 1px solid #333;
	clear: both;
	color: #333;
	padding-top: .5em;
}

#footer-inner {
	margin: 0 auto;
	text-align: left;
	width: px;
}

#footer-credits, #footer-meta {
	width: 49%;
}

#footer-meta {
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#000;
	text-decoration: none;
}

#footer a:hover {

}

#footer p {
	font-size: 1.1em;
}

#footer ul {
	margin-bottom: 1em;
}

#footer ul li {
	border-left: 1px solid #999;
	display: inline;
	font-size: 1.1em;
	margin-left: .5em;
	padding-left: 1em;
}

#footer ul li.first {
	border-left: none;
}

/* Featured Post Styles */
#d13slideshow {
	background-color:#000000;
	width:781px;
	height:187px;
	margin:2px 0 0 21px;
	padding:0px;
}

#d13nav { margin:0px; padding:0px; }

#navleft {
	z-index:200;
	position:absolute;
	width:15px;
	height:187px;
	margin:0 0;
	padding:0px;
}

#navright {
	z-index:201;
	position:absolute;
	width:15px;
	height:187px;
	margin:0 0;
	padding:0px;
	margin-left:766px;
}

#navleft a, #navright a {
	width:15px;
	height:187px;
	display:block;
	background-color:#000000;
	filter:alpha(opacity=30);-moz-opacity:.3;opacity:.3;
	background-position:center center;
	background-repeat:no-repeat;
}

#navleft a { background-image:url(images/left.gif); }

#navright a { background-image:url(images/right.gif); }

#navleft a:hover, #navright a:hover { filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6; }

#navleft a span, #navright a span { display:none; }

div.d13slide {
	padding:0px;
	margin:0px;
}

div.d13slide img {
	padding:0px;
	margin:0px;
}

div.d13fader {
	display: none;
}

div.d13fader h3 {

}

div.d13fader h3 a {  }

div.d13fader h3 a:hover {  }

div.d13fader p {

}

div.d13fader p a {  }

div.d13fader p a:hover{  }

#player1, #player2, #player3 {text-align: center;}

.donatebuttons {
	text-align:center;
}

.centerdonatebuttons {
	text-align:center;
}

.afterdonations {
	clear:both;
}

.tinycategory {
	color:#949800;
}

.videoicons {
	float:left;
	text-align:center;
}

.tweets {
	color:#555555;
}

.tweets li {
	width:185px;
	position:relative;
	right:25px;
}

.floating_logo {
	width:201px;
	height:114px;
	position:absolute;
	top:10px;
	background-color:transparent;
	border:none;
	z-index:100000;
	background-image:url(http://takezer0.com/images/tzlogo.png);
	background-repeat:no-repeat;

	display:block;
	line-height:114px; /* height of the image */
	text-indent:-1000em;
	overflow:hidden;
	width:201px; /* width of the image */
}

.sidebar .widgetblock ul li {
	position:relative;
	right:25px;
}

.advertise-images {
	text-align:left;
	width:600px; height:165px;
	margin:0; padding:0;
}

.store { width:756px; clear:both; }
.storeSpace { width:756px; height:35px; font-size:16pt; clear:both; }
#storeText { font-size:11pt; color:#333; }
.storeLeft { float:left; width:200px; }
.storeRight { float:left; width:556px; font-size:14pt; }

.widgetblock li .entry-content { color:#555555; }

.widgetblock li .entry-meta { color:#555555; font-size:7pt; }