/* 
Theme Name: Dales Garden
Theme URL: http://mysisterdalesgarden.com
Description: Custom theme for website using 960gs
Author: Vernon Kesner
Author URI: http://kesnerdesigns.net
Version: 0.1
*/

@import url("reset.css");
@import url("text.css");
@import url("960.css");
@import url("layout.css");
@import url("nav.css");

a { /*color: #000066;*/ color:#ae880a; }
a:hover { color: #554665; }

body { background: #ebe752; }
/*body { background: #330066 url("images/body-bg.gif") repeat; }*/
.header { height: 151px; background: url("images/header-inside_02.jpg") no-repeat 0 0; }
.header_home { height: 151px; /*background: url("images/header-home_02.jpg") no-repeat 0 0;*/ }
.body { padding-bottom: 20px; }
/*.footer { padding-top: 5px; height: 10px; background: #554665; }*/
.footer { padding-top: 15px; height: 69px; background: #fff url("images/footer_04.jpg") no-repeat 0 15px; display:none; }

.twitter-share-button { float: right !important; }

h3.gallery_header { text-transform: uppercase; font-size: 28px; }

.newsletter { width: 350px; background-color:#FFF; float: left; margin: 10px 0; }

.newsletter td, .newsletter th, .newsletter tr, .newsletter tbody, .newsletter table { background-color:#FFF; border-width: 0px; padding: 0px; }

.newsletter .black { font-weight: bold; }
.newsletter .green { color: #008000; }

 .alignright,
 img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

/*Garrett Grimm added, http://www.grimmdude.com/web-dev/ */
#wp-search-form {
}
div.post {
	clear:both;
}
div.monthly_thumbnail {
	float:right;
	margin-bottom:30px;
}
div.monthly_thumbnail img {
	border:1px solid #000000;
}


