/* $Id: dotcal.css,v 1.0 goba Exp $ */

/**
 * dotCal, for Drupal 6.x
 * Anthony Mack
 * Neutralspace, Inc.
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

html body {
        background:#444444;
}

/**
 * Generic elements
 */

button, .form-submit, .teaser-button, .form-button {
	cursor: pointer;
	outline: none;
}

/**
 * Overrides
 */

.ui-widget {
	font-size: 1em;
}

.ui-accordion {
	position: relative;
}

.ui-accordion h3 {
	font-size: 2.0em;
        text-align:center;
}

.ui-accordion .ui-accordion-content {
	padding: 10px;
	/*height: auto !important;*/
	zoom: 1.0;
	font-size: 0.92em;
}

.ui-accordion .ui-accordion-content a {
	display: block;
}

.ui-state-error {
	background-image: none !important;
}

/**
 * Misc
 */

.clear {
	clear: both;
	margin: 10px;
	padding: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
	clear: both;
	height: 0;
}
.clearfix { overflow: hidden; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.inlineBlock {
    display:-moz-inline-stack;
    display:inline-block;
    *display:inline;
}

/**
 * Style Omitting
 */

#homePage .node {
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.buttonBig {
    padding: 10px; 
    font-size: 1.5em; 
    line-height: 1.33em; 
    text-decoration: none !important; 

l

