/*   
Theme Name: atcoach
Theme URI: http://2imagine.co.za/
Description: A child theme for BuddyMatic & Thematic.
Author: Nelius Vermaak
Author URI: http://2imagine.co.za/
Template: buddymatic
Version: 1.0
Tags: Thematic, BuddyPress
.
Buddymatic is © Ron Rennick http://ronandandrea.com/
Thematic is © Ian Stewart http://themeshaper.com/

To use this child theme with Thematic change the Template above and import folders below from buddymatic to thematic.
*/

/* =Global Elements
-------------------------------------------------------------- */
body {
	background:#FFFFFF url(images/bg2.png) scroll repeat 0 0;
	padding-top: 0px;
	min-width:980px;
}

body, textarea {
    font:12px Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    line-height:18px;
}

input {
    font:11px Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	background:#F5F5F5;
	border:1px solid #779376;
	padding:3px 5px 3px 5px;
}

p, ol, dd, pre {
    margin-bottom:14px;
}

ul {
    list-style-type: square;
}

pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
.containing {
background-color:#00FF00;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:12px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#000;
    border:0;
    color:#96261A;
    height:1px;
    margin-top:6px;
    margin-bottom:18px;
}
a {
    color:#96261A;
	text-decoration:none;
}
a:visited a:active {
    color:#96261A;
	text-decoration:none;
}
a:hover {
    color:#386037;
	text-decoration:underline;
}


/* =Header
-------------------------------------------------------------- */
#wrapper {
	width: 980px;
	margin: 10px auto;
	background:url(images/mainbackground.png) repeat-y left 0 #FFFFFF;
}

#header {
    z-index:2;
	background: #F5F5F5 url(images/header.jpg) scroll no-repeat right 0;
	height:200px;
	width:980px;
	overflow:visible !important;
}
#branding {
	padding:0px;
	height:168px;
	width:980px;
}

#blog-title {
	display:none;
}
#blog-description {
	display:none;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
	position:absolute;
	border:none;
    height:32px;
    overflow:visible;
    z-index:100;
}

/* Root = Horizontal, Secondary = Vertical */

ul#navmenu {
  margin: 0px 0px 0px 10px;
  border: 0 none;
  padding: 0;
  width: 970px; /*For KHTML*/
  list-style: none;
  font-size:12px;
  font-weight:bold;
  height:30px;
  text-transform:uppercase;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border-right: 2px solid #F3D9B1;
  border-top: 1px solid #F3D9B1;
  border-bottom: 1px solid #F3D9B1;
  padding: 6px 16px 6px 16px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: transparent;
  color: #ce9e52;
  text-decoration: none;
  height: auto !important;
  height: 100%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #BC675E;
  color: #FFFFFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  border-right: 1px solid #F3D9B1;
  padding: 3px 16px 3px 16px;
  float: none;
  background: #9E2220;
  color: #ce9e52;
  font-size:11px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #BC675E;
  color: #FFFFFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #9E2220;
  color: #ce9e52;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #BC675E;
  color: #FFFFFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #9E2220;
  color: #ce9e52;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #BC675E;
  color: #FFFFFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* =Content HOME Page
-------------------------------------------------------------- */

#wrapper1 { 
	padding:0px 0px 0px 0px; 
	float: left; 
	width: 620px; 
	margin: 0px 0px 10px 0px;
	background:none; 
}

#wrapper2 { 
	padding:0px 0px 25px 0px; 
	float: left; 
	width: 620px; 
	margin: 0px 0px 0px 0px;
	background:url(images/divider.png) no-repeat center bottom #FFFFFF; 
}

.topbox {
	float:left;
	width:100%;
	clear:left;
	padding:0px 0 25px 0px;
	margin:5px 0 5px 0px;
	height:auto;
	list-style-type:none;
	background:url(images/divider.png) no-repeat center bottom #FFFFFF; 
}

