/**
 *
 * Pixture, for Drupal
 * Author: PIXTURE STUDIO <http://www.pixture.com>
 *
 */
/*
** Generic elements
*/
html {
	font-size: 100%; /*Fix a IE em BUG*/
}
font, basefont {
	font-size: 100%; /*Fix a IE em BUG*/
}
body {
	font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color: #ccc;
	background-color:#333333;
	margin: 0;
	padding: 0;
	text-align: center; /* IE5 hack */
	/* background: #5b90c4 url("images/bg-header.png") repeat-x top left; */
	min-width: 800px;
}

div#logo {
	float:left;
	width:700;
}

div#wrapper {
	margin: 0 auto;
	width:1050px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 1em;
	background: transparent;
}

div#container {
width:1050px;
	margin: 0px;
	padding: 0px;
	text-align: left; /* IE5 hack */
	line-height:1.5em;
	background: transparent;
}

table, tr, td, thead, tbody {
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0px;
	border-color:#777777;
	border-top-width:1px;
}

#menu {border-top-width:1px; float:right; width:700px;}

tr.odd td, tr.even td {
	padding: 0.4em;
}
tr.odd {
	background: #444;
}
tr.even {
	background: #555;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
  text-align:left;
}
em {
	text-decoration: none;
	font-weight: normal;
}
div#cr8 {
	padding-top: 8px;
}
table {
	/* make <td> sizes relative to body size! */
	font-size: 1em;
	width: 100%;
	margin: 0px;
}
.form-item label {
	font-size: 1em;
	color: #666666;
	font-weight: normal;
}
ul {
	padding: 0;
	padding-left: 1em;
	margin: 0px;
}
li {
	padding: 0;
	margin: 0px;
	padding-left: 0;
	line-height: 1.6em;
	text-align:left;
}
li.leaf {display:inline;}
li a, li a:visited, li a:active, li a:hover {
	font-weight: normal;
}

.item-list ul {
	padding: 0px;
	margin: 0px;
}
.item-list ul li {
	font-size: 11px;
}
.item-list .title {
  font-size: 1em;
}
div.links {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: right;
}
ul.links li {
	padding: 0px;
	margin: 0;
	color:#999999;
	font-weight:normal;
	text-transform:none;
}
#menu ul.links li {padding: 5px 5px 5px 8px; font-weight:normal; font-size:10px; margin:0; margin-left:-5px; border-top:0px solid #777;}
ul.links li a {color:#999999; font-weight:normal;}
ul.links { text-align:left; 
	font-family: Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	color:#999999;
	font-size: 12px;
	}
.comment .links {
  margin-bottom: 0;
}
.more-link, .more-link a {
	font-size: 11px;
	font-weight: normal;
}

.submitted {
  color: #666666;
  font-size: 0.8em;
}
.links {
  color: #666666;
}
.links a {
	font-size: 11px;
	font-weight: normal;
}

.box {
	background: #eee;
	padding: 15px;
	color:#333;
}
.box h2 {
	margin-top:-5px;
	padding: 0 7px 7px 7px;
	border-bottom: solid 1px #bbb;
}

/*-------------------------------------------------------------------*/
/*                               Header                              */
/*-------------------------------------------------------------------*/
table#header {
	width: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	line-height: 0em;
	height: 80px;
}
table#header tr {
	padding: 0px;
	margin: 0px;
}
#logo {
	width: 10px;
	padding: 0px;
	margin: 0px;
}
#site_name {
	text-align: left;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	overflow: hidden;
	padding-bottom: 10px;
}
#site_name h1 {
	text-align: left;
	font-size: 36px;
	line-height: 1em;
	padding: 0px 5px;
	margin: 0px;
}
#site_name h1 a {
	color: #999999;
}
#site_name h1 a:hover {
	text-decoration: none;
}
#site_name .site-slogan {
	color: #eeeeee;
	font-size: 1em;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding-left: 7px;
	padding-bottom: 2px;
	padding-top: 4px;
}
#site_search {
	margin: 0px;
	padding: 0px;
	padding-right: 8px;
	padding-bottom: 12px;
	text-align: right;
	vertical-align: bottom;
}
/*-------------------------------------------------------------------*/
/*                          Regular Blocks                           */
/*-------------------------------------------------------------------*/
/*
 we do not define regular blocks. use the default.
*/
.block .links {
	font-size: 11px;
}
.block .content {
	padding: 0px;
	margin:0px;
}

