/**
 * NewsBlocks Demo
 * <http://newsblocks.simplepie.org>
 *
 * A simple demo that clones the main functionality of sites like PopURLs, 
 * TheWebList, Original Signal, MiniBoxs, and others. Development sponsored 
 * by Level 5 Studio <http://level5studio.com>. Go check them out!
 * 
 * @package NewsBlocks
 * @version 2.0
 * @author Ryan Parman
 * @link http://simplepie.org/wiki/tutorial/how_to_replicate_popurls NewsBlocks tutorial page.
 * @license http://www.opensource.org/licenses/bsd-license.php BSD License
 */


/***********************************************************
Override styles from the Base stylesheet
***********************************************************/
body {
        background:#111111 url(http://astonvillacentral.com/images/header_background_image_gabby.jpg) no-repeat top center;
}

div#site {
	width:960px;
	background: url(../images/top.png) no-repeat 0 310px;
}

div.thirds div.section {
	width:300px;
}

/* Site Nav */

#sitenav {
        width:100%;
}

/* GLOBALHEADER */
#globalheader { width: 960px; height: 75px; margin: 15px auto 0px; position: relative; z-index: 9998;  }
#globalheader #logodiv { float: left; }
#globalheader #logodiv h1 { margin:0; padding: 0; }
#globalheader #logodiv h1 a { width: 300px; height: 75px; margin:0; padding: 0; display: block; background-image: url(../../images/awesome_bar_II_logo.png); background-repeat: no-repeat; }
#globalheader #logodiv h1 a:hover {text-decoration:none; background-color:transparent;}
#globalheader #logodiv h1 a span {display: none; }
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 132px; height: 0; padding: 75px 0 0 0; overflow: hidden;}
#globalheader #globalnav li a:hover {text-decoration:none; background-color:transparent;}
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image: url(../../images/awesome_bar_II.png); _background-image: url(http://images.apple.com/global/nav/images/globalnavbg.gif); background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#gn-blog a { background-position: 0 0; }
#globalheader #globalnav li#gn-wallpaper a { background-position: -132px 0; }
#globalheader #globalnav li#gn-villawire a { background-position: -264px 0; }
#globalheader #globalnav li#gn-astontwitter a { background-position: -396px 0; }
#globalheader #globalnav li#gn-ninjamon a { background-position: -528px 0; }

/* OVER STATES */
#globalheader #globalnav li#gn-blog a:hover { background-position: 0 -75px; }
#globalheader #globalnav li#gn-wallpaper a:hover { background-position: -132px -75px; }
#globalheader #globalnav li#gn-villawire a:hover { background-position: -264px -75px; }
#globalheader #globalnav li#gn-astontwitter a:hover { background-position: -396px -75px; }
#globalheader #globalnav li#gn-ninjamon a:hover { background-position: -528px -75px; }

/* PRESSED STATES */
#globalheader #globalnav li#gn-blog a:active { background-position: 0 -150px; }
#globalheader #globalnav li#gn-wallpaper a:active { background-position: -132px -150px; }
#globalheader #globalnav li#gn-villawire a:active { background-position: -264px -150px; }
#globalheader #globalnav li#gn-astontwitter a:active { background-position: -396px -150px; }
#globalheader #globalnav li#gn-ninjamon a:active { background-position: -528px -150px; }

/* ON STATES */
#globalheader.home #globalnav li#gn-blog a { background-position: 0 -225px !important; }
#globalheader.wallpaper #globalnav li#gn-wallpaper a { background-position: -132px -225px !important; }
#globalheader.villawire #globalnav li#gn-villawire a { background-position: -264px -225px !important; }
#globalheader.astontwitter #globalnav li#gn-astontwitter a { background-position: -396px -225px !important; }
#globalheader.ninjamon #globalnav li#gn-ninjamon a { background-position: -528px -225px !important; }

#header {
height:275px;
width:100%;
}

#header h1 {
	padding: 25px 0 0 25px;
	color:#fff;
	font-size:16pt;
}

#header h1 a:hover {text-decoration:none; background-color:transparent;}

/* Main Menu */

#menu {
	width: 100%;
	height: 35px;
	margin-bottom: 4px;
}

#menu ul {
	position: relative;
	width: 804px;
	height: 35px;
	margin: 0 0 0 132px;
	padding: 0;
	background: url(../images/menu_bg.png) repeat-x 0 bottom;
}

#menu ul li {
	float: left;
	line-height: 30px;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	border:0px;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size:100%;
}

#menu ul li a {
	display: block;
	position: relative;
	margin-top: 5px;
	padding: 0 27px 0 0;
	color: #C0CDCF;
	border-left: #2B404D 1px solid;
}

#menu ul li a:hover {
	color: #fff;
	cursor: pointer;
	background-color:transparent;
}

#menu ul li a span {
	display: inline-block;
	height: 30px;
	padding: 0 0 0 27px;
}

/* Main Menu - Current Page Item */

#menu ul li.current_page_item {
	line-height: 35px;
	border:0;
}

