/*
Theme Name: N*E*R*D
Theme URI: http://n-e-r-d.com/
Description: N*E*R*D wordpress theme
Version: 2.0 (Nothing)
Author: Fishbucket, Inc.
Author URI: http://fishbucket.com/
*/


html {
	padding: 0;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	color: #fff;
	font-size: 11px;
	font-family: "pill-gothic-600mg-1","pill-gothic-600mg-2","Century Gothic",Arial,Helvetica,sans-serif;
	min-width: 1003px;
	background: #34b44a url(images/bg-body.gif) repeat-x;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

input,textarea,select {
	font: 100% Arial,Helvetica,sans-serif;
	vertical-align: middle;
}

form,fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

#wrapper {
	overflow: hidden;
	min-height: 100%;
	width: 100%;
	position: relative;
	background: url(images/bg-main-holder.gif) repeat-y 50% 0;
}

#wrapper.bluepage {
	background: url(images/bg-blue-main-holder.gif) repeat-y 50% 0;
}

* html #wrapper {
	overflow: visible;
	height: 100%;
}

.w1 {
	width: 1122px;
	position: relative;
	float: left;
	left: 50%;
}

.w2 {
	width: 1122px;
	position: relative;
	float: left;
	left: -50%;
}

/* header */
#header {
	width: 1122px;
	height: 191px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

.header {
	padding: 19px 63px 1px;
	width: 996px;
	height: 171px;
	position: relative;
}

/* header flash */
#header .flash-holder {
	width: 996px;
	height: 171px;
	overflow: hidden;
}

.flash-holder {
	background-image: url(images/header-noflash-news.png);
}

#header .flash img {
	vertical-align: top;
}

/* header arcs */
#header .bg-l {
	position: absolute;
	top: 0;
	left: 0;
	width: 154px;
	height: 192px;
	z-index: 300;
	background: url(images/bg-l-header.png) no-repeat;
}

#header .bg-r {
	position: absolute;
	top: 0;
	right: 0;
	width: 154px;
	height: 192px;
	z-index: 300;
	background: url(images/bg-r-header.png) no-repeat;
}

#header .bg-t {
	position: absolute;
	top: 0;
	left: 154px;
	width: 814px;
	height: 28px;
	z-index: 300;
	background: url(images/bg-t-header.png) no-repeat;
}

#header .bg-b {
	position: absolute;
	top: 190px;
	left: 154px;
	width: 814px;
	height: 1px;
	z-index: 300;
	background: url(images/bg-b-header.png) no-repeat;
}

/* main navigation */
.nav-bar {
	position: absolute;
	left: 58px;
	top: 199px;
	width: 998px;
	z-index: 500;
}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#nav li {
	margin-left: 8px;
	float: left;
	display: inline;
	position: relative;
}

#nav li .link {
	padding-left: 34px; /* skmod 1/13 - was 24 with news */
	float: left;
	display: inline;
	background: url(images/bullet-nav.png) no-repeat;
}

#nav li:first-child .link,#nav li.first-child .link {
	background: none;
}

#nav li a {
	float: left;
	height: 26px;
	cursor: pointer;
	overflow: hidden;
}

#nav li a span {
	display: block;
	width: 107px;
	height: 800px;
	text-indent: -9999px;
	background: url(images/bg-nav.png) no-repeat;
}

#nav li a.home {
	width: 62px;
	margin-top: 1px;
}

#nav li:hover a.home span,#nav li.hover a.home span {
	margin-top: -26px;
}

#nav li.current-menu-item a.home span,#nav li.current-menu-parent a.home span {
	margin-top: -52px;
}

#nav li a.news {
	width: 59px;
	margin-top: 1px;
}

#nav li a.news span {
	margin-top: -78px;
}

#nav li:hover a.news span,#nav li.hover a.news span {
	margin-top: -104px;
}

#nav li.current-menu-item a.news span,#nav li.current-menu-parent a.news span {
	margin-top: -130px;
}

#wrapper.news #nav li a.news span, #wrapper.news #nav li.current_page_parent a.news span, #wrapper.default #nav li.current_page_parent a.news span  {
	margin-top: -130px !important;
}

