/*
Theme Name: Mind Recipes
Description: Child theme for the Twenty Ten theme 
Author: Greg Freeman
Template: twentyten
*/

@import url("../twentyten/style.css");

body {
	background: #cbbce7;
}

#header {
	padding: 0;
}

#site-title {
	margin: 0;
}

#site-title a {
	width: 312px;
	height: 98px;
	display: block;
	background: url(images/bg_logo.png) no-repeat;
	text-indent: -3000px;
}

#content .entry-title {
	color:#4a2d93;
}

.entry-title a:link,
.entry-title a:visited {
	color:#4a2d93;
}

.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}

#access {
	background: #472987 url(images/menu_bg.png) repeat-x;
}

#access a {
	color: #d9cbf8;
}

#access li:hover > a {
	background: #704dbc;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	font-weight: bold;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	font-weight: bold;
}

#text-5 {
	border: 1px solid #bbb1e8;
}

#text-5 .widget-title {
	background-color: #8573d3;
	padding-left: 8px;
	color: #fff;
	border: 1px solid #6e58cf;
	border-bottom: 0;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-size: 12px;
}

#text-5 .textwidget {
	padding: 8px;
	text-align: center;
}

#text-5 img {
	margin: 0 3px;
}

#signup-form {
	margin-bottom: 20px;
	font-family: Arial, Verdana, Sans-Serif;
	position: relative;
}

#signup-form #signup-arrow {
	position: absolute;
	right: -50px;
	top: -25px;
	width: 75px;
	height: 82px;
	background: url(images/signup-arrow.png) no-repeat;
}

* html #signup-form #signup-arrow {
	display: none;
}

#signup-form p {
	font-weight: bold;
	color: #000;
}

#signup-form div {
	margin: 5px 0;
}

#signup-form span {
	font-weight: bold;
	color: #4a2d93;
}

#signup-form .text-input {
	font-size: 13px;
	width: 170px;
	color: #443389;
	padding: 6px 4px;
	font-family: Arial, Verdana, Sans-Serif;
	border: 1px solid #ccc;
	background-color: #fefee1;
}

#signup-form .text-input:focus {
	background-color: #fafab3;
}

#signup-form .submit-btn {
	margin-top:15px;
}

#main,
#primary {
	overflow: visible;
}

#main {
	padding: 0;
}

#container,
#primary {
	margin-top: 20px;
}

#content img.attachment-post-thumbnail,
#content img.attachment-single-post-thumbnail {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #666;
	padding: 1px;
}

#respond .subscribe-to-comments label,
#respond #sfc_comm_send label {
	color: #333;
	font-weight: bold;
}

#respond #sfc_comm_send label {
	padding-left: 3px;
}

.single-post .entry-meta {
	margin-top: -8px;
}

.fb-like {
	height: 20px;
}

.entry-meta .fb-like {
	height: 0px;
}

.related_post_title {
	padding: 10px 0;
}
