/*  
	Theme Name: Gallery
	Theme URI: http://www.organizedthemes.com/gallery-church-theme/
	Description: A clean gallery look for your website from <a href="http://www.organizedthemes.com">Organized Themes</a>
	Version: 3.5
	Author: Organized Themes
	Author URI: http://www.organizedthemes.com
	Tags: gallery, customizable, modern, control panel
*/

/* @group Reset */

/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Type */

/* Type */

@font-face {
  font-family: 'Anivers';
    src: url('includes/Anivers_Regular.eot');
    src: local('Anivers Regular'),
       url('includes/Anivers_Regular.otf') format('opentype');
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 36px; line-height: 1; margin-bottom: 8px; }
h2 { font-size: 24px; margin-bottom: 12px; }
h3 { font-size: 20px; line-height: 1; margin-bottom: 12px; }
h4 { font-size: 18px; line-height: 1.25; margin-bottom: 20px; }
h5 { font-size: 16px; font-weight: bold; margin-bottom: 24px; }
h6 { font-size: 16px; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0;}

/* Text Elements */

p { 
	margin: 0 0 24px;
	font-size: 16px;
	padding-bottom: 5px;
	line-height: 1.2;
}

p img.left  { 
	float: left; 
	margin: 24px 24px 24px 0; 
	padding: 0;
}

p img.right { 
	float: right; 
	margin: 24px 0 24px 24px; 
}

blockquote  { 
	margin: 24px;
	color: #666; 
	font-style: italic;	
	background-color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 24px; font-style: italic; }
del         { color:#666; }

/* Lists */

li ul, 
li ol       { margin: 0 24px; }
ul, ol      { margin: 0 24px 24px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 24px; }
dl dt       { font-weight: bold; }
dd          { margin-left: 24px;}



/* @end */

/* @group Global */

body {
	margin: 0 auto;
	font-family: Anivers, Tahoma, Arial;
	background: #7e947f url(images/background.jpg) repeat;
}

body a, body a:visited {
	text-decoration: none;
	color: #cd1111;
}

body a:hover {
	color: #000;
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	overflow: visible;
}

body img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* @end */

/* @group Header */

#header {
	height: 140px;
}

#logo {
	float: left;
	height: 100px;
	width: 300px;
	margin-top: 15px;
}

#text-logo {
	float: left;
	margin-top: 55px;
	height: 60px;
}

#text-logo h1 {
	font-size: 50px;
	text-shadow: #4d4d4d 2px 2px 3px;
	filter: dropshadow(color=#4d4d4d,offX=1,offY=1);
}

#text-logo a:hover {
	text-decoration: none;
}

#new-pulldown {
	float: right;
	width: 169px;
	height: 48px;
	background: url(images/pull-down-box.png) no-repeat center top;
}

#new-pulldown h3 a {
	background: url(images/arrow.png) no-repeat right 4px;
	padding: 2px 30px 5px 40px;
}

#new-pulldown h3 a:hover {
	background: url(images/arrow-hover.png) no-repeat right 4px;
	color: #000;
	text-decoration: none;
	padding: 2px 30px 5px 40px;
}

.top-ad {
	margin-top: 25px;
	float: right;
	width: 468px;
	height: 60px;
	overflow: hidden;
	margin-right: 52px;
}

/* @group Navigation */

#navigation {
	width: 800px;
	height: 30px;
	float: right;
	position: relative;
	z-index: 100;
}


.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 {
	position: relative;
	display: inline;
	float: left;
}

.sf-menu a {
	display: block;
	position: relative;
	color: #000;
	padding: 0 0 15px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	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 {
}

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 {
}

.sf-menu {
	float:			right;
	margin-bottom:	1em;
	z-index: 20;
}

.sf-menu a, .sf-menu a:visited {
	display: block;
	color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 20px;
}

.sf-menu a:hover {
	color: #2c2c2c;
	background: url(images/triangle.png) no-repeat center bottom;
	text-decoration: none;
}

.current_page_item {
	color: #2c2c2c;
	background: url(images/triangle.png) no-repeat center bottom;
	text-decoration: none;
}

.current_page_ancestor {
	color: #fff;
}

.current_page_parent {
	background: url(images/navigation-hover.png) repeat-x;
}

.sf-menu li ul {
	width: 180px;
	border: 3px solid #999;
	margin-top: 15px;
	background-color: #000;
	-webkit-box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
}

.current_page_parent ul li {
	background: none;
}

.sf-menu li li {
	float: left;
	padding: 0px;
}

.sf-menu li li a, .sf-menu li li a:visited {
	color: #fff;
	width: 160px;
	float: none;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
}

.sf-menu li li a:hover {
	color: #000;
	padding: 10px;
	font-weight: bold;
	background-color: #999;
	background-image: none;
}

.sf-menu li li li {
	color: #fff;
}
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	display: none;
}

/* @end */

