/*
Theme Name: Congratulations President Obama
Theme URI: http://wordpress.org/
Description: For congratulationspresidentobama.com
Version: 1.0
Author: Jeffrey Uyeno
Author URI: http://heavyhanddesign.net
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/**********
Color Legend
bg blue: 344d74
deep blue: 1d3c6b
mid-blue: 2b4369
crimson red: e00d06
light grey: f3f3f3
**********/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #344d74;
	color: #333;
	text-align: center;
	}

#page {
	background: #FFFFFF url(images/ui-sprite-vert.jpg) repeat-y 0 0;
	text-align: left;
	}

#page-expanded {
	background: #FFFFFF url(images/ui-sprite-expanded.jpg) repeat-y 0 0;
	text-align: left;
}

#page-expanded.two-column {
	background: #FFFFFF url(images/ui-sprite-expanded-2.jpg) repeat-y 0 0 !important;
}

#header {
	background: none;
	}

#header-expanded {}

#headerimg 	{
	margin: 0 0 0 -150px !important;
	height: 134px;
	width: 1133px !important;
	}
	
#header-expanded #headerimg 	{
	margin: 0 0 0 -20px !important;
	}
	
#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.right {
	float: right;
	margin: 0;
}

.left {
	float: left;
}

.landing-button {
	margin: 0;
	padding: 10px 0 0 5px; 
}

.single-column {
	width: 315px; 
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

.sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

p {
	line-height: 1.5em;
	margin: 0 0 1em;
	text-align: left;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #2b4369;
	text-decoration: underline;
}

.em-red {
	font-style: normal;
	font-weight: bold;
	color: #1d3c6b;
}


q {
	font-style: italic;
	padding: 1em .5em;
	font-size: .9em;
}

#content p {
	padding: 0 2px;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #e00d06;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: auto;
	border: none;
	}
	
#page-expanded {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1088px;
	height: auto;
	border: none;
}	

#header {
	background: none;
	margin: 0;
	padding: 0;
	height: 153px;
	width: 850px;
	}
	
#header-expanded {
	background: none;
	margin: 0;
	padding: 0;
	height: 153px;
	width: 1088px;
	}	

#headerimg {
	margin: 0;
	height: 123px;
	width: 100%;
	}

#main-nav {
	width: 100%;
	height: 24px;
	padding: 5px 0 2px;
	background: url(images/ui-sprite-horz.gif) repeat-x 0 -97px;
}

	#main-nav ul {
		margin: 0 0 0 5px;
	}

	#page-expanded #main-nav ul {
		margin: 0 0 0 127px;
	}

	#main-nav ul li {
		display: inline;
	}
	
	#main-nav li a {
		float: left;
		height: 23px;
		text-indent: -8000px;
	}
	
	#main-nav #nav-home {
		width: 66px;
		background: url(images/ui-sprite-static.jpg) no-repeat 0 0;
	}
	
	#main-nav #nav-home:hover {
		background-position: 0 -23px;
	}

	#main-nav #nav-discuss {
		width: 77px;
		background: url(images/ui-sprite-static.jpg) no-repeat -365px 0;
	}
	
	#main-nav #nav-discuss:hover {
		background-position: -365px -23px;
	}
	
	#main-nav #nav-congrats {
		width: 194px;
		background: url(images/ui-sprite-static-goodluck.jpg) no-repeat -8px 0;
	}
	
	#main-nav #nav-congrats:hover {
		background-position: -8px -23px;
	}
	
	#main-nav #nav-media {
		width: 96px;
		background: url(images/ui-sprite-static.jpg) no-repeat -459px 0;
	}
	
	#main-nav #nav-media:hover {
		background-position: -459px -23px;
	}

	
	#main-nav #nav-about {
		width: 80px;
		background: url(images/ui-sprite-static.jpg) no-repeat -610px 0;
	}
	
	#main-nav #nav-about:hover {
		background-position: -610px -23px;
	}
	
	#main-nav #nav-blog {
		width: 129px;
		background: url(images/ui-sprite-static.jpg) no-repeat -624px 0;
	}
	
	#main-nav #nav-blog:hover {
		background-position: -624px -23px;
	}
	
	#main-nav #nav-sign {
		width: 161px;
		background: url(images/ui-sprite-static.jpg) no-repeat -66px 0;
	}
	
	#main-nav #nav-sign:hover {
		background-position: -66px -23px;
	}
	
	#main-nav #nav-view {
		width: 138px;
		background: url(images/ui-sprite-static.jpg) no-repeat -227px 0;
	}
	
	#main-nav #nav-view:hover {
		background-position: -227px -23px;
	}
	
	#main-nav #nav-puppy {
		width: 124px;
		background: url(images/ui-sprite-static.jpg) no-repeat -753px 0;
	}
	
	#main-nav #nav-puppy:hover {
		background-position: -753px -23px;
	}
	
	#main-nav #nav-store {
		width: 64px;
		background: url(images/ui-sprite-static.jpg) no-repeat -877px 0;
	}
	
	#main-nav #nav-store:hover {
		background-position: -877px -23px;
	}


