/*
 * Theme Name: Chattanooga Dance Inc
 * Theme URI: http://chattanoogadanceinc.org
 * Version: 1.0
 * Author: Sumit Khanna
 * Author URI: http://penguindreams.org
 * License: Custon/Properitery
 * */
body {
   background-image: url("random.jpg.php");
   background-repeat: no-repeat;
   background-position: bottom right;
   background-attachment: fixed;
   background-color: #001342;
   color: #508ce9;
   margin: 0px;
}

a, input {
 position: relative;
}

h1, h2, h3 {
  color: white;
}

a {
  position: relative;
}

a:link, a:visited {
	color: #cce0ff;
	text-decoration: none;
}

a:hover, a:active {
	color: #cce0ff;
	text-decoration: underline;
}

#header {
  margin: 0px;
  padding: 0px;
  border-bottom: 5px solid #b1e100;
}


#main {
   margin-left: 250px;
   margin-top: 30px;
}

#leftMenu {
   float: left;
   width: 200px;
   margin-top: 30px;
   margin-left: 10px;
   border: 1px dashed #b1e100;
   padding: 5px;
   margin-bottom: 50px;
}

#leftMenu ul {
   margin-left: 10px;
   padding: 0;
}

#leftMenu li {
  list-style-type: none;
  margin-top: 10px;
}

#footer {
   margin-top: 50px;
   text-align: center;
   font-size: small;
   padding-bottom: 10px;
}

  
.node, .comment, .event-calendar, ul.galleries, form {
  border: 1px solid #ccc;
  margin-left: 250px;
  margin-top: 30px;
  padding: 10px;
  height: 100%;
  width: 60%;
}

#searchForm {
  margin:0px;
  padding: 0px;
  width: auto;
  height: auto;
  border: none;
}

#s {
  width: 100px;
}

ul.images, .topstuff {
  margin-left: 200px;
  margin-top: 30px;
  width: 60%;
}

h1 {
  padding: 0px;
  margin: 0px;
}


.node[class], .comment[class], .event-calendar[class], ul.galleries[class]  {
  background-image:url('images/20opc.png');
}

/* Calendar Crap */

div.ec3_big_calendar {
  clear:none !important;
}
.ec3_big_calendar table.ec3_calendar_table {
  width: 100% !important;
}
.ec3_schedule {
  background-color:#0C141F;
}
table.ec3_schedule {
  border: 1px solid #508CE9;
}
table.ec3_schedule td {
  color: white;
  padding:5px;
}

a.ec3_big_calendar_link {
  color: white !important;
}

.ec3_list {
  color: #508CE9;
}

p.ec3_alt_class_1 {
  background-color: transparent;
}

div.ec3_big_calendar table.ec3_calendar_table tbody td {
  font-size: small !important;
}

.ec3_big_calendar table.ec3_calendar_table td a {
  color: #4D82CF !important;
}

p.ec3_event_day_evt {

  color: #CCA7DF !important;
}

#ec3_publish img { border: 0px; }

.ec3_big_calendar #today {
  background-color:white;
}

/* end calendar */

.event-filter-control {
  margin-left: 200px;
  margin-top: 20px;
  margin-right: 200px;
  padding: 0px;
}

.new {
  color: red;
}

li a.active {
  color: #FFF;
}

.flexinode-2-start, .flexinode-2-end {
  color: #508ce9 !important;
}

/* NextGen Gallery */

.ngg-galleryoverview, .ngg-albumoverview {
  clear: none !important;
}

.ngg-clear {
}

/*End Gallery*/

/* PHP List Form*/

.phplist{
  margin-left: 10px;
}

#contactsubmit {
  margin-top: 10px;
}

input#email {
  margin-left: 10px;
}

/*End PHP List Form*/

/* STD Wordpress (modified)
   Taken from: http://codex.wordpress.org/CSS
*/

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: x-small;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/* END STD Wordpress */