.leftbox {
	float:left;
	width:295px;
	clear:left;
	padding:0px 0 0px;
	margin:5px 0 5px 0px;
	height:auto;
	list-style-type:none;
}

.rightbox {
	float:right;
	width:295px;
	clear:right;
	padding:0px 0 0px;
	margin:5px 0 5px 0px;
	height:auto;
	list-style-type:none;
}

.clearfix {
	display:block;
}

.divider {
	background:url("images/divider.png") no-repeat scroll center bottom #FFFFFF;
}

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

.homecategory {
	border-top:1px solid #386037;
	border-bottom:1px solid #386037;
	padding:3px 0 3px 0;
	margin:3px 0 3px 0;
}

.homecategory h1 {
	color:#386037;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	text-transform:uppercase;
}

.hometitle h2 {
	font-weight:bold;
}

.hometitle a {
	color:#386037;
}

.hometitle a:hover {
	color:#ce9e52;
	text-decoration:underline;
}

.hometitlemeta {
	color:#999999;
	font-family:Arial,sans-serif;
	font-size:9px;
	font-weight:normal;
	line-height:12px;
	padding:0px 0 5px 0px;
	margin:0px 0 3px 0;
	text-transform:uppercase;
}

.homemore h2 {
	color:#386037;
	font-family:Arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	border-bottom:1px dashed #386037;
	padding:3px 0 3px 0;
	margin:3px 0 3px 0;
	text-transform:uppercase;
}

.homemorelink {
	background: #FFFFFF url(images/dot.png) no-repeat left 0;
	padding:0px 0 0px 12px;
}

.homemeta {
	color:#999999;
	font-family:Arial,sans-serif;
	font-size:9px;
	font-weight:normal;
	line-height:12px;
	border-bottom:1px dashed #A4B8A4;
	padding:0px 0 5px 12px;
	margin:0px 0 3px 0;
	text-transform:uppercase;
}

.homemeta a {
	text-decoration:none;
}

