/*
Theme Name: Giada's Kitchen
Theme URI: http://www.giadaskitchen.com/
Version: 1.0
Author: 3Circle Studio LLC
Author URI: http://www.3circlestudio.com/
*/

* {
	margin: 0;
	padding: 0;
}

/* Default Tags */

body {
	background: url('images/bg-bottom.gif') bottom center no-repeat;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

a {
	color: #95ae57;
	text-decoration: underline;
}
a:hover {
	background: #95ae57;
	color: #fff;
	text-decoration: none;
}

h1, h1 a, h1 a:hover {
	background: url('images/giadas-home-and-kitchen.gif');
}
h1 a, h1 a:hover {
	display: block;
	height: 115px;
	overflow: hidden;
	text-indent: -9999px;
	width: 900px;
}

h2, h2 a {
	color: #bb4444;
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
}
h2 a:hover {
	background: #ededed;
	color: #72a0b0;
}

h3 {
	background: #ade4d4;
	color: #fff;
	display: inline-block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 4px 10px;
	text-transform: uppercase;
	zoom:1; *display: inline; _height: 30px;
}
h3 a, h3 a:hover {
	background: none;
	color: #fff;
	text-decoration: none;
}

h4 {
	color: #999;
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0;
}

#site-wrapper {
	background: url('images/bg-top.jpg') top center repeat-x;
}
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 900px;
}

/* Utility Nav */

#utility-nav {
	height: 21px;
	font-size: 13px;
	list-style: none;
	padding-top: 29px;
	text-align: right;
}
#utility-nav li {
	display: inline;
	padding-left: 10px;
}
#utility-nav a {
	text-decoration: none;
}

/* Navigation */

#navigation {
	border-bottom: 1px dotted #72a7b5;
	height: 32px;
	list-style: none;
	padding-top: 14px;
}
#navigation li {
	display: inline;
}
#navigation a {
	color: #366c73;
	font-size: 16px;
	padding: 5px 10px;
	text-decoration: none;
}
#navigation a:hover {
	background: #ededed;
}

#navigation li.current_page_item a, #navigation li.current_page_item a:hover {
	background: #ade4d4;
	color: #fff;
}

/* Search */

#search {
	float: right;
	padding-bottom: 10px;
	position: absolute;
	right: 0;
	top: 175px;
}
#search .textbox {
	float: left;
	margin-right: 6px;
	padding: 5px 10px 0 10px;
	height: 19px;
	width: 229px;
}
#search .submit {
	float: left;
	padding: 0;
	width: 44px;
}

/* Content (left column) */

#content {
	float: left;
	height: auto !important;
	height: 500px;
	margin-right: 30px;
	min-height: 500px;
	width: 570px;
}
#content * {
	margin: 20px 0;
}
#content div {
	margin: 0;
}
#content p {
	line-height: 1.6;
}
#content h2, #content h3 {
	margin-bottom: 0;
}

#pagination {
	border-bottom: 1px dotted #72a7b5;
	list-style: none;
	margin: 10px 0 0 0;
}
#pagination li {
	float: left;
	margin: 10px 0 30px 0;
}
#pagination li.next {
	float: right;
}
#pagination a {
	color: #72a0b0;
	font-weight: bold;
	text-decoration: none;
}
#pagination a:hover {
	background: #72a0b0;
	color: #fff;
}

/* Post */

#content p.date {
	background: #fff1d0;
	color: #bb8000;
	display: inline;
	margin-top: 0;
}

.post {
	border-bottom: 1px dotted #72A7B5;
	margin: 20px 0;
}
.page {
	border: 0;
}

#content p.meta {
	color: #999;
	font-style: italic;
}

/* Comments */

#commentform p * {
	margin: 0;
}
#commentform label {
	margin-left: 5px;
}

.commentlist {
	list-style: none;
}
.commentlist li {
	border-bottom: 1px dotted #72A7B5;
}
.commentlist .avatar {
	display: none;
}

/* Sidebar (right column) */

#sidebar {
	float: right;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 300px;
}
#sidebar * {
	margin: 20px 0;
}

#sidebar h2 {
	background: #a1d6dd url('images/bg-subheaders.gif') top right no-repeat;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	height: 25px;
	padding: 6px 10px 0 10px;
}

#sidebar ul {
	color: #999999;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul ul {
	list-style: disc;
	margin-left: 15px;
}
#sidebar ul li {
	margin: 0;
}

#sidebar p, #sidebar li {
	line-height: 1.5;
}

#description {
	color: #666;
	font-size: 13px;
}

/* Footer */

#footer {
	border-top: 1px dotted #72a7b5;
	color: #666;
	clear: both;
	font-size: 12px;
	margin-bottom: 20px;
	padding-top: 20px;
}
#footer a {
	color: #666;
}
#footer a:hover {
	background: #ccc;
}

#footer p, #footer ul {
	float: left;
	margin: 0 30px;
}
#footer p.description {
	margin: 0;
	width: 280px;
}
#footer p.description, #footer li {
	line-height: 1.5;
}

#footer-wrapper {
	/*
	background: url('images/bg-footer.gif');
	*/
	background: #ededed;
	display: block;
	height: auto !important;
	height: 85px;
	margin-bottom: 20px;
	min-height: 85px;
	padding: 20px;
}

#copyright {
	border-top: 1px dotted #72a7b5;
	color: #999;
	font-size: 11px;
	margin-bottom: 80px;
	padding-top: 10px;
	text-align: center;
}

/* Forms */

.textbox, textarea {
	background: url('images/input-shadow.gif');
	border: 1px solid #b3b3b3;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 5px 10px 0 10px;
	height: 19px;
	width: 229px;
}
textarea.textbox {
	height: 128px;
	width: 548px;
}
.submit {
	background: #bb4444;
	border: 0;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	height: 26px;
	padding: 0 10px;
}

/* Contact Form 7 */

#content .wpcf7-form * {
	margin: 0;
}
.wpcf7-form {
	background: #ededed;
	padding: 20px;
}
#content .wpcf7-form p {
	margin: 15px 0;
}
.wpcf7-form textarea.textbox {
	width: 508px;
}

/* Miscellaneous */

#content .no-border { border:0; }
#content .no-margin { margin:0; }