/* ---------------------------------------------------- */
/* -------------------[ DOMTAB.CSS ]------------------- */
/* ---------------------------------------------------- */

*{
    margin:0;
    padding:0;
    list-style:none;
    border:none;
}

body{
    font-family:Verdana,Arial,Sans-Serif;
    font-size:90%;
    background:#333;
    color:#ccc;
}

div.domtab{
    padding:0 3em;
    width:80%;
    font-size:90%;
}

ul.domtabs{
    float:left;
    width:900px;
    margin:2em 0 0 0;
}

ul.domtabs li{
    float:left;
    padding:0 2px 0 0;
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
    width:87px;
    padding:5px 5px 0px 3px;
    display:block;
    background:#777777;
    color:#ccc;
    height:20px;
    font-weight:bold;
    text-decoration:none;
    border-bottom: #000000 solid 2px;
}

html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
    height:auto;
    min-height:22px;
}

ul.domtabs a:hover{
  background:#696;
}

div.domtab div{
    clear:both;
    width:auto;
    background:#696;
    color:#fff;
    padding:1em 3em;
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
    background:#696;
    color:#fff;
}

#domtabprintview{
    float:right;
    padding-right:1em;
    text-align:right;
}

#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover{
    color:#fff;
}

p{
    margin:0 0 .5em 0;
    line-height:1.3em;
}

h2{
    font-size:20px;
    color:#16b9e4;
    text-transform:uppercase;
    font-family:Verdana,Arial,Sans-Serif;
}

h1{
    font-size:18px;
    text-align:center;
    font-weight:normal;
    text-transform:uppercase;
    font-family:Verdana,Arial,Sans-Serif;
    padding:.5em 0;
    background:#000;
    border-bottom:1px solid #666;
}

pre{
    font-size:1.2em;
    padding:1em;
}

div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active{
    color:#fff;
    display:block;
    padding:1em .5em;
    font-weight:bold;
    font-size:1.3em;
}
/* next and previous links */

div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active{
    color:#fff;
    display:inline;
    padding:0;
    font-weight:bold;
    font-size:18px;
    text-decoration: none;
}

div.domtab div p a.underline,
div.domtab div p a.underline:hover,
div.domtab div p a.underline:active{
    color:#fff;
    display:inline;
    text-decoration: underline;
}

/* other scheme! */
#other{
	font-size:12px;
	margin-left:.3em;
	width:960px;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:800px;
	background:#47ade2;
	color:#fff;
	padding:1em 3em;
}

/* above is the top border distance until text in main box */

#other ul.domtabs a:hover{
	background:#cc0000;
	color:#fff;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#47ade2;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}


a.boldvisitme,
a.boldvisitme:link,
a.boldvisitme:visited{
    color:#6699cc;
    font-weight:bold;
    font-size:16px;
    text-decoration:underline;
}

a.boldvisitme:hover,
a.boldvisitme:active{
    color:#fff;
    font-weight:bold;
    font-size:16px;
    text-decoration: underline;
}

.normal{
    font-weight: normal;
}


/* -------------------[ Navigation ]------------------- */
#zekenav {
        width:960px;
        background: #660000 center center no-repeat;
        height:40px;
        line-height:40px;
        margin: 0 auto;
        padding:1px 0 0;
        border-bottom:2px solid #333;
        }

ul.nav {
	font-size: 8pt;
        font-weight:bold;
        letter-spacing: 0px;
        height:40px;
        line-height:40px;
        float:left;
	list-style: none;
	padding: 0;
	margin: 0;
        }

ul.nav li {
        float: left !important;
        margin: 0;
        padding: 0;
        list-style-type: none;
        }

ul.nav li a, ul.nav li a:link, ul.nav li a:visited {        
        color: #FAF7E8;
        float: left;
        display: block;
        padding: 0 10px;
        }

ul.nav li a:hover, ul.nav li a:active {
/*      background: #660000; */
        background: #16B9E4;
        text-decoration: underline;
        }

ul.nav li.current_page_item a {
        text-decoration:underline;
/*      background: #660000; */
        background: #16B9E4;
        text-decoration: underline;
        }

ul.nav li ul {
        float:left;
        margin:0;
        padding:0;
        }


