body {
	background: #fff;
	color: #222;
	font: 62.5% Verdana, sans-serif;
}
* {
	padding: 0;
	margin: 0;
}
/*---:[ global typography elements ]:---*/

a {
	color: #a90000;
	text-decoration: none;
}
a:visited {
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #a90000;
	text-decoration: none;
}
a img {
	border: none;
}
blockquote {
	margin: 0 0 1.5385em 1.5em;
	padding: 0 0 0 0.7692em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	border-left: 0.2308em solid #a90000;
}
abbr, acronym {
	font-size: 0.8462em;
	line-height: 1.0em;
	border-bottom: 1px dotted #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: help;
}
code {
	color: #090;
	font-family: Courier, "Courier New", monospace;
	line-height: 1.0em;
}
pre {
	margin: 0 0 1.5385em 0;
	padding: 0.7692em;
	font-size: 1.3em;
	overflow: auto;
	background: #ececec;
}
p.unstyled {
	font-size: 1.3em;
}
p.center {
	text-align: center;
}
/*---:[ these styles apply to the flickrRSS plugin, which is not yet fully supported ]:---*/

.flickr_blue {
	color: #007ae4;
	text-transform: lowercase;
}
.flickr_pink {
	color: #ff2a96;
	text-transform: lowercase;
}
/*---:[ headlines ]:---*/

h1, h2, h3, h4 {
	font: bold 1.0em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2 {
	font-size: 2.8em;
	line-height: 1.4286em;
	letter-spacing: -1px;
	color: #a90000;
}
h2 a, h2 a:visited {
	color: #a90000;
}
h2 a:hover {
	color: #000;
}
.page h1 {
	margin: 0 0 0.6071em 0;
	border-bottom: 0.10714em double #ccc;
}
.archive h1 {
	font-size: 2.4em;
	line-height: 1.66667em;
	margin: 0 0 1.66667em 0;
	color: #000;
}
#sidebar h2 {
	font-size: 1.5em;
	line-height: 1.5556em;
	margin: 0 0 0.5em 0;
	border-bottom: 0.166667em double #ccc;
	color: #000;
}
h3 {
	font-size: 1.3846em;
	line-height: 1.1111em;
	color: #000;
}
.entry h3 {
	margin: 1.6667em 0 0.5556em 0;
}
#comments h3 {
	font-size: 1.8em;
}
#comments h3.comment_intro {
	margin: 0 0 1.11111em 0;
	padding: 2.05556em 0 0 0;
	border-top: 0.166667em double #ccc;
}
#comments h3#respond {
	margin: 2.2222em 0 0 0;
}
h4 {
	font-size: 1.1538em;
	line-height: 1.3333em;
	color: #000;
}
/*---:[ core layout elements ]:---*/

#header {
	background: #000;
	border-bottom: 0.8em solid #a90000;
	color: #fff;
}
#container {
	width: 816px;
	margin: 0 auto;
	background: transparent;
}
#content_box {
	width: 72.8em;
}
#content_box_wide {
	width: 816px;
	background: transparent;
	text-align: center;
}
#content {
	width: 46.8em;
	padding: 0 6em 0 0;
	float: left;
}
#content_wide {
  text-align: left;
	width: 816px;
	padding: 0 0 0 0;
	background: transparent;
}
#sidebar {
	width: 20em;
	float: left;
}
#footer {
	padding: 1.5em 0;
	background: #000;
	border-top: 0.5em solid #a90000;
	color: #fff;
}
/*---:[ #header styles ]:---*/

#logo {
	width: 72.8em;
	margin: 0 auto;
}
#logo a {
	font: normal 5.0em "American Typewriter", "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
}
#logo h1, #logo #tagline {
	display: none;
	font: normal 1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*---:[ nav menu styles ]:---*/

#nav {
	width: 72.8em;
	margin: 0 0 50px 0;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	font-size: 1.6em;
	float: left;
}
#nav ul li a, #nav ul li a:visited {
	display: block;
	padding: 0.3125em 0.8125em 0.5em 0.8125em;
	color: #a90000;
}
#nav ul li a:hover, #nav ul li a.current:hover {
	color: #fff !important;
	background: #a90000;
	text-decoration: none !important;
}
#nav ul li a.current, #nav ul li a.current:visited {
	color: #a90000;
	text-decoration: underline;
}
/*---:[ content styles ]:---*/