#nav li a.about {
	width: 71px;
}

#nav li a.about span {
	margin-top: -156px;
}

#nav li:hover a.about span,#nav li.hover a.about span {
	margin-top: -182px;
}

#nav li.current-menu-item a.about span,#nav li.current-menu-parent a.about span {
	margin-top: -208px;
}

#nav li a.music {
	width: 68px;
}

#nav li a.music span {
	margin-top: -234px;
}

#nav li:hover a.music span,#nav li.hover a.music span {
	margin-top: -260px;
}

#nav li.current-menu-item a.music span,#nav li.current-menu-parent a.music span {
	margin-top: -286px;
}

#nav li a.calendar {
	width: 107px;
}

#nav li a.calendar span {
	margin-top: -312px;
}

#nav li:hover a.calendar span,#nav li.hover a.calendar span {
	margin-top: -338px;
}

#nav li.current-menu-item a.calendar span,#nav li.current-menu-parent a.calendar span {
	margin-top: -364px;
}

#nav li a.media {
	width: 74px;
}

#nav li a.media span {
	margin-top: -390px;
}

#nav li:hover a.media span,#nav li.hover a.media span {
	margin-top: -416px;
}

#nav li.current-menu-item a.media span,#nav li.current-menu-parent a.media span {
	margin-top: -442px;
}

#nav li a.extras {
	width: 80px;
}

#nav li a.extras span {
	margin-top: -468px;
}

#nav li:hover a.extras span,#nav li.hover a.extras span {
	margin-top: -494px;
}

#nav li.current-menu-item a.extras span,#nav li.current-menu-parent a.extras span {
	margin-top: -520px;
}

#nav li a.store {
	width: 74px;
	margin-right: -7px;
	position: relative;
}

#nav li a.store span {
	margin-top: -546px;
}

#nav li:hover a.store,#nav li.hover a.store {
	margin-top: -4px;
	height: 30px;
	position: relative;
}

#nav li:hover a.store span,#nav li.hover a.store span {
	margin-top: -572px;
}

#nav li.current-menu-item a.store span,#nav li.current-menu-parent a.store span {
	margin-top: -602px;
}

#nav li a.bbc-blog {
	width: 107px;
}

#nav li a.bbc-blog span {
	margin-top: -628px;
}

#nav li:hover a.bbc-blog,#nav li.hover a.bbc-blog {
	margin-top: -4px;
	height: 30px;
	position: relative;
}

#nav li:hover a.bbc-blog span,#nav li.hover a.bbc-blog span {
	margin-top: -654px;
}

#nav li.current-menu-item a.bbc-blog span,#nav li.current-menu-parent a.bbc-blog span {
	margin-top: -685px;
}

#nav li:hover,#nav li.hover {
	position: relative;
}

#nav li .drop {
	clear: both;
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -50px;
	width: 125px;
	display: none;
}

#nav li:hover .drop,#nav li.hover .drop {
	display: block;
}

#nav li .drop .t,#nav li .drop .b {
	width: 125px;
	height: 18px;
	background: url(images/bg-t-drop.png) no-repeat;
	overflow: hidden;
}

#nav li .drop .b {
	height: 18px;
	background: url(images/bg-b-drop.png) no-repeat;
}

#nav li .drop ul {
	margin: 0;
	padding: 0 16px;
	list-style: none;
	width: 93px;
	background: url(images/bg-drop.png) repeat-y;
	overflow: hidden;
}

#nav li .drop li {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	display: inline;
	background: none;
}

#nav li .drop li a {
	margin: 0;
	width: 100%;
	padding: 2px 0;
	height: auto;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #c2171d;
	position: relative;
}

#nav li .drop li a:hover {
	text-decoration: none;
	background: #ffd105;
}

#nav li.current-menu-item a.store,#nav li.current-menu-item a.bbc-blog,#nav li.current-menu-parent a.store,#nav li.current-menu-parent a.bbc-blog {
	margin-top: 0 !important;
	height: 26px !important;
}

/* main content */
.main-holder {
	background: url(images/bg-main-holder.gif) repeat-y 50% 0;
	padding-top: 191px;
	width: 1122px;
	float: left;
}

