/*
Wildflower CMS main stylesheet

Colors

*/

html,
body {
    margin: 0;
	padding: 0;
}

/* Typography */

html {
	font: 0.88em/1.21 Verdana, Geneva, Arial, Helvetica, sans-serif; /* 14px / 17px */
	color:#BB925C;
	background: #390000;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}

h2 {
	font-size: 1.57em; /* 22px */
	margin: 1.3em 0 -0.4em;
}

h3 {
	font-size: 1.36em; /* 19px */
	margin: 1em 0 -0.4em;
}

h4 {
	font-size: 1.21em; /* 17px */
	margin: 1em 0 -0.4em;
}

/* Forms */
form, fieldset, label, input, .checkbox, textarea, select, option, form div {
  margin: 0;
  padding: 5px;
  vertical-align: text-center;
}

input.text, textarea, select { 
  border: 5px solid; 
}

/* Links */

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


/* Wrap */

#wrap {
  width: 800px;
  margin: 0 auto;
  background:#611D00 ;
  color: #BB925C;
}

#top-border {
  width: 800px;
  height: 72px;
}

/* Content */
#content {  
  margin: 0 auto;
  width: 0 auto;
  background: url(img/borders-side.gif) repeat-y;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 0px;
  height: 550px;
}

/* images */
#content img {
  background: white;
  padding: 5px;
}


#bottom-border {
  width: 800px;
  height: 171px;
}

/* Header */
#header img { 
  margin: 0 auto;
  align: center;
 }
    #header h1 {
    	margin: 0;
    }

		#header h1 a {
			display: block;
			width: 219px;
			height: 82px;
			margin: 0 auto;
		}
	
        #header h1 span, hr {
            display: none;
        }

		
/* Navigation */

#navigation {
	list-style: none;
	margin: 0 auto;
	padding: 5px;
	overflow: hidden;
	text-align: center;
    font-size: 2em;
    font-family: "Monotype Corsiva",
                 "Apple Chancery",
                 "URW Chancery L",
                 cursive;
}

    #navigation li {
    	display: inline;
		margin-right: 8px;
    }
	
        #navigation .current a {
           text-decoration: none;
           font-weight: bold;
		   color: #D5C397;
        }
		
        #navigation .current a:hover {
          
        }

        #navigation .current a:active {
           text-decoration: none;
        }

		
/* Home page feature list */

#home-feature-list {
	width: 550px;
	margin: 1em auto;
	list-style: none;
	padding: 0;
	font-size: 1.29em; /* 18px */
}

    #home-feature-list li {
    	padding: 0 0 15px 52px;
    }
	
#feature-cake {
	background: url(img/cake-box.gif) 2px 0 no-repeat;
}

#feature-standards {
	background: url(img/xhtml-badge.gif) 0 0 no-repeat;
}

#feature-open-source {
	background: url(img/open-source.gif) 5px 0 no-repeat;
}

.download {
	margin: 1em auto;
	width: 350px;
	font-size: 0.86em; /* 12px */
}

    .download a {
    	display: block;
    	color: #363636;
        background: url(img/download.gif) 0 50% no-repeat;
		text-decoration: none;
		padding: 3px 3px 3px 48px;
    }
	
	.download a:hover {
		background-color: transparent;
		outline: 2px dashed #c4c4c4;
	}

    .download strong {
    	text-transform: uppercase;
		font-size: 1.67em;
    }


.image-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

/* Footer */

#footer  {
	font-size: 10px;
	text-align: center;
	margin: 2em 0 2em;
}

.wf-icon {
	position: relative;
	top: 3px;
}


/* Edit this */

#primary-content {
  margin:0 auto;
}

.page {
  margin:0 auto;
  overflow: auto;
  height: 500px;
}

.page h2 { 
  font-family: "Monotype Corsiva",
  "Apple Chancery",
  "URW Chancery L",
  cursive;
  color: #D5C397;
  font-size: xx-large;
  padding-bottom: 5px;
  padding-top: 0;
  margin: 0;
 }

.edit-this {
	margin: 0;
	background-color: #242424;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	padding: 3px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
    
    .edit-this a {
        color: #fff;
        text-decoration: none;
    }
    
    .edit-this a:hover {
        color: #fff400;
        background-color: transparent;
    }

	
/* Blog */

.post-date {
    margin-top: 1em;
	display: block;
}


/* Comments */

.comment-form {
	margin: 1em 0;
	padding: 0;
}

    .comment-form label {
    	float: left;
		width: 90px;
		text-align: right;
		padding-right: 8px;
		padding-top: 1px;
    }
	
	.comment-form .input {
		overflow: hidden;
		margin-bottom: 6px;
	}

.comments-list {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}


/* Admin bar */

#admin-bar {
	height: 16px;
	font: 11px/12px "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #4b4b4b;
	color: #fff;
	padding: 4px 8px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    z-index: 999;
}

    #admin-bar a {
        color: #fff;
        text-decoration: none;
    }
    
    #admin-bar a:hover {
        color: #fff400;
        background-color: transparent;
    }

/* Daily menu*/
#dailyMenus_index { 
}

#dailyMenus_index_date { 
  font-family: "Monotype Corsiva",
  "Apple Chancery",
  "URW Chancery L",
  cursive;
  font-weight: bold;  
  padding-top: 10px;
  text-align: center;
  color: #FF6600;
  font-size: large;  
}

#dailyMenus_index_menu { 
  text-align: center;
}

/*Announcements*/
#announcements_index { 
}

#announcements_index_date { 
  font-family: "Monotype Corsiva",
  "Apple Chancery",
  "URW Chancery L",
  cursive;
  font-weight: bold;  
  font-weight: bold;  
  padding-top: 10px;
  text-align: left;
  color: #FF6600;
  font-size: large;
}

#announcements_index_menu { 
  text-align: left;
}
