/* basic formatting */
html {
	background: #004 url(../media/gfx/bkgr-page.jpg) repeat;
}

body {
	padding: 0 10px;
	color:	#000;
	width: 960px;
	margin: 0 auto;
	background: transparent url(../media/gfx/bkgr-body.png) repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	color: #013;
	margin: 10px 0 5px 0;
}

h1 {font-size: 1.5em;	line-height: 1.2em;}
h2 {font-size: 1.4em;	line-height: 1.2em;}
h3 {font-size: 1.3em;	line-height: 1.2em;}

#main header{ margin-bottom: 10px;}
#main header h1{font-size: 1.6em; line-height: .8em; }
#main header h2{font-size: 1.2em; line-height: 1em; margin: 0;}

p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 20px;
}
.ingress {
	font-weight: bold;
}
.quote {
	font-style: italic;
}
li {
	color: #000;
}

a {
	color:#366;
text-decoration:underline;
}

a:hover {
	color: #377;
}

/* header block */
#banner {
	width: 960px;
	height: 200px;
	background-image: url(../media/gfx/bkgr-banner.jpg);
}
#banner #logo {
	margin: 			50px 0 0 133px;
}

#banner p.slogan {
	color: 				#154;
	font-size: 			1.4em;
	margin: 			0 0 10px 145px;
}

#banner #menu ul{
	margin:				24px 0 0 40px;
	width:				960px;
}
#banner #menu ul li {
	color:				#000;
	float:				left;
	margin:				0 44px 0 0;
}
#banner #menu ul li a {
	color:				#045;
	font-size:			1.3em;
	text-decoration:	none;
}

.video_canvas {
	margin: 0 0 10px 0;
	width: 560px;
	height: 315px;
}
.audio_canvas {
	margin: 0 0 10px 0;
	width: 560px;
	height: 60px;
}

audio {
	width: 100%;
}
/* main article block */
#main {
	float: left;
	margin: 0 20px 0 40px;
	width: 560px;
}

.snippet {
	width:		540px;
}
.snippet a h1 {
	font-size:	1.4em;
	text-decoration: none;
}
.snippet img {
	float:left;
	margin: 0 20px 10px 0;
}
.snippet.module {
	min-height: 180px;
}
.snippet.module img {
	margin: 8px 14px 20px 5px;
}
.snippet.module p {
	width: 300px;
	float: right;
}
.snippet.module footer{
	clear: both;
}

.article_image {
	margin-bottom: 10px;
}

/* sidebar block */
#sidebar {
	float: left;
	margin-top: 35px;
	width: 300px;
}
#sidebar h1, #sidebar h2, #sidebar h3 { font-size: 1.4em; margin: 0 0 5px 0;}

.module {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #F0F0E9;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
p.module {
	padding: 0;
	margin-bottom: 10px;
	background-color: transparent;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
/* footer block */
#bottom {
	background: #000020 url("../media/gfx/bkgr-footer.jpg") no-repeat;
	clear: both;
	width: 960px;
}

#bottom p {
	margin: 0;
	color: #c9b8b8;
	font-size: .9em;
	padding: 30px 0 10px 0;
	text-align: center;
}
#bottom p:first-child {
	padding-top: 40px;
}
#bottom a {
	color: #bee;
}
#bottom a:hover {
	color: #fff;
}


/* message block */
#messages {
	width: 890px;
	margin: 0 18px;
	padding: 15px;
	background: #fefeaa;
	border: solid 2px #770;
	border-radius: 5px;
}
.error {
	background-image: url(../media/gfx/icons/error.png);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 20px;
	color: #C00;
}
.warning {
	background-image: url(../media/gfx/icons/warning.png);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 20px;
	color: #770;
	
}
.info {
	background-image: url(../media/gfx/icons/info.png);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 20px;
	color: #007;
}
.success {
	background-image: url(../media/gfx/icons/success.png);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 20px;
	color: #070;
}

.attach {
	margin-bottom: 0;
}

/* forms */
form fieldset{
	border: none;
	margin-bottom: 10px;
}
form fieldset:last-of-type { margin-bottom: 0; }

form p
{
	background: #f0f0e9 url(../media/gfx/acms/bkgr-p-label.png) repeat-x;
	padding: 2px 0 2px 5px;
	margin-bottom: 20px;
	color: #000;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
form fieldset p:last-of-type { margin-bottom: 0; }

form label {
	color: #000;
}

form textarea, form select, form input[type=text], form input[type=email]   {
	background-color: #f9f9f9;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	margin-top: -4px;
	display: block;
	margin-right: -1px;
	outline: none;
	padding: 5px;
	width: 426px;
	float:right;
}

form input:not([type=submit]):focus, form textarea:focus, form select:focus {
	border-color: #888;
	background-color: #fff;
}
form textarea {
	margin-bottom: 6px;
	height: 200px;
}


form select {
	margin-top: -5px;
	width: 436px;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	float:right;
	padding: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
/* buttons */
button{
	font-size: 1.1em;
	color: #070;
	display: inline-block;
	position: relative;
	float: right;
	margin: 2px;
	padding: 4px 10px 6px;
	border: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:	0 1px 3px rgba(0,0,0,0.5);
	cursor: pointer;
}
button:focus, button:hover, .buttons a:hover, .buttons a:focus, a.button:hover, a.button:focus {
	color: #000;
	background-color: #fff;
}

