/*   GROWING ARTISTS MAIN   */


/*  ------ GENERAL ------   */

html, body {
	margin: 0;
	padding: 0; 
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
p, #content li {
	font-size: 0.9em;
}

h3 {
	font-size: 0.95em;
}

h4 {
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 0;
}

ul, li {
	margin: 0;
	padding: 0;
} 

#text ul {
	margin-left: 20px;
}

a {
	color: #000; 
}

div#content a:hover {
	text-decoration:none;
}



/*   ------- TOP NAVIGATION ---------   */

div#header {
	border-bottom: 1px solid black;
	height: 110px;
	background-color: #FFF;
}
div#header img {
	border-right: 1px solid black; 
	float: left;
}

#topnav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#topnav li {
	float: left;
	border-left: 1px solid #000;
	text-align: center;
	width: 110px;
	height: 110px;
	text-transform: lowercase;
	}
#topnav p {
	font-size: 1.1em;
	font-weight: bold;
}
#topnav a {
 	text-decoration: none;
	}

#home p, #contact p {
	margin-top: 40px;
}
#about p, #services p {
	margin-top: 30px;
}

#home a:hover {
	color: #FFF;
	background-color: #24A549;
}
#services a:hover {
	color: #FFF;
	background-color: #9E49C9;
}
#about a:hover {
	color: #FFF;
	background-color: #FFCC33;
}
#contact a:hover {
	color: #FFF;
	background-color: #E30632;
}



/*  -------- LEFT COLUMN ----------  */

div#navigation {
	float: left;
	width: 170px;
	border-right: 1px solid black;
}

h1 { 
	color: #000; 
	margin: 0;
}
.kidsart {
	margin: 40px 0 0 0;
	padding: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}



/*  -------- CONTENT AREA ---------- */

div#wrapper {
	float: right;
	width: 100%;
	margin-left: -170px;
}

div#content	{
	margin-left: 170px;
	border-left: 1px solid black;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: right 40px;
}

#text {
	margin-left: 20px;
	margin-right: 25%;
	padding-bottom: 20px;
}

#bottomnav {
	text-align: center;
	font-size: 0.6em;
}


/*   -------- SUBNAVIGATION ---------   */

#subnav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%; 
	border-bottom: 1px solid black; 
}

#subnav a {
	color: #000;
}

#subnav li {
	float: left;
	border-right: 1px solid #000;
	text-align: center;
	list-style: none;
	padding: 5px 10px 5px 10px;
	font-size: 0.9em;
}

h2 {
	color: #000;
	font-size: 1.2em;
	border-bottom: 1px solid black;
	padding: 8px;
	letter-spacing: 0.2em;
	font-style: italic;
	margin: 0;
	text-transform: lowercase;
}
.subhead {
	text-transform: uppercase;
	font-size: 0.8em;
}


/*  --------- FOOTER ------------  */

div#footer { 
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	clear: both; 
	width: 100%; 
}

div#footer p { 
	margin: 0; 
	font-size: 0.75em; 
	padding: 5px 10px; 
}

