/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* Reset: based on http://meyerweb.com/eric/tools/css/reset v1.0 | 20080212, sans table styles
============================================================================================== */

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,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
cite,
address {
	display:inline;
	font-style:normal;
}

/* Typography
======================================================*/
body {
	background: #fff;
	color: #222;
	font: 12px/18px helvetica, arial, sans-serif;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
*[lang] {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
pre {
	overflow: auto;
}
textarea {
	font: 12px/18px helvetica, arial, sans-serif;
	padding: 3px;
}
/* Links */
a,
a:visited {
	color: #C3141B;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	text-decoration: none;
	color:#000;
	background-color:#E91C23;

}

/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}
 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 13px;
	font-style: italic;
}
/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	display:block;
	margin-bottom:9px;
	font-family:"Georgia",serif
}
h1,
.h1 {
	font-size: 24px;
	line-height:1;
	margin-bottom:15px;

}
h1.category{
border-bottom:1px dotted;

width:510px;
font-size:30px;
}
h2,
.h2 {
	font-size: 18px;
}
h3,
.h3 {
	font-size: 14px;
}
p,
pre,
dl,
ul,
ol {
	margin-bottom:18px;
}

.dotted{border-bottom:dotted 1px black;width:200px;margin:40px auto 0px auto;}
blockquote {
	border:none;
	background:transparent url(../img/blockquote.gif) top left no-repeat;
	margin:16px 0px 20px 9px;
	padding-left:10px;
	padding-top:10px;
	font-family:georgia,serif;
	font-size:15px;
	line-height:20px;
}
ol {
	margin-left:36px;
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}

dd,
.tight {
	margin-bottom:9px;
}
ul li {
	background: url(../img/arrow-bullet.gif) no-repeat left top;
	list-style:none;
	padding-left:12px;
	text-transform:uppercase;
}
acronym,
.caps,
.small {
	font-size: 11.5px;
}
hr {
	background:#ccc;
	color:#ccc;
	height:1px;
	margin:0 30px 18px 30px;
}

.rule,
.rule-minor {
	border-top:1px dotted black;
	height:9px;
	margin:0 0 18px;
}
.rule-major {
	border-top:1px dotted black;
	height:35px;
	margin:0 0 18px;
}
.rule hr,
.rule-minor hr,
.rule-major hr {
	display:none;
}

/* No formatting class */
.plain,
.plain li {
	background:transparent;
	border:0;
	font-style:normal;
	list-style:none;
	margin:0;
	padding:0;
}
.alt-font {
	color: #999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;

	
}
.alt-font a {
	font-family:helvetica, arial, sans-serif;
	font-style:normal;
}

/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* UI: Shared classnames
================================================================= */
.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi {
	display:none;
}
/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

h1.page-title {
	color: #999;
	font: italic 14px Georgia, serif;
}

/* General horizontal navigation lists with dropdown magic */
.nav,
.nav ul,
.nav li {
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
}
.nav ul {
	background: #e9eaea;
	border: 1px solid #cecfd1;
	border-color: #cecfd1 #aaa #aaa #cecfd1;
	z-index: 9999;
}
.nav li {
	float:left;
	margin-right:12px;
}
.nav li a {
	display:block;
}
.nav li li a {
	color: #a00004 !important; /* These need to retain a contrasting color with dropdown background */
	padding:6px 9px;
}
.nav li ul,
.nav li li {
	margin-right:0;
	width: 200px;
}
.nav li li ul {
	margin:-31px 0 0 200px;
}
.nav li.secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
}
/* dropdown action */
.nav li ul,
.nav li:hover li ul,
.nav li li:hover li ul,
.nav li.hover li ul,
.nav li li.hover li ul {
	left: -32697px;
	position: absolute;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.hover ul,
.nav li li.hover ul,
.nav li li li.hover ul {
	left: auto;
}

.pagination,
.pagination-single {
	background-color:#e9eaea;
	margin-top: 20px;
	overflow:hidden;
}
.pagination .previous a,
.pagination-single .previous {
	float:left;
	padding:18px;
}
.pagination .next a,
.pagination-single .next {
	float:right;
	padding:18px;
}
.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.close {
	background-color:#e9eaea;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 6px;
	text-align: center;
}
/* including for compatibility */
.alignleft {
	float:left;
	margin: 5px 10px 5px 0px !important;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Structure
================================================
	Total width: 960
	Columns: 12
	Column width: 60px
	Gutter width: 20px
	Unit (column + gutter): 80px
	Interior padding: 6px = colum width 54px
	#content = 7 units
	#sidebar = 5units
*/
.section { /* Full-width areas */
	min-width: 960px; /* cut-off background fix */
	background-color:#f2f2f2;
}
.wrapper {
	clear: both;

	width: 960px;
}
#header {
background: #000 url(../img/dots-tight.gif) repeat;
height:160px;
	color: #cecfd1;
	
}
#header .wrapper {
	background-repeat:no-repeat;
	background-position:center top;
	padding: 0px 0px 0px;
	min-height:200px;
}
#header a,
#header a:visited {
	color: #fff;
}
#header #blog-title {
	font-family: "Avenir Light", "Futura Light", helvetica, arial, sans-serif;
	font-size: 36px;
	font-weight:normal;
	line-height: 1;
	margin-bottom: 9px;
}
#header #blog-title a:hover {
	text-decoration: none;
}

