body {
	font-family: "lucida grande", "lucida sans", helvetica, arial, verdana, sans-serif;
	text-align: center;
	background-color: #FFF;
}

div.container {
	width: 746px;
	margin-left: auto;
	margin-right: auto;
}

div.banner {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	height: 15px;
	margin: 0px;
	padding: 0px;
}

div.logo {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	height: 65px;
	margin: 0px;
	padding: 0px;
}


/* IMG STYLES */

a img {
	border: none;
	/* Additional declarations for ancient browsers like NN4 */
	border-color: #FFF;
	color: #FFF;
}

img.left {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}

img.right {
	float: right;
	margin-left: 5px;
	margin-bottom: 3px;
}

img.center {
	display: block;
	clear: both;
	margin: 7px auto;
}

.blank_content img.border {
	border: 4px solid #E4FAFA;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.oftheday_content img.border {
	border: 4px solid #FFDDD9;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

blockquote {
	clear: both;
	margin: 7px 20px;
	padding: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: courier, "new courier", monospace;
}

.blank_content blockquote {
	background-color: #E4FAFA;
}

.oftheday_content blockquote {
	background-color: #FFDDD9;
}


/* TABLE STYLES */

table {
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}

th {
	text-align: center;
	font-weight: bold;
	vertical-align: baseline;
	padding: 10px;
}

th.leftside {
	vertical-align: middle;
}

td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}

td.center {
	text-align: center;
}

.blank_content table {
	background-color: #E4FAFA;
}

.oftheday_content table {
	background-color: #FFDDD9;
}

/* FOOTER STYLES */

div.footer {
	clear: both;
}

div.foot_border {
	margin-left: auto;
	margin-right: auto;
	height: 18px;
}

div.foot_body {
	margin-left: auto;
	margin-right: auto;
	width:713px;
	background-color: #D5D5D5;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	/* font-family: helvetica, sans-serif; */
}

div.links_wrapper {
	float: left;
	width: 713px;
	background-color: #D5D5D5;
	padding: 0px;
}

div.fob_links {
	float: left;
	width: 229px;
	padding: 0px;
	text-align: left;
	margin-left: 8px;
	color: #152626;
	display: inline;
}

div.botd_links {
	float: left;
	width: 223px;
	padding: 0px;
	text-align: center;
	margin-right: 8px;
	margin-left: 8px;
	display:inline;
}

div.footd_links {
	float: left;
	width: 229px;
	padding: 0px;
	text-align: right;
	margin-right: 8px;
	color: #260E0B;
	display: inline;
}

img.centered {
	margin-left: auto;
	margin-right: auto;
}

em.link_header {
	font-style: normal;
	text-decoration: underline;
}

img.badge {
	display: block;
	margin-top: 5px;
}


/* LINK STYLES */

/* LEFT FOOTER LINK STYLES */
.fob_links a:link {
	text-decoration: none;
	color: #152626;
}
.fob_links a:visited {
	text-decoration: none;
	color: #152626;
}
.fob_links a:hover {
	text-decoration: underline;
	color: #244040;
}
.fob_links a:active {
	text-decoration: underline;
	color: red;
}

/* RIGHT FOOTER LINK STYLES */
.footd_links a:link {
	text-decoration: none;
	color: #260E0B;
}
.footd_links a:visited {
	text-decoration: none;
	color: #260E0B;
}
.footd_links a:hover {
	text-decoration: underline;
	color: #401813;
}
.footd_links a:active {
	text-decoration: underline;
	color: red;
}

/* CENTER FOOTER LINK STYLES */
.botd_links a:link {
	text-decoration: none;
	color: #1E1A19;
}
.botd_links a:visited {
	text-decoration: none;
	color: #1E1A19;
}
.botd_links a:hover {
	text-decoration: underline;
	color: #403735;
}
.botd_links a:active {
	text-decoration: underline;
	color: red;
}

/* BLANK BODY LINK STYLES */
.blank_post_body a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #152626;
}
.blank_post_body a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #152626;
}
.blank_post_body a:hover {
	text-decoration: underline;
	font-weight: bold;
	background-color: #E4FAFA;
	color: #478080;
}
.blank_post_body a:active {
	text-decoration: underline;
	font-weight: bold;
	background-color: #E4FAFA;
	color: red;
}

/* OF THE DAY BODY LINK STYLES */
.oftheday_post_body a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #260E0B;
}
.oftheday_post_body a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #260E0B;
}
.oftheday_post_body a:hover {
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFDDD9;
	color: #802F26;
}
.oftheday_post_body a:active {
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFDDD9;	
	color: red;
}



/* CONTENT DIVS */

div.blank_content {
	float: left;
	width: 352px;
	padding:0px;
	margin-bottom: 20px;
}

div.arrow_wrapper {
	float: left;
	width: 746px;
	background-image: url(http://www.blankoftheday.com/images/arrowdivider.gif);
	background-repeat: repeat-y;
	background-position: 50% 82px;
	padding: 0px;
}

div.oftheday_content {
	float: right;
	width:352px;
	padding:0px;
	margin-bottom: 20px;
}

/* UNIVERSAL TEXT STYLES */

h2 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 25px;
	padding: 0px;
}


/* BLANK STYLES */

h2.blank_date_header {
	color: #478080;
	text-align: left;
}

h3.blank_post_title {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}

h4.blank_post_author {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 15px;
	margin-left: 15px;
	color: #888888;
}

div.blank_post_body {
	font-size: 12px;
	text-align: left;
	margin-left: 15px;
}

p.blank_post_footer {
	font-size: 12px;
	font-variant: small-caps;
	margin-left: 15px;
}

/* OF THE DAY STYLES */

h2.oftheday_date_header {
	color: #802F26;
	text-align: right;
}

h3.oftheday_post_title {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 15px;
}

h4.oftheday_post_author {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 15px;
	margin-right: 15px;
	color: #888888;
}

div.oftheday_post_body {
	font-size: 12px;
	text-align: left;
	margin-right: 15px;
}

p.oftheday_post_footer {
	font-size: 12px;
	font-variant: small-caps;
	margin-right: 15px;
	margin-left: 15px;
}