/*  
Theme Name: WordCult
Theme URI: http://wpcult.com/
Description: Designed by <a href="http://thefrosty.com" title="Austin Passy">Austin Passy</a> of <a href="http://frostywebdesigns.com" title="Frosty Web Designs">Frosty Web Designs</a> &amp; <a href="http://wpcult.com" title="WPCult">WPCult</a>
Version: 0.2
Author: Austin Passy
Author URI: http://frostywebdesigns.com/
Tags: thumbnails, widgets, admin panel, wordcult, wpcult, CSS3, jQuery, TimThumb, Dynamic, WordPress Colors
*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
:focus { outline: 0; }
body { line-height: 1; color: #000000; background: #ffffff; }
ol, ul { list-style: none;}

table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

::selection { background: #D54E21; color: #fff; /* CSS3 */ }
::-moz-selection { background: #D54E21; color: #fff; /* Firefox */ }
::-webkit-selection { background: #D54E21; color: #fff; /* Safari */ }


* {margin:0;padding:0;}

body {
font: 100% Arial, Helvetica;
background: #F9F9F9;
color: #fff;
background-image:url(images/back.png);
background-repeat:repeat-y;
background-position:top center;
}

p {margin:8px 0 15px 0;}

center {margin:0px;}


a {cursor:pointer;color: #000000;text-decoration:none}

a:hover  {color: #808080;text-decoration:underline;}

a img {border:0;}

code {background:#D3E7F8;font: 1.0em 'Courier New', Courier, Fixed;padding:0 3px;
	}	

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

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

blockquote {
	padding: 0 0 0 10px;
	border-left:2px solid #ebebeb;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0 0 20px;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
	}

em {
    font-style:italics;
	}

.bx {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(./scripts/border-radius.htc);
	}
	
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
	}

/* Structure */

.entry-content{color:black;text-align:justify;}
#head {
	font-size:0.7em;
	margin:0px auto;
	margin-top:0px;
	padding:0px;
	width:850px;
	}

#page {
	width:830px;
	margin:0px auto;
	padding:10px;
	font-size:12px;
	}

#inner {
    margin:0;
    padding:0;
	}

.left, .alignleft {
	float:left;
	}

.left { clear:both; }

.right, .alignright {
	float:right;
	}

.center, .aligncenter {
	margin:0 auto;
	}

.center {
	text-align:center;
	}


/* Navigation Bar*/
#navbar {
	font-size:10px;
	margin:0px auto 15px;
	padding:0px;
	text-transform:uppercase;
	width:850px;
	background:#0c3048;
	
	}

#page-bar {
	height:26px;
	margin-right:10px;
 	padding:0px;
	width:840px;
	}

#page-bar ul,  #search-bar ul {
	list-style: none;
	}

#page-bar li, #search-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #21746a;
	}

#page-bar li:hover,  #search-bar li:hover {
	background: #1f6b8e;
	}

#page-bar a, #page-bar a:visited,
#search-bar a,  #search-bar a:visited {
	margin: 0px;
	padding:7px 10px;
	font-weight:bold;
	color:#dddddd;
	display:block;
	}

#page-bar a:hover,  #search-bar a:hover {
	color:#eeeeee;
	display:block;
	text-decoration:none;
	}

#page-bar a:focus,  #search-bar a:focus {
	color:#ffffff;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	float:right;
	margin-right:10px;
	padding:4px;
	text-align:right;
	width:150px;
	}

#searchform #search {
	/*background:#eee;
	border:1px solid #aaa;*/
	}

/* Dropdown Menus */
#page-bar ul {
	z-index:999;
	}		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url(images/dots_nav.gif) repeat-x top;
	}	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #909090;
	padding: 4px 10px 4px 10px;
	}
#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}
#page-bar li:hover ul {
	left: auto;
	display: block;
	}	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}
#page-bar ul ul { float:left; }
#page-bar ul li ul { visibility:hidden; position:absolute; width auto; left:-999em; }
#page-bar ul li:hover ul { left:auto; margin:-20px 0 0 142px; z-index:9999; }
#page-bar ul li ul li { left:auto; width:auto; }
#page-bar ul li ul ul { margin:-20px 0 0 142px; }
#page-bar ul li:hover ul ul { visibility:hidden; }
#page-bar ul li:hover ul, #page-bar ul li li:hover ul { left: auto; }
#page-bar ul li:hover ul ul { visibility: hidden; }
#page-bar ul li:hover ul, #page-bar ul li li:hover ul { visibility: visible; left: auto; }

