/*-----------------------------------------------*/
/* reset                                         */
/*-----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	/*background: transparent;*/
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-----------------------------------------------*/
/* site	                                         */
/*-----------------------------------------------*/
html {
	overflow-y: scroll;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.3;

	background-color: #fff7ea;
}

#pagewrapper {
	/*height: 100%;*/
	background-color: #fff7ea;
}

#header_stripe {
	height: 140px;

	background-color: #f06d00;
	background-image: url('/media/images/headerstripe.01.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#headerwrapper {
	margin: 0 auto;
	height: 140px;
	width: 920px;

	background-image: url('/media/images/siteshadow.png');
	background-repeat: repeat-y;
}

#header {
	margin: 0 auto;
	height: 140px;
	width: 900px;

	background-color: #ffffff;
	background-image: url('/media/images/headerbackground.01.png');
	background-repeat: no-repeat;
}

#sitewrapper {
	margin: 0 auto;
	width: 920px;

	background-image: url('/media/images/siteshadow.png');
	background-repeat: repeat-y;
}

#site {
	margin: 0 auto;
	width: 900px;

	background-color: #ffffff;
}

#topbar {
	font-size: 110%;
	background-color: #38a7df;
}

#menu_1 {
	float: left;
}

#content {

}

#sidebar_1 {
	float: left;
	min-height: 500px;
}

#main {
	min-height: 600px;
}

#main_content {
	padding: 20px 20px 25px 20px;
}

#page-form {
	display: none;
}

#newsletter-form {
	display: none;
}

#footer {
	margin: 0 auto;
	padding: 12px 0 0 0;
	width: 920px;
	height: 40px;

	background-image: url('/media/images/siteshadowbottom.png');
	background-repeat: no-repeat;

	font-size: 90%;
	color: #848484;
	text-align: center;
}

.cleaner {
	clear: both;
}


/*---------------------------------------* /
ul.acmenu, ul.acmenu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 190px;
}

ul.acmenu {
	margin: 10px 0 0 10px;
}

ul.acmenu a {
  display: block;
  text-decoration: none;
}

ul.acmenu li {
  border-bottom: 1px solid #f06d00;
}

ul.acmenu li a {
  padding: 0.5em;
  padding-left: 6px;
  color: #000000;
}

ul.acmenu li a:hover {
  background: #d3f0ff;
  border-left: 2px #0e75a9 solid;
  padding-left: 4px;
  color: #333333;
}

ul.acmenu li ul li {
	border: none;
}

ul.acmenu li ul li a {
  padding-left: 20px;
}

ul.acmenu li ul li a:hover {
	background: #d3f0ff;
  border-left: 2px #0e75a9 solid;
  padding-left: 18px;
}

ul.acmenu a.active, ul.acmenu a.active:hover {
    font-weight: bold;
    color: #0e75a9;
}

ul.acmenu a.editor, ul.acmenu a.editor:hover {
	color: #990000;
}

ul.acmenu a span {
	display: none;
}

/*---------------------------------------* /
ul.hmenu {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul.hmenu li {
	float: left;
}

ul.hmenu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	width: 120px;
	margin-right: 1px;
	padding: 10px;
	background-color: #2e89b7;
}

ul.hmenu li a:hover {
	color: #ffffff;
	background-color: #0c618c;
}

ul.hmenu li a.active {
    font-weight: bold;
    background-color: #f06d00;
}

/*---------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #F06D00;
}

h1 {
	font-size: 140%;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 130%;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 120%;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 110%;
	margin: 0 0 5px 0;
}

h5 {
	font-size: 100%;
	margin: 0 0 5px 0;
}

h6 {
	font-size: 90%;
	margin: 0 0 5px 0;
}

p {
	margin: 0 0 10px 0;
	text-align: justify;
	/*overflow: auto;*/
}

img.right {
	float: right;
	margin: 0 0 0 10px;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
}

ul {
	list-style: disc;
	list-style-position: inside;
}

#main li {
	padding: 0 0 0 15px;
}

p + ul {
	margin: -10px 0 0 0;
}

a {
	color: #0c618c;
	text-decoration: underline;
}