/*-------------------------------------------------------------------*/
/*                              Regions                              */
/*-------------------------------------------------------------------*/
table#header-area {
	background: #333333;
}
#content {
	background: transparent;
	float:left;
	width:1050px;
	padding-top:15px;
	padding-bottom:10px;
	border-bottom:1px solid #777;
	border-top:1px solid #777;
}
#main-content {
	width:700px;
	background: #333333;
	padding-bottom: 15px;
	border:1px sold #999999;
	float:left;
}
#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 15px;
}
.node .content, .comment .content {
  line-height: 1.5em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
	padding: 0px;
	padding-bottom: 2px;
	text-align:left;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right, #sidebar-upperleft, #sidebar-upperright {
	background: #333333;
	padding:0;
	margin:15px 0 0 0;
	vertical-align: top;
}
#sidebar-left, #sidebar-upperleft {
	width: 150px;	/* needed for Drupal 6.x */
	float:left;
	/* margin-top:-100px; */
	color:#666666;
	}
	
#sidebar-left .block {background-color: transparent; padding:5px; color:#bbb;}
#sidebar-left a {color:#bbb;}
#sidebar-left ul {padding:0;}
#sidebar-left .item-list ul li {margin:0;}
	
#sidebar-right, #sidebar-upperright {
	width: 150px;	/* needed for Drupal 6.x */
	float:right;
}
table#footer {
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.5em;
	margin:0 20px 0 20px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {text-decoration: underline;}
#footer .block .block-bc, #footer .block .block-tc {
	padding: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 2px;
}
#footer .block .content {
	padding: 0px;
	margin: 0px;
}

/*-------------------------------------------------------------------*/
/*  Paper edges (drop shadow area)                                   */
/*-------------------------------------------------------------------*/
#main-l {
	width: 0px;
	/*background: url("images/bg-main-l.png") repeat-y top right;*/
	background-color:#777777;
}
#main-r {
	width: 0px;
	/*background: url("images/bg-main-r.png") repeat-y top left;*/
	background-color:#777777;
}

#footer {text-align:center; float:left; width:700px; margin: 0px 150px 10px 150px;}
#footer ul li.first {border-right: 1px solid #999; margin:0; padding:0 10px 0 0;}
#footer ul {text-align:center; margin-top:3px;}
#main-c {
	padding: 2px 2px 2px 0px;
	float:left;
}
#foot-l {
	width: 10px;
	/*background: url("images/bg-foot-l.png") no-repeat top right;*/
}
#foot-r {
	width: 10px;
	/*background: url("images/bg-foot-r.png") no-repeat top left;*/
}
#foot {
	padding: 10px;
	/*background: url("images/bg-foot.png") repeat-x top left;*/
	border-top-width:1px;
	border-color:#777777;
}

/*-------------------------------------------------------------------*/
/*                          Sidebar Blocks                           */
/*-------------------------------------------------------------------*/
.sidebar .block h3 {
	padding: 0px 3px;
	font-size: 12px;
}
.sidebar .block ul.links li {
	font-size: 10px;
}

.sidebar .block ul {padding-left:0px;}

.sidebar ul li {display:block;}

.sidebar .block {
	width: 130px;	/* needed for IE */
	margin: 0px;
	padding: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 5px;
	padding: 0px;
}
.sidebar .block h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	padding: 4px 2px;
	/* background: url("images/bg-sidebar.png") no-repeat center center; */
}

/*-------------------------------------------------------------------*/
/*                               Node                                */
/*-------------------------------------------------------------------*/
.node {		/* full node */
	margin: 0;
	padding: 5px;
	overflow: hidden;
	background: #e5e5e5;
	color:#555;
}
.sticky {
	background: #eff4f9;
}
.teaser {
	background: #e5e5e5;
}
.node .content, .comment .content {
	clear: both;
	margin: 10px 5px 5px 5px;
}
.node .taxonomy {
	font-size: 0.8em;
	padding-left: 1.5em;
}
.node .taxonomy li {
	padding: 1px 5px;
}
.node .picture {
	border: 1px solid #d6edd6;
	float: right;
	margin: 0.5em;
}
.node table.nodetitle {
	margin-bottom: 0px;
	border-top:0px;
}
.node table.nodetitle tr {border-top:0px;}
.node .submitted {
	color: #777777;
}
.node div.links {
}
.node h2.title {
	font-size: 18px;
}