.post_date {
	font-size: 1.1em;
	line-height: 1.5455em;
	margin: 0 0 1.8182em 0;
	color: #aaa;
	border-bottom: 0.2727em double #ccc;
}
.post_date a, .post_date a:visited {
	color: #000;
	padding: 0.0909em;
}
.post_date a:hover {
	color: #000;
	background: #ccc;
}
.entry {
	font-size: 1.3em;
	line-height: 1.5385em;
}
.entry a, .entry a:visited {
	padding: 1px 0;
	border-bottom: 0px solid #bbb;
}
.entry a:hover {
	padding: 1px 0;
	color: #fff;
	background: #a90000;
	border-bottom: none;
}
.entry p {
	margin: 0 0 1.5385em 0;
}
.entry ul, .entry ol {
	margin: 0 0 1.5385em 3.0em;
}
.entry ul {
	list-style-type: disc;
}
.entry li {
}
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol {
	margin: 0 0 0 1.5em;
}
.entry dl {
	margin: 0 0 1.5385em 0;
}
.entry dt {
	font-weight: bold;
}
.entry dd {
	margin: 0 0 0 1.5em;
}
.entry sup, .entry sub {
	line-height: 1.0em;
}
.entry blockquote.right, .entry blockquote.left {
	width: 13.6875em;
	padding: 0.4375em 0;
	font-size: 1.2308em;
	line-height: 1.25em;
	border: 0.0625em solid #ccc;
	border-width: 0.0625em 0;
	text-align: center;
}
.entry blockquote.right {
	margin: 0 0 0 0.9375em;
	float: right;
	clear: right;
}
.entry blockquote.left {
	margin: 0 0.9375em 0 0;
	float: left;
	clear: left;
}
.entry blockquote.right p, .entry blockquote.left p {
	margin: 0 !important;
}
.entry .ad {
	margin: 0 0 0 1.1538em;
	float: right;
	clear: right;
}
.entry .ad_left {
	margin: 0 1.1538em 0 0;
	float: left;
	clear: left;
}
.entry img {
}
.entry img.left {
	margin: 0 1.1538em 0 0;
	float: left;
	clear: left;
}
.entry img.right {
	margin: 0 0 0 1.1538em;
	float: right;
	clear: right;
}
.entry img.center {
	display: block;
	margin: 0 auto 1.5385em auto;
	clear: both;
}
.entry img.frame {
	border: 0.3846em solid #ddd;
}
.entry img.stack {
	clear: none !important;
}
.post_meta {
	margin: 0 0 4.5385em 0;
	padding: 0.3846em 0 0 0;
	border-top: 0.23077em double #ccc;
	font-size: 1.3em;
	line-height: 1.0em;
	clear: both;
}
.add_comment {
	padding: 0 0 0 1.6154em;
	background: url('../images/icon_comment.gif') 0 50% no-repeat;
	font-weight: bold;
}
.page .entry {
	margin: 0 0 3.0769em 0;
	border-bottom: 0.23077em double #ccc;
}
.navigation {
	width: 39em;
	margin: 0 0 3.3333em 0;
	font-size: 1.2em;
	line-height: 1.6667em;
}
.navigation a:hover {
	color: #000;
	border-bottom: 0px solid #a90000;
}
.next {
	text-align: right;
}
/*---:[ sidebar styles ]:---*/