/* ---------------------------------------------------- */
/* -------------------[ base-weblog.css ]-------------- */
/* ---------------------------------------------------- */


/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 720px;
	text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

.comments-open-header
{
    clear: both;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}



/* ---------------------------------------------------- */
/* -------------------[ thewonderwall-theme.css ]------ */
/* ---------------------------------------------------- */

@import url(base-weblog.css);

body {
	font-family: Verdana,Arial,Sans-Serif;
	color: #666;
	background: #fff;
}

a {
	text-decoration: none;
	color: #6699cc;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #6699cc;
}

a:hover
{
	text-decoration: underline;
	color: #333333;
}

.bold {
font-weight: bold;
}

#container {
	margin: 0 auto;
	width: 100%;
	background: #fff;
}

#footercontainer {
	margin: 0 auto 0 auto;
	width: 100%;
	background: #333;
}

#headerfullwidth {
	margin: 0 auto;
	width: 100%;
	background: #333;
}

#quickofferssection {
	margin: 0 auto;
	width: 100%;
	background: #333;
}

.quickofferssection {
margin: 0 auto 10px;
width: 960px;
}

#footerfullwidth {
	margin: 0 auto;
	width: 100%;
	background: #333;
}

#header {
	width: 100%;
	background: #000000;
	height: 80px;
}

#headerinner {
	width: 970px;
	background: #000000;
	margin: 0 auto 0 auto;
}

#topnav {
	width: 100%;
	background: #e5e5e5;
}

#topnavinner {
	width: 970px;
	background: #e5e5e5;
	margin: 0 auto 0 auto;
}


#contentcontainer {
	width: 100%;
	background: #fff;
}

#contentcontainerinner {
	width: 970px;
	background: #fff;
	margin: 0 auto 0 auto;
	border-left: #e5e5e5 solid 1px;
	border-right: #e5e5e5 solid 1px;
	}


#mainContent {
	width: 510px;
	float: left;
	background: #fff;
	padding: 10px;
}

#sidebar2 {
	width: 240px;
	float: left;
	background: #fff;
}


#sidebar1 {
	width: 190px;
	float: right;
	background: #fff;
	padding: 0 10px 0 0;
}

#footer {
clear: both;
width: 970px;
background: #f4f4f4;
}

#footerinner {
padding: 10px;
margin-bottom: 10px;
border-top: #e5e5e5 solid 1px;
border-bottom: #e5e5e5 solid 1px;
}

.clearboth {
clear: both;
}

.headerLeft {
	width: 700px;
	float: left;
	background: #000000;
}

.searchBoxLogo {
	width: 260px;
	float: right;
	background: #000000;
	margin: 10px 10px 0 0;
	}


h1#headerLogo {
	font-family: Verdana,Arial,Sans-Serif;
	font-weight: bold;
	margin: 10px 0 0 10px;
	font-size: 2.5em;
	letter-spacing: -1px;
}
	h1#headerLogo a {
		color: #fff;
	}
	h1#headerLogo a:hover {
		color: #fff;
		background: none;
	}
	
h2#headerDescription {
	font-size: 13px;
	font-family: Verdana, Sans-Serif;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	color: #ccc;
}




#mainContent h3.entryTitle a:hover {
	color: #333;
}
#mainContent h3.entryTitle a,
#mainContent h3.entryTitle {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	color: #6699cc;
	text-align: left;
}

#mainContent h3.entryTitle{
	color: #666;
	font-size: 18px;
	font-weight: bold;
	font-family: verdana,arial,sans-serif;
	}

h2.module-header {
	font-size: 13px;
	font-weight: bold;
	color: rgb(85, 85, 85);
	text-transform: uppercase;
}
	h2.module-header a {
	color: rgb(68, 68, 68);
	}