.bluepage .main-holder {
	background: url(images/bg-blue-main-holder.gif) repeat-y;
}

#main {
	padding: 0 70px 22px 71px;
	width: 981px;
	background: url(images/bg-main.png) no-repeat;
}

.bluepage #main {
	background: url(images/bg-blue-main.png) no-repeat;
}

.main-holder:after,#main:after {
	content: '';
	display: block;
	clear: both;
}

#main h1,#main h2,#main h3,#main h4,#main h5,#main h6 {
	font-family: "chunk-1","chunk-2",Arial,Helvetica,sans-serif;
	font-weight: 400;
}

/* content */
#content {
	padding-top: 26px;
	width: 670px;
	float: left;
	overflow: hidden;
}

.container {
	margin-bottom: -4px;
	width: 670px;
	overflow: hidden;
}

.container .t,.container .b {
	width: 670px;
	height: 25px;
	background: url(images/bg-t-container.png) no-repeat;
	float: left;
	overflow: hidden;
}

.container .b {
	height: 27px;
	background: url(images/bg-b-container.png) no-repeat;
}

.container .c {
	padding: 0 36px 0 34px;
	width: 600px;
	float: left;
	background: url(images/bg-c-container.png) repeat-y;
}

.container .c:after {
	content: '';
	display: block;
	clear: both;
}

.container .holder {
	margin-bottom: -30px;
	width: 600px;
	float: left;
	position: relative;
}

/* news posts */
.post,.post .title,.post .content {
	width: 100%;
	overflow: hidden;
}

.post {
	padding-top: 1px;
	margin-bottom: 30px;
	color: #000;
}

#main .singlepost {
	margin-bottom: 26px;
}

.post a {
	color: #000;
}

.post .title {
	margin-bottom: 4px;
}

.post h2 {
	margin: 0;
	font-size: 16px;
	line-height: 15px;
	color: #cd181f;
}

.post h2 a {
	color: #cd181f;
}

.post h2 {
	border-bottom: 1px #f0b9bb solid;
}

.post h3,.post h3 a {
	margin: 0;
	font-size: 24px;
	line-height: 50px;
	color: #cd181f;
}

.post h3 {
	border-bottom: 1px #f0b9bb solid;
}

.post h2 a:hover,.post h3 a:hover {
	text-decoration: none;
}

