/*
Theme Name: Nitro Customs
*/

/* NULL */

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, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Tahoma', sans-serif;
	background: #282828;
	text-align: center;
	}
body.open {
    overflow: hidden;
    height: 100%;
    width: 100%;
	}
.wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Tahoma', sans-serif;
	}

a {
	color: #8989f2;
	text-decoration: underline;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #8989f2;
	text-decoration: none;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 20px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #fff;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 30px;
	line-height: 34px;
	}
h2, .h2{
	font-size: 26px;
	line-height: 30px;
	}
h3, .h3{
	font-size: 24px;
	line-height: 26px;
	}
h4, .h4{
	font-size: 22px;
	line-height: 24px;
	}

h5, .h5{
	font-size: 18px;
	line-height: 22px;
	}
h6, .h6{
	font-size: 16px;
	line-height: 20px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.grid {
	clear: both;
	*zoom: 1;
	}
.grid:after {
	content: "";
	display: table;
	clear: both;
	}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	}
.col-1-8 {
	width: 12.5%;
	}
.col-1-4 {
	width: 25%;
	}
.col-1-3 {
	width: 33.33%;
	}
.col-1-2 {
	width: 50%;
	}
.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #57b64d;
	background: #57b64d;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #ca2a3c;
	background-color: #ca2a3c;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */



/* HEADER */

header {
    background: #000;
    box-shadow: 0 3px 9px 0 rgb(14 92 210 / 30%);
	}
.header_list {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	padding: 15px 0;
	}
.logo a {
    display: inline-block;
    color: #fff;
    font-size: 23px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: center;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
	}
.logo a:hover {
    letter-spacing: 3px;
	}

.adapt_menu{
	display: block;
	margin: 0 0 0 0;
	width: 29px;
    height: 21px;
	position: relative;
    z-index: 1000;
	cursor: pointer;
    transition: all .3s ease-in-out;
	}
.adapt_menu span{
    position: absolute;
    left: 0;
    top: 0;
	display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all .2s ease-in-out;
	}
.adapt_menu span:nth-child(2){
	top: 10px;
    left: auto;
	right: 0;
	width: 83%;
	transition: all 1.1s 0.02s ease;
	}
.adapt_menu span:nth-child(3){
	top: 19px;
	}
.adapt_menu.open span{
    top: 10px;
    box-shadow: 0 3px 9px 0 rgb(0 0 0 / 30%);
	}
.adapt_menu.open span:nth-child(1){
    transform: rotate(45deg);
	}
.adapt_menu.open span:nth-child(2){
	opacity: 0;
	width: 100%;
    transform: rotate(360deg);
	}
.adapt_menu.open span:nth-child(3){
    transform: rotate(-45deg);
	}	

.nav_adapt{	
	background: #777;
	display: none;
	}
.adapt_nav{
	padding: 0 0 0 0;
	}
.adapt_nav > ul{
	display: flex;	
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	}
.adapt_nav > ul > li{
	display: block;
	padding: 0 12px;
	}
.adapt_nav > ul > li > a{
	display: block;
	padding: 14px 0 14px 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 1px; 
	color: #fff;
	text-decoration: none;
	position: relative;
	text-align: center;	
    text-shadow: 0px 3px 3px rgb(0 0 0 / 30%);
	text-shadow: 0px 4px 3px rgba(0,0,0,0.3),;
	}
.adapt_nav > ul > li > a:hover, .adapt_nav > ul > li.current-menu-item > a{
	}
.adapt_nav > ul > li > a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
	height: 2px;
	width: 0;
	background: #fff;
	transition: all 0.3s 0.02s ease;
	}
.adapt_nav > ul > li:hover > a:before, .adapt_nav > ul > li.current-menu-item > a:before{
	width: 100%;
	}




/* END HEADER */


/* HOME */


.info_b{
	padding: 30px 0;
	background: linear-gradient(180deg,transparent,rgba(0, 0, 0, 0.7)),transparent;
    color: #fff;
	background-color: #63725e;
	}
.info_b_w{
	max-width: 700px;
	margin: 0 auto;
	}

.info_b_top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
    border-bottom: 1px solid rgb(233 233 233 / 30%);
	}

.header_text{
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 12px 0;
	text-align: center;
	}	
	
.info_b_nav{
	position: relative;
	}