#pagebody h3.module-header {
	font-size: 12px;
	font-weight: bold;
	color: rgb(85, 85, 85);
	text-align: left;
}
.module {
	margin-bottom: 10px;
}
.module ul.module-list,
.module ul.archive-list
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.module li.module-list-item {
	padding-left: 0px;
	margin-left: 0px;
}
.module .module-content {
	padding: 0;
	margin: 0;
}
.module-content .thumbnail img {
	padding: 5px;
	margin: 5px;
	border: 1px solid #999999;
}
.entry-content {
	padding-top: 10px;
	margin-left: 0;
	line-height: 170%;
}
.entry-footer {
	color: #9C9C9C;
	text-align: left;
	margin-left: 0;
	padding: 0px 0px 10px 0px;
	border-bottom: thin dotted #ccc;
}

.entry-footer a {
	color: #9C9C9C;
}

.entry-footer a:hover {
	color: #333;
	text-decoration: underline;
}
.module-categories a {
	color: rgb(153,153,153);
	display:block;
}
.module-categories {
	text-transform: uppercase;
	font-size: 12px;
	color: rgb(153,153,153);
	line-height: 14px;
}
.module-categories li.module-list-item li.module-list-item {
	margin-left: 10px;
	font-size: 10px;
}
.module-search h2.module-header {
	display: none;
}
.module-categories a:hover {
     color : #000000;
     background-color : transparent;
}

img.photo {
	border-top: 1px solid #e9dece;
	border-right:1px solid #B6AD9D;
	border-bottom:1px solid #B6AD9D;
	border-left:  1px solid #e9dece;
	background-color: #fff;
	padding: 8px;
}
#pagebody h3 {
	font-size: 20px;
	font-family: "Tahoma";
	color: rgb(68,68,68);
	text-align: center;
}
.comments-content {
	padding-left: 0;
}
.comment-content {
	line-height: 175%;
	margin-left: 0;
}
p.comment-footer {
	font-family: "Tahoma";
	font-size: 14px;
	margin-left: 0;
}
p.comment-footer a {
	font-weight: bold;
}
.comments-open-content {
	margin-left: 0;
	line-height: 175%;
}
textarea#comment-text {
	width: 400px;
}
p#comments-open-text {
	clear: both;
	margin-top: 10px;
}
#comments-open-data label {
	float: left;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Sans-Serif;
	text-transform: lowercase;
	margin-right: 10px;
	text-align: right;
}
.comments-open-data p {
	margin-top: 10px;
}
#pagebody .search-results-container h3 {
	text-align: left;
}
#pagebody .entry-content h2
{
        font-size: 13px;
        font-weight: bold;
        color: #525252;
        text-align: left;
        font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
        border-bottom: 1px solid #CCCCCC;
}

#sidebar1 ul.newlists{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#sidebar1 ul.newlists li{
margin-bottom:4px;
}

#sidebar1 ul.newlists li.rssFeed a{
padding-left: 33px;
background-image: url(http://www.thewonderwall.com/images/icons/rss.png);
background-repeat: no-repeat;
background-position: 0;
}

#sidebar1 ul.newlists li.tags a{
height: 20px;
padding: 4px 0px 4px 24px;
background-image: url(http://www.thewonderwall.com/images/icons/tag_red.png);
background-repeat: no-repeat;
background-position: 0;
}

#sidebar1 ul.newlists li.freemoney a{
height: 20px;
padding: 4px 0px 4px 24px;
background-image: url(images/icons/icon_money.gif);
background-repeat: no-repeat;
background-position: 0;
}


.entry-tags{
margin-left: 0;
padding: 0px 0px 10px 0px;
border-bottom: thin dotted #ccc;
}