.homemeta a:hover {
	text-decoration:underline;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear:both;
	padding:0px 0 0px;
	margin:0 0 0 10px;
}
#container {
	width:640px;
}
#content {
	padding:10px;
	margin:0 0 0 0px;
	text-align:justify;
}
.page-title {
    font-size:12px;
	color:#386037;
	font-weight:bold;
    line-height:18px;
	height:26px;
    padding:8px 5px 0px 15px;
    margin:0px 0px 18px 0px;
	border:0px double #386037;
	text-transform:uppercase;
	background: #FFFFFF url(images/title_bg.png) scroll no-repeat left 0;
}
.topic-title {
    font-size:12px;
	color:#386037;
	font-weight:bold;
    line-height:18px;
	height:16px;
    padding:3px 5px 3px 5px;
    margin:0px 0px 18px 0px;
	border:3px double #DDE7DD;
	text-transform:uppercase;
	background: #F5F5F5;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #A80F11;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 0px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Arial,sans-serif;
    color:#386037;
    font-size:14px;
    font-weight:bold;
    line-height:16px;
    padding:0 0 0px 0px;
	text-transform:uppercase;
}
.entry-title a {
    color:#386037;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #CE9E52;
}
.entry-meta {
    color:#666;
    font-size:10px;
    font-style:normal;
    line-height:14px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:10px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#96261A;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #386037;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    color:#96261A;
    font-size:10px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:7px 0 7px 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:14px;
    font-weight:bold;
    padding:0px 0 12px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
	background:#FFFFFF url(images/divider.png) scroll no-repeat bottom center;
    color:#666;
    font-size:11px;
    line-height:14px;
    margin:0 0 14px 0;
	padding:7px 0px 25px 0px;
	border:0px dashed #386037;
}
.entry-utility a {
    color:#386037;
    font-style:normal;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #96261A;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #A80F11;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#96261A;
    font-size:12px;
	font-weight:bold;
    line-height:18px;
    margin:0px 0 18px 0;
    overflow:hidden;
	text-transform:uppercase;
    letter-spacing:0.1em;
}
.navigation a {
    color:#96261A;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #386037;
    text-decoration:underline;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:12px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:12px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
	color:#386037;
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding:0 0 18px 0;
	text-transform:uppercase;
}
#comments-list {
    padding:0 0 5px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border-left:0px solid #96261A;
    border-bottom:none;
    margin:0 0 0px 0;
}
#comments-list li {
    background:#fafafa;
    border-left:3px solid #386037;
    border-bottom:1px solid #386037;
    padding:5px 5px 0 5px;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFE6DB;
}
#comments-list ul li {
    border-left:3px solid #96261A;
    border-bottom:1px solid #96261A;
    margin:0 0 18px 0;
}
#comments-list ul li ul li {
    border-left:3px solid #CE9E52;
    border-bottom:1px solid #CE9E52;
    margin:0 0 18px 0;
}
#comments-list ul li ul li ul li {
    border-left:3px solid #0000FF;
    border-bottom:1px solid #0000FF;
    margin:0 0 18px 0;
}
#comments-list ul li ul li ul li ul li {
    border-left:3px solid #FF0000;
    border-bottom:1px solid #FF0000;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:0px;
    left:5px;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:0px 0 0 5px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 5px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #A80F11;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #A80F11;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #A80F11;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#A80F11;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    display:none;   
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:12px;
    line-height:18px;
    margin-bottom:0px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:0px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #A80F11;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #A80F11;
}
.aside {
    color:#386037;
}
.aside a {
	padding:0px 0 0px 0px;
    color:#386037;
	font-weight:bold;
}
.aside a:active,
.aside a:hover {
    color: #779376;
}
.widgettitle {
	background:#F5F5F5;
	border-top:1px solid #96261A;
	border-bottom:1px solid #96261A;
}
.grouptitle {
	border-bottom:1px solid #96261A;
	border-top:1px solid #96261A;
	color:#96261A;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	margin-bottom:5px;
	text-indent:5px;
	text-transform:uppercase;
}
.aside h3 {
    font-size:12px;
	text-indent:5px;
    color: #96261A;
    line-height:22px;
    font-weight:bold;
	font-family:Arial,sans-serif;
	text-transform:uppercase;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    margin:0px 0px 12px 0px;
}
.aside ul ul li {
	padding:1px 0 1px 15px;
	background:url(images/dotgreen.png) no-repeat left 0 #F5F5F5;	
}
#groups-list .aside ul ul li {
	padding:1px 0 1px 0px;
	background:none;	
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin:5px 0 10px 0;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 10px 0 30px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
	background:none;
    border:0px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:0px solid #ccc;
    margin:0 0 18px 0;
    padding:5px 0 0 0;
}
#content .aside ul {
    padding:0 0px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}
#subsidiary .aside {
	background:#DDE7DD;
	margin:0 8px 0 0;
    padding:2px;  
	width:300px;
	border:2px solid #CEDACE;
}
#subsidiary #third {
	background:#DDE7DD;
}

#adrotate_index h3 {
	border-bottom:0px solid #386037;
}

#adrotate_index ul {
	margin:0 0px 12px 0;
	border:0px solid #9C9077;
}

#adrotate_1 h3 {
	border-bottom:0px solid #386037;
}

#adrotate_1 ul {
	margin:0 0px 0 0;
}

#adrotate_2 h3 {
	border-bottom:0px solid #386037;
}

#adrotate_2 ul {
	margin:0 0px 0 0;
	border:1px solid #9C9077;
}

#adrotate_3 h3 {
	border-bottom:0px solid #386037;
}

#adrotate_3 ul {
	margin:0 0px 0 0;
	border:1px solid #9C9077;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:0px solid #ccc;
    margin-top:0px;
	background:#F5F5F5;
}
#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
	width:980px;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #A80F11;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#A80F11 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#A80F11 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}