#navigation a:link,#navigation a:active,
#navigation a:visited {
	text-transform: lowercase;
	font-size:16px;
	font-family:Georgia, serif;
	font-style:italic;
	color:#fff;
	}
#navigation .secondary a,
#navigation .secondary a:visited,
#navigation li li a,
#navigation li li a:visited {
	font-weight:normal;
	text-transform:none;
}
#navigation{float:right;padding:9px 20px 0px 0px;}

#sub-header {
   float:left;

}
#sub-header form#cfct-search {
	float:right;
}
#all-categories {
	padding-left:2px;
	float:left;
}
#all-categories-title {
	float: left;
	font-weight:normal;
	margin-right:12px;
}



#main{
	padding	:0px 0;
	

	
}
#content {
	float: left;
	margin:20px;
	padding: 0px;
	width: 540px;
}


#sidebar{

	float:right;
	margin:0px 20px 0px 0px;
	width: 360px;
}
#click-to-buy{float:left;margin-left:20px;}

#text-3{width:300px; margin-left:20px;}

#primary-sidebar{
margin-top:4px;
}
#sidebar #primary-sidebar{
float:left;
width:100%;
}
#sidebar #secondary-sidebar {
	float:left;
	width:100%;
}
#sidebar #primary-sidebar {
	margin-right:12px;
}
#footer {
background: #000;
	clear: both;
	color: #999;
	padding: 32px 0 0px;
	text-align:center;
}
#footer a,
#footer a:visited {
	color: #CECFD1;
}
#footer .wrapper {
	overflow:hidden;
	padding-bottom:28px;
}
#footer p#generator-link {

	padding-top: 12px;
}
#footer p#developer-link {
	display:block;
	text-indent:-32697px;
}

/* Posts
 =============================== */
.entry-content,
.entry-summary {
	overflow:auto;
}
.hentry {
	position:relative;

}
.hentry .edit {
	background-color:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 11.5px;
	opacity:.60;
	padding:3px 5px 1px;
	left:-32697px;
	position:absolute;
	top:0;
}
.hentry:hover .edit,
.post:hover .edit-post,
.comment.hentry:hover .edit-comment {
	left: auto;
	right:0;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 2px;
	right: 2px;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color:#fff;
}
.full .full-content {
	clear:both;
	overflow:hidden;
	padding-top: 9px;
	width: 510px;

}
.full .pages-link,
.page-numbers {
	font-weight:bold;
}
.full .pages-link a,
a.page-numbers {
	border:1px solid #cecfd1;
	font-weight:normal;
}
.full .pages-link a,
.page-numbers{
	padding:2px 6px;
}
.full .pages-link a:hover {
	border-color:#999;
	text-decoration:none;
}
.full p.comments-link,p.comments-noajax {
	float:right;
	margin-bottom:0px;
}

