/*  
Theme Name: Zumba1
Theme URI: http://www.digitalidiom.co.uk/theme01/
Description: Zumba Fitness WordPress theme, semantic and search engine optimized framework.
Author: Digital Idiom Web Design (UK)
Author URI: http://www.digitalidiom.co.uk/
Version: 1.0
Tags: 2 column, header, footer, minimal, white, header graphic
Copyrighted c2010 - Not to be used or modified without purchase and permission
from the Copyright Owner.
*/

/* ######## BASE DIV STYLES for DEBUGGING (Comment out when not testing) #######
#wrapper {background-color:#FFC;color:#000;}
#header {background-color:#FCF;color:#000;}
#masthead {background-color:#CFF;color:#000;}
#branding {background-color:#FCC;color:#000;}
#access {background-color:#CCF;color:#000;}
#main {background-color:#CFC;color:#000;}
#container {background-color:#CCC;color:#000;}
#content {background-color:#FF9;color:#000;}
#primary {background-color:#F9F;color:#000;}
#secondary {background-color:#9FF;color:#000;}
#footer {background-color:#9F9;color:#000;}
#colophon {background-color:#99F;color:#000;}
#site-info {background-color:#F99;color:#000;}
*/

/* Reset default browser styles */
@import url('/wp-content/themes/zumba1/styles/reset.css');

/* Rebuild default browser styles */
@import url('/wp-content/themes/zumba1/styles/rebuild.css');

/* Basic WordPress Styles */
@import url('/wp-content/themes/zumba1/styles/wp.css');

/* Import a basic layout */
@import url('/wp-content/themes/zumba1/styles/2c-l.css');



/* BODY TEXT STYLES ################################# */

#content h1 {
color:#000;
font: bold 20px/30px arial, helvetica, serif;
margin-bottom:10px;
}

#content h2 {
color:#000;
font: bold 16px/24px arial, helvetica, serif;
margin-bottom:10px;
}

h3 {
color:#666;
font: bold 13px verdana, arial, helvetica, serif;
margin-bottom:4px;
background-color: transparent;
}

h4 {
font: bold 11px verdana, arial, helvetica, serif;
}

p {margin:4px 0px 24px 0px;}

.center {text-align:center;}

#content ul, #content ol {
padding:0px 20px 10px 20px;
}

.note {color:#666; font-size:80%; line-height:96%;}
.tags {color:#999; font-size:80%; line-height:96%;}
.boxed {background-color:#F6F6F6; padding:4px; border:0px solid #CCC;}
.green {color:#c8cf45;} 

/* ################################################# */
/* CONTACT FORM */

#frmEnquiry {
border:1px solid #EEE;
padding:10px;
}

#frmEnquiry table th {
text-align:right;
padding:4px;
}

#frmEnquiry table td {
padding:4px;
}

/* ################################################# */



/* =Header
-------------------------------------------------------------- */

#branding {

}


/* =Menu
-------------------------------------------------------------- */


/* =Content
-------------------------------------------------------------- */

.post {
    
}
.entry-content, .entry-summary {

}

/* =Images
-------------------------------------------------------------- */
.alignleft {
float:left;
margin-right:12px;
display:inline;
}

.alignright {
float:right;
margin-left:12px;
display:inline;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {

}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {

}
.widget-area ul ul {

}
.widget-area ul ul ul {

}
.widget-container {

}


