/*  
Theme Name: Goldworld 3.0
Theme URI: http://www.goldworld.it/
Description: The default Goldworld theme.
Version: 3.0
Author: Fabio Venni
Author URI: http://fabio.antanix.net/

	This theme was designed and built by Fabio Venni,
	whose photoblog you will find at http://www.flickr.com/photos/fabiovenni/

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

*/
html, body, h1, h2, h3, h4, h5, p, ul, ol, dl, li, dt, dd, form, fieldset, div, span, blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font: normal 100%/1 Lucida sans Unicode, Helvetica, Arial, sans-serif;
  background: white;      
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}
.title {
  font-family: GoldFontTitle;
  font-size: 20pt;
  line-height: 1em;
	font-weight: 200;
}
.subtitle {
  font-family: GoldFontSubtitle;
  font-size: 15pt;
  line-height: 1.1em;
  font-style: italic !important;        
  color: #ffd600;
  font-weight: 200;
}
p {
  color: #666;
}
.small p,
p.caption {
  font-size: 8pt;
  color: #444;
  line-height: 1.2em;
}
p + p.caption {
  margin-top: 1em;
}
.title + .subtitle {
  margin-top: .5em;
  margin-bottom: 1em;
}
.title + p {
  margin-top: 1.5em;
}
.small .title {
  font-size: 14pt;
}
.small .title + p {
  margin-top: .5em;
}
#world {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#gold {
  width: 100%;
  float: left;
  padding-bottom: 300px;
}
#content {
  width: 960px;
  float: left;
  padding: 0 0;
  overflow: hidden;
}
#section {
  width: 960px;
  height: 290px;
  overflow: hidden;
  float: left;
  background: #eee;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url('img/sfondo.jpg');  
  font-family: GoldFontSubtitle;
  position: relative;
  margin-top:5px;
}
#section-header {
  position: absolute;
  width: 280px;
  top: 0;
  bottom: 0;
  padding: 20px;
  line-height: 1.1em;
  background: #ffd600;
}
#section-blurb {
  float: left;
  clear: both;
  font-size:11pt;
  padding: 0 20px 20px;
  border-bottom: 2px solid #FFD600;
  margin: 20px 0;
}
#section-blurb p {
  color: black;
  line-height: 1.2em;
}
#section-blurb p + p {
  margin-top: .5em;
}
#section-header .title {
  font-family: GoldFontTitle;
  font-size: 30pt;
  color: black;
  position: absolute;
  bottom: 20px;
  width: 280px;
}
#section-header p {
  font-size: 15pt;
  line-height: 1.1em;
  color: white;
}
#section-header a {
  color: white;
}
.posts {
  width: 990px;
  float: left;
}
.post {
  float: left;
  width: 300px;
  padding: 10px;
  margin: 0 0 1em 0;
  background: url(post.jpg) center 10px no-repeat;
}
.posts .post:hover {
  background-color: #ffd600 !important;
}
.small .post {
  float: left;
  margin:0 0 0 0;
  padding:5px;
  width:150px;
  background: url(small.jpg) center 5px no-repeat;
}
.medium .post {
  margin:0;
}
.medium .post p {
  font-size:10pt;
  color:#444444;
}
.medium .post .title + .post {
  margin-top: .5em !important;
}
.en {
}
.en p {
  color: #ffd600;
}
#header {
  width: 960px;
  float: left;
}
#main-navigation {
  list-style-type: none;
  position: relative;
  z-index: 1000;
}
#main-navigation li {
  display: block;
  line-height: 38px;
  margin-right: 1px;
  width: 159px;
  float: left;
}
#main-navigation li#nav_blog {
  margin: 0;
}
#main-navigation li.top-level {
  background: #ddd url('img/main-menu_ui.png') right bottom no-repeat;
}
#main-navigation li#nav_search {
  width: 320px;
  padding: 0;
  position: relative;
  background-image: none;
}
#main-navigation li.top-level a {
  text-shadow:0 1px #FFF;
}
#main-navigation li.top-level li a {
  text-shadow:none;
}
#main-navigation li.top-level.hover {
  background-color: #ffd600;
  background-position: top right;
}
#main-navigation a {
  display: block;
  line-height: 38px;
  font-family: GoldFontTitle, Georgia, Helvetica, Arial, sans-serif;
  font-size: 14.5pt;
  width: 149px;
  padding-left: 10px;
  text-decoration: none;
  color: black;
}
#main-navigation ul {
  position: absolute;
  width: 139px;
  margin: -3px 10px 0 10px;
  z-index: 1000;
  top: 38px;
  display: none;
  background: black;
  opacity: .9;
  padding-bottom:5px;
  -moz-box-shadow: 0 5px 10px black;
  -webkit-box-shadow: 0 5px 10px black;
}
#main-navigation li li {
	float: none;
  color: white;
  width: 139px;
}
#main-navigation li li.hover {
  background: #ffd600;
}
#main-navigation li li a {
  color:white;
  font-family:Lucida sans Unicode,Helvetica, Arial, sans-serif;
  font-size:10pt;
  line-height:1em;
  padding:5px 8px;
  width:123px;
  border-top: 1px solid black;
}
#main-navigation li#nav_blog li a {
  padding: 3px 8px;
  font-size: 8pt;
}
#main-navigation li li.hover a {
  color: black
}
#search-form {
  height: 28px;
  padding: 5px;
  width: 310px;
}
#search-form input.text {
  border:0 none;
  bottom:0;
  color:#CCC;
  font-family:Lucida Sans Unicode,sans-serif;
  font-size:11pt;
  height:18px;
  margin:0;
  padding:5px;
  position:absolute;
  top:5px;
  width:300px;
}
#search-form input.text:hover {
	color: black;
}			
#search-form input.submit {
  display: none;
}
#logo {
  width: 960px;
  height: 92px;
  margin: 0 auto;
  padding: 20px 0;
  background: url(img/head_ban.jpg) center center no-repeat;
}
#logo a {
  display: block;
  width: 200px;
  height: 92px;
  margin: 0 auto;
}
#logo a em {
  display: none;
}
.top-links {
  position: absolute;
  top: 0;
}
#social {
  right: 0;
}
.top-links ul {
  list-style-type: none;
}
.top-links li {
  display: inline;
  color: #ffd600;
}
.top-links a {
  color: black;
  padding: 2px 4px;
  font-size: 10pt;
  text-decoration: none;
}
.top-links a:hover {
  text-decoration: underline;
}
.top-links .button {
  padding: 2px 8px;
}
.top-links .button:hover {
  color: white;
  text-decoration: none;
}
#contact .button {
  margin-right: 5px;
  padding-left: 20px;
  background: #fb0 url(img/up.png) left center no-repeat;
}
#social .button {
  margin-left: 5px;
  background: #fb0;
}
#contacts-wrapper {
  width: 100%;
  border-bottom: 1px solid #fb0;
  background: #ffd600;
}
#contacts {
  display: none;
  height: 350px;         
  width: 960px; 
  margin: 0 auto;
  position: relative;
}
.contact-widget {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 280px;
  padding: 20px;
}
.contact-widget .title {
  font-size: 20pt;
}
.contact-widget .subtitle {
  color: white;
  font-size: 14pt;
  margin: 1em 0 0 0;
}
.contact-widget p.email {
  color: black;
  margin-top: 1em;
  font-size: 11pt;
  line-height: 1.3em;
}
.contact-widget a {
  color: black;
  text-decoration: underline;
}
.contact-widget p.email + p.email {
  margin-top: .5em;
}
#contact_form-wrapper {
  background: #fb0;
}
#contact_stores {
  left: 320px;
  background: #ffc800;
}
#contact_social-web {
  left: 640px;
  width: 280px;
}
#contact-form input.text {
  width: 270px;
  border: 2px solid #fedd7f;
  padding: 6px 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#contact-form textarea {
  width: 270px;
  height: 75px;
  border: 2px solid #fedd7f;
  padding: 6px 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#contact-form textarea:focus,
