/* MAIN
------------------------------------------------------------ */
body {
	font-size: 12px;
	color: #FFF;
	/*background: url(../images/body_bg.png) center top repeat-x #000;*/
  background: #009900;
	font-family: GillSans, Helvetica, sans-serif;
}
p {
  margin-bottom: 10px;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
}
a:visited {
}





/* CONTAINER
------------------------------------------------------------ */
#container {
	margin: 0 auto;
	/*
  width: 320px;
  height: 480px;
  */
  
  width: 320px;
}



/* HEADER
------------------------------------------------------------ */
#header {
	clear: both;
	margin: 0 auto;
	height: 77px;
}
#header div#logo {
}
#header div#logo a {
	display: block;
	position: relative;
	width: 320px;
	height: 110px;
	background-image: url(/Library/menuhedo/sunflowerheadermobile.gif);
	background-repeat: no-repeat;
}

body.home #header div#logo a {
	width: 320px;
	height: 60px;
}

#header div#logo a span {
  display: none;
}



/* NAVIGATION
------------------------------------------------------------ */
#navigation {
	clear: both;
	position: relative;
	z-index: 100;
	margin-bottom: 10px;
}
#navigation ul {
}
#navigation ul li {
	height: 30px;
	line-height: 30px;
	background: url(../images/nav_bg.png) center top repeat-x;
}
#navigation ul li a {
	font-size: 30px;
	color: #FFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	height: 30px;
	width: 100%;
	background: url(../images/arrow.png) 286px center no-repeat;
}
#navigation ul li a span {
	margin-left: 12px;
}
.home #container #header h1 {
	color: #FFFFFF;
	font-size: x-large;
}

#navigation ul li.last {
  border-bottom: 1px solid #808080;
}






/* SECTION
------------------------------------------------------------ */
#section {
  clear: both;
}




/* SECTION - CONTENT
------------------------------------------------------------ */
#content {
	background: url(../images/content_bg.png) center top no-repeat;
	padding: 10px 10px 30px;
	min-height: 200px;
}
#content h1 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: normal;
	letter-spacing: 4px;
}
#content h2 {
	color: #99FF00;
	margin-bottom: 3px;
	font-size: 20px;
	text-shadow: #000 2px 2px 3px;
	font-weight: normal;
}
#content h3 {

}
#content h4 {
}
#content h5 {
}
#content h6 {
}
#content p {
  font-size: 16px;
}
#content ul.basic {
  margin-left: 20px;
  list-style: square outside;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 16px;
}
#content ol {
}
#content blockquote {
}
#content dl {
}
#content dl dd {
}
#content dl dt {
}
#content tr {
	vertical-align: middle;
}

#content div.item {
  margin-bottom: 5px;
  border-bottom: 1px solid #555;
}
#content div.item.last {
  border-bottom: 0;
}

.left {float:left; margin:3px 10px 2px 0;}
.right {float:right; margin:2px 0 2px 10px;}


/* FOOTER
------------------------------------------------------------ */
#footer {
	clear: both;
	height: 100px;
	background-image: url(/Library/menuhedo/footer.png);
}
#footer p.slogan {
	color: #FFF;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
}
#footer iframe src {
	background-position: center;
}
#footer p.slogan a {
	color: #FFF;
	display: block;
	background: url(../images/icon_home.png) 286px center no-repeat;
}















/* PAGE - GLOBAL
------------------------------------------------------------ */





/* PAGE - home (index.php)
------------------------------------------------------------ */
body.home #content {
  display: none;
}


body.home2 #content {
  background: url(../images/home_bg.jpg) no-repeat;
  height: 365px;
  padding: 0 !important;
}





/* PAGE - about (about.php)
------------------------------------------------------------ */
body.about #content {
  
}



/* PAGE - contact (contact.php)
------------------------------------------------------------ */
body.contact #content {
  
}






/* PAGE - services (services.php)
------------------------------------------------------------ */
body.services #content {
  
}




/* PAGE - clients (clients.php)
------------------------------------------------------------ */
body.clients #content {
  
}





/* PAGE - studies (studies.php)
------------------------------------------------------------ */
body.studies #content {
  
}



/* PAGE - blog (blog.php)
------------------------------------------------------------ */
body.blog #content {
  
}


/* PAGE - music (music.php)
------------------------------------------------------------ */
body.music #content {
  
}
body.music #content div.item {
  overflow: auto;
  clear: both;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
body.music #content div.item img {
  float: left;
  margin-right: 15px;
}
body.music #content div.item a {
}