.narrowcolumn {
	float: left;
	padding: 19px 11px 20px 11px;
	margin: 0;
	width: 588px;
	overflow: hidden;
	}

.widecolumn {
	float: left;
	padding: 19px 11px 20px 11px;
	margin: 0;
	width: 588px;
	overflow: hidden;
	}

.expandedcolumn {
	float: left;
	position: relative;
	padding: 19px 11px 20px 11px;
	margin: 0;
	width: 825px;
	overflow: visible;
	}
	
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	overflow: auto;
	}
	
.post.sponsor {
	text-align: center;
}	

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0;
	width: 611px;
	clear: both;
	text-align: center;
	}

#page-expanded #footer {
	margin: 0 0 0 239px;
}

#page-expanded.two-column #footer {
	margin: 0 0 0 130px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#ft-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ft-nav li {
	border-left: 1px solid #000000;
	padding: 0 10px;
	display: inline;
}

#ft-nav li.first-of-type {
	border-left: none;
}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#content h2 {
	font-size: 2em;
	background: url(images/ui-sprite-horz.gif) repeat-x 0 0;
	margin: 0 0 5px !important;
	padding: 6px 10px 3px;
	color: #FFFFFF !important;
	text-align: left;
}

.sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 5px;
	}

#content h3 {
	font-size: 1.4em;
	background: url(images/ui-sprite-horz.gif) repeat-x -39px 0;
	padding: 7px 7px 5px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#content h3 a {
	color: #FFFFFF;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.countdown-red {
	font-size: 1.4em;
	background: url(images/ui-sprite-horz.gif) repeat-x 0 -69px;
	padding: 7px 7px 5px;
	text-transform: uppercase;
	color: #FFFFFF;
}
	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.navigation .alignleft {
	width: 275px;
}

.navigation .alignright {
	width: 275px;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, .sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 5px 3px;
	text-align: center;
	}

.sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

.sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
.sidebar
{
	float: right;
	padding: 19px 0 0;
	width: 239px;
	height: 100%;
}

.sidebar.left {
	float: left;
}

.sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote, blockquote small {
	font-style: italic;
	margin: 15px 30px 20px;
	font-size: 1.4em;
	border: none;
	color: #1d3c6b;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote small {
	font-size: .9em;
	margin: 0;
}

blockquote small cite {
	font-weight: normal;
}

blockquote p {
	text-align: center;
}

blockquote cite {
	font-size: .7em;
	font-weight: bold;
	text-align: right;
	font-style: italic;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.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;
	-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;
}
/* End captions */

/*BOF Sidebar Widgets*/
.widget {
	background: url(images/ui-sprite-vert.jpg) no-repeat -1089px bottom;
	padding: 0 0 27px;
	margin: 0 !important;
	text-align: center;
	overflow: hidden;
}

.widget a {
	color: #555555;
	text-align: center;
}

.widget h2 {
	background: url(images/ui-sprite-vert.jpg) no-repeat -1328px 0;
	height: 34px;
	margin: 0 !important;
	text-indent: -8000px;
}

.widget div, .widget ul {
	background: url(images/ui-sprite-vert.jpg) repeat-y -850px 0;
	padding: 0 25px;
	overflow: hidden;
}

.widget div div {
	background: none;
	padding: 0;
}

.widget p {
	text-align: center;
	margin: 0 0 5px !important;
	padding: 0;
	font-size: 9px;
}

.widget ul {
	margin: 0 !important;
	padding: 0 !important;
}

.widget li {
	margin: 0 !important
}
/*EOF Sidebar Widgets*/

/*BOF Books Widget*/
.widget_books h2 {
	background-position: -3000px 0;
}

.widget_books div {
	overflow: hidden;
	padding: 0 0 0 23px !important;
	width: 201px;
}

.widget_books .book {
	float: left;
	width: 100px;
	height: 150px;
}

.widget_books li:before {
content: '';
}

/*EOF Books Widget*/

/*BOF MailPress Widget*/
.widget.MailPress_widget h2 {
	background-position: -1567px 0;
}

.MailPress_widget .MailPressFormEmail {
	float: left;
	width: 183px;
	margin-right: 2px;
	color: #333333;
}

.MailPress_widget .MailPressFormSubmit {
	width: 75px;
}

/*EOF Mailpress Widget*/

