
/* =Global Elements
-------------------------------------------------------------- */

html {
	background: #b2986f url(../images/bg_dark.jpg) 0 0 repeat;
}
body {
	background: url(../images/bg_top.jpg) 0 0 repeat-x;
}
/*table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    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:	#ccc;
    border:				0;
    color:				#ccc;
    height:				1px;
    margin-bottom:		22px;
}
a:link {
    color:	#850000;
	text-decoration: underline;
}
a:visited {
    color:	#850000;
}
a:active,
a:hover {
    color:	#400000;
	text-decoration: underline;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:	2;
}
#logo {
	padding-top:	5px;
}
#branding {
    padding:	60px 0 30px 0;
}
.ie7 #branding, .ie6 #branding {
	padding:	60px 0 25px 0;
}
#blog-title {
	display:	none;
}
#blog-description {
    display:	none;
}


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

.skip-link {
    display:none;
}
#access {
    height:34px;
    font-size:15px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
}
.ie6 .sf-menu {
	margin-bottom: -1px;
}
.sf-menu a {
	border:				1px solid #49351E;
	padding:			10px 27px 9px 10px;
	text-decoration:	none;
}
.windows .sf-menu a {
	padding:	10px 27px 9px 10px;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:	#49351E;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#372611;
}
.sf-menu li {
	margin-left:	14px;
	background:		url(../images/menu-drop.jpg) right no-repeat;
}
.sf-menu li li {
	margin-left: 	0px;
	background:		url(../images/bg_light.jpg);
}
.sf-menu li:hover, .sf-menu li.sfHover {
	outline:		0;
    border-bottom-color:#49351E;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	text-decoration: underline;
}
.sf-menu ul {
    border-bottom:	1px solid #49351E;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:35px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	border-bottom:none;
}
.sf-menu ul a:hover {
}



/* =Content
-------------------------------------------------------------- */
#jwplayer-1-div, #jwplayer-2-div, #jwplayer-3-div {
	border: 1px solid #999;
	padding: 7px;
	background: #FFF;
}
#jwplayer-1, #jwplayer-2, #jwplayer-3 {
	border: 1px solid #999;
	border-bottom: none;
}
#main {
    clear:		both;
    padding:	0 0 22px 0;
}
.page-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	right: 14px;
	height: 58px;
	width: 703px;
	margin-bottom: 10px;
	background: url(../images/nav-top.png) no-repeat;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 3px #350000;
	text-transform: uppercase;
	color: #FFF;
	padding: 27px 0 0 25px;
}
.attachment .page-title {
    font-style:italic;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    display: none;
}
.page .entry-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: -11px;
	right: 35px;
	height: 50px;
	width: 703px;
	background: url(../images/ribbon-title.png) no-repeat;
	margin-bottom: -20px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 3px #350000;
	text-transform: uppercase;
	color: #FFF;
	padding: 17px 0 0 25px;
}
blockquote {
	background: url(../images/shaded.png) repeat;
	padding: 20px 20px 5px 20px;
	margin-bottom: 20px;
	border: 1px dashed #B7A47D;
}
.third ul {
	list-style: circle;
	font-family: "Courier New", Courier, monospace;
	margin-left: 30px;
}
.third li a {
	font-weight: bold;
	text-decoration: none;
}
.third li a:hover,
.third li a:active {
	text-decoration: underline;
}
.hentry {
	background:		url(../images/paper.jpg);
	border:			1px solid #49351E;
	padding:		20px 20px 0 20px;
	margin-bottom:	0;
}
.hbanner {
	background: url(../images/harmony2015.jpg);
	margin-bottom: 0;
}

.single .hentry {
}
.postheader {
	background: url(../images/content_title.png) no-repeat top;
	padding-top: 14px;
	height: 58px;
}
.home .postheader {
	margin-top: 53px;
}