/* @group Slider */

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
	height: 42px;
	position: relative;
	margin: 0 auto;
    top: 0;
    z-index: 999;
	width: 960px;
	padding-left: 80px;
}

.tab ul.login {
  	height: 42px;
  	float: right;
}


.tab ul.login li {
 	text-align: left;
	display: block;
	float: left;
	height: 48px;
  	background: url(images/pull-down-box.png) no-repeat center top;
	width: 169px;
}

.tab ul.login li a {
	color: #cd1111;
	margin-left: 33px;
	margin-top: -8px;
}

.tab ul.login li a:hover {
	color: #000;
	text-decoration: none;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.toggle-box {
	background-color: #a49990;
	padding-bottom: 8px;
}

.tab a.open {background: url(images/arrow.png) no-repeat left 0;}
.tab a.close {background: url(images/arrow-close.png) no-repeat left 0;
}
.tab a:hover.open {background: url(images/arrow-hover.png) no-repeat;}
.tab a:hover.close {background: url(images/arrow-hover-close.png) no-repeat;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 99%;
	height: 1px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 96%;
	height: 240px;
	color: #fff;
	background: #a49990;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	-webkit-box-shadow: 1px 1px 25px #000;
    -moz-box-shadow: 1px 1px 25px #000;
    box-shadow: 1px 1px 25px #000;
	margin-right: auto;
	margin-left: auto;
}

#panel h1 {
	font-size: 36px;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel ul {
	list-style: none;
	font-size: 16px;
	margin-left: 0;
}

#panel ol {
	font-size: 16px;
	list-style-type: decimal;
}

#panel li {
	list-style: none;
	font-size: 16px;
}

#panel h2 {
	font-size: 24px;
	padding: 10px 0 5px;
	margin: 0;
	color: #cd1111;
	list-style-type: none;
}

#panel p {
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
}

#panel a {
	text-decoration: none;
	color: #cd1111;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 260px;
	float: left;
	padding: 0 15px;
	margin-left: 20px;
}

#panel .content .right {
	width: 280px;
	margin-left: 20px;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

/* @end */


/* @end */

/* @group Home */

#home {
	
}

#featured-content {
	width: 986px;
	height: 450px;
	background: url(images/center-background.png) no-repeat;
	margin-top: 20px;
	position: relative;
	z-index: 0;
}

#featured-content img {
	margin-left: 23px;
}

#rotator {
	width: 960px;
	height: 425px;
	margin: 0; 
	padding: 0;
	overflow: hidden;
}

#lower-boxes {
	width: 986px;
	height: 141px;
	background: url(images/bottom-boxes.png) no-repeat center top;
	padding-top: 1px;
	margin-top: 14px;
}

#lower-boxes h3 {
	color: #cd1111;
	font-size: 22px;
	text-align: left;
	margin-bottom: 5px;
}

#lower-boxes p {
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-bottom: 5px;
}

#lower-boxes li {
	font-size: 14px;
	color: #fff;
	list-style-type: none;
	text-align: left;
	margin-bottom: 2px;
}

#lower-boxes img {
	float: left;
	margin-right: 10px;
}

#left-box {
	width: 262px;
	height: 92px;
	float: left;
	margin-left: 25px;
	padding: 8px;
	background-color: #a49990;
	display: inline;
}

#middle-box {
	height: 92px;
	width: 320px;
	float: left;
	margin-left: 22px;
	padding: 8px;
	background-color: #a49990;
	display: inline;
}

#right-box {
	width: 262px;
	height: 92px;
	float: right;
	margin-right: 25px;
	padding: 8px;
	background-color: #a49990;
	display: inline;
}


/* @end */

/* @group Page */

#page-top {
	background: url(images/page-top.png) no-repeat center bottom;
	height: 21px;
}

#page-bottom {
	height: 21px;
	background: url(images/page-bottom.png) no-repeat center top;
	margin-top: 0px;
}

#page {
	background: #a49990;
	margin-bottom: 0px;
	padding: 10px;
}


#page-full {
	margin-bottom: 0px;
	padding: 10px;
	width: 880px;
}

#page li, #page ol, #page ul {
	font-size: 16px;
}

#page-left {
	width: 650px;
	padding-left: 15px;
	float: left;
}

li.blog-list {
	list-style: none;
	margin-bottom: 50px;
}

.meta-left {
	float: left;
	width: 400px;
}

.meta-right {
	float: right;
	width: 250px;
	text-align: right;
}

.meta-bottom {
	background-color: #c0c0c0;
	padding: 3px;
	height: 14px;
}

.meta-bottom p{
	font-size: 12px;
	padding: 0;
	margin: 0;
}


/* @end */

/* @group Sidebar */

#page-right {
	width: 220px;
	float: right;
	padding-top: 3px;
}

#page-right h2 {
	border-bottom: 2px solid #7e947f;
}

#page-right ul {
	list-style: none;
}

#page-right li {
	list-style-type: none;
}

#page-right li a, #page-right li a:visited {
	color: #000;
}