.post .title .info {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

.post .title .info li {
	margin-left: 4px;
	padding-left: 8px;
	float: left;
	display: inline;
	background: url(images/separator01.gif) no-repeat 0 3px;
	font-size: 10px;
	line-height: 18px;
	color: #edaaac;
}

.bluepage .post .title .info li {
	background: url(images/separator02.gif) no-repeat 0 3px;
}

.post .title .info li:first-child,.post .title .info li.first-child {
	margin: 0;
	padding: 0;
	background: none;
}

.post .title .info li a {
	color: #edaaac;
}

.post .title .info li .share {
	padding-right: 3px;
	float: left;
}

.post .title .info li .facebook,.post .title .info li .twitter {
	margin: 2px 3px 0 0;
	float: left;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	background: url(images/link-facebook.gif) no-repeat;
	overflow: hidden;
}

.post .title .info li .twitter {
	background: url(images/link-twitter.gif) no-repeat;
}

.post .title .info li .facebook:hover,.post .title .info li .twitter:hover {
	background-position: 0 -11px;
}

.post p {
	margin: 0 0 11px;
	font-size: 12px;
	line-height: 16px;
}

.link-back {
	margin-bottom: 31px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}

.post .sociable,.post .sociable .sociable_tagline,.post .sociable ul {
	float: left;
}

.post .sociable ul {
	margin: 0;
	padding: 0 0 0 3px !important;
}

.post .sociable ul li {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* posts-list */
.posts-list {
	margin: -3px -4px 0 -9px;
	padding-bottom: 17px;
	width: 613px;
	position: relative;
}

.posts-list .post {
	position: relative;
	margin-bottom: 12px;
	width: 100%;
	overflow: hidden;
}

.post .image img {
	vertical-align: top;
}

.posts-list .post .alignleft {
	margin-right: 10px;
	float: left;
}

* html .posts-list .post .alignleft {
	margin-right: 7px;
}

.posts-list .post .alignright {
	margin-left: 10px;
	float: right;
}

* html .posts-list .post .alignright {
	margin-left: 7px;
}

.posts-list .text-box {
	height: 1%;
	overflow: hidden;
}

.posts-list .post h2 {
	padding-top: 4px;
	color: #282a7e;
	border-color: #bebfd9;
}

.posts-list .post h2 a {
	color: #282a7e;
}

.posts-list .post .title .info li,.posts-list .post .title .info li a {
	color: #b0b0cf;
}

.posts-list .post .title .info .twitter {
	background: url(images/link2-twitter.gif) no-repeat;
}

.posts-list .post .title .info .facebook {
	background: url(images/link2-facebook.gif) no-repeat;
}

.posts-list .post .date {
	position: absolute;
	top: 8px;
	left: 0;
	width: 79px;
	font-weight: bold;
	text-align: right;
	color: #fff;
}

.posts-list .post p {
	margin-bottom: 0;
	padding-bottom: 5px;
}

/* paging */
.paging {
	margin: -6px 0 15px 17px;
	width: 639px;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
}

.paging .prev {
	float: left;
}

.paging .next {
	float: right;
}

.paging .back {
	padding-top: 4px;
	width: 100%;
	text-align: center;
}

/* comments list */
.comments {
	margin: 0 0 13px 34px;
	width: 601px;
	overflow: hidden;
}

.bluepage .comments {
	padding-top: 11px;
}

.comments h3 {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	border-bottom: 1px #d44247 solid;
	overflow: hidden;
}

.commentlist li {
	padding-top: 10px;
	margin-bottom: 4px;
	width: 100%;
	float: left;
	border-top: 1px #d44247 solid;
}

.bluepage .commentlist,.bluepage .commentlist li {
	border-color: #50549e;
}

.commentlist .holder {
	width: 100%;
	margin-bottom: 4px;
	overflow: hidden;
}

.commentlist .photo {
	margin-right: 8px;
	float: left;
	display: inline;
}

* html .commentlist .photo {
	margin-right: 5px;
}

.commentlist .photo img {
	vertical-align: top;
}

.commentlist .text-box {
	padding-top: 3px;
	height: 1%;
	color: #e9c0c2;
	overflow: hidden;
}

.commentlist .text-box a {
	color: #e9c0c2;
}

.commentlist .text-box p {
	margin: 0;
	line-height: 14px;
}

.commentlist .text-box p.name {
	font-weight: bold;
}

.commentlist .reply p {
	line-height: 13px;
	margin: 0 0 12px 4px;
}

.bluepage .commentlist .text-box,.bluepage .commentlist .text-box a {
	color: #c6c6de;
}

/* respond form */
.respond {
	margin: 0 0 36px 34px;
	width: 100%;
	overflow: hidden;
}

.respond h3 {
	margin: 0 0 9px 3px;
	font-size: 14px;
	line-height: 18px;
}

.respond p {
	margin: 0 0 18px 3px;
	line-height: 14px;
}

.respond textarea,.respond input {
	display: block;
	border: 1px #ce4e53 solid;
	background: #c2262c;
	position: relative;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	overflow: auto;
}

.respond textarea {
	margin: 0 0 12px 3px;
	padding: 0;
	width: 449px;
	max-width: 449px;
	height: 140px;
}

.bluepage .respond textarea {
	border-color: #4d5292;
	background: #353885;
}

.respond input {
	margin: 0 3px 6px;
	width: 160px;
}

.bluepage .respond input {
	border-color: #4d5292;
	background: #353885;
}

.respond .row {
	width: 100%;
	overflow: hidden;
}

.respond input.btn-submit {
	float: left;
	margin: 0;
	padding: 0;
	width: 109px;
	height: 18px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	border: 0;
	background: url(images/btn-submit.gif) no-repeat;
	cursor: pointer;
	overflow: hidden;
}

.respond .smiles {
	width: 350px;
	margin: 1px 0 0 5px;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}

.respond .smiles li {
	margin-left: 3px;
	float: left;
	display: inline;
	cursor: pointer;
}

.respond .smiles li img {
	display: block;
}

.bluepage .respond .btn-submit {
	background: url(images/btn2-submit.gif) no-repeat;
}

/* sidebar */
#sidebar {
	padding-top: 37px;
	margin-left: -12px;
	width: 323px;
	float: right;
	display: inline;
}

#sidebar a {
	font-weight: bold;
}

