/*  
Theme Name: Art by the Creek
Theme URI: http://www.artbythecreek.com/
Description: Custom theme built for the Art by the Creek website
Version: 1.0
Author: Andy Ferra
Author URI: http://www.gizmostudios.com/
*/

/* Import Site Styles */
@import "../../../../styles/global.css";

/* Blog Specific Styles */

/* ~Post
------------------------------------------------------------------------------- */

#main_content .post {
  margin: 0 0 1.5em 0;
}
#main_content .post h2 {
	margin: 0 0 1em 0;
}
#main_content .post ul {
	margin: 0 0 1em 20px;
  list-style-type: none;
}
#main_content .post ul li {
	background: transparent url(../../../../images/bullet_checkmark.gif) 0 4px no-repeat;
  padding: 0 0 0 20px;
}

/* ~Navigation
------------------------------------------------------------------------------- */

.navigation {
	width: 100%;
  float: left;
}
.navigation .alignleft {
	text-align: left;
  float: left;
}
.navigation .alignright {
	text-align: right;
  float: right;
}
.navigation.top {
	margin: 0 0 1em 0;
}
.navigation.bottom {
	margin: 1em 0 0 0;
}

/* ~Comments
------------------------------------------------------------------------------- */

#commentform textarea {
	width: 99%;
}
#commentform label {
	padding-left: 5px;
}

/* ~Forms
------------------------------------------------------------------------------- */

.text,
select,
textarea {
	border: 1px solid #aaa;
  padding: 1px;
  font: 1em verdana, arial, sans-serif;
}
option {
	padding: 0 8px 0 0;
}
label {
	font: .85em verdana, arial, sans-serif;
  color: black;
}