/* Search Bar */

#search-bar {
 	padding:0 10px;
	width:280px;
	}

/* Text*/
h1, h2, h3, h4, h5, h6 {
 	font-weight: bold;
	margin: 0 0 18px 0;
	color:black;
	}
	
h1 { font:2.0em Arial, Helvetica, sans-serif; }

h2 { font-size:14px; }

h3 { font:1.55em Arial, Helvetica, sans-serif; }

h4 { font:1.4em Arial, Helvetica, sans-serif; }

h5 { font:1.25em Arial, Helvetica, sans-serif; }

h6 { font:1.1em Arial, Helvetica, sans-serif; }

h3.cat_title, h3.cat_title a {
	color:#464646;
	letter-spacing:-0.05em;
	margin:0 0 3px 0;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

/* Index Page*/

#logo {width:850px;height:159px;background:none;}

#logo h1 {font-size:34px;margin:5px 0 0 15px;}

#logo a {text-decoration:none;}
 
#top {margin:0 auto 10px;padding:0px;width:850px;
	}

#headline {
	width:570px;
	float:left;
	padding:10px 10px 25px 25px;
    font-size:12px;
	height:160px;
	line-height:1.5em;
	margin:0px 0px 0px 10px;
	background:#464646;
	color:#fff;
	overflow:hidden;
	}

#headline a {color:#a0a0a0;}

#headline a:hover {color:#d0d0d0;text-decoration:none;}

#headline:hover a {border-bottom:1px dotted #a0a0a0;}

#headline:hover a:hover {
	border-bottom:1px solid #a0a0a0;
	}

#top div.label {
	font:14px Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:20px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	padding-bottom:5px;
	padding-top:5px;
    margin-top:0px;
    float:left;
    display:block;
	}

#headline div.datem {
 	padding:4px 0px 4px 0px;
	color:#ececec;
	font-size:10px;
	display:inline;
	float:right;
 	}

#headline p {
	padding-bottom:8px;
	}

#headline h2 {
color:white;margin:5px;	}

#slider {
	height:150px;
	overflow:hidden;
	width:550px;
	}

#slider .clearfloat {
	width:450px;
	}

.featured-entry {
clear:all;
width:550px;
overflow:hidden;
color:white;
}

 

#featured {
	width:215px;
	height:195px;
	float:right;
	padding:0px 0px 0px 10px;
	font-size:12px;
	margin-right:10px;
	background-image:url(images/note.png);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:center;
	color:black;
	}
#featured h2{
height:25px;display:block;margin-bottom:5px;color:white;font-weight:bold;font-size:13px;font-family:arial;padding-top:2px;line-height:22px;}
 

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#464646;
	color:#fff;
	}
 
#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
    font-size:12px;
	line-height:1.5em; 
	}

#single_desc div.title {
	font:25px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
 	padding-bottom:5px;
	font-size:10px;
	}

.datem{display:inline;float:right;color:#bbb;font-family:verdana;font-size:11px;}
#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	margin:0 auto;
	padding:10px 10px 0px 10px;
	background:#fff;
	width:800px;
	border:5px red solid;
	}
    
.category {
	width:164px;
	float:left;
	border-top:8px solid #464646;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
    cursor:pointer;
	}

.category p {
	margin:0;
    font-size:11px;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}

#front-list .cat_title {
	font-size:14px;
    margin-bottom:5px;
	}

#front-popular h3 {
	color:#fff;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

 

a.featured-entry
{
color:#124475;
}

.entry-excerpt a
{
color:#124475;
}
.featured-entry a
{
color:#124475;
}

.category a {
	color:#464646;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width:830px;
	margin:0 0 10px;
	}

#bottom-left {
	float:left;
	padding:0;
	width:510px;
	}

#bottom-left .meta, #bottom-right .meta, #content.archive .meta {
	font-size:10px;
	}

#bottom-right {
	float:left;
	margin-left:20px;
	}

#bottom-right h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:#464646;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#bottom-right h3 a {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	color:#fff;
	}

#front-list {
	width:620px;
	padding:10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	margin-bottom:10px;
	border-top:1px solid #ececec;
    }

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:18px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
    line-height:1.0em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#464646;
	font-weight:bold;
	}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	padding:0px;
	background:transparent;
	font-size:12px;
	line-height:1.75em;
	}

#paged-list .clearfloat {
	}