.node h2.title a {color:#222;}

.node h2.title a:hover {
	text-decoration: none;
	color: #6d6a86;
}
.node h2.title {
	margin: 10px 10px 10px 5px;
	padding: 10px 10px 10px 5px;
}

.pagetitle {
	padding: 0px;
	margin: 2px 0px 10px 0px;
}
.pagetitle h1 {
	margin: 0px;
	font-size: 18px;
	color: #ffffff;
}
.pagetitle-l {
	width: 30px;
	height: 34px;
	background: url("images/bg-title-l.png") no-repeat top right;
}
.pagetitle-c {
	height: 34px;
	background: url("images/bg-title-c.png") repeat-x top left;
}
.pagetitle-r {
	width: 30px;
	height: 34px;
	background: url("images/bg-title-r.png") no-repeat top left;
}

/*-------------------------------------------------------------------*/
/*                              Comments                             */
/*-------------------------------------------------------------------*/
.comment {
	margin: 5px;
	margin-bottom: 15px;
	padding: 0px;
	background: #eff4f9;
}
.comment .title a {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
}
.comment .content {
	padding: 0px 10px;
}
.comment .new {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	color: red;
}
.comment .picture {
	border: 1px solid #99d29a;
	float: right;
	margin: 0.5em;
}
.comment .comment-id {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}
.comment .submitted {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 4px 5px 2px 5px;
	color: #666666;
	border-bottom: solid 1px #cccccc;
}
.comment div.links {
	padding: 5px;
	margin-top: 0px;
}

#comment-tl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-tl.png") no-repeat bottom right;
}
#comment-tc {
	padding: 0px;
	margin: 0px;
	height: 12px;
	background: url("images/bg-node-tc.png") repeat-x bottom left;
}
#comment-tr {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-tr.png") no-repeat bottom left;
}
#comment-ml {
	padding: 0px;
	margin: 0px;
	width: 12px;
	background: url("images/bg-node-ml.png") repeat-y top right;
}
#comment-mc {
	padding: 5px 5px 0px 5px;
	margin: 0px;
	background: none;
}
#comment-mr {
	padding: 0px;
	margin: 0px;
	width: 12px;
	background: url("images/bg-node-mr.png") repeat-y top left;
}

#comment-bl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-bl.png") no-repeat top right;
}
#comment-bc {
	padding: 0px;
	margin: 0px;
	height: 12px;
	background: url("images/bg-node-bc.png") repeat-x top left;
}
#comment-br {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-br.png") no-repeat top left;
}

#comments .box {
	margin: 10px;
	padding: 15px;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eaf6ea;
  border: 1px solid #c2e4c2;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}

/*-------------------------------------------------------------------*/
/*                               Forum                               */
/*-------------------------------------------------------------------*/
#forum table {
	margin: 5px;
	margin-top: 10px;
	width: 100%;
	border: solid 0px #ffffff;
}
#forum {
	margin: 15px 0px;
}
#forum td.container {
	background: #8ab0d5;
}
#forum thead, #forum tbody {
	border: solid 0px #ffffff;
}
td.icon {
	text-align: center;
}
#forum td.forum {
	margin: 0px;
	padding: 0px;
}
#forum td.last-reply {
	background: none;
}
#forum .name a {
	margin: 0px;
	padding: 0px;
}
#forum .description {
	padding: 0px;
	margin: 0;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.forum-topic-navigation a.topic-next {
	text-align: right;
}
div.forum-topic-navigation a.topic-previous {
	text-align: left;
}

/*-------------------------------------------------------------------*/
/*                              Profile                              */
/*-------------------------------------------------------------------*/
#profile .profile {
  clear: both;
  border: 1px solid #99d29a;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
/*-------------------------------------------------------------------*/
/*                             Administer                            */
/*-------------------------------------------------------------------*/
div.admin, div.admin .left, div.admin .right {
	margin: 0px;
	padding: 5px;
	overflow: hidden;
}
div.admin-panel {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	background: #ffffff;
}
div.admin-panel a {
	font-weight: normal;
	overflow: hidden;
}
div.admin-panel .description {
}
div.admin-panel .body {
	font-size: 11px;
}
div.admin-panel h3 {
	padding: 5px 8px 5px;
	margin: 0;
	background: #5b90c4;
	color: #ffffff;
}
div.help {
	margin: 0px;
	padding: 2px 5px;
	margin-top: 5px;
}