a:hover {
	color: #F06D00;
}

table th, table td {
	padding: 3px;
	/*border: 1px solid #000000;*/
	vertical-align: middle;
}

table th {
	/*background-color: #dddddd;*/
	font-weight: bold;
}

sup {
	font-size: smaller;
	vertical-align:top;
}

/*---------------------------------------*/
/* forms                                 */
/*---------------------------------------*/

form {
  font: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.3;
  width: 550px;
}

form fieldset {
  border: 1px solid #F06D00;
  padding: 10px;
  margin: 0;
}


form fieldset.group {
  padding: 5px 0 5px 0;
  margin: 0 10px 8px 10px;
  border: none;
	background-color: #D3F0FF;
}

form fieldset.radio {
	float: left;

  padding: 5px 0 5px 0;
  margin: 0 10px 8px 10px;
  border: none;
}

form fieldset legend {
	color: #F06D00;
	font-weight: bold;
	font-size: 120%;
	padding: 0 5px 0 5px;
}

form label {
	display: block;
	float: left;
	width: 150px;
	padding: 4px 0 0 0;
	margin: 0;
	text-align: right;
}

form input, form textarea, form div.inputblock {
	width: 150px;
	margin: 0 0 0 10px;
}

form select {
	width: 153px;
	margin: 0 0 0 10px;
}

form fieldset.radio label {
	display: inline;
	float: none;
	padding: 4px 0 0 10px;
	margin: 0;
	text-align: left;
}

input[type=checkbox] {
	margin-top: 5px;
	width: 10px;
}

input[type=radio] {
	width: 10px;
}

form div.inputblock
{
	display: inline;
}

div.hint {
	float: right;
	width: 150px;
	padding: 3px 5px 3px 5px;
	font-size: 85%;
	color: #444444;
}

form textarea {
 overflow: auto;
}

form label.error {
	color: #990000;
}

form input.error, form select.error {
	border: 1px solid #990000;
}

form div.inputblock img {
	padding: 5px 0;
}

#formError {
  width: 528px;
  margin: 0;
  padding: 10px;
  border: 1px solid #990000;
}

#formError ul li {
	padding: 0 0 0 1.5em;
}


/*---------------------------------------*/
/* uploadify		                         */
/*---------------------------------------*/
#uploadifyContainer {
	float: left;
	width: 150px;
	margin: 0 0 -10px 10px;
	text-align: right;
}

.uploadifyQueueItem {
	margin-top: 8px;
}
.uploadifyError {
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

/*---------------------------------------*/
/* fake fieldset                         */
/*---------------------------------------*/
div.fakefieldset {
	width: 550px;
  border: 1px solid #F06D00;
  padding: 10px;
  margin: 1em 0 0 0;
}

div.fakefieldset span.fakelegend {
	color: #F06D00;
	font-weight: bold;
	font-size: 120%;
	padding: 0 5px 0 5px;

	position:relative;
	top: -1.4em;
	background-color: #ffffff;
}

div.fakefieldset div.fakefieldset_content {
	margin: -1.4em 0 0 0;
}

div.fakefieldset div.fakefieldset_group {
  padding: 5px 0 5px 0;
  margin: 0 10px 8px 10px;
  border: none;
	background-color: #D3F0FF;
	overflow: auto;
}

div.fakefieldset span.fakelegend span.small {
	font-size: 90%;
}

/*---------------------------------------*/
/* editor's links                        */
/*---------------------------------------*/
#page-edit ul.editormenu, #newsletter-edit ul.editormenu {
	overflow: auto;
  list-style-type:none;
  margin: 0 0 10px 0;
  padding: 0;
}

#page-edit ul.editormenu li, #newsletter-edit ul.editormenu li {
	float: left;
	padding: 0;
}

#page-edit ul.editormenu li a, #newsletter-edit ul.editormenu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin-right: 1px;
	padding: 2px 15px 2px 15px;
	background-color: #990000;
}

#page-edit ul.editormenu li a:hover, #newsletter-edit ul.editormenu li a:hover {
	color: #ffffff;
	background-color: #DA0000;
}