.ie7 .postheader,
.ie6 .postheader {
	margin-top: 0;
}
.entry-title {
    font-size:20px;
	font-weight: bold;
    line-height:20px;
    padding:0 0 7px 0;
	color: #333;
}
.entry-title a {
    color:				#333;
    text-decoration:	none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #191919;
}
.latest-photos {
	width: 258px;
	height: 360px;
	float: left;
	background: url(../images/bg_photo.jpg) no-repeat;
	border:1px solid #49351E;
	padding: 20px 20px 0 20px;
	margin-bottom: 0;
}
.latest-video {
	width: 338px;
	height: 360px;
	float: right;
	background: url(../images/bg_video.jpg) no-repeat;
	border:1px solid #49351E;
	padding: 20px 20px 0 20px;
	margin-bottom: 0;
}
.video-label {
	margin: 0 auto;
	position: relative;
	top: -10px;
	width: 290px;
	height: 63px;
	padding: 7px 20px 0 15px;
	background: url(../images/video_tape.png) no-repeat center;
}
.latest-photos h2,
.video-label h2 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
}
.latest-photos h2 a,
.video-label h2 a {
	color: #333;
	text-decoration: none;
}
.latest-photos h2 a:active,
.latest-photos h2 a:hover,
.video-label h2 a:active,
.video-label h2 a:hover {
	color: #000;
}
.latest-banner {
	float: left;
	position: relative;
	left: -38px;
	top: -10px;
}

.coming-soon {
	float: left;
	position: relative;
	left: -17px;
	top: 12px;
}

.shadow {
	margin: 0 0 10px 0;
	padding: 0;
	height: 10px;
}
.w220 {
	float: left;
	clear: left;
	background: url(../images/shadow_220.png) center top no-repeat;
	width: 220px;
}
.w300 {
	float: left;
	background: url(../images/shadow_300.png) center top no-repeat;
	width: 300px;
}
.w380 {
	float: right;
	background: url(../images/shadow_380.png) center top no-repeat;
	width: 380px;
}
.w700 {
	background: url(../images/shadow_700.png) center top no-repeat;
	width: 700px;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#400000;
    text-decoration:none;
}
/*.entry-meta a:active,
.entry-meta a:hover {
    color: #304352;
}*/
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    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 {
	clear: both;
    color:#333;
    font-size:12px;
	text-align: right;
    line-height:24px;
	padding-top: 10px;
    margin:0 0 20px 0;
	background: url(../images/line.png) 0 0 no-repeat;
}
.front-utility {
	padding: 5px 10px;
	height: 132px;
	background: url(../images/front-utility.jpg) 0 0 no-repeat;
	margin-bottom: 18px;
}
.front-utility h3 {
	font-size: 14px;
	font-style: italic;
}
.front-thumb {
	float: left;
	padding: 4px;
	border: 1px solid #999;
	background: #FFF;
	margin-right: 10px;
	-moz-box-shadow: 0 1px 3px #a18a6b;
	-webkit-box-shadow: 0 1px 3px #a18a6b;
	box-shadow: 0 1px 3px #a18a6b;
}
.front-update {
	width: 310px;
	float: left;
	padding: 5px 9px 0 0;
}
.front-update h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.front-update h3 a {
	color: #333;
	text-decoration: none;
}
.front-update h3 a:hover,
.front-update h3 a:active {
	color: #191919;
}
.front-update p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #555;
}
.upper {
	text-transform: uppercase;
}
.entry-utility a {
    color:#400000;
    font-style:italic;
    text-decoration:none;
}
.more {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 16px;
}
/*.entry-utility a:active,
.entry-utility a:hover {
    color: #304352;
}*/
.edit-link {
	clear:both;
	display:block;
}
.facebook {
	float: left;
}
.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:#400000;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
/*.page-link a:active,
.page-link a:hover {
    color: #304352;
}*/
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.album-highlight {
	height: 380px;
	width: 700px;
	position: relative;
	right: 20px;
	margin-top: 5px;
	background: url(../images/gallery-main.png) top center no-repeat;
}
.album-highlight-photo {
	margin-top: 17px;
	margin-left: 29px;
	border: 1px solid #CCC;
}
.album-highlight-info {
	position: relative;
	top: -76px;
	left: 30px;
	height: 45px;
	width: 610px;
	padding: 15px;
	background: url(../images/overlay.png) repeat;
}
.ie6 .album-highlight-info,
.ie7 .album-highlight-info {
	top: -80px;
}
.album-highlight-info h2 {
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
}
.album-highlight-info h2 a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.album-highlight-info h2 a:hover,
.album-highlight-info h2 a:active {
	color: #CCC;
	text-decoration: underline;
}
.album-highlight-info p {
	font-family: "Times New Roman", Times, serif;
	text-shadow: 0  0 2px #000;
	text-transform: uppercase;
	font-style: italic;
	font-size: 12px;
	color: #CCC;
}
.album-sub-section {
	height: 210px;
	width: 700px;
	position: relative;
	right: 20px;
	padding-top: 16px;
	background: url(../images/gallery-sub.png) top center no-repeat;
}
.album-sub {
	float: left;
	width: 186px;
	margin-left: 29px;
	margin-right: 12px;
}
.album-sub h3 {
	margin-top: 6px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	text-shadow: 0 0 2px #CCC;
}
.album-sub h3 a {
	color: #333;
}
.album-sub h3 a:hover,
.album-sub h3 a:active {
	color: #555;
}
.album-sub-photo {
	border: 1px solid #CCC;
}

