/*
Theme Name: Calloway Green
Theme URI: www.callowaygreen.com
Description: Calloway Green Wordpress Theme
Author: Kristy Walters
Author URI: www.callowaygreen.com
Version: 0.1
*/

/* Posts
----------------------------------------------------------------------------------------------------*/

.post {
	margin:0 0 40px 0;
}

.post-date {
	width:50px;
	float:left
}

.date-head {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background:#a7c300;
	color:#fff;
	text-align:center;
	font-size:20px;
	padding:4px 0 4px 0;
}

.date-foot {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background:#3e3e3e;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding:3px 0 6px 0;
	border-top:2px solid #222;
	text-transform:uppercase;
}

.post-heading {
	width:530px;
	float:left;
	margin-left:10px;
}

.post-heading h1 {
	border:none !important;
	font-size:22px !important;
}

.post-heading h1 a {
	text-decoration:none;
}

.post-heading ul {
	margin:0;
	padding:0 !important;
	list-style:none;
}

.post-heading ul li {
	display:inline;
	font-size:11px;
}

.post-content {
	background:url(images/blog-arrow.png) no-repeat 80px top;
	padding-top:16px;
}

.post-text {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background:#f0f0f0;
	padding:15px;
}

.post-content .comments {
	padding:2px 15px 2px 15px;
	background:#E6E6E6;
	text-align:right;
}

.post-content .comments a {
	text-decoration:none;
	color:#666;
}

/* Sidebar : Listings
----------------------------------------------------------------------------------------------------*/

.blog-sidebar-section ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
}

.blog-sidebar-section ul li {
	border-bottom:1px dotted #ccc;
	padding:4px 0 4px 0;
}


.blog-sidebar-section ul.rss {
	background:url(images/social_blog.png) no-repeat left center;
	height:31px;
	font-size:13px;
	padding-left:45px;
	padding-top:7px;
}

.blog-sidebar-section ul.rss li {
	display:inline;
	border:none;
	margin:0;
	padding:0;
}

.blog-sidebar-section ul li a {
	color:#3d3d3d;
}

.blog-sidebar-section h1 {
	border-bottom:2px dashed #ccc;
	padding-bottom:3px;
	margin-bottom:10px;
}

/* Sidebar : Form
----------------------------------------------------------------------------------------------------*/

form.blog-search .keyword {
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #d8d8d8;
	outline:none;	
	width:230px;
}

/* Sidebar: Feedburner Form
----------------------------------------------------------------------------------------------------*/

.feedburner-form #email {
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #d8d8d8;
	outline:none;	
	width:260px;
}

.feedburner-form #email:focus {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	background: #FCFCEB;
	border-color: #DDB66C;
    box-shadow: 0 0 5px  #DDB66C;
    -webkit-box-shadow: 0 0 5px  #DDB66C; 
    -moz-box-shadow: 0 0 5px  #DDB66C; 
}

.feedburner-form .form-buttons {
	display:block;
	margin-top:10px;
}

span.fb-link {
	color:#666;
	font-size:12px;
	font-style:italic;
	float:right;
	padding-right:25px;
	padding-top:5px;
}

/* Note
----------------------------------------------------------------------------------------------------*/

.Note { padding: 0px !important; margin: 0px 0 30px 0; }
.Note li { padding: 3px 20px 3px 15px; margin: 0px; list-style-type: none; font-size: 12px; display:inline;}
.Note li a {color: #5c6128;}
.NoteRss { background: url(images/NoteRss.png) no-repeat left top; }
.NoteTrackBack { background: url(images/NoteTrackBack.png) no-repeat left top; }

/* Single Blog Post
----------------------------------------------------------------------------------------------------*/

.post.single {
	margin-bottom:20px !important;
}

/* Single Blog Post - Comments
----------------------------------------------------------------------------------------------------*/

#comments h1 {
	font-size:22px !important;
}


#comments .comments-list ol {
	margin:0;
	padding:0;
	list-style:none;
}

#comments .comments-list ol li {
	padding:15px 0 15px 0;
	border-bottom:1px dotted #ccc;
}

#comments .comments-list .comment-data {
	color:#666;
	font-size:11px;
	font-weight:bold;
}

#comments .comments-list .comment-data a {
	font-weight:normal;
}

/* Single Blog Post - Comment Form
----------------------------------------------------------------------------------------------------*/

.comment-form {
	margin-top:20px;
}

.comment-form form label {
	display:block;
	padding:0 0 2px 0;
	text-transform:uppercase;
	font-size:11px;
}

.comment-form .form-textbox {
	width:400px;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #d8d8d8;
	outline:none;
}

.comment-form .form-textarea {
	width:400px;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #d8d8d8;
	outline:none;
}

.comment-form input[type=text]:focus, textarea:focus {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	background: #FCFCEB;
	border-color: #DDB66C;
    box-shadow: 0 0 5px  #DDB66C;
    -webkit-box-shadow: 0 0 5px  #DDB66C; 
    -moz-box-shadow: 0 0 5px  #DDB66C; 
}

.comment-form .required {
	color: #9A1616;	
	font-size: 10px;
	font-weight: normal;
	text-transform:none;
}

.comment-form div.form-field {
	padding:0 0 10px 0;
}

.comment-form .submit-button {
	padding:5px 10px 5px 10px;
}

.form-info {
	color:#666;
	font-size:12px;
}


.form-info span {
	font-style:italic;
}

/* Archive
----------------------------------------------------------------------------------------------------*/

h1.pagetitle {
	margin-bottom:30px !important;
	border-bottom:none !important;
}

/* Paging
----------------------------------------------------------------------------------------------------*/

.wp-pagenavi {
	text-align:center;
}

.wp-pagenavi span.pages {
	background:#f0f0f0;
}

.wp-pagenavi span.current {
	background:#a7c300;
	color:#fff;
	border:1px solid #5c6128 !important;
}

.wp-pagenavi a.page {
	background:#3e3e3e;
	color:#fff;
	border:1px solid #000 !important;
}

.wp-pagenavi a.page:hover {
	background:#4F4F4F;
}

.wp-pagenavi a.nextpostslink {
	background:#f0f0f0;
	color:#3e3e3e;
}

.wp-pagenavi a.nextpostslink:hover {
	color:#a7c300;
	border:1px solid #BFBFBF !important;
}

/* Trackbacks
----------------------------------------------------------------------------------------------------*/

.trackback-list {
	margin:0 0 30px 0;
}

.trackback-list h1 {
	font-size:22px !important;
}

.trackback-list ul {
	margin:0;
	padding:0 !important;
	list-style:none;
}

.trackback-list ul li {
	display:inline;
	border-right:1px solid #ccc;
	padding:0 10px 0 10px;
}

.trackback-list ul li:first-child {
	padding-left:0;
}

.trackback-list ul li:last-child {
	border:none;
}

.trackback-list a {
	color:#5C6128;
}

/* DIY SEO Form (Single Post Page)
----------------------------------------------------------------------------------------------------*/

#diy-seo-form {
	background:url(images/blog-post-section.jpg) no-repeat;
	width:591px;
	height:89px;
	padding:120px 0 0 30px;
}
#diy-seo-form .cms-form .form-textbox {
	width:160px;
}

#diy-seo-form .cms-form .form-field {
	float:left;
	width:190px;
}

#diy-seo-form .cms-form .form-buttons input {
	vertical-align:-45px;
}