.info_b_nav_sub{
	padding: 0 0 10px 0;
	margin: 0;
	text-align: right;
	cursor: pointer;
	position: relative;
    color: #fff;
    font-size: 26px;
    line-height: 28px;
	font-weight: normal;
    letter-spacing: 2px;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
	}
.info_b_nav_sub:after {
    content: "";
    display: inline-block;
	margin: 0 0 0 5px;
    width: 16px;
    height: 16px;
	background: url("data:image/svg+xml,%3Csvg style='enable-background:new 0 0 512 512' fill='rgba(255 255 255)' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m98.9 184.7 1.8 2.1 136 156.5c4.6 5.3 11.5 8.6 19.2 8.6 7.7 0 14.6-3.4 19.2-8.6L411 187.1l2.3-2.6c1.7-2.5 2.7-5.5 2.7-8.7 0-8.7-7.4-15.8-16.6-15.8H112.6c-9.2 0-16.6 7.1-16.6 15.8 0 3.3 1.1 6.4 2.9 8.9z'/%3E%3C/svg%3E") no-repeat right center;
	background-size: 16px auto;
	vertical-align: middle;
	transition: all 0.3s 0.02s ease;
	}
.info_b_nav_sub.open:after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.47597 14L14 1.47597L12.524 3.72513e-06L0 12.524L1.47597 14Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.524 14L3.42835e-05 1.47597L1.476 0L14 12.524L12.524 14Z' fill='%23fff'/%3E%3C/svg%3E");
	background-size: 12px auto;
	}


.info_b_sec{
	padding: 30px 0;
	background: linear-gradient(180deg,transparent,rgba(0, 0, 0, 0.6)),transparent;
    color: #fff;
	background-color: #63725e;
	}

.info_b_nav_list{
	display: none;
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 0;
	width: 170px;
	max-height: 260px;
	background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 3px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    max-height: 270px;
    overflow-y: auto;
    padding: 10px 0;
	}
.info_b_nav_list li{
	display: block;
	padding: 0 0 3px 0;
	}
.info_b_nav_list li a{
	display: block;
	padding: 6px 15px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	}
.info_b_nav_list li a:hover, .info_b_nav_list li.active a{
	background: #1b3c87;
	color: #fff;
	}
.info_b_nav_list::-webkit-scrollbar {width: 4px;background-color:#f9f9fd;}
.info_b_nav_list::-webkit-scrollbar-thumb {border-radius: 0;background-color:#1f698d;border-radius: 10px;}
.info_b_nav_list::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);border-radius: 0;background-color:#f9f9fd;border-radius: 10px;}



.info_b_img {
	max-width: 130px;
	}
.info_b_img img{
	vertical-align: bottom;
	border-radius: 4px;
	}


.info_b_center{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
    border-bottom: 1px solid rgb(233 233 233 / 30%);
	}
.info_b_center_b{
	color: #fff;
	font-size: 14px;
	text-align: center;
	}
.info_b_center_b span{
	display: block;
	font-weight: bold;
	}
.info_b_center_b span.mob_icon{
	display: block;
	margin: 0 auto;
	width: 22px;
	height: 22px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2H4v12h8V2zM4 1a1 1 0 00-1 1v12a1 1 0 001 1h8a1 1 0 001-1V2a1 1 0 00-1-1H4z' fill='%23fff'/%3E%3Cpath d='M5 3h6v8H5V3zM7 12.5a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	}

.info_b_bot{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
    border-bottom: 1px solid rgb(233 233 233 / 30%);
	}	
.info_b_licensed {
	color: #fff;
	font-size: 14px;
	}
.info_b_licensed:before {
	content: "✔";
	display: inline-block;
	vertical-align: middle;
	color: #40a50d;
	padding: 0px 7px 0px 0px;
	}
.info_b_reyt{
	background: #40a50d;
    border-radius: 4px;
	padding: 3px 7px;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%);
	}
.info_b_reyt span{
	display: block;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px; 
	}

a.info_b_but{
	display: block;
	padding: 12px 7px;
	box-sizing: border-box;
    border-radius: 5px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 2px; 
	text-transform: uppercase;
	text-align: center;
	}
a.info_b_but:hover{
	box-shadow: #000 0 0px 0px 40px inset;
	border-color: #000;
	color: #fff;
	letter-spacing: 3px; 
	}