/*-------------------------------------------------------------------*/
/*                                Pager                              */
/*-------------------------------------------------------------------*/
/*---- for Drupal 5.x ----
div.pager {
	margin: 5px;
	padding: 5px 0px;
	font-size: 13px;
}
.pager-list {
	margin: 0px;
	padding: 0px;
}
.pager a {
	margin: 2px;
	padding: 4px 8px;
	background: transparent;
}
.pager a:hover {
	background: #eaeaea;
}
.pager strong.pager-current {
	color: #ffffff;
	margin: 2px;
	padding: 4px 8px;
	background: #77a3cd;
}
*/
/*---- for Drupal 6.x ----*/
div.item-list ul.pager li {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
ul.pager {
	padding: 10px 0px;
	margin: 0px;
}
ul.pager li {
	padding: 0px;
	margin: 0px;
}
div.item-list ul.pager li.pager-current {
	color: #ffffff;
	margin: 2px;
	padding: 4px 8px;
	background: #77a3cd;
}
.pager a {
	margin: 2px;
	padding: 4px 8px;
	background: transparent;
}
.pager a:hover {
	background: #eaeaea;
}

/*-------------------------------------------------------------------*/
/*                                Tabs                               */
/*-------------------------------------------------------------------*/
.tabs {
	font-size: 12px;
}
.tabs a {
	font-weight: normal;
	line-height: 2.2em;
}
.tabs ul {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	border-bottom: solid 0px #ffffff;
	margin-bottom: 10px;
}
.tabs ul li {
}
.tabs ul li a {
	margin: 0px;
	padding: 4px 10px;
	background: #ffffff;
	border: solid 1px #b9d1e6;
}
.tabs ul li a:hover {
	text-decoration: underline;
	background: #dddddd;
	border: solid 1px #b9d1e6;
}
.tabs ul li a.active, .tabs ul li.active a {
	color: #ffffff;
	background: url("images/bg-bar-lite.png") repeat-x center center;
	border: solid 1px #5b90c4;
}
.tabs ul li a.active:hover {
	text-decoration: underline;
	background: url("images/bg-bar.png") repeat-x center center;
	border: solid 1px #808080;
}
ul.secondary {
}
ul.secondary li {
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: solid 0px #ffffff;
}
ul.secondary li a {
	margin: 0;
	padding: 2px 4px;
	margin-right: 2px;
	margin-left: 0px;
	border: solid 1px #eeeeee;
}
/*-------------------------------------------------------------------*/
/*                      Archive Calendar Block                       */
/*-------------------------------------------------------------------*/
.sidebar .block-archive .content {
	padding: 10px 5px 10px 5px;
}
.sidebar .block-archive .content tr {
	background: none;
	border: solid 0px #ffffff;
}
.sidebar .block-archive .content table td {
	border: solid 1px #77a3cd;
	padding: 1px 2px;
	text-align: center;
}

/*******************************************************************
* Color Module: Don't touch                                       *
*******************************************************************/

/*-------------------------------------------------------------------*/
/*                              Mission                              */
/*-------------------------------------------------------------------*/
table#mission {
	margin: 10px 20px 0px 20px;
}
#mission h1 {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	padding: 0px;
	line-height: 1em;
}

/*-------------------------------------------------------------------*/
/*                                Poll                               */
/*-------------------------------------------------------------------*/
.poll .bar {
	background-color: #eeeeee;
	border: solid 1px #999999;
}
.poll .bar .foreground {
	background: url("images/bg-gbar.png") repeat-x center left;
}

/*-------------------------------------------------------------------*/
/*                        Book Navigation                            */
/*-------------------------------------------------------------------*/
.book-navigation {
	padding-bottom: 5px;
}
.book-navigation ul.menu {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.page-links a.page-previous {
	width: 40%;
	padding: 0px;
	margin: 0px;
}
div.page-links a.page-up {
	width: 19%;
	padding: 0px;
	margin: 0px;
}
div.page-links a.page-next {
	width: 40%;
	padding: 0px;
	margin: 0px;
}

/*-------------------------------------------------------------------*/
/*                        Image Galleries                            */
/*-------------------------------------------------------------------*/
ul.galleries li {
	border: solid 1px #aaaaaa;
	background: #ffffff;
}
ul.galleries li h3 a {
	font-size: 1.1em;
	font-weight: bold;
	
}
ul.images {
	border: solid 1px #aaaaaa;
	overflow: hidden;
}
ul.images li {
	text-align: center;
}
ul.images li h3 {
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------------------*/
/*                              Others                               */
/*-------------------------------------------------------------------*/
.pushbutton, button, .form-submit {
	margin-bottom: 1px;
	cursor: pointer;
	padding: 2px 10px;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	border: solid 1px #888888;
	background: #fff url("images/button.gif") repeat-x center;
}
.pushbutton:hover, button:hover, .form-submit:hover {
	color: #000000;
	border: solid 1px #666666;
	background: #fff url("images/button-o.gif") repeat-x center;
}

/*-------------------------------------------------------------------*/
/*                          Misc for Contents                        */
/*-------------------------------------------------------------------*/
pre {
	margin: 0px 3px;
	padding: 5px;
	background: #222222;
	border: solid 1px #111111;
	color: #dddddd;
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
	line-height: 1.5em;

	background: #eeeeee;
	border: solid 1px #bbbbbb;
	color: #222222;
}

blockquote {
	margin: 4px 10px;
	padding: 10px 15px;
	background: #edcaa7;	/* same as block content background color */
}

.messages {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.messages li {
	margin-left: 10px;
}

/*-------------------------------------------------------------------*/
/*                               Top Menu                            */
/*-------------------------------------------------------------------*/
#menu-l {
	width: 10px;
	background: url("images/bg-menu-l.png") no-repeat top right;
}
#menu-r {
	width: 10px;
	background: url("images/bg-menu-r.png") no-repeat top left;
}
table#menu {
	height: 32px;
	vertical-align: middle;
	padding: 0px;
	margin: 0;
	text-align: right;
	/*background: url("images/bg-menu.png") repeat-x top left;*/
	background-color:#333333;
}
#menu ul li {
	list-style-type: none;
	list-style-image: none;
	border-right:0px solid #777;