#page-edit ul.editormenu li a.off, #newsletter-edit ul.editormenu li a.off {
	background-color: #666666;
	cursor: default;
}

li.editor a {
	color: #ffffff;
	background-color: #990000;
}

li.editor a:hover {
	color: #ffffff;
	background-color: #DA0000;
}

/*---------------------------------------*/
/* editor's forms                        */
/*---------------------------------------*/
form fieldset {
  margin-bottom: 10px;
}

/*---------------------------------------*/
/* editor's menutree                     */
/*---------------------------------------*/
#menu_edit {
	overflow: auto;
	min-height: 400px;
}

/*---------------------------------------*/
/* home boxes                            */
/*---------------------------------------*/
#homedescriptions {
	width: 290px;
	float: left;
	list-style: none;
}

#homedescriptions li {
	padding: 0;
}

li#d_1, li#d_2, li#d_3, li#d_4, li#d_5, li#d_6, li#d_7, li#d_8 {

}

#boxes {
	margin: 0 0 0 330px;
	width: 520px;
	height: 520px;
	list-style: none;
}

#boxes li {
	margin: 0;
	padding: 0;
	width: 130px;
	height: 130px;
	display: block;
	float: left;
	background: #c3e0ee;
}

/*
li#b_1, li#b_2, li#b_3, li#b_4, li#b_5, li#b_6, li#b_7, li#b_8, li#b_9, li#b_10, li#b_11, li#b_12, li#b_13, li#b_14, li#b_15, li#b_16 {
}
*/

#boxes a {
	display: block;
	padding: 5px;
	width: 120px;
	height: 120px;
	color: #ffffff;
	background: #38A7DF;
	text-decoration: none;
	opacity: 0.9;
}

#boxes a:hover {
	opacity: 1;
}

#boxes a.img {
	padding: 0;
	width: 130px;
	height: 130px;
}

/*---------------------------------------*/
/* gallery										  			   */
/*---------------------------------------*/
#gallerydescriptions {
	width: 320px;
	height: 150px;
	float: left;
	list-style: none;
}

#galleryscriptions li {
	padding: 0;
}

#preview {
	margin: 0 0 0 345px;
}

#previews {
	margin: 0 0 0 10px;
	float: left;
	clear: left;
	width: 320px;
	list-style: none;
	overflow: auto;
}

#previews li {
	margin: 0;
	padding: 3px;
	width: 100px;
	height: 70px;
	display: block;
	float: left;
}

#previews li img {
	opacity: 0.9;
}

#previews li img:hover {
	opacity: 1;
}


/*---------------------------------------*/
/* guestbook									  			   */
/*---------------------------------------*/
#guestbook .entry {
	float: left;
	margin: 0;
	padding: 10px 15px 10px 15px;
	width: 255px;
	height: 150px;
}

#guestbook .even {
	background-color: #eeeeee;
}

h4 span.date {
	font-size: 70%;
	color: #888888;
	font-weight: normal;
	float: right;
}

/*---------------------------------------*/
/* emails, emails groups  		  			   */
/*---------------------------------------*/

form label.email {
	width: 470px;
	text-align: left;
	padding-left: 5px;
}

/*---------------------------------------*/
form #groups
{
	display: inline-block;
	width: 150px;
	margin: 0 0 0 10px;
}

form div.group {
	margin: 4px 0 6px 0;
}

form div.group input[type=checkbox] {
	float: right;
	margin-top: 2px;
}

/*---------------------------------------*/
div.fakefieldset div.email {
	float: left;
	width: 400px;
	padding-left: 5px;
}

div.fakefieldset div.invalid {
	color: #888888;
}

div.fakefieldset div.email_field {
	float: right;
	padding-right: 5px;
}

div.fakefieldset div.group_name {
	float: left;
	width: 200px;
	padding-left: 5px;
}

div.fakefieldset div.group_desc {
	float: left;
	width: 500px;
	padding-left: 5px;
	color: #444444;
}

div.fakefieldset div.group_field {
	float: right;
	padding-right: 5px;
}

/*---------------------------------------*/
#browse_button {
	width: 100px;
}

#uploadify_wrapper {
	position:relative;
	z-index: 10;
	top: -20px;
}