.archive {
	border-top: 1px dotted #cecfd1;
	list-style: none;
	margin: 10px 0 0;
	
}
.archive2 {
	border-top: 1px dotted #cecfd1;
	list-style: none;
	margin: 10px 0 0;
	padding-top:10px;
	width:510px;
}

.slideshowlink{
margin-top:10px;
text-align:right;
}
.archive li {
	margin-bottom:0;
}
.archive .full {
	margin-top:18px;
}
.excerpt {
	background: url(../img/arrow-bullet.gif) no-repeat 0 12px;
	border-bottom: 1px dotted #cecfd1;
	color: #999;
	padding: 12px 146px 12px 20px;
	position:relative;
}
.excerpt strong.entry-title {
	font-size: 14px;
}
.excerpt strong.entry-title a,
.excerpt strong.entry-title a:visited {
	color: #51555c;
}
.excerpt strong.entry-title a:hover {
	color: #a00004;
	text-decoration: none;
}
.excerpt .date {
	margin-top:1.5em;
}
.excerpt p {
	margin:0;
}
.excerpt .date,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span {
	display: block;
	width: 140px;
}
.excerpt .date,
.excerpt .comments-link {
	position:absolute;
	right:0;
	top:14px;
}
.search {
	border-top: 1px dotted #cecfd1;
	padding-top:18px;
}

/* Comments and comment form
=================================== */

#comments{

}
.commentlist{
	clear:both;
	list-style:none;
	margin:0 0 18px;
}
li.li-comment{
	background:transparent;
	margin:0;
	padding:0;
	position:relative;
}
li.li-comment li.li-comment {
	background:url(../img/comment-thread.gif) no-repeat 0 3px;
	padding-left:24px;
}
.commentlist .comment {
	margin-bottom:8px;
	overflow:hidden;
	padding:0 0 0 60px;
}
.commentlist .comment .photo img{
	margin-left:-60px;
	position:absolute;
}
.comment cite.fn {
	font-size:14px;
	font-weight:bold;
}
.comment .comment-content {
	overflow:hidden;
	margin-bottom:4px;
}
.comment .comment-content p:last-child,
.comment .comment-content p.last-child {
	margin-bottom:0;
}
.comment-meta {
	color:#999;
	font-size: 10.5px;
}
.comment-meta .date {
	float:right;
}
.comment-reply-link,
.comment-reply-link:visited,
.comment-reply-link:hover {
	background:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	color:#fff;
	font-size:9.5px;
	opacity:.7;
	padding:3px 5px 2px;
}
/* author comments */
.commentlist .bypostauthor {
	background-color:#efeff1;
	padding:8px 12px 6px 72px;
}

/* trackbacks and pingbacks */
.ping {
	border-top:1px dotted #cecfd1;
	padding:9px;
}
.ping .entry-summary,
.ping .entry-summary p {
	border:0;
	margin:0;
	padding:0;
}
form.comment-form {

	margin-bottom:8px;
	padding:0px;
}
.comment-form label {
	color:#51555c;
	font-weight:bold;
}
.comment-form-user-info input {
	margin-right:9px;
	width:200px;
}
.comment-form em {
	color:#999;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
.comment-form textarea {
	height:9em;
	width:95%;
}

/* Sidebar and Widgets
============================== */
.widget {
	margin-bottom:18px;
	overflow:hidden;
	width:100%;
}
.widget_links{
	clear:both;
}

div#my-tweets ul li{
	text-transform:none !important;
	
}
.widget_search label {
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-size: 1.16666667em; /* 14 */
	line-height: 1.28571429;
	margin: 0px 0px 0px 0px;
	padding:0px 2px 2px 2px;
	background: #000 url(../img/dots-tight.gif) repeat;
	display:none;
	text-transform:uppercase;
	color:#fff;
}	
.widget li {
	margin:0;
}
.widget_search label {
	display:block;
	font-weight:bold;
}
.widget_search input {
	margin-bottom:6px;
}

#carrington-subscribe{overflow:visible;	float:right;clear:both;margin:78px -9px 0px 0px;}