/*BOF Search Widget*/
.widget_search form {
	padding: 5px 0 0 0 !important;
	background: url(images/ui-sprite-vert.jpg) no-repeat -850px 0;
}

.widget_search div {
	background: none !important;
}
/*EOF Search Widget*/

/*BOF Categories Widget*/
.widget_categories h2 {
	background-position: -4196px 0;
}

.widget_categories ul {
	background-position: -3479px 0;
}

.widget_categories {
	background-position: -3718px bottom;
}

.widget_categories a {
	color: #FFFFFF;
	text-decoration: none;
}

.widget_categories a:hover {
	text-decoration: underline;
}
/*EOF Categories Widget*/

/*BOF Archives Widget*/
.widget_archive h2 {
	background-position: -3957px 0;
}

.widget_archive ul {
	background-position: -3479px 0;
}

.widget_archive {
	background-position: -3718px bottom;
	color: #FFFFFF;
}

.widget_archive a {
	color: #FFFFFF;
	text-decoration: none;
}

.widget_archive a:hover {
	text-decoration: underline;
}

/*EOF Categories Widget*/


/*BOF Hot Media Widget*/
.hot-media-widget h2, .widget_show_ngg_slideshow h2, .ngg_widget h2 {
	background-position: -3240px 0;
}
/*EOF Hot Media Widget*/

/*BOF Hot Media Widget*/
.media-inquiry-widget h2 {
	background-position: -2284px 0;
}

/*BOF Blank Widget*/
.blank-widget h2 {
	background-position: -4674px 0;
}

.blank-widget-content {
	padding-bottom: 16px !important;
}

/*BOF About Us Widget*/
.about-us-widget h2 {
	background-position: -5152px 0;
}


/*EOF About Us Widget*/

/*BOF T-Shirts Widget*/
.t-shirts-widget h2 {
	background-position: -5391px 0;
}

/*BOF Featured Widget*/
.featured-widget h2 {
	background-position: -5630px 0;
}

/*BOF Frontpage Carousel*/
.frnt-carousel {
	float: left;
	width: 263px;
	height: 540px;
	padding-right: 8px;
	background: white;
	overflow: hidden;
}

	.frnt-carousel ul {
		margin: 0;
		padding: 0;
	}

.carousel-feature {
	width: 263px;
	height: 425px;
	margin-bottom: 14px;
	overflow: hidden;
	clear: both;
}

	.carousel-item {
		display: none;
	}
	
	.carousel-item.selected {
		display: block;
	}
	
.next, .prev {
	width: 10px;
	height: 16px;
	margin: 8px 0;
	padding: 0;
	border: none;
	background: transparent;
	background-image:url(images/ui-sprite-static.gif);
	background-repeat: no-repeat;
	text-indent: -8000px;
}

	.next {
		float: right;
		background-position: -11px -46px;
	}
	
	.next:hover {
		background-position: -33px -46px;
	}
	
	.prev {
		float: left;
		background-position: 0 -46px;
	}
	
	.prev:hover {
		background-position: -22px -46px;
	}

.img-carousel {
	width: 235px !important;
}	

	.carousel-thmb {
		margin: 0 3px;
	}
/*EOF Frontpage Carousel*/

/*BOF Guestbook*/
.guestbook-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.guestbook-nav li {
		display: inline;
	}

.commentlist {
	clear: both;
	padding: 0 !important;
	margin: 0 !important;
}

.sponsored-comment {
	text-align: center;
	height: 140px;
}

.sponsored-comment.google-ad {
	padding-top: 20px;
	height: 140px;
	text-align: center;
}

.sponsored-comment.books {
	background: transparent;
}

.sponsored-comment h4 {
	margin: 0;
}

.guestbook-comment {
	float: left;
	position: relative;
	width: 245px;
	height: 155px;
	background: #f3f3f3;
	border: none;
	margin: 0 10px 10px 0 !important;
	text-align: left;
}
/*
	.guestbook-comment.alt {
		margin: 0 10px 10px !important;
	}
*/	
.guestbook-comment.full {
	font-weight: bold;
	padding: 5px 10px 10px; 
	width: 805px !important;
	height: auto !important;
}

	.guestbook-comment.full p {
		font-weight: normal;
	}
		
.guestbook-comment cite {
	color: #1d3c6b;
}

.guestbook-comment p {
	text-align: justify;
}

.guestbook-comment .date {
	font-style: italic;
	font-weight: normal;
}