.leftbox { 
 	width:480px;
	line-height:1.5em;
	padding:10px;
	margin:0 0 5px;
	border:1px #0c3048 solid;
	float:left;
	color:#000;
	}

.section {
	background:#fff;
	width:220px;
	line-height:1.5em;
	padding:10px;
	margin:0px 8px 5px 0px;
	min-height:180px;
	border:1px #0c3048 solid;
	}	

.archive .leftbox {
	width:620px;
	background:none;
    padding-bottom:1px;
	}

.aside { 
	border-bottom:1px dotted #eee;
	border-left:2px solid #d54e21;
	background:#fff;
	font-size:98%;
	width:280px;
	line-height:1.5em;
	padding:0 10px;
	margin:0 0 5px 10px;
	}

 
.leftbox span.title a, .onecolumn span.title a {
	font:14px Arial;
	font-weight:bold;
	}

.leftbox p, .onecolumn p {
	margin:5px 0px;
	}	

.section span.title a {
	font:12px Arial;
	font-weight:bold;
	}

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:left;
	width:620px;
	clear:left;
	}
.nav-previous, .nav-next, .post-previous, .post-next {
	width: 45%;
	}
.nav-previous, .post-previous {
	float:left;
	}
.nav-next, .post-next {
	float:right;
	text-align:right;
	}

#postigation {font-size:13px;line-height:1.75em;color:black;}
	
#index-right-widget ul li { 
	border:1px solid #fff;
	background:#D3E7F8;
	width:290px;
	line-height:1.5em;
	padding:10px;
	margin:0 0 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}

/* Content Page*/

#content {
	width:480px;
	background:#fff;
 	font-size:12px;
	line-height:1.75em;
	float:left;
 	margin:0px 10px;
	}


.entry-excerpt, .entry{color:black;}

.post {
	line-height:1.75em;
	margin:0 0 20px 0;
	overflow:hidden;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

#content h2.title {
 	margin-bottom:0px;
	padding:5px 0px;
	color:#000000;
	}

.entry ul li, #front-list ul li {	
	list-style:disc;
	margin-left:30px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:disc;
	margin-left:20px;
	}
 
.entry a {
	text-decoration:underline;
	}
 
#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:11px Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	color:black;
	}

img.wp-smiley {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	}

span#map {font-size:11px;}

img.centered {display: block;margin:0 auto;}

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

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
	}
	
	
.slider-controls
{
padding:5px;
height:25px;

}
 
#contentlogo{border:1px solid #000;width:200px;padding:2px;float:left;margin-right:10px;text-align:left;font-weight:bold;}

 
#button{background-image:url(images/redbutton.png);background-repeat:no-repeat;height:53px;}
#buttontext{text-align:center;padding-top:15px;font-size:20px;}
#buttontext a{color:white;text-decoration:none;width:200px;height:40px;display:block;}
#buttontext a:hover{color:black;text-decoration:none;}

#contentlogo ul {
list-style-type: none;
list-style-image: none;
margin-left: 0;
margin-top: 0;
}

#contentlogo li {   
list-style-image: none;
list-style-type: none;
background-image: url(images/myarrow.png);
background-repeat: no-repeat;
background-position: left center;
padding-left : 15px;
margin-left:0px;
margin-bottom:5px;
}


/* Sidebar*/
#sidebar {
width:320px;
float:left;
margin:0px 0px 10px 0px;
overflow:hidden;
font-size:11px;
}


#sidebar a {color:#093a72;}
 
#sidebar h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:#000;
	color:#fff;
	margin:0px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	border-top:1px solid #ececec;
	}

  
#sidebar-left {
	width:155px;
	padding:0px;
	float:left;
	background:#fff;
	margin-right:10px;
 	}

#sidebar-right {
	width:155px;
	padding:0px;
	float:right;
	background:#fff;
 	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:0px 0px 2px 18px;
	background:url(images/myarrow.png) no-repeat 0 0px;
	margin:2px;
	}


#sidebar h3 img { margin-top:1px; }

/* Form Elements */

select {
	border:1px solid #464646;
	width:100%
	}
	
.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#aaa;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#fff;
	border:1px solid #464646;
    color:#d54e21;
    }
    
.field {
	padding: 1px;
	border:1px solid #eee !important;
	background:#fff;
	font-size:11px;
	}

.field:hover {
	border:1px solid #d54e21 !important;
	}

.field:focus {
	background:#ddd;
	border:1px solid #d54e21;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #464646;
	background:#fff;
	font-size:11px;
	}