#rss {
	width: 20em;
	height: 70px;
	margin: 0 0 1.0em 0;
	background: url('../images/rss.gif') 50% 0 no-repeat;
	text-align: center;
}
#rss a {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto;
}
ul.sidebar_list {
	list-style: none;
}
ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
	width: 16.6667em;
	margin: 0 0 2.5em 0;
	font-size: 1.2em;
	line-height: 1.6667em;
	float: left;
}
li.widget p {
	margin: 0 0 1.66667em 0;
}
li.widget ul, li.linkcat ul {
	list-style: none;
	margin: 0 0 0.8333em 0;
}
li.widget li, li.linkcat li {
	padding: 0 0 0 1.16667em;
	background: url('../images/bullet.gif') 0 0.4167em no-repeat;
}
li.widget li a:hover, li.linkcat li a:hover {
	color: #000;
	border-bottom: 0px solid #a90000;
}
/*---:[ special widget styles ]:---*/
		
		#calendar_wrap {
	width: 16.3333em;
	margin: 0 0 0.8333em 0;
	padding: 0 0.166667em;
}
table#wp-calendar {
	width: 16.3333em;
	border-collapse: collapse;
}
table#wp-calendar caption {
	font-weight: bold;
	line-height: 1.58333em;
	border-bottom: 0.08333em solid #ccc;
}
table#wp-calendar th {
	width: 2.3333em;
	font-size: 1.0em;
	line-height: 1.58333em;
	border-bottom: 0.08333em solid #ccc;
	color: #666;
	text-align: center;
}
table#wp-calendar td {
	width: 2.3333em;
	line-height: 1.66667em;
	color: #999;
	text-align: center;
}
table#wp-calendar td a, table#wp-calendar td a:visited {
	color: #a90000;
	font-weight: bold;
}
table#wp-calendar td a:hover {
	text-decoration: underline;
}
table#wp-calendar td#next, table#wp-calendar td#prev {
	width: 7.0em;
}
/*---:[ the following styles are for the flickrRSS plugin, which is not yet fully supported ]:---*/
		
		li.widget ul.flickr_stream {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
li.widget ul.flickr_stream li {
	margin: 0;
	padding: 0 5px 5px 0;
	display: inline;
}
li.widget ul.flickr_stream li a img {
	padding: 3px;
}
li.widget ul.flickr_stream li a:hover img {
	background: #ff2a96;
	border-bottom: none;
}
/*---:[ footer styles ]:---*/

#footer p {
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
	text-align: center;
	color: #737373;
}
#footer a, #footer a:visited {
	color: #fff;
	border-bottom: 1px solid #a90000;
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
/*---:[ comment styles ]:---*/

#comments {
	width: 46.8em;
}
dl#comment_list {
	margin: 0 0 0 0;
}
dl#comment_list dt {
	padding: 0 0 33px 0;
	background: url('../images/comment_top.gif') 0 100% no-repeat;
	font-size: 1.1em;
	line-height: 1.8182em;
	color: #999;
}
dl#comment_list dt.author {
	background: url('../images/comment_author_top.gif') 0 100% no-repeat;
}
dl#comment_list dt .comment_num {
	padding: 0 0.3636em 0 0;
}
dl#comment_list dt .comment_num a, dl#comment_list dt .comment_num a:visited {
	color: #999;
}
dl#comment_list dt .comment_num a:hover {
	color: #a90000;
}
dl#comment_list dt strong {
	font-size: 1.4545em;
	color: #000;
}
dl#comment_list dt strong a, dl#comment_list dt strong a:visited {
	color: #000;
	border-bottom: 1px dotted #999;
}
dl#comment_list dt strong a:hover {
	color: #000;
	border-bottom: 1px solid #a90000;
}
dl#comment_list dd {
	width: 428px;
	padding: 0 20px;
	margin: 0 0 1.5385em;
	background: #dfdfdf url('../images/comment_bottom.gif') 0 100% no-repeat;
}
dl#comment_list dd.author {
	background: #f6f4c9 url('../images/comment_author_bottom.gif') 0 100% no-repeat;
}
dl#comment_list dd.entry p, dl#comment_list dd.entry ul, dl#comment_list dd.entry ol, dl#comment_list dd.entry blockquote {
	margin-bottom: 1.1538em;
}
/*---:[ comment form styles ]:---*/

