/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, small, strike, strong, sub, sup, tt, var,
b, u, i, center, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.6em;	
}

p {
	margin: 20px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size:2.5em;
	color:#000;
}

h2 {
	font-size:2.0em;
	color:#a62e2e;
	line-height: 1.1em;
}

h3 {
	font-size:1.5em;
	color:#b1005d;
}

h4 {
	font-size:1.3em;
	color:#fff;
}

h5 {
	font-size:1.1em;
	color:#b1005d;
}

h6 {
	font-size:1.00em;
	color:#b1005d;
}

strong {
	font-weight: bold;
}

a:visited, a:link {
	color: #0081b5;
	text-decoration: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body#dotw {
	background: none;	
}

div#wrapper {
	width: 1060px;
	margin: auto;
}

div#header {
	float: right;
	width: 40%;
}

div#usermenuBlock {
	display: none;
}

div#headerAdblock {
	display: none;
}

#blog-title {
	float: right;
}

div#mainmenu {
	display: none;
}

div#usermenu {
	display: none;
}

div#mainbody, 
div#content-body,
div#container {
	background: none !important;
	position: absolute;
	width: 100%;
	top: 0;
}

div.thumbnailBtn {
	float: left !important;
	width: 220px;
	margin: 10px 15px;
	text-align: center;
	font-size: .8em;
}

div.mainselection {
	clear: left;
	float: left;
	width: 100%;
	margin: 10px 0;
}

ul.listcolumn {
	width: 40%;
	float: left;
}

div#frame-top {
	background: none;
}

div#content {
	clear: both;
}

div.printIcon, div.zl-recipe-link {
	display: none;
}

div#frame-bottom {
	display: none;
}

div#container {
	clear: both;
	width: 100%;
	margin: auto;
	background-color: #ffffff;
}

div#sectionhead {
	background: none;
	font-family: Rockwell, Rokkitt, Courier, serif;
	float: left;
	clear: none;
}

.sectiontitle {
	display: none;
}

h2, .pagetitle {
	font-weight: bold;
	font-family: Rockwell, Rokkitt, Courier, serif;
	margin: 20px auto;
}

div#sectionhead h4 {
	display: none;
}

div#sectionmenu {
	display: none;
}

div#searchbox {
	display: none;
}

div#right-sidebar {
	display: none;
}

div.post_social {
	display: none;
}

div#comment_wrapper {
	display: none;
}

div#postAd250 {
	display: none;
}

div.post_meta {
	display: none;
}

div#footer {
	display: none;
}

.postThumb {
	float: right;
	margin-left: 30px !important;
	margin-right: 0 !important;
}

.post {
	margin: 30px auto;
	clear: both;
	display: block;
	width: 100%;
}


.left {
	float:left;
}

.right {
	float:right;
}

.alignleft {
	margin: 0 10px;
	float:left;
}

.alignright {
	margin: 0 10px;
	float:right;
}

div#wp-admin-bar {
	display: none;
}

div.post-ratings {
	display: none;
}

div#_CI_widget_1 {
	display: none;
}

div#vpost_social {
	opacity: 0;
	filter: alpha(opacity=0);
	display: none !important;
}