/*

Theme Name: Armonia 2.0
Theme URI: http://www.armoniachoir.com
Description: Armonia Template 2.0
Version: 2.0
Author: Armonia
Author URI: http://www.armoniachoir.com

*/

/* ------ General ------ */

body
{
	margin: 25px 0px;
	background: #999 url('img/background-all-01.gif');
}

h1 { font-size: 22px; }
h2 { font-size: 22px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h1, h4 {font-family: Georgia;}

span.orange
{
	font-size: 2.0em;
	font-weight: bold;
	color: #f93;
}

blockquote
{
	padding: 0 25px 0 25px;
}

p
{
	font: 14px Georgia, "Times New Roman", serif;
	margin-bottom: 18px;
	line-height: 1.5em;
}

img {border: 0; margin: 2px;}

#container-all
{
//	width: 950px;
	background: #fff;
	border: 1px solid #444;
	margin: 0 auto;
}

#container-header
{
/*	border: 1px solid #0000ff;*/
	background: url('img/header-gradient-01.png') repeat-x;
	border-bottom: 1px solid #999;
	padding: 5px 0 5px 0;
}

#container-content
{
	clear: both;
	padding: 0px;
}

#content-main
{
	background: #fff;
	padding-top: 25px;
}

#sidebar
{
}

#navigation-menu
{
	background: #95b6d6 url('img/nav-bg-02x.png');
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

#navigation-menu li
{
	width: 235px;
	padding: 3px;
}

#navigation-menu a, #navigation-menu a:visited, #navigation-menu a:hover, #navigation-menu a:active
{
	font: 12pt Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	background: #369;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	-moz-box-shadow: 1px 1px 1px #333;
	box-shadow: 1px 1px 1px #333;
}

#navigation-menu a:hover
{
	background: #fff;
	color: #369;
}

#clear-both {clear: both}

.float-left	{float: left;}
.float-right {float: right;}

.shadow-enabled
{
	-moz-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}

#footer
{
	background: #369 url('img/footer-bg-01.png');
	color: #fff;
	font: bold 8pt Verdana, Arial, sans-serif;	
	border: 1px solid #444;
	margin: 0 auto;
	padding: 15px 0 15px 0;
}

#footer p
{
//	margin-left: 250px;
	font: 10px Verdana, Arial, sans-serif;
}

#footer ul
{
	padding: 0;
	list-style: none;
}

#footer ul:before {content: " | ";}

#footer li {display: inline;}

#footer li:after {content: " | ";}

#footer a, #footer a:visited, #footer a:hover, #footer a:active
{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

#footer a:hover	{text-decoration: underline;}