p.log_in {
	margin: 0 0 3.07692em 0;
}
#comment_form {
	width: 46.8em;
	margin: 0 0 4.0em 0;
}
#comment_form a:hover {
	text-decoration: none;
}
#comment_form p {
	padding: 0.7692em 0;
}
#comment_form label {
	padding: 0 0 0 0.83333em;
	font-size: 1.2em;
}
#comment_form .text_input {
	width: 15.3846em;
	padding: 0.23077em;
	font: 1.3em Verdana, sans-serif;
	border-top: 0.15385em solid #999;
	border-left: 0.15385em solid #999;
	border-right: 0.07692em solid #eee;
	border-bottom: 0.07692em solid #eee;
}
#comment_form .text_input:focus {
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}
#comment_form .text_area {
	width: 32.9231em;
}
#comment_form p.subscribe-to-comments {
	font-size: 1.3em;
}
#comment_form p.subscribe-to-comments label {
	font-size: 1.0em;
}
#comment_form .form_submit {
	padding: 0.5em;
	background: url('../images/submit_bg.gif') repeat-x;
	color: #000;
	border: 0.21429em double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	font: bold 1.4em/1.0em "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}
#comment_form .form_submit:hover {
	color: #a90000;
}
/*---:[ search form styles ]:---*/

#search_form {
	margin: 0 0 0.5833em 0;
}
 html[xmlns*=""] body:last-child #search_form {
margin: 0 0 0.75em 0;
} /* This is a hack for Safari */
#search_form .search_input {
	width: 15.91667em;
	padding: 0.25em;
	color: #777;
	font: normal 1.0em Verdana, Arial, Helvetica, sans-serif;
	border: 0.083333em solid #999;
	border-right-color: #eee;
	border-bottom-color: #eee;
}
#search_form .search_input:focus {
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}
#content .search_input {
	font-size: 0.9231em !important;
}
/*---:[ self-clearing floats courtesy of Dan Cederholm at simplebits.com ]:---*/

#header:after, #logo:after, #nav:after, #content_box:after, .page .entry:after, #comments:after, dl#comment_list dd:after, #comment_form:after {
	display: block;
	height: 0;
	content: ".";
	visibility: hidden;
	clear: both;
}
/*---:[ custom styles for the Copyblogger theme that YOU define ]:---*/
/*---:[ ------------------------------------------------------- ]:---*/

/*---:[ to change the body background, the default font, and the default font color... ]:---*/
/*---:[ NOTE: if you change the body background color, you will need to update your image files also ]:---*/
/*---:[ Download the image template (.psd) with the Organic theme package at http://www.copyblogger.com/downloads/organic.zip ]:---*/

body.custom {
	background: #fff;
	color: #222;
	font-family: verdana, "Times New Roman", Times, serif;
}
/*---:[ uncomment the following lines only if you've uploaded updated image files to the a folder called "custom" within your copyblogger theme directory ]:---*/

/* 
.custom .add_comment { background: url('custom/icon_comment.gif') 0 50% no-repeat; }

.custom #rss { background: url('custom/rss.gif') 50% 0 no-repeat; }

.custom li.widget li, .custom li.linkcat li { background: url('custom/bullet.gif') 0 0.4167em no-repeat; }

.custom dl#comment_list dt { background: url('custom/comment_top.gif') 0 100% no-repeat; }

.custom dl#comment_list dt.author { background: url('custom/comment_author_top.gif') 0 100% no-repeat; }

.custom dl#comment_list dd { background: #dfdfdf url('custom/comment_bottom.gif') 0 100% no-repeat; }

.custom dl#comment_list dd.author { background: #f6f4c9 url('custom/comment_author_bottom.gif') 0 100% no-repeat; }
*/


/*---:[ to change the colors of the header and footer... ]:---*/

.custom #header {
	height: 210px;
	width: 816px;
	margin: 0 auto;
	background: transparent url(../images/logo.jpg) no-repeat;
	border: 0;
}
.custom #footer {
	height: 150px;
	font-family: Arial;
	font-size: 0.8em;
	background: #ffffff;
	border: 0;
	color: #fff;
	width: 100%;
	float:right;
}
.custom #footer p {
	font-weight: normal;
	text-transform: none;
	font-size: 1.6em;
}
.custom #footer .footernav a {
	margin: 0 5px;
}
/*---:[ to change link colors and behaviors... ]:---*/

.custom a {
	color: #0000bb;
}
.custom a:visited {
	color: #0000bb;
}
.custom a:hover {
	color: #2222b8;
}