#contact-form input.text:focus {
  border-color: black;
}
#contact-form label {
  position: relative;
  top: 22px;
  left: 6px;
  font-size: 10pt;
  display: block;
  color: #ccc;
}
#contact-form label:hover {
  color: black;
}
#contact-form input.submit {
  background:#ffd600 url(img/right.png) no-repeat scroll right center;
  float: right;
  margin-top: 5px;
  padding:1px 20px 1px 2px;
  font-size:10pt;
  border: 0;
  position: relative;
  left: -2px;
}
#contact-form input.submit:hover {
  background-color: black;
  color: white;
}
#contact-form label['for=contact_message'] {
  top: 19px;
}
.contact-widget ul {
  list-style-type: none;
  margin-top: 1em;
}
.contact-widget li {
  padding: 0 5px 0 50px;
  height: 50px;
  margin-bottom: 5px;
  background: url(img/icon_facebook.png) 5px center no-repeat;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#contact_stores.contact-widget li {
  height: 88px;
  padding-left: 122px;
}
#contact_stores.contact-widget li:hover {
  background-color: #fee861;
  cursor: pointer;        
}
#contact_social-web.contact-widget li:hover {
  background-color: #feef94;
  cursor: pointer;        
}
.contact-widget li h5 {
  padding-top: 8px;
  font: normal 13pt/1em GoldFontTitle, Georgia, sans-serif;
}
#contact_stores.contact-widget li h5 {
  padding-top: 11px;
}
.contact-widget li a,
.contact-widget li p {
  color: white;
  font-size: 10pt;
}
.contact-widget li p {
  margin-top: 4px;
}
.contact-widget li:hover p,
.contact-widget li:hover a {
  color: black;
}
li#twitter {
  background-image: url(img/icon_twitter.png);
}
li#linkedin {
  background-image: url(img/icon_linkedin.png);
}
li#myspace {
  background-image: url(img/icon_myspace.png);
}
li#flickr {
  background-image: url(img/icon_flickr.png);
}
li#vdoni {
  background-image: url(img/icon_viadoni.png);
}
li#vverdi {
  background-image: url(img/icon_viaverdi.png);
}
li#vgioberti {
  background-image: url(img/icon_viagioberti.png);
}
#comments {
  width: 920px;
  background: #ffd600;
  float: left;
  padding: 20px;
  clear: both;
  font-family: GoldFontTitle, Georgia, sans-serif;
  margin-top: 1em;
}
#comments h4 {
  font-size: 20pt;
  margin-bottom: .5em;
}
#comments ul.comment_posts {
  float: left;
  width: 100%;
  list-style-type: none;
}
#comments ul.comment_posts li.comment_li-top:nth-child(even) {
  background: #ffde2f;
}
#comments ul.comment_posts li.comment_li-top:hover {
  border-color: #FFD600;
  background: #fb0;
}
#comments ul.comment_comments {
  width: 100%;
  list-style-type: none;
}
#comments a {
  color: black;
}
#comments h5 {
  padding: 6px 10px;
  display: block; 
  font: 400 10pt GoldFontTitle, Lucida sans Unicode, sans-serif;
  position: relative;
}
#comments h5 .comment_post_date {
  position: absolute;
  right: 20px;
}
#comments ul.comment_comments li {
  padding: 0;
  line-height: 24px;
  height: 24px;
  display: block;
  border-top: 1px solid #FEE861;
  position: relative;
  overflow: hidden;
  font-family: Lucida sans Unicode, sans-serif;
  font-size: 9pt;
}
#comments ul.comment_comments li:hover {
  background: none;
}
#comment_toolbar {
  list-style-type: none;
  float: right;
  clear: both;
}
#comment_toolbar li {
  display: inline;
}
#comment_toolbar a {
  font-family: Lucida sans Unicode, sans-serif;
  font-size: 10pt;
  background:black url(img/up.png) no-repeat scroll right center;
  line-height:24px;
  height: 24px;
  padding:0 20px 0 6px;
  float: left;
  display: block;
  color: white;
  margin-top: 1em;
  margin-left: 5px;
}
#comment_toolbar #commenti_recenti a {
  background-image: url(img/right.png);
}
#info {
  float: left;
  clear: both;
  width: 100%;
  text-align: right;
  border-top: 1px solid #fee861;
  background: #ffd600;
  position: relative;
}
#info h4 {
  display: none;
}
#info p {
  font-size: 10pt;
  color: #fee861;
  line-height: 34px;
  padding-right:20px;
}
#info a {
  color: black;
}
a#copyright_button{
  display: block;
  position: absolute;
  bottom: 6px;
  top: 6px;
  left: 6px;
  padding:0 20px 0 6px;
  line-height: 22px;
  background:#FB0 url(img/down.png) no-repeat scroll right center;
  cursor: pointer;
  z-index: 15;
}
a#copyright_button:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}
#copyright_content {
  display: none;
  float: left;
  clear: both;
  width: 300px;
  text-align: left;
  padding: 10px;
  background: #FB0;
  position: relative;
  left: 7px;
  top:-7px;
  z-index: 10;
}
#copyright_content h4 {
  font-family: GoldFontTitle, Georgia, sans-serif;
  font-size: 12pt;
}
#copyright_content p {
  margin-top: .5em;
  font-size: 10pt;
  color: black;
}
.post {
  position: relative;
}
.post #placeholder {
  width: 300px;
  height: 200px;
  margin-bottom: 5px;
  background: #f90;
}
.home .post {
  background: #eee;
  border-right:1px solid white;
}
.home .medium .post {
  width: 299px;
}
.home .small .post {
  width: 149px;
}
.small #placeholder {
  width: 150px;
  height: 150px;
}
.post img {
  display: block;
  margin-bottom: 5px;
}
.post img.middle {
  display: block;
  margin: 0 auto 5px;
}
.post img.wp-smiley {
  display: inline !important;
  margin: 0 !important;
}
.post object {
  display:block;
  margin:0 auto;
}
.post h2,
.post h3,
.post h4,
.post h5 {
  font-family: GoldFontTitle;
}
.post h2 + h3 {
  margin-top: .5em;
}
.post h2 + p,
.post h3 + p {
  margin-top: 1em;
}
.post p + h2 {
  margin-top: 2em;
}
.post h2.center {
  text-align: center;
}
.post h2 a {
  color: black;
}
.post .excerpt {
  height: 155px;
  overflow: hidden;
}
.medium .excerpt {
  height:6em !important;
}
.small .excerpt {
  height:4.5em !important;
}
.small .excerpt h2 {
  background: url('img/white-60.png') left top repeat;
  bottom:95px;
  left:5px;
  margin:5px;
  padding:6px;
  position:absolute;
  width:128px;
  text-align: center;
}
.page .post {
  margin-top: 15px;
  padding-top: 0;
}
.page .main {
  width: 600px;
  padding:0 20px;
}
.page .main p {
  font-size: 10pt !important;
}
.page .post:hover {
  background-color: white !important;
}
.page .post p {
  line-height: 1.4em;
  margin-bottom: 1em;
  color: #333;
}
.page .post p a {
  color: black;
  text-decoration: underline;
}
.page .post p a:visited {
  color: #555;
}
.page .post p a:hover {
  color: #fb0;
}
.page .secondary p {
  font-size: 9pt;
  color: #fb0;
  margin-bottom: .5em;
  line-height: 1.4em;
}
.catalogue-widget,
#catalogue {
  float: left;
  margin: 20px 0;
  clear: both;
  width: 960px;
  position: relative;
}
.catalogue-widget {
  margin: 5px 0;
  left:-20px;
  overflow: hidden;
  padding: 0 20px;
  position:relative;
  width:960px;
}
.catalogue ul {
  width: 100%;
  clear:both;
  float:left;
  position:relative;
  list-style-type: none;
}
.catalogue-widget .items-wrapper {
  overflow:hidden;
  width:100%;
}
.catalogue-widget ul {
  height:160px;
  overflow:hidden;
  position:relative;
  list-style-type: none;
  background: #eee;
}
.catalogue-widget ul li:nth-child(odd) {
  background-color: #e0e0e0;
}
.catalogue-widget .prevPostPic,
.catalogue-widget .nextPostPic {
  position:absolute;
  display:block;
  width:40px;
  height:40px;
  top:60px;
  z-index:100;
  background: url(img/icon_widget_next.png) bottom left no-repeat;
  cursor: pointer;
}
.catalogue-widget .prevPostPic strong,
.catalogue-widget .nextPostPic strong {
  display: none;
}
.catalogue-widget .prevPostPic {
  left: 0;
  background-image: url(img/icon_widget_prev.png);
}
.catalogue-widget .nextPostPic {
  right: 0;
}
.catalogue-widget .prevPostPic:hover ,
.catalogue-widget .nextPostPic:hover {
  background-position: top;
}
.catalogue li.photo {
  display: block;
  float:left;
  margin:0;
  padding:5px;
  width:150px;
  height:150px;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  position: relative;
}
.catalogue li.hover,
.catalogue li.photo:hover {
  background-color: #fb0;
}
.catalogue li.photo a {
  background:black;
  bottom:5px;
  left:5px;
  margin:5px;
  padding:6px;
  position:absolute;
  width:128px;
  font-size: 10pt;
  color: white;
  text-align: center;
  display: none;
}
#search-form a { display: none;}
.lang_switch {
  background: #eee url('img/right.png') right center no-repeat;
}
.lang_switch a {
  color:white;
  display:block;
  font-size:9pt;
  margin-bottom:1em;
  padding:6px 6px 6px 30px;
  color: #888;
  text-transform: uppercase;
  background: url('img/gb.png') 6px center no-repeat;
  text-shadow:0 1px 0 #FFFFFF;
}
#lang_switch-it a {
  background-image: url('img/it.png');
}
.lang_switch:hover {
  background-color: black;
}
.lang_switch:hover a,
.lang_switch a:hover {
  text-shadow: none;
  color: white;
}
#breadcrumb {
  float: left;
  clear: both;
  background: #eee;
  padding: 10px;
  margin-top: 5px;
  width: 940px;
  font-size: 12pt;
  font-family: GoldFontTitle, Georgia, sans-serif;
}
#breadcrumb ul {
  list-style-type: none;
}
#breadcrumb li {
  display: inline;
  color: #fb0;
  margin-right: .5em;
}
#breadcrumb li.tag {
  color: black;
}
#breadcrumb a {
  color: black;
  text-shadow: 0 1px white;
}
#catalogue-widget + #breadcrumb {
  margin-top: 5px;
}
.product h1.title {
  line-height: 2em;
  position: relative;
  z-index: 100;
}
.product img.main_product_pic {
  position: relative;
  top: -3em;
  z-index: 50;
}
.blog_post-header {
  padding: 0 0 10px;
}
.post_excerpt p {
  color: #333;
  font-family:GoldFontTitle;
  font-size:12pt !important;
  line-height:1.2em !important;
  margin-bottom:0.5em !important;
}
.post_excerpt .audioplayer_container {
  display: none;
}
.single_post .post {
  padding:0 10px 20px;
  width:620px;
}
.single_post .post ol,
.single_post .post ul{
  line-height: 1.4em;
  margin-bottom: 1em;
  color: #333;
  font-size: 10pt;
  padding-left: 2em;
}
.single_post .post p {
  line-height: 1.4em;
  margin-bottom: 1em;
  color: #333;
  font-size: 10pt;
}
.single_post .post .post_metadata {
  margin-bottom: 0 !important;
  margin-top: 0;
  color: #444;
  background: #eee url(img/white-60.png) left top repeat-x;
  padding: 5px;
  text-align: right;
  font-size: 10pt !important;
  position: relative;
  text-shadow:0 1px 0 #FFF;
  border:1px solid #DDDDDD;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
}
.blog_post-content + .post_metadata {
  margin-top: 1em !important;
}
.posttags .metadata_block a {
  display:block;
  float:left;
  padding: 4px 5px;
  background:#FB0;
  margin: 0 2px 2px 0;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  font-size: 10px;
  text-transform:uppercase;
}
.posttags .metadata_block a:hover {
  background: black;
  color: white !important;
  text-decoration: none;
}
.single_post .post .post_metadata .post_share {
  padding-left: 0 !important;
  margin: 0 !important;
  line-height: 1em !important;
  position: absolute;
  left:5px;  
}
.post_metadata span.date {
  padding-left: 20px;
  background: url(img/date.png) left center no-repeat;
}
.post_metadata span.time {
  padding-left: 20px;
  background: url(img/time.png) left center no-repeat;
}
.post_share {
  list-style-type: none;
  display: inline;
}
.post_share li {
  display: inline;
}
.post_share li a {
  padding-left: 20px;
  margin-right: 5px;
  text-shadow:0 1px 0 #FFF;
  color: #444;
  background: url(img/share_facebook) left center no-repeat;
}
.post_share li a.twitter {
  background-image: url(img/share_twitter);
}
.post_share li a.buzz {
  background-image: url(img/share_buzz);
}
.single_post .post img.left {
  float: left;
  margin: 0 1em 1em 0;
}
.single_post .post img.right {
  float: right;
  margin: 0 0 1em 1en;
}
.single_post .post h1 {
  font-size: 36pt;
  line-height: 1.2em;
}
.single_post .post h1 a {
  color: black;
  text-decoration: none;
}
a.post-edit-link {
  display: block;
  font-family: sans-serif;
  font-size: 10px;
  padding: 4px;
  line-height: 10px;
  background: black;
  color: white !important;
}
.single_post .post h1 a.post-edit-link {
  position: absolute;
  top: 0;
  right: 10px;
}
#asides {
  float: left;
  width: 300px;
  padding: 10px;
  background: #FFD600;
  font-size: 10pt;
}
#asides a {
  color: black;
}
#asides ul {
  padding-left: 15px;
}
#asides strong {
  margin-bottom: .5em;
}
#asides .blog_post-metadata {
  margin-bottom: 1em;
}
p.author,
p.date {
  font-size: 11pt/1em;
  color: black;
}
.metadata {
  margin-bottom: .8em;
  float: left;
  clear; both;
}
.metadata strong {
  font: normal 12pt/1em GoldFontTitle, Georgia, sans-serif;
  margin-bottom: .5em;
  display: block;
}
#underconstruction {
  width: 100%;
  float: left;
  background: #FFBB00;
  color: black;
  font-size: 10pt;
  text-align: center;
  padding: 6px 0;
}
#underconstruction a {
  color: black;
  text-decoration: underline;
}
.main-widget {
  float: left;
  margin: 20px 0;
  clear: both;
  width: 960px;
  position: relative;
}
.main-widget {
  margin: 5px 0;
  left:-20px;
  overflow: hidden;
  padding: 0 20px;
  position:relative;
  width:960px;
}
.main-widget ul {
  width: 100%;
  clear:both;
  float:left;
  position:relative;
  list-style-type: none;
}
.main-widget .items-wrapper {
  overflow:hidden;
  width:100%;
}
.main-widget ul {
  height:600px;
  overflow:hidden;
  position:relative;
  list-style-type: none;
  background: #eee;
}
.main-widget li {
  display: block;
  width: 960px;
  height: 600px;
  float: left;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.main-widget .desc {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.main-widget h2 {
  font-family: GoldFontTitle;
}
.main-widget h2 a {
  color: #FFD600;
}
.main-widget h2 a:hover {
  color: white;
}
.main-widget p {
  color: #ccc;
}
.main-widget ul li:nth-child(odd) {
  background-color: #e0e0e0;
}
.main-widget .prevPostPic,
.main-widget .nextPostPic {
  position:absolute;
  display:block;
  width:40px;
  height:40px;
  top:60px;
  z-index:100;
  background: url(img/icon_widget_next.png) bottom left no-repeat;
  cursor: pointer;
}
.main-widget .prevPostPic strong,
.main-widget .nextPostPic strong {
  display: none;
}
.main-widget .prevPostPic {
  left: 0;
  background-image: url(img/icon_widget_prev.png);
}
.main-widget .nextPostPic {
  right: 0;
}
.main-widget .prevPostPic:hover ,
.main-widget .nextPostPic:hover {
  background-position: top;
}
#wp_page_numbers {
  float: left;
  clear: both;
  width: 960px;
  margin-top: 1em;
  border-top: 2px solid black;
  padding: .5em 0 0 0;
}
#wp_page_numbers ul {
  list-style-type: none !important;
  text-align: center;
  width: 100%;
}
#wp_page_numbers ul li {
  display: inline !important;
}
#wp_page_numbers ul li.page_info,
#wp_page_numbers ul li a {
  background:black;
  color:white !important;
  font-size:10pt;
  line-height:2em;
  margin-right:10px;
  padding:5px;
  text-transform:uppercase;
}
#wp_page_numbers ul li a:hover,
#wp_page_numbers ul li.active_page a {
  background-color: #FFD600 !important;;
  color: black !important;
}
#wp_page_numbers ul li.page_info {
  background:white;
  color:black !important;
  left:10px;
  padding:0;
  position:absolute;
}