/*
Theme Name: Bridgets Recipes
Theme URI: http://www.pepperwater.com/
Description: Theme for Bridget
Version: 1.0
Author: Conrad Abraham
Author URI: http://www.conradabraham.com/
*/
*	{
	font-family:Arial, Helvetica, sans-serif;
}

body	{
	background:#fff5b8 url(images/bg-body.jpg) repeat-x top left;
}

#Page	{
	width:1000px;
	margin:0 auto;
}
#Header	{
	margin-top:10px;
}

#Column-Splitter	{
	width:1000px;
	background:url(images/bg-page.jpg) repeat-y top left;
}

#Sidebar	{
	width:330px;
	float:right;
	background:url(images/bg-sidebar.jpg) repeat-y top left;
}

#SidebarBottom	{
	width:330px;
	height:162px;
	background:url(images/bg-sidebar-bottom.jpg) no-repeat top left;
}

#Content	{
	width:600px;
	margin-left:25px;
}
#PageBottom	{
	width:1000px;
	height:66px;
	clear:both;
	background:url(images/bg-page-bottom.jpg) repeat-y top left;
}
#Footer-Outer	{
	width:100%;
}

#Footer	{
	width:1000px;
	margin:0 auto;
}

/*************** GENERICS *******/

a:link, a:visited	{
	color:#96270c;
}

a:hover	{
	color:#4a5a29;
}
#Content a:link, #Content a:visited	{
	color:#96270c;
}

#Content a:hover	{
	color:#4a5a29;
}

#Sidebar a:link, #Sidebar a:visited	{
	color:#96270c;
}
#Sidebar a:hover	{
	color:#4a5a29;
}

/******** Typography **/
/*** COntent COlumn **/
h1	{
}
#Content	h2 a, #Content	h3 a	{
	font-family:"Times New Roman", Times, serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	margin:2px 0;
	display:block;
	text-transform:capitalize;
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:-.01em;
}
#Content	h2	{
	color:#4a5a29;
	font-family:"Times New Roman", Times, serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	margin:2px o;
	display:block;
	text-transform:capitalize;
	font-size:1.3em;
	font-weight:normal;
	letter-spacing:-.01em;
}

#Content p	{
	line-height:1.6em;
	font-size:.8em;
	margin:4px 0 8px 0;
	padding:0;
}

#Content p.postmetadata 	{
	display:block;
	line-height:1.3em;
	margin:4px 0 30px 0;
	padding:4px 4px 20px 4px;
	background:url(images/bg-post-meta.jpg) no-repeat bottom left;
}
#Content ul	{
	list-style-type: disc;
}
#Content ul, #Content ol	{
	margin-left:26px;
	font-size:.8em;
}

#Content ul li, #Content ol li	{
	padding:4px;
	border-bottom:1px solid #faf8e3;
}

/**** COmments **/

ol.commentlist li	{
	margin-bottom:15px;
	padding:4px;
	font-size:1.3em;
}
ol.commentlist li  div.commentmetadata	{
	font-size:.7em;
}
ol.commentlist li	p	{
}

/** SIdebar **/
#Sidebar ul, #Sidebar ol {
	list-style-type: none;
	font-size:.9em;
}

#Sidebar h2.widgettitle	{
	font-size:.9em;
	font-weight:bold;
	color:#49690a;
	line-height:2.5em;
	margin:10px 0 2px 0;
	padding:0 0 0 4px;
	display:block;
	background:url(images/bg-widgett-itle.jpg) no-repeat top left;
}


/*** FOrms **/

/** Search **/
#Div-SearchForm	{
	margin-bottom:10px;
}
#s	{
	width:200px;
	padding:4px 2px;
	border:2px solid #63a316;
	background:#ffffeb;
}

#searchsubmit	{
	color:#fff;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
	width:80px;
	padding:4px 6px;
	border:2px solid #dbdbc9;
	background:#492603;
}

/** Comment Form */
form#commentform #author, form#commentform #email, form#commentform #url	{
	width:260px;
	padding:4px;
	border:1px solid #63a316;
	background:#fff;
}
form#commentform #comment	{
	width:500px; !important
	height:300px; !important
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #63a316;
	background:#fff;
}
form#commentform #submit	{
	color:#fff;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
	padding:4px 8px;
	border:2px solid #dbdbc9;
	background:#492603;
}
form#commentform #submit:hover	{
	border:2px solid #63a316;
}

/** COntact Form **/

form.wpcf7-form	input	{
	width:260px;
	padding:4px;
	border:1px solid #63a316;
	background:#fff;
}