/*---:[ site title (logo) in the header ]:---*/

	.custom #logo {
	display: none
}
.custom #logo a {
	color: #fff;
	font-family: "American Typewriter", "Trebuchet MS", Verdana, sans-serif;
}
/*---:[ navigation links in the header ]:---*/

	.custom #nav ul li a, .custom #nav ul li a:visited {
	color: #a90000;
}
.custom #nav ul li a:hover, .custom #nav ul li a.current:hover {
	color: #fff !important;
	background: #a1a1d0;
} /* leave the !important declaration */
.custom #nav ul li a.current, .custom #nav ul li a.current:visited {
	color: #a90000;
}
/*---:[ headline link colors on the main page, archive pages, and search pages ]:---*/

	.custom h2 a, .custom h2 a:visited {
	color: #5959d0;
}
.custom h2 a:hover {
	color: #2222B8;
}
/*---:[ category links located underneath headlines ]:---*/
	
	.custom .post_date a, .custom .post_date a:visited {
	color: #000;
}
.custom .post_date a:hover {
	color: #000;
	background: #ccc;
}
/*---:[ link behavior within posts ]:---*/
	
	.custom .entry a, .custom .entry a:visited {
	border-color: #bbb;
	text-decoration: underline;
}
.custom .entry a:hover {
	color: #fff;
	background: #A1A1D0;
}
/*---:[ link to comments that follows posts on the main page, archive pages, and search pages ]:---*/
	
	.custom .post_meta a:hover {
	background: #A1A1D0;
	color: #ffffff;
#000;
	border: #a90000;
}
/*---:[ inter-post navigation (found at the bottom of main pages or at the top of single post pages) ]:---*/
	
	.custom .navigation a:hover {
	background: #A1A1D0;
	color: #ffffff;
	border: 0;
}
/*---:[ sidebar link colors ]:---*/

	.custom li.widget li a, .custom li.linkcat li a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}
.custom li.widget li a:hover, .custom li.linkcat li a:hover {
	color: #ffffff;
	border: none;
	background: #A1A1D0
}
/*---:[ calendar widget link colors ]:---*/
	
	.custom table#wp-calendar td a, .custom table#wp-calendar td a:visited {
	color: #a90000;
}
.custom table#wp-calendar td a:hover {
	color: #a90000;
}
/*---:[ comment permalink colors (precedes the commenter's name on each comment) ]:---*/
	
	.custom dl#comment_list dt .comment_num a, .custom dl#comment_list dt .comment_num a:visited {
	color: #999;
}
.custom dl#comment_list dt .comment_num a:hover {
	color: #a90000;
}
/*---:[ comment author's link colors ]:---*/
	
	.custom dl#comment_list dt strong a, .custom dl#comment_list dt strong a:visited {
	color: #000;
	border-color: #999;
}
.custom dl#comment_list dt strong a:hover {
	color: #000;
	border-color: #a90000;
}
/*---:[ footer link colors ]:---*/
	
	.custom #footer a, .custom #footer a:visited {
	border: 0px;
	color: #737373;
}
.custom #footer a:hover {
	color: #737373;
	border-color: #fff;
}
/*---:[ to change all of the gray double-borders in one fell swoop... ]:---*/