.entryMetaTags{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(http://www.thewonderwall.com/images/icons/tag_red.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .75em;
}

.entryMetaCategories{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(http://www.thewonderwall.com/images/icons/tag_blue.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .75em;
}

.entryMetaCategories a{
font-weight: bold;
}

.entryMetaComments{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(http://www.thewonderwall.com/images/icons/user_comment.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .75em;
}

.entryMetaPermalink{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(http://www.thewonderwall.com/images/icons/link.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .75em;
}

.entryMetaDate{
margin-left: 0;
padding: 4px 0px 4px 23px;
list-style: none;
background-image: url(http://www.thewonderwall.com/images/icons/date.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .75em;
}

.exclamation{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(http://www.thewonderwall.com/images/icons/exclamation.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .9em;
}

.imdb{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(http://www.thewonderwall.com/images/icons/imdb.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .9em;
}

.cake{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(http://www.thewonderwall.com/images/icons/cake.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .9em;
}

.female{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(http://www.thewonderwall.com/images/icons/female.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .9em;
}

.screengrabicon{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(http://www.thewonderwall.com/images/icons/image.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .9em;
}

.linkicon{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(http://www.thewonderwall.com/images/icons/link.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .9em;
}

/* Rounded Cornr */

.roundedcornr_box {
   background: #f4f4f4;
}
.roundedcornr_top div {
   background: url(http://www.thewonderwall.com/images/roundedcornr/top-left.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(http://www.thewonderwall.com/images/roundedcornr/top-right.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(http://www.thewonderwall.com/images/roundedcornr/bottom-left.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(http://www.thewonderwall.com/images/roundedcornr/bottom-right.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 10px; }



/* Rounded Cornr (Searchbox) */

.roundedcornr_box_searchbox {
   background: #f4f4f4;
}
.roundedcornr_top_searchbox div {
   background: url(http://www.thewonderwall.com/images/roundedcornr/roundedcornr_searchbox_tl.png) no-repeat top left;
}
.roundedcornr_top_searchbox {
   background: url(http://www.thewonderwall.com/images/roundedcornr/roundedcornr_searchbox_tr.png) no-repeat top right;
}
.roundedcornr_bottom_searchbox div {
   background: url(http://www.thewonderwall.com/images/roundedcornr/roundedcornr_searchbox_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_searchbox {
   background: url(http://www.thewonderwall.com/images/roundedcornr/roundedcornr_searchbox_br.png) no-repeat bottom right;
}

.roundedcornr_top_searchbox div, .roundedcornr_top_searchbox, 
.roundedcornr_bottom_searchbox div, .roundedcornr_bottom_searchbox {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_searchbox { margin: 0 20px; }



/* Page Numbers */
.pages {
    padding: 1em;
    margin: 1em 0;
    clear: left;
    font-size: 85%;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.pages a {
    border: 1px solid #ccc;
    text-decoration: none;
}

.pages a:hover {
    border-color: #6699cc;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
        border: 1px solid #ddd;
        color: #999;
}


.newiconleft{
margin-left: 0;
padding: 4px 0px 4px 23px;
background-image: url(http://www.thewonderwall.com/images/icons/new.png);
background-repeat: no-repeat;
background-position: 0;
font-size: .9em;
}

.padded{
padding: 4px 4px 4px 4px;
background: #e5e5e5;
}


.previousentry {
font-weight: bold;
}
.nextentry {
text-align:right;
font-weight: bold;
}


.smallfooterlinks {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 0.8em;
	color: #ccc;
}

.smallfooterlinks a {
	text-decoration: none;
	color: #ccc;
	}

.smallfooterlinks a:hover {
	text-decoration: underline;
	color: #666;
	}

a.smallfooterlinksbold {
	text-decoration: none;
	color: #6699cc;
	font-weight: bold;
	}

a.smallfooterlinksbold:hover {
	text-decoration: underline;
	color: #6699cc;
	font-weight: bold;
	}

.footer2 {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 0.9em;
	color: #ccc;
	padding: 10px;
	text-align: center;
}


#bottombandlist {
	width: 100%;
	background: #333;
}

#bottombandlistinner {
	width: 970px;
	background: #333;
	margin: 0 auto;
	text-align: left;
}


#bottombandlistinner ul{
margin: 0;
padding-left : 0;
list-style-type: none;
margin-bottom: 10px;

}

#bottombandlistinner li{
font-weight: bold;
font-size: 11px;
line-height: 200%;
padding-top: 10px;
margin-right: 0px;
margin-bottom: 4px;
display: inline;
}


#bottombandlistinner li.star a{
padding-left: 20px;
padding-top: 3px;
color: #16b9e4;

background-image: url(images/silk-icons/bullet_black.png);
background-repeat: no-repeat;
background-position: 0;

}

#bottombandlistinner li.star a:hover{
padding-left: 20px;
padding-top: 3px;
color: #fff;
background-image: url(images/silk-icons/bullet_blue.png);
background-repeat: no-repeat;
background-position: 0;
}