#page-right li a:hover {
	
}

/* @end */

/* @group Slider Page */

#page-slider-left {
	float: left;
	width: 300px;
}

#page-slider-right {
	float: right;
	width: 600px;
}


/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider { 
	width: 600px; 
	height: 400px; 
	position: relative; 
	margin: 0 auto;
	border: 1px solid #828282;
}

.anythingSlider .slider-wrapper { 
	width: 600px; 
	overflow: auto; 
	height: 400px; 
	margin: 0; 
	position: absolute; 
	top: 0; 
	left: 0; 
}

.anythingSlider .slider-wrapper ul { 
	width: 99999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}

.anythingSlider ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 400px; 
	width: 600px; 
	margin: 0; 
	}
	
.anythingSlider .arrow { 
	display: none;
}
#start-stop { 
	display: none;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul { 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: auto; 
	border: 0; 
	}
	
.anythingSlider .wrapper ul ul li { 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
}

/* @end */


/* @group Footer */

#footer {
	text-align: center;
	margin-top: 20px;
}

#footer p {
	margin: 0;
}

/* @end */

/* @group Comments */

#comments {
	width: 624px;
	color: #4A4A4A;
	margin: 0 0 20px 0;
	float: left;;
}

* + html #comments {
	margin: 0 0 -10px 0;
}

#comments h3 {
	font-size: 16px;
	font-weight: normal;
	color: #181512;
	margin: 5px 0 0 0;
	padding: 0;
}

#comments p {
	margin: 5px 0 5px 0;
}

.comment-author {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.comment-meta {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.avatar {
	float: right;
	display: inline;
	margin: 0 0 15px 15px;
}

#comment {
	width: 510px;
	font: 12px arial,helvetica,verdana,sans-serif;
}

h2.commh2 {
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color: #333 !important;
}

ol.commentlist {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

ol.commentlist p {
	margin-bottom: 10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
	color: #4A4A4A;
}

ol.commentlist a:hover {
	color: #4A4A4A;
	text-decoration: underline;
}

ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ol.commentlist li.alt {
	padding: 8px 8px 0 8px;
	margin: 20px 0 0 0;
	background: #ECECEC;
	color: #4A4A4A;
	width: 624px;
	float: left;
}

ol.commentlist li {
	padding: 8px 8px 0 8px;
	margin: 20px 0 0 0;
	background: #ECECEC;
	color: #4A4A4A;
	width: 624px;
	float: left;
}

ol.commentlist li div.reply {
	background-color: #999;
	display: inline-block;
	color: #060606;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
}


ol.commentlist li div.reply:hover a {
	color: #fff;
}

ol.commentlist li div.reply a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	padding: 6px;
}

ol.commentlist li ul.children { 
	list-style: none; 
	margin: 0;
	padding: 0;
	text-indent: 0; 
}

ol.commentlist li ul.children li {
	background: none;
	margin: 10px 0 0 0;
	padding: 10px 0 0px 0;
	border-top: 1px solid #C4C4C4;
	width: 624px;
	float: left;
}

ol.commentlist li ul.children li.alt {
	background: none;
	margin: 10px 0 0 0;
	padding: 10px 0 0px 0;
	border-top: 1px solid #C4C4C4;
	width: 624px;
	float: left;
}

ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 { margin:0; }

input#submit {
	cursor: pointer;
	border: none;
	width: 120px;
	height: 30px;
	padding: 0;
	margin: 0 0 -20px 0;
}

* + html input#submit {
	margin: 0 0 10px 0;
}

input#submit:hover {
}

#comment {
	width: 500px;
	height: 290px;
	padding: 5px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
}

#author {
	border: none;
	width: 154px;
	height: 20px;
	padding: 5px 125px 5px 5px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
}

#email {
	border: none;
	width: 154px;
	height: 20px;
	padding: 5px 125px 5px 5px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
}

#url {
	width: 154px;
	height: 20px;
	padding: 5px 125px 5px 5px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
}

#respond {
	padding: 0 15px 10px 0;
}

.fieldset {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fieldset li {
	margin: 0 0 10px 0;
	padding: 0;
}

/* @end */

/* @group WordPress items */

.wp-caption img {
	margin-bottom: 5px;
	padding:5px;
	background-color:#fff;
}

.wp-caption-text {
	color:#fff;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-weight: bold;
	text-transform: lowercase;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #fff;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
	color: #333;
}

.widget_tag_cloud a {
	padding-right: 8px;
	padding-left: 8px;
}

.widget {
	padding-bottom: 10px;
}

.button a, .button a:visited{
	background-color: #999;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #060606;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.button a:hover {
	background-color: #7b7b7b;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #4a4a4a;
	background-color: #fff;	
}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #4a4a4a;
	background-color: #fff;	
}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #000;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #4a4a4a;
	background-color: #fff;	
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000;
	background-color: #fff;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #000;
	background-color: #fff;
}

/* @end */