/* sideblocks */
.sideblock {
	width: 100%;
	margin-top: -16px;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	overflow: hidden;
}

.sideblock a {
	color: #000;
}

.sideblock a {
	color: #000;
}

.sideblock .t,.sideblock .b {
	width: 100%;
	height: 30px;
	background: url(images/bg-t-sideblock.png) no-repeat;
	float: left;
	overflow: hidden;
}

.sideblock .b {
	height: 35px;
	background: url(images/bg-b-sideblock.png) no-repeat;
}

.sideblock .c {
	padding: 0 20px;
	width: 283px;
	float: left;
	background: url(images/bg-c-sideblock.png) repeat-y;
}

.sideblock .c:after {
	content: '';
	display: block;
	clear: both;
}

.sideblock .holder {
	margin: -4px 0 -3px;
	width: 100%;
	position: relative;
	float: left;
}

.sideblock h3 {
	margin: 0 0 1px;
	font-size: 16px;
	line-height: 20px;
	color: #f58020;
}

.sideblock ul {
	margin: 0 0 0 1px;
	padding: 0;
	list-style: none;
	width: 282px;
	overflow: hidden;
}

.sideblock ul li {
	padding-left: 14px;
	width: 268px;
	float: left;
	background: url(images/ico-star.gif) no-repeat 0 4px;
}

.sideblock ul.blogroll {
	padding-bottom: 2px;
}

/* color blocks */
.sidebox {
	margin-top: -14px;
	padding-bottom: 1px;
	width: 100%;
	overflow: hidden;
}

.sidebox .t,.sidebox .b {
	width: 323px;
	height: 25px;
	background: url(images/bg-t-greenbox.png) no-repeat;
	float: left;
	overflow: hidden;
}

.sidebox .b {
	background: url(images/bg-b-greenbox.png) no-repeat;
}

.sidebox .c {
	padding: 0 20px;
	width: 283px;
	float: left;
	background: url(images/bg-c-greenbox.png) repeat-y;
	min-height: 30px;
}

.sidebox .c:after {
	content: '';
	display: block;
	clear: both;
}

.sidebox .holder {
	margin: -5px 0;
	width: 100%;
	position: relative;
	float: left;
}

.sidelinks .sidebox .t {
	background: url(images/bg-t-bluebox.png) no-repeat;
}

.sidelinks .sidebox .b {
	background: url(images/bg-b-bluebox.png) no-repeat;
}

.sidelinks .sidebox .c {
	background: url(images/bg-c-bluebox.png) repeat-y;
}

.newsletter .sidebox .t {
	background: url(images/bg-t-orangebox.png) no-repeat;
}

.newsletter .sidebox .b {
	background: url(images/bg-b-orangebox.png) no-repeat;
}

.newsletter .sidebox .c {
	background: url(images/bg-c-orangebox.png) repeat-y;
}
.sidebar-ad, #flashbanner-nothing {
	padding:0 0 10px 10px
}
.sidebox h3,.sidebox h3 a {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 20px;
	color: #8dc63f;
}

.sidelinks .sidebox h3 {
	color: #5bc1a2;
}

.newsletter .sidebox h3 {
	color: #f6ca05;
}

.blogroll li a {
	color: #7FD3F7 !important;
}

.blogroll li a:hover {
	color: #B1DEF0 !important;
}

.newsletter ul li a {
	color: #F6CA05 !important;
}

.newsletter ul li a:hover {
	color: #F5E4B6 !important;
}

.twitter-list li a:hover {
	color: #FFFABF !important;
}

.sidebox ul {
	margin: 0 0 -9px;
	padding: 0;
	list-style: none;
	width: 283px;
	overflow: hidden;
}

