/* 
Document   : jacoulterphotomain.css
Created on : Apr 21, 2009, 11:12:31 AM
Author     : jacoulter
Description: Main stylesheet for JACoulter Marine Photography website, copyright 2009 JACoulter Marine Photography
*/

body{
    background-color: #fff;
    color: #333;
}

a {
    color:#000;
    font-weight:bold;
    text-decoration:none;
}

a:hover {
    color:#333;
    text-decoration:underline;
}

a.logo {
    height:112px;
    width:550px;
    float:left;
}

#footer{
    text-align: center;
    font-size: .75em;
    font-weight: bold;
    border-top: 1px solid #666666;
}

#footer p{
    margin-top: 1em;
}


#header {
    text-align: left;
    background-image:url(/images/graphics/header.png);
    background-repeat:no-repeat;
    height: 75px;
    clear:both;
    border-bottom: 1px solid #666666;
}

#navbar{
    height:31px;
    clear:both;
    border-bottom: 1px solid #666666;
}

#navbar a {
    text-decoration:none;
    color:#333;
    font-size:14px;

}

#navbar div {
    padding-top:4px;
}
#navbar a:hover {
    /* background-image:url(/images/graphics/hoverimage.png); */
    color: #aaa;

}

#store-image {

    margin-left:auto;
    margin-right:auto;

    margin-top:2em;
    margin-bottom:2em;
    text-align: center;
    width: 600px;
    padding: 10px;
    background-color: #666666;
}

#store-info-box{
    float:left;
    text-align:left;
    /* border-left: 1px solid #666; */
    padding-left: 1em;
}

#store-info-box h1{
    font-size:medium;
    display:inline;
}


#store-events-list{
    text-align:left;
    border-right: 1px solid #666;
}

#store-events-list h2{
    font-size: medium;
    margin-bottom: 0.25em;
}

#store-events-list ul{
    padding-left: 1.5em;
}

#image_caption {
    color:#FFF;
    text-align: center;
    width: 600px;
    margin-left:auto;
    margin-right:auto;
    margin-top:1em;
    margin-bottom:1em;

}

#sidebar{

    text-align:left;
    color:#333;
    background-color: #fff;
}

#sidebar textarea{
    width:240px;
}

#sidebar fieldset{
    width: 280px;
}

#sidebar #flash{
    text-align:left;
}

#sidebar .title{
    font-size:1.5em;
}

#contentarea {
    text-align:left;
    border-left:1px solid #333;
    background-color: #fff;
}

#event-box h2{
    margin-bottom: 0;
}

#event-box h4{
    margin-bottom: 0.25em;
    font-weight: bold;
}

#flash{
    color: green;
    text-align:center;
}

#errorExplanation {
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

.gallery-list-box{
    padding-left:1em;
    text-align:left;
    float:left;
}

.gallery-list-box img{
    /* float:left; */
    margin-right:1em;
}

.gallery-list-box h2{
    font-size:1.5em;
}

.gallery-list-box ul{
    list-style-type:square;
    /* float:left; */
}

.gallery-list-box .thumb-box{
    float:left;
}

.container{
    /*margin-top:2em; */
}

.gallery { /* Styles are not being picked up, but class is present in html */
    border-bottom:1px solid #333;
}

.admin-container{
    padding:1em;
    text-align:left;
}

.clear-box{
    clear:both;
}

.details-box {
    float:left;
    border: 1px solid black;
    padding:1em;
    width: 300px;
    margin-bottom:1em;
}

.admin-header{
    margin-right:auto;
    margin-left:auto;
    margin-bottom: 1em;
    text-align:center;
}

.bottom-border{
    border-bottom: 1px solid #333;
}

.required{
    color: #ff0000;
}