#carrington-subscribe h2.widget-title {
	color:#999;
	float:left;
	font:normal 1.16666667em/1.28571429 helvetica, arial, sans-serif; /* 14 */
	margin:7px 0 0;
	text-transform:uppercase;
}
#carrington-about {
	padding-bottom:24px;
	float:left;
}
#carrington-about .more{
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-size: 1.16666667em; /* 14 */
	line-height: 1.28571429;
	margin: 0px -12px 0px 0px;
	padding:0px 1px 2px 2px;
	background: #000 url(../img/dots-tight.gif) repeat;
	display:inline;
	color:#fff;	
	font-weight:bold;
}
#carrington-about h2{
margin-left:-12px;

}
#carrington-about .about{

	overflow:hidden;
	padding:12px;
}
#carrington-about p {
	margin:0;
}
#carrington-about a.more,
#carrington-about a.more:visited {
	float:right;
}
#carrington-archives ul {
	border-top: 1px dotted #cecfd1;
}
#carrington-archives li {
	background-position:left 6px;
	border-bottom: 1px dotted #cecfd1;
}
#carrington-archives li a {
	display:block;
	padding:6px 0;
}

/* Misc
=================================== */

#footer p#developer-link a,
#footer p#developer-link a:visited {
	background:url(../img/footer/by-crowd-favorite-light.png) no-repeat left top;
	float:right;
	height:30px;
	text-indent:-32697px;
	width:270px;
}

#TB_secondLine {
	color:#999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
#TB_title{
	background-color: #51555c;
	color:#fff;
	font-size:11.5px;
	line-height:18px;
}
#TB_title a,
#TB_title a:visited {
	color:#fff;
}
a#TB_prev:hover,
a#TB_next:hover {
	height:100%;
}
a#TB_prev:hover {
	background:url(../img/lightbox/prevlabel.gif) no-repeat left center;
}
a#TB_next:hover {
	background:url(../img/lightbox/nextlabel.gif) no-repeat right center;
}

/* DISORDER OVERIDES
=================================== */

#cfct-search{float:right;padding:9px 0px 0 0;}

#cfct-search-input{background:#000;border:1px dotted #aaa;color:#fff;font-weight:bold;font-family:Georgia, serif;font-size:10px;padding:2px 4px;margin:0px 12px 4px 0px;}
.search-button{border:none;margin-top:0px;background:transparent;color:#fff;padding:2px 0px 0px 0px;font-weight:bold;font-family:Georgia, serif;font-size:10px;}

#content #cfct-search-input{background:#545454;border:none;color:#fff;font-weight:bold;font-family:Georgia, serif;font-size:10px;padding:2px 4px;margin:0px 0px 4px 0px;}
#content .search-button{border:none;margin-top:0px;background:transparent;color:#000;padding:2px 0px 0px 0px;font-weight:bold;font-family:Georgia, serif;}



div.newsitem{
float:left;
width:45%;
margin-right:5%;
margin-bottom:10px;
}




h1 {font-family:'Georgia';font-weight:600}
#hero-unit{border-style:solid;border-width:2px;margin-bottom:33px;width:513px;}

#content .full-title{font-size:60px;text-align:center;clear:both;margin-right:0px;width:510px;margin-top:20px;}
#content .full-title a:active,#content .full-title a:visited,#content .full-title a:link{color:#000}
/*#content .full-title .bg{background: #111 url(../img/dots-tight.gif) repeat;display:inline; padding:0px 5px 0px 5px;}*/
#content p{text-align:left;}

#all-categories{
border-top:black solid 2px;
}


li.current-cat a:link,li.current-cat a:visited,li.current_page_item a:link,li.current_page_item a:visited{

background-color:#E91C23;
}
.feed{font-size:0px;}

#carrington-about p{background:#fff;padding:3px 4px 1px 2px;}
#carrington-about{background:transparent;}


.news-thumbnail{float:left;margin-right:8px;margin-bottom:5px;}
div.line{width:95%;border-top:2px solid black;margin-bottom:4px;}
.newsitem h1{float:left;font-size:0.9em;width:100%;margin:2px 0px 7px 0px;text-transform: uppercase;}