#menu ul li.current_page_item a {
	background: url(../images/menu_button.png) no-repeat right top;
	margin-top: 0;
	color: #1A272E;
	border: 0;
}

#menu ul li.current_page_item a:hover {
	color: #1A272E;
}

#menu ul li.current_page_item a span {
	background: url(../images/menu_button.png) no-repeat left top;
	height: 35px;
}

/* Main Menu - extra */

#menu ul li.first a {
	border: 0;
}

#menu ul li.current_page_item a {
	position: relative;
}

/* Main Menu - Drop-down menus */
#menu .nav li ul  { height: auto; margin-left: 0; margin-top: 0; background: #F5F5F5; position: absolute; left: -999em; width: 180px; border: 1px solid #dbdbdb; border-width:1px 1px 0; z-index:999; }
#menu .nav li ul li  { float: left; background:#F5F5F5; border-top:1px solid #fff; border-bottom:1px solid #dbdbdb; }
#menu .nav li ul li a  { float: none; margin: 0; padding: 0 0 0 20px!important; line-height: 28px; height: auto; width:160px; color:#555; font-size:0.8em; border: none; background: none; }
#menu .nav li ul li a span  { padding: 0; height: auto; background: none; }
#menu .nav li ul li a.sf-with-ul { padding:5px 10px; }
#menu .nav li ul li a:hover  { background:#e0e0e0;}
#menu .nav li ul ul  { margin: -25px 0 0 180px; }
#menu .nav li ul ul li a  {  }
#menu .nav li ul li ul li a  {  }

#menu .nav li:hover, #menu .nav li.hover  { position:static; }
#menu .nav li:hover ul ul, #menu .nav li.sfhover ul ul,
#menu .nav li:hover ul ul ul, #menu .nav li.sfhover ul ul ul,
#menu .nav li:hover ul ul ul ul, #menu .nav li.sfhover ul ul ul ul { left:-999em; }
#menu .nav li:hover ul, #menu .nav li.sfhover ul,
#menu .nav li li:hover ul, #menu .nav li li.sfhover ul,
#menu .nav li li li:hover ul, #menu .nav li li li.sfhover ul  { left:auto; }

#menu .nav .sf-sub-indicator {background: url(images/arrow-superfish.png) no-repeat;position:absolute;display:block;right:0.4em;top:0.9em;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
#menu .nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) no-repeat;}

#content {
        background-color:#fefefe;
}


h3 a, .h3 a {
        color:#4e0224;
}

#topnav {
        float:right;
        margin:34px 0 0 0;
}

/***********************************************************
General styles
***********************************************************/
#ad_top_container {
        width:100%;
	background: #fff url("http://astonvillacentral.com/wp-content/themes/carrington-blog/img/background_top.png");
	background-repeat: no-repeat;
	background-position: center;
}

#ad_top {
        width:728px;
        margin-left:auto;
        margin-right:auto;
}

#ad_mid {
        width:728px;
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
}

#ad_end {
        width:728px;
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
        padding-bottom:20px; 
}


.logo {
        margin:0 0 0 10px;
}

#site:hover {
	background-color:transparent;
        text-decoration:none;
	border:none;
}
        
ul#menu {
        margin:0;
        padding:0;
        list-style-type:none;
        width:auto;
        position:relative;
        display:block;
        height:30px;
        font-size:12px;
        font-weight:normal;
        background:transparent url("http://astonvillacentral.com/villawire/images/nav_bg.png") repeat-x top left;
        font-family:Arial, Helvetica, sans-serif;
}



ul#menu li {
        display:block;
        float:left;
        margin:0;
        padding:0;
        border:none;
}


ul#menu li a {
        display:block;
        float:left;
        color:#999999;
        text-decoration:none;
        font-weight:bold;
        padding:8px 20px 0 20px;
}

ul#menu li a:hover {
        color:#FFFFFF;
        height:22px;
        background:transparent url("http://astonvillacentral.com/villawire/images/nav_bg.png") 0px -30px no-repeat;
}


ul#menu li a.current {
        display:inline;
        height:22px;
        background:transparent url("http://astonvillacentral.com/villawire/images/nav_bg.png")) 0px -30px no-repeat;
        float:left;
        margin:0;
}

ul, ol {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	list-style:none;
}

ul li, ol li {
	margin:0;
	padding:3px 0;
	border-top:1px solid #c8c8c8;
	font-size:0.9em;
	line-height:1.2em;
}

p.more {
	background-color:#e6e6e6;
	text-align:right;
	padding-right:10px;
}


/***********************************************************
Listing styles
***********************************************************/
div.nb-list ul.primary {
	margin-bottom:0;
	padding-bottom:0;
}

div.nb-list ul.secondary {
	margin-top:0;
	padding-top:0;
}

div.nb-list li.enclosure {
	padding-left:20px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left 6px;
}

div.nb-list li.video {
	background-image:url(../images/video.png);
}

div.nb-list li.audio {
	background-image:url(../images/audio.png);
}

div.nb-list li.image {
	background-image:url(../images/images.png);
}