.info_b_bot_text{
	padding: 25px 0 0 0;
    font-size: 12px;
    line-height: 14px;
	color: #fff;
	text-align: center;
	}


#content{
	padding: 40px 0;
	}




article.post{
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	background: #404040;
	border-radius: 5px;
	padding: 20px;
	margin: 0 0 30px 0;
	}




/* END HOME */



/* FOOTER */

footer {
    background: #000;
    box-shadow: 0 3px 9px 0 rgb(14 92 210 / 30%);
	padding: 30px 0;
	}
.footer_list{
	text-align: center;
	}
.copu{
	padding: 40px 0 0 0;
	color: #fff;
	font-size: 14px;
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 30c8.284 0 15-6.716 15-15 0-8.284-6.716-15-15-15C6.716 0 0 6.716 0 15c0 8.284 6.716 15 15 15zm12.527-15c0 6.919-5.608 12.527-12.527 12.527S2.473 21.92 2.473 15 8.08 2.473 15 2.473 27.527 8.08 27.527 15z' fill='%23fff'/%3E%3Cpath d='M7.585 10.27a.405.405 0 01.205-.041h1.65a.13.13 0 01.109.054.13.13 0 01.054.11v9.217a.17.17 0 01-.054.123.148.148 0 01-.11.04H7.845a.2.2 0 01-.122-.04.2.2 0 01-.041-.123v-7.472c0-.018-.01-.037-.027-.055-.019-.018-.037-.023-.055-.013l-1.35.368-.054.013c-.082 0-.123-.05-.123-.15L6.03 11.13c0-.091.04-.155.123-.191l1.431-.668zM16.906 15.574c.209.418.313.886.313 1.405 0 .545-.113 1.013-.34 1.404-.237.463-.6.832-1.092 1.104-.481.264-1.059.396-1.731.396-.637 0-1.21-.127-1.718-.382a2.603 2.603 0 01-1.146-1.132 3.044 3.044 0 01-.327-1.404c0-.5.104-.968.314-1.405.154-.318.381-.577.681-.777.037-.027.037-.059 0-.095a2.092 2.092 0 01-.559-.655 2.417 2.417 0 01-.313-1.227c0-.645.181-1.19.545-1.636a2.554 2.554 0 011.05-.819c.445-.2.936-.3 1.473-.3.554 0 1.045.1 1.472.3.428.2.773.473 1.037.819a2.61 2.61 0 01.545 1.636c0 .473-.118.895-.354 1.268-.155.236-.341.436-.56.6-.036.036-.036.068 0 .096.3.19.537.459.71.804zm-3.873-3.273c-.09.182-.136.373-.136.573 0 .264.059.5.177.71.209.326.532.49.968.49.436 0 .768-.164.995-.49.119-.2.178-.442.178-.723 0-.2-.046-.391-.137-.573a.967.967 0 00-.409-.423 1.222 1.222 0 00-.64-.164c-.219 0-.419.055-.6.164a.973.973 0 00-.396.436zm1.99 5.455c.174-.246.26-.564.26-.955 0-.336-.064-.618-.191-.845-.2-.382-.55-.573-1.05-.573-.473 0-.809.186-1.009.56-.136.226-.204.522-.204.885 0 .355.077.65.231.887.21.345.541.518.996.518.436 0 .759-.16.968-.477zM23.805 14a.13.13 0 01.11.054.13.13 0 01.054.109v1.322a.17.17 0 01-.055.123.147.147 0 01-.109.041h-1.868c-.045 0-.068.023-.068.068v1.841a.17.17 0 01-.054.123.147.147 0 01-.11.04h-1.308a.2.2 0 01-.123-.04.2.2 0 01-.041-.123v-1.84c0-.046-.023-.069-.068-.069h-1.868a.2.2 0 01-.123-.04.2.2 0 01-.041-.124v-1.322c0-.046.014-.082.04-.11a.17.17 0 01.124-.054h1.868c.045 0 .068-.023.068-.068v-1.882c0-.045.014-.082.04-.109a.17.17 0 01.123-.054h1.31a.13.13 0 01.109.054.13.13 0 01.054.11v1.88c0 .046.023.07.068.07h1.868z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center top;
	}
/* END FOOTER */




/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
    box-shadow: 0 0 4px rgb(0 0 0 / 32%);
    border-radius: 5px;
	padding: 20px;
	background: #404040;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

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

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#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; 
	}

/* END WP OTHER */