.widget-title,.newsitem h2,#news h2{font-size:22px;border-bottom:1px dotted black;padding-bottom:6	px;text-transform: lowercase;font-family:"Georgia",serif}
#news h2{width:95%}
.widget-title{border-top:2px solid black;padding-top:4px;}

div.short-excerpt{float:left;width:100%}
p.short-excerpt{font-size:0.9em;margin-bottom:0px;overflow:visible;}
#blog-title{display:none;}
#blog-description{display:none;}
#recent-posts-2{margin-right:8%;}
#recent-posts-2,#archives-3{width:46%;float:left;}
li.page_item a:active{background: red !important;color:black;}
/* maybe change this!!! */
.secondary{display:none;}

li.page_item{font-size:20px;display:inline;float:left; padding:7px 4px 1px 2px;margin-right:0px;}


.day{font-family:"Georgia";font-size:28px;}
.month{font-family:"Georgia";font-size:50px;margin:-10px 0 0 0;}
.day, .month{text-align:center;width:510px;float:left;clear:both;color:#000}


#page{background:#222 url(../img/text-bg.png) repeat left top fixed;padding-left:19px;}

#hero-unit img{display:block;}

.newslarge{
padding-right:27px;
margin-bottom:10px;

}

#news img{
min-width:300px;
}

.largeimagemask{
width:300px;
height:200px;
overflow:hidden;
margin-right:8px;
float:left;
border:2px solid #000
}

/* Menu */


#all-categories-title{display:none;padding:0px;}
.cat-item a:link,.cat-item a:visited, .cat-item a:active{color:#fff;font-family:"Georgia",serif;text-transform:lowercase;font-size:20px;background:none;}
.cat-item a:hover{text-decoration:none;color:#E91C23}
li.cat-item{margin:0px;padding:12px 18px;}
#sub-header {background:#000;}

.full-content p {padding:0px 0px 0px 0px;}

.vvqbox{
margin-left:20px !important;
}


#content .full-content>p:first-child{
margin-top:20px;
font-weight:600;
font-size:16px;
text-align:justify;
font-family:georgia,times new roman, serif;


	}
	
#news h2.frontpage,h2.frontpage{border:none;text-transform:uppercase;font-size:16px;margin-bottom:0px;}
	
#content .full-content>p{
	line-height:140%;	
	font-size:14px;

	}
	
	
	div#contribute{
		width:380px;
		text-align:left;
		margin-left:50px;
		padding-top:5px;
		float:left;
	}
	
	#designbeckons-link{
		text-align:right;
	}
	#contribute p,#contactus p {
		font-size:14px;
	}
	
	div#contactus{
		width:250px;
		margin-left:30px;
		float:left;
		text-align:left;
	}
div#sociallinks{
float:left;
		width:188px;
	}
	
	
	.contentfooter .by-line,.contentfooter .comments-noajax{font-size:19px;font-family:Georgia,serif;text-transform:uppercase;padding-top:5px;}
	.contentfooter .by-line{border-top:2px solid black;padding-bottom:5px; margin-bottom:0px;}
	.contentfooter .comments-noajax{padding-top:7px;}
	
	#content .full-content>h2{
text-align:center;
font-size:40px;
margin-bottom:18px;
font-family:Georgia, serif;
font-weight:normal;
	}

.date-head{background:url(../img/date_bg.gif) center no-repeat;float:left;height:110px;margin-top:20px;}
.readmore{font-size:13px;}

.sociable{margin-top:20px;clear:both;}


.contentfooter{

	margintop:20px;	
}


.full-content img{
border:none !important;
}

/* Shopping Cart */

.shopping_cart{
	padding-left:20px !important;
	}
.wp_cart_checkout_button{
	float:right;
	margin-top:20px;
	margin-bottom:20px;
}
.buy-gallery-thumbnail-box{
	clear:both;
	width:100%;
	float:left;
	border-top:1px dotted black;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:10px;
}
div.shopping_cart td, div.shopping_cart th{
	text-align:left !important;

}
.buythumb{
	float:left;
	margin:0px 10px 10px 0px;
}
.buy-gallery-thumbnail-box object{
	float:left; 
	margin-right:20px;
}

.vvqbox{
margin:30px auto !important;
{