/***********************************************************
Wide styles
***********************************************************/
div.nb-wide {
	zoom:1;
	margin:0 20px;
}

div.nb-wide:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.nb-wide li {
	float:left;
	border:none;
}

div.nb-wide li a {
	display:block;
	padding:3px;
	margin:10px 20px 0 0;
	background-color:#369;
}

div.nb-wide li a:hover {
	background-color:#69c;
}


/***********************************************************
Tooltip styles
***********************************************************/
.tool-tip {
	color:#fff;
	width:300px;
	z-index:13000;
}

.tool-title {
	font-weight:bold;
	font:13px/1.3em Verdana, sans-serif;
	margin:0;
	color:#9FD4FF;
	padding:8px 8px 4px;
	background:url(../images/bg_tooltip.png) top left;
}

.tool-text {
	font:12px/1.3em Verdana, sans-serif;
	padding:4px 8px 8px;
	background:url(../images/bg_tooltip.png) bottom right;
}

.tool-text span span {
	display:block;
	font:11px/1.3em Verdana, sans-serif;
	color:#aaa;
	padding:5px 0 0 0;
}


/*********************************************
Footer styles
*********************************************/
div#footer_old {
        height:200px;
	padding:50px 20px 0 20px;
	margin:30px 0;
	background-color:#1f1f1f;
	border:0 solid #ccc;
	border-width:1px 0;
	text-align:center;
}

div#footer_old p {
	line-height:1.6em !important;
	font:12px Verdana, sans-serif;
	color:#e6e6e6;
}

div#footer_old a {
        color:#b5b5b5;
        text-decoration:none;
}

div#footer_old a:hover {
        color:#93bde5;
        background-color:transparent;
        text-decoration:underline;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	background: url(../images/footer_bg.gif);
	padding-top: 18px;
	margin-top: -1px;
	position: relative;
}

#footer a {
	color: #B2D1E4;
}

#footer a:hover {
	color: #318DE1;
        background-color:transparent;
}

#footer h2 {
	color: #6D7E87;
	padding: 10px 0;
	margin: 0;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}

/* Footer Popular Articles */

#footer .popular {
	padding-bottom: 30px;
}

#footer .left-col .wrap {
	width: 646px;
}

#footer .left-col h2 {
	width: 87px;
	display: block;
	float: left;
	line-height: 24px;
	text-align: right;
	padding: 10px 35px 10px 10px;
	font-size: 20px;
	background: url(../images/footer_element.gif) no-repeat right 18px;
	display: inline;
}

#footer .left-col ul {
	width: 478px;
	display: block;
	float: left;
	padding: 5px 0 15px 30px;
	margin:0;
}

#footer .left-col ul li {
	line-height: 20px;
	font-size: 16px;
	padding: 6px 0 9px 0;
	margin:0;
	font-weight: bold;
	background: url(../images/footer_line.gif) repeat-x left bottom;
	border:0;
}

/* Footer Subscribe */

#footer #subscribe {
	width: 262px;
	padding: 0 14px 0 14px;
	color: #B2D1E4;
}

#footer #subscribe a {
	font-weight: bold;
	text-decoration: underline;
}

#footer #subscribe h2 {
	font-size: 16px;
}

#footer #subscribe p {
	padding: 8px 0 8px 0;
}

#footer #subscribe p.rss {
	background: url(../images/icon_rss.gif) no-repeat 0 11px;
}

#footer #subscribe p.button {
	text-align:center;
}

#footer #subscribe div.button { width: 212px; margin: 0 auto; }

#footer #subscribe ul {margin: 0; }

#footer #subscribe li { display: inline; margin: 0; width: auto; border: 0;}


/* AVC Family */

#avcfamily {
	width: 100%;
	clear: both;
	background: #1A272E;	
	border-top: #2B404D 1px solid;
	font-size: 11px;
	color: #677881;
	padding: 20px 0;
}

#avcfamily .box1 {
    float: left;
    width: 168px;   
    margin: 0 10px 0 20px;
}

#avcfamily .box2 {
    float: left;
    width: 168px;
    margin: 0 10px;
}

#avcfamily .box3 {
    float: left;
    width: 168px;
    margin: 0 10px;
}

#avcfamily .box4 {
    float: left;
    width: 168px;
    margin: 0 10px;
}

#avcfamily .box5 {
    float: left;
    width: 168px;
    margin: 0 20px 0 10px;
}

/* Copyright */

#copyright {
	width: 100%;
	clear: both;
	background: #1A272E url(../images/bottom.png) no-repeat left bottom;
	border-top: #2B404D 1px solid;
	font-size: 11px;
	color: #677881;
	padding: 5px 0;
}

#copyright .left-col {
	padding-left: 15px;
}

#copyright .right-col {
	padding-right: 15px;
}

#copyright .right-col img {
	vertical-align: middle;
}

#copyright ul li {display: inline; margin: 0 10px; border: none; font-size: 11px;}

/* Wrap */

.wrap {
	width: 100%;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

/* Fix */

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