.sidebox ul li {
	padding-left: 15px;
	width: 268px;
	float: left;
	color: #fff200;
	background: url(images/ico2-star.gif) no-repeat 0 3px;
	line-height: 13px;
}

.sidebox ul li a {
	color: #fff200;
}

.sidebox ul li p.date {
	margin: 0 0 14px;
	font-size: 9px;
	font-style: italic;
	line-height: 12px;
}

.sidelinks .sidebox ul,.newsletter .sidebox ul {
	margin: 0;
}

.sidelinks .sidebox ul li,.sidelinks .sidebox ul li a,.newsletter .sidebox ul li,.newsletter .sidebox ul li a {
	color: #fff;
	line-height: 16px;
}

.sidelinks .sidebox ul li {
	background: url(images/ico3-star.gif) no-repeat 0 3px;
}

.newsletter .sidebox ul li {
	background: url(images/ico4-star.gif) no-repeat 0 3px;
}

.sidelinks .sidebox ul li a,.newsletter .sidebox ul li a {
	text-decoration: none;
}

.sidelinks .sidebox ul li a:hover,.newsletter .sidebox ul li a:hover {
	text-decoration: underline;
}

/* networks box */
.networks {
	margin: -2px 0 20px 21px;
	width: 278px;
	overflow: hidden;
}

.networks h3 {
	margin: 0 0 -2px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	width: 100%;
}

.networks ul {
	margin: 0;
	padding: 6px 8px 4px 0;
	list-style: none;
	width: 270px;
	border-width: 1px 0 1px 0;
	text-align: center;
	overflow: hidden;
	border-color: #F74B50;
	border-style: solid;
}

.bluepage .networks ul {
	border-color: #474a90;
}

.networks ul li {
	padding: 0 2px 0 9px;
	display: inline;
}

.networks ul li img {
	vertical-align: top;
}

/* calendar */
.calendar-box {
	padding: 4px 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.calendar-box .widget-title {
	display: none;
}

#wp-calendar table {
	margin: 0 0 0 3px;
	width: 276px !important;
	border-collapse: collapse;
	color: #000;
}

#wp-calendar table a {
	color: #000;
	font-weight: normal;
}

#wp-calendar table.nav {
	margin: 0 0 -3px 16px;
	width: 251px !important;
	font-size: 12px;
}

#wp-calendar table.nav td {
	width: 33%;
	font-size: 12px;
}

#wp-calendar table.nav td:hover {
	border-color: #fff !important;
}

#wp-calendar table.nav #prev {
	text-align: left;
}

#wp-calendar table.nav #next {
	text-align: right;
}

#wp-calendar table caption {
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

#wp-calendar table caption a {
	font-weight: bold;
}

#wp-calendar table td {
	border: 1px solid #fff !important;
	margin: 0;
	padding: 0 !important;
	width: 39px;
	font-size: 11px;
	line-height: 17px;
}

#wp-calendar table td:hover,#wp-calendar table td.hover {
	border: 1px solid #999 !important;
}

#wp-calendar table th {
	margin: 0;
	padding: 0 0 3px;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

#wp-calendar table .pad a,#wp-calendar table .pad span {
	display: none;
}

#wp-calendar table td.pad:hover,#wp-calendar table.nav tr td {
	padding: 0 !important;
	border: 1px solid #fff !important;
}

/* footer */
#footer {
	position: relative;
	clear: both;
	margin: -22px auto 0;
	width: 981px;
	height: 22px;
	text-align: center;
	overflow: hidden;
}

#footer a {
	font-weight: bold;
}

#footer ul {
	margin: 0;
	padding: 0 5px 0 0;
	list-style: none;
	text-align: center;
}

#footer ul li {
	display: inline;
	font-size: 11px;
	line-height: 16px;
	color: #fff200;
	padding: 0;
	background: none;
}

#footer ul li:first-child,#footer ul li.first-child {
	background: none;
}

#footer ul li a {
	color: #fff200;
}

#footer ul li a.rss {
	padding-left: 14px;
	background: url(images/ico-rss.png) no-repeat;
}

