/* MaineBrook Art site styles */

* { margin: 0; padding: 0; border: 0; }

p { margin: .5em 0 1em 0; }

input, textarea, select {
   border: 1px solid gray;
}

body {
   margin: 0 0 1em 0;
   font-family: Arial, sans-serif;
   font-size: 10pt;
}

form {
   margin: 1em 2em;
}

form.widget_form {
   padding: 8px;
   border: 2px solid rgb(45%,40%,54%);
}

b {
   font-family: Arial Black;
   font-weight: normal;
}

p.error {
   color: red;
   font-weight: bold;
}

.emphasis, .emphasisBlue {
   font-family: Arial Black;
}

.emphasisBlue {
   color: blue;
   text-decoration: none;  /* because often used with A tag */
}

a.emphasisBlue:hover {
   text-decoration: underline;
}

.login {
   text-decoration: none;
}

/* Technique for drop-shadows in CSS from
   http://www.alistapart.com/articles/cssdropshadows/
   - Thanks, Sergio!
*/

div.menuItem {
   /*background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
   background: url(/images/shadow.gif) no-repeat bottom right;
   margin: 10px 0 0 10px !important;
   margin: 10px 0 0 5px;
   *//*float: left;
*/}

div.menuItem a {
   /*display: block;
   position: relative;
   margin: -4px 4px 4px -4px;
   border: 1px solid gray;
   *//*z-index: 0;
*/}

/* Header */

#header {
   text-align: right;
   font-family: Arial Black;
   background-color: gray; /* ultimatly will have image instead */
   background-image: url('images/header.jpg');
   height: 100px;
   margin-bottom: 2em;
}

#header p {
   color: white;
   margin: 0 3em 0 0;
   padding-top: 1.8em;
   padding-top: 58px;
   font-size: 250%;
}

/* Navigation Bar */

#navbar {
   padding: 5em 3em 0 2em;
   /*border: 1px solid blue;*/
}

#navbar .menuItem {
   width: 200px;
   font-family: Arial Black;
   font-size: 12pt;
   text-align: center;
   padding: 3px;
   margin-bottom: 15px;
}

#navbar .menuItem a {
   color: white;
   text-decoration: none;
}

#navbar .menuItem a:hover {
   color: #DDD;
}

#navbar .menuItem a.current {
   color: #DDD;
}

#donates {
   width: 80%;
   background-color: rgb(45%,40%,54%);
   margin: 1em 2em 1em 2.2em;
   padding: 3px;
   line-height: 2em;
   color: white;
}

/* Content */

#content {
   line-height: 2.5em;
   padding-right: 20%;
   /*border: 1px solid red;*/
}

#content p {
   margin-top: 0;
   margin-bottom: 1.5em;
}

#content .title {
   margin-bottom: 1em;
   /*border: 1px solid orange;*/
}

/* Card Focus */

td#cardText {
   width: 250px;
   text-align: center;
   border: 1px solid gray;
   padding: 5px;
}

/* Misc */

a.button {
   border: 1px outset;
   color: black;
   background-color: #DDD;
   padding: 4px;
   text-decoration: none;
}