#front-popular {
	font-size:11px;
	color:#fff;
	width: 800px;
	background:#464646;
	margin: 0 auto;
	padding:15px;
	}

#front-popular li a {
	border-bottom:1px dotted #eee;
	}
	
#front-popular:hover li a {
	/*border-bottom:1px dotted #d54e21;*/
	}

#front-popular:hover li a:hover {
	border-bottom:1px solid #d54e21;
	}

#recentpost, #mostcommented, #randompost {
	width:220px;
	float:left;
	padding:0px 30px 0px 0px;
	}
#recentpost h2, #mostcommented h2, #randompost h2{
color:white;

}
#front-popular #recentpost:hover li a, #front-popular #mostcommented:hover li a, #front-popular #randompost:hover li a, #front-popular #recent_comments:hover li a {
	border-bottom:1px dotted #d54e21 !important;
	}

#mostcommented, #randompost {
	margin-left:20px;
	}

#recent_comments {
	width:200px;
	float:right;
	padding:0px;
	}

#recentpost a, #mostcommented a, #recent_comments a, #randompost a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul, #randompost ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li, #randompost li {
	list-style:none;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a, #randompost ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover, #randompost ul li a:hover {
	background:#d54e21;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child, #randompost ul li:fist-child {
	background:none;
	}


#footer {
	margin: 0 auto;
	width: 980px;
	font-size:10px;
	color:#464646;
	padding:5px 10px;
	}
	
#footer a:hover {
	color:#d54e21;
	text-decoration:none;
	}

#footer:hover a {
	border-bottom:1px dotted #d54e21;
	}

#footer:hover a:hover {
	border-bottom:1px solid #d54e21;
	}

/* Float Properties*/

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

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
/* WordCult Dynamic Images */
img.featured {
	background:#CCC;
	border:1px solid #999;
	float:left;
	height:220px;
	padding:5px;
	width:230px;
	}
img.secimage {
	background:#CCC;
	border:1px solid #999;
	display:block;
	height:90px;
	padding:3px;
	page-break-after:always;
	width:287px;
	}

a.full{color:#0c3048;}

.alisting{float:left;width:390px;padding:0px 5px 0px 5px;vertical-align:top;line-height:15px;text-align:justify;}

#one{background-image:url(images/1.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;}
#two{background-image:url(images/2.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#three{background-image:url(images/3.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#four{background-image:url(images/4.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#five{background-image:url(images/5.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#six{background-image:url(images/6.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#seven{background-image:url(images/7.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#eight{background-image:url(images/8.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#nine{background-image:url(images/9.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#ten{background-image:url(images/10.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#eleven{background-image:url(images/11.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#twelve{background-image:url(images/12.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#thirteen{background-image:url(images/13.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#fourteen{background-image:url(images/14.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#fifteen{background-image:url(images/15.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#sixteen{background-image:url(images/16.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#seventeen{background-image:url(images/17.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#eighteen{background-image:url(images/18.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#nineteen{background-image:url(images/19.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}
#twenty{background-image:url(images/20.png);background-repeat:no-repeat;width:71px;height:40px;display:block;float:left;clear:all;}

.clear{clear:all;}

#heading{background-image:url(images/hback.png);background-repeat:repeat-x;height:25px;display:block;margin-bottom:10px;color:white;font-weight:bold;font-size:16px;font-family:arial;text-indent:5px;padding-top:2px;}

#titleh{background-image:url(images/bback.png);background-repeat:repeat-x;height:25px;display:block;margin-bottom:10px;color:white;font-weight:bold;font-size:16px;font-family:arial;text-indent:5px;padding-top:2px;}

#titleh a{color:white;}
#titleh a{color:white;text-decoration:none;}

#bonustable{border:1px black solid;color:black;width:100%;background-image:url(images/tableb.png);background-repeat:repeat-x;}

#bonustable td {padding:2px;vertical-align:middle;font-weight:bold;line-height:15px;}

#topbonusrow{color:white;font-weight:bold;text-align:center;height:15px;line-height:15px;}

#nextrow{color:white;font-weight:bold;text-align:center;padding-bottom:15px;}

.smalllogo
{
float:left;margin-right:5px;padding-top:3px;
}

#nextrow td{padding-bottom:10px;padding-top:8px;}
 
#newsletter {background-image:url(images/newsletter.png);width:471px;height:143px;border:1px white solid;} 