.custom .page h1, .custom #sidebar h2, #comments h3.comment_intro, .custom .post_date, .custom .post_meta, .custom .page .entry {
	border-color: #ccc;
}
/*---:[ other stuff you may want to change... ]:---*/

	/*---:[ headlines ]:---*/

	.custom h1, .custom h2, .custom h3, .custom h4 {
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.custom h1, .custom h2 {
	color: #3366bb;
}
.custom .archive h1 {
	color: #000;
}
.custom #sidebar h2 {
	color: #000;
}
.custom h3, .custom h4 {
	color: #000;
}
/*---:[ in-post stuff ]:---*/

	.custom blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	border-color: #a90000;
}
.custom blockquote.right, .custom blockquote.left {
	border-color: #ccc;
} /* These are pullquotes */
.custom code {
	color: #090;
	font-family: Courier, "Courier New", monospace;
}
.custom .post_date {
	color: #aaa;
}
.custom img.frame {
	border-color: #ddd;
}
/*---:[ calendar widget ]:---*/

	.custom table#wp-calendar caption {
	border-color: #ccc;
}
.custom table#wp-calendar th {
	color: #666;
	border-color: #ccc;
}
.custom table#wp-calendar td {
	color: #999;
}
/*---:[ comments ]:---*/

	.custom dl#comment_list dt {
	color: #999;
}
.custom dl#comment_list dt strong {
	color: #000;
} /* Comment author's name */
/*---:[ comment form elements ]:---*/

	.custom #comment_form .text_input {
	font-family: Verdana, sans-serif;
	border-top-color: #999;
	border-left-color: #999;
	border-right-color: #eee;
	border-bottom-color: #eee;
}
.custom #comment_form .text_input:focus {
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}
.custom #comment_form .form_submit {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
} /* This is the submit button on the comment form */
.custom #comment_form .form_submit:hover {
	color: #a90000;
}
/*---:[ search form ]:---*/
	
	.custom #search_form .search_input {
	color: #777;
	font-family: Verdana, sans-serif;
	border-color: #999;
	border-right-color: #eee;
	border-bottom-color: #eee;
}
.custom #search_form .search_input:focus {
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}
/* Additional customization by Huda*/

.custom #container {
	width: 816px;
	margin: 20px auto;
}
.custom #sidebar {
	width: 208px;
}
.custom #content_box {
	width: 806px;
	padding-left: 10px
}
.custom #content {
	width: 578px;
	padding-right: 20px
}
.custom #content_full {
	width: 806px;
}
.custom .clear {
	clear: both;
}
.custom .clearleft {
	clear: left;
}
.custom #nav {
	font-size: 0.8em;
	float: right;
	width: auto;
	margin: 0 0 10px;
	clear: left;
}
.custom #nav ul {
	float: left
}
.custom #nav ul li a {
	color: #5959d0
}
.custom #nav ul li a:visited, .custom #nav ul li a.current:visited {
	color: #5959d0;
}
.custom #nav ul li a:hover {
	background: #a1a1d0;
}
.custom #ownerphoto {
	width: 86px;
	height: 106px;
	float: right;
	margin: 0;
	background: url(../images/marc.jpg);
}
.custom #description {
	width: 333px;
	height: 89px;
	float: right;
	margin: 0;
	background: url(../images/description.jpg);
	margin-left: 168px;
}
.custom #headerbutton {
	width: 343px;
	height: 43px;
	float: right;
	margin: 5px 14px 0 0;
	background: url(../images/headerbutton.gif);
	clear: right;
}
.custom h1 {
	border-bottom: 0;
}
.custom div.entry {
	font-size: 11pt;
	border-bottom: 0;
}
.custom a#logolink {
	float: left;
	width: 165px;
	height: 89px;
	display: block;
	margin-top: 26px;
}
body.custom {
	background: url(../images/headerbg.jpg) repeat-x;
}
/* additional fonts adjustment */

.custom .entry h2 {
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 20px;
}
.custom .entry h3 {
	font-family: Tahoma;
	font-size: 20px;
}
.custom #sidebar .quote {
	margin-bottom: 20px;
}
.custom h1 {
	color: #3366bb;
	font-size: 2.8em;
}
.custom .entry a.stbutton:hover {
	padding: 1px 5px 5px 22px;
	color: #0000ff;
	background: transparent;
}
#GRSubscribeForm fieldset {
	width: 260px;
	border: 0;
}
/* comment about GetResponse */
#GRSubscribeForm p {
	font-size: x-small;
}
/* table used to position form elements */
#GRSubscribeForm table {
	border: 0;
}

#discount_code {
  text-indent:-100em;
  text-decoration:none;  
  display:block;
  width:341px;
  height:53px;
  background: white url(../images/discountcode_both.gif) no-repeat;
}
#discount_code:hover { background-position: top right; text-decoration:none; } 


#discount2_code {
  text-indent:-100em;
  text-decoration:none;  
  display:block;
  width:341px;
  height:53px;
  background: white url(../images/discountcode2_both.gif) no-repeat;
}
#discount2_code:hover { background-position: top right; text-decoration:none; } 