#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:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#400000;
    font-style:italic;
    text-decoration:none;
}
/*.navigation a:active,
.navigation a:hover {
    color: #304352;
}*/
.navigation .meta-nav {
    font-style:normal;
}
#nav-below {
	width: 728px !important;
	height: 77px;
	position: relative;
	left: -14px;
	background: url(../images/nav-bottom.png) no-repeat;
}
.nav-previous {
	width: 320px;
	float: left;
	padding: 28px 0 0 25px;
}
.nav-previous a,
.nav-next a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #300;
}
.nav-next {
	float: right;
	width: 320px;
	text-align:right;
	padding: 28px 25px 0 0;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


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

#comments {
	clear:both;
}
#respond {
	padding: 20px;
	margin-bottom: 20px;
}
/*
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
*/
#comments h3 {
    font-size:18px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
/*
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
*/
.comment-bubble {
	background: #FFF;
	padding: 10px;
	margin: 0 0 20px 120px;
	border: 1px solid #999;
}
.comment-image {
	position: relative;
	left: -35px;
	top: 15px;
	margin-bottom: -25px;
}
.children .comment-bubble {
	margin-left: 75px;
}
#comments-list li .avatar {
}
.children li .avatar {
	width: 36px;
	height: 36px;
}
.comment-author {
	float: left;
}
.fn {
	font-weight: bold;
	text-transform: capitalize;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
}
#comments-list .comment-reply-link {
}
.comment-content {
}
/*
#comments-list .comment-meta a {
    color:#400000;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #304352;
}
*/
#comments-list .children {
	padding-left: 120px;
}
#comments-list .children .children {
	padding-left: 75px;
}
.comment {
}
/*
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#400000;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #304352;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#400000;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #304352;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-10000px;
}
#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:#400000;
}
*/
#respond {
	margin-top: 20px;
	background: #FFF;
}
#respond .required {
    color:#304352;
    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 {
    color:#666;
    font-size:11px;
    margin:0;    
}
#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
-------------------------------------------------------------- */

.wmo_sidebar_title {
	background: url(../images/sidebar_title.png) 0 0 no-repeat;
	height: 40px;
	margin: 10px;
}
.wmo_sidebar_title h2 {
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
}
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
	font-family: "Courier New", Courier, monospace;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside {
	background:		url(../images/paper.jpg);
	border:			1px solid #49351E;
    width: 220px;
}
.aside a {
	font-weight: bold;
	text-decoration: none;
}
.aside a:hover,
.aside a:active {
	text-decoration: underline;
}
.aside p {
	font-size: 12px;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside caption {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul li {
	margin-bottom: 5px;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.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 {
	float: left;
	clear: left;
}
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #49351E;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


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

#footer {
    border-top:1px solid #0e1e2e;
	background: url(../images/bg_footer.jpg) 0 0 repeat-x;
}
#fb_footer {
	float: left;
	width: 220px;
	height: 70px;
	padding-top: 9px;
	background: url(../images/fb_footer.jpg) no-repeat;
}	
.fb_link {
	display:	block;
	float:		left;
	width:		125px;
	height:		65px;
	margin:		0 16px;
}
#donate {
	float: left;
	width: 240px;
	margin-left: 20px;
}
#info_footer {
	font-family: "Times New Roman", Times, serif;
	float: left;
	width: 440px;
	margin-left: 20px;
	padding-top: 20px;
}
#info_footer h2 {
	font-style: italic;
	font-size: 26px;
	line-height: 28px;
	text-align: center;
	text-shadow: 1px 1px 2px #0F253C;
	font-weight: bold;
	color: #FFF;
}
#info_footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-shadow: 0px 0px 1px #0F253C;
	text-align: center;
	color: #CCC;
}
#siteinfo {
    font-size:11px;
    line-height:18px;
    padding:25px 0 20px 0;
}
#siteinfo a {
    color:#400000;
}
/*#siteinfo a:active,
#siteinfo a:hover {
    color: #304352;
}*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* =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:#400000 !important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#400000 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#304352 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#304352 !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 {
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}