display:inline;
}

#menu ul li.last {border-right:0px;}

#navlist {
	font-size: 1.0em;
	padding: 2px 10px 0px 10px;
	list-style-type: none;
	list-style-image: none;
}
#navlist li {
	padding: 0px 8px;
	list-style-type: none;
	list-style-image: none;
}
#navlist a {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
#subnavlist {
	padding: 1px 0px 0px 0px;
	font-size: 1.0em;
	margin-left:150px;
width:700px;
}
#subnavlist a {
	font-size: 11px;
	font-weight: normal;
	color: #ddd;
}

div#search {
	margin-right: 10px;
	text-align: right;
	font-size: 11px;
	margin-top: 4px;	/* this is a MUST for Safari */
}
#search .form-text {
	width: 10em;
	padding: 2px 2px;
	border: solid 1px #888888;
}
div#search label {
	color: #ffffff;
	padding: 2px;
	display:none;
}

#block-menu-secondary-links {background-color:#333333;}
a {color:#999999;}
.nodetitle tbody tr td {border:0px;}
ul .menu {	border-top-width:1px;
	border-bottom-width:1px;}
#main table, #main tr, #main td, #main thead, #main tbody {border:0px;}

/*-------------------------------------------------------------------*/
/*                          Basic Text Colors                        */
/*-------------------------------------------------------------------*/

a:link, a.active:link {
	color: #999999;
}
a:visited, a.active:visited {
	color: #999999;
}

a, a.active {
	text-decoration: none;
	font-weight: normal;
	color: #bbbbbb;
}

#navlist a.active {
	text-decoration: none;
	font-weight: bold;
	color: #bbbbbb;
}

#navlist a:hover, a:hover, a.active:hover {
	color: #bbb;
	text-decoration: underline;
}
a:focus, a.active:focus {
	outline: none;
}
.active-trail a {color: #bbbbbb;}
.image-attach-body {float:right; margin: 0 5px 0 10px;}
.collapsible, dl {text-align:left;}

#search-theme-form input.form-submit, #search-theme-form input.form-submit {
height: 21px;
width: 21px;
cursor: pointer;
text-indent: -9999px;
border: none;
background: url(lupe.png) no-repeat left top;
}

.calendar-calendar th.days, .calendar-calendar .links, #main-content .date-nav div.date-prev, #main-content .date-nav div.date-next, .taxonomy {display:none;}
.calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3 {font-weight:normal;}
.calendar-calendar div.date-nav {background-color: transparent; border-color:#ddd; border-width:0px; padding:0; margin:0;}
.calendar-calendar td a {margin:0; padding:0; font-size:10px; margin-right:2px; line-height:auto;}
.calendar-calendar td {margin:0; padding:0;}
.calendar-calendar .mini-day-on, .calendar-calendar .mini-day-off {margin:0; padding:0;}
.month-view {border:1px solid #aaa; background-color:#333;}
.month-view td, .month-view td.empty {background-color:#333;}
#search-theme-form .form-text {padding:2px; font-size:11px;}
a img {border:none;}
#subnavlist a.active {color:#999;}
.calendar-calendar table.mini td.empty .mini {
background-color: transparent;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border-top-color: #333;
border-right-color-value: #333;
border-bottom-color: #333;
border-left-color-value: #333;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
}

.calendar-calendar {background-color:#333;}
.calendar-calendar table.mini td.empty {background-color:#333;}
.calendar-calendar table.mini td.today {background-color:#666;}