.guestbook-comment .read-more {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.guestbook-comment .flag {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.guestbook-comment .flag span {
	margin-right: 5px;
}

.guestbook-form {
	text-align: left !important;
}

.guestbook-form div p {
	display: inline !important;
}

.guestbook-form select {
	margin:5px 5px 6px 0 !important;
	padding:2px !important;
	width:178px !important;
}

.guestbook-form textarea {
	width: 580px !important;
	border-color: #777777;
}

.guestbook-form p {
	padding: 0 !important;
}

.guestbook .post {
	overflow: hidden !important;
}

.festive-left {
	position: absolute;
	top: -40px;
	left: -100px;
	width: 100px;
	height: 100%;
	padding-bottom: 160px;
	background: url(images/ui-festive-left.jpg) repeat-y 0 0;
}

.festive-right {
	position: absolute;
	top: -40px;
	right: -341px;
	width: 100px;
	height: 100%;
	padding-bottom: 160px;
	background: url(images/ui-festive-right.jpg) repeat-y 0 0;
}

/*EOF Guestbook*/

/*BOF Blog*/
#content.blog .post {
	margin: 0 !important;
}
#content.blog .post h2 {
	padding: 0;
	margin: 0 !important;
	background: none;
	font-size: 1.6em;
	line-height: 1em;
}

#content.blog .post h2 a {
	color: #2b4369 !important;
	text-align: left;
}

#content.blog .header p {
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 1.3em;
	font-size: .9em;
	color: #777777;
}

#content.blog hr {
	background: #CCCCCC;
	height: 1px;
	width: 85%;
	border: none;
	margin: 3em 8%;
	display: block;
}

.blog .post .blog-date {
	float: left;
	width: 43px;
	height: 37px;
	padding: 2px 0 8px;
	margin: 0 5px 0 0;
	text-align: center;
	color: #FFFFFF;
	background: #006699 url(images/ui-sprite-static.gif) no-repeat -44px -46px;
	font-weight: normal;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Sans-Serif;
	line-height: 1em;
	font-size: .8em;
	border: solid 1px #2B4369;
}

	.blog .post .blog-date span {
		font-size: 1.8em;
	}

	.blog .post .blog-date em {
		margin-top: 4px;
		font-size: 2.5em;
		font-style: normal;
		display: block;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		line-height: .8em;
	}
	
#content.blog .entry {
	clear: both;
	margin: 0;
	color: #000;
}

#content.blog .comment-on {
	float: left;
}

#content.blog .comment-on a {
	margin-left: 3px;
}
/*EOF Blog*/

/*BOF Sociable Special Styling*/
.sociable li a {
	color: #555555;
	text-decoration: none;
}

.sociable li a:hover {
	text-decoration: underline;
}

.sociable_tagline {
	margin-bottom: 5px;
}

/*EOF Sociable Special Styling*/

/*BOF CFormII*/
.cform {
	width: 580px !important;
}

.cform textarea, .cform input {
	width: 300px !important;
}

.cf-sb {
	text-align: left !important;
}

.cform .sendbutton {
	width: 150px !important;
}
/*EOF CFormII*/

/*Photo Gallery*/
.photo-gallery {
	padding-left: 3px;
}

.photo-gallery a {
	padding-left: 6px;
}

.photo-gallery img {
	border: thin solid #0000FF;
}

/*Quotes & Speeches*/
.post-quote p:first-letter {
	font-size: xx-large !important;
}

/*Zazzle Store Styles*/
.count {
	float: left;
}

.gridCell {
	float: left;
	min-height: 270px;
}

.productDescription {
	color: #444444;
	text-decoration: none;
}

.productTitle {
	color: #1d3c6b;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.productTitle:hover {
	text-decoration: underline;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*Store Styles */

.store .product-list {
	overflow: auto;
	padding: 0;
	margin: 0;
}

	.product-list li {
		float: left;
		max-width: 160px;
		list-style: none;
	}
	
	.product-list li img {
		display:block;
	}
	
	.product-list li a {
		color: #1d3c6b;
		text-decoration: none;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.product-list li a:hover {
		text-decoration: underline;
	}
	
/*Link-Out Code Display*/
.code {
     width: 570px; 
     height: auto; 
     background-color: #f5f5f5; 
     color: #000000; 
     font-size: 12px; 
     text-align: left; 
     border: 1px solid #dadad8; 
     overflow: auto;
     padding: 6px 3px 6px 3px;
	 margin-bottom:40px;
     white-space: nowrap;
}

.code-half {
     width: 270px; 
     height: auto; 
     background-color: #f5f5f5; 
     color: #000000; 
     font-size: 12px; 
     text-align: left; 
     border: 1px solid #dadad8; 
     overflow: auto;
     padding: 6px 3px 6px 3px;
     white-space: nowrap;
	 margin-top: 10px;
}

.halfed-linktous {
	 float: left;
	 padding-right: 20px;
     width: 270px; 
	 height: 245px;
	 text-align: center;
}
