* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	border:none;
	outline: 0;
}
strong {
	font-weight:bold;
}
a {
	outline:none;
}

body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	background:#828a8f;
	line-height:20px;
	color:#000;
}
#wrapper {
	width:970px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	position:relative;
	border:5px solid #fff;
	border-top:none;
}
#branding {
	height:125px;
	background:#1f1f1f url(http://completekitchen.homelinux.org/~cstanton/images/branding_bg.gif) repeat-x 0 0;
}
h1 a {
	background:url(http://completekitchen.homelinux.org/~cstanton/images/logo.gif) no-repeat;
	display:block;
	width:362px;
	height:82px;
	text-indent:-9999px;
	position:absolute;
	top:21px;
	left:0;
}
#searchsearch,#blogsearch {
	background:#c38d28 url(http://completekitchen.homelinux.org/~cstanton/images/search_box_bg.gif) repeat-x left bottom;
	height:82px;
	position:relative;
}
#searchsearch label,#blogsearch label {
	display:none;
}
#searchsearch form,#blogsearch form {
	background:url(http://completekitchen.homelinux.org/~cstanton/images/search_input.gif) no-repeat 0 0;
	width:604px;
	vertical-align:middle;
	height:53px;
	position:absolute;
	top:13px;
	left:178px;
}
#searchsearch input,#blogsearch input {
	height:43px;
	background:url(http://completekitchen.homelinux.org/~cstanton/images/search_input_bg.gif) repeat-x 0 0;
	width:507px;
	float:left;
	margin-left:8px;
	font-size:34px;
	color:#685c5c;
	padding:5px 0;
}
#searchsearch input.button,#blogsearch input.button{
	height:53px;
	background:url(http://completekitchen.homelinux.org/~cstanton/images/go_button.gif);
	width:89px;
	margin:0;
	padding:0;
}
#content {
	background:#fff url(http://completekitchen.homelinux.org/~cstanton/images/content_bg.gif) repeat-x 0 0;
	padding:15px 20px;
	width:930px;
	overflow:hidden;
	text-align:left;
}
#tag_cloud {
	margin:27px 0 0 159px;
}
#tag_cloud h2 {
	font-size:18px;
	color:#333;
	background:url(http://completekitchen.homelinux.org/~cstanton/images/tag_top.gif) no-repeat 0 18px;
	width:592px;
	height:30px;
	padding-left:15px;
}
.tag-cloud {
	width:577px;
	background:#f4f7f1 url(http://completekitchen.homelinux.org/~cstanton/images/tag_bottom.gif) no-repeat left bottom;
	padding:0px 15px 15px 15px;
	text-align:center;
}
.tag-cloud a {
	color:#31761a;
}
.tag-cloud a:hover {
	color:#000;
	text-decoration:none;
}
.tag-cloud li { display: inline; line-height:35px;
}
.tag-cloud .tag{
margin: 0 2px;
}
.tag-cloud .not-popular { font-size: 1em;  }
.tag-cloud .not-very-popular { font-size: 1.3em; }
.tag-cloud .somewhat-popular { font-size: 1.6em; }
.tag-cloud .popular { font-size: 1.9em; }
.tag-cloud .very-popular { font-size: 2.2em; }
.tag-cloud .ultra-popular { font-size: 2.5em; }

#top_advert {
	position:absolute;
	top:14px;
	left:370px;
	display:table;
	width:595px;
	height:100px;
	vertical-align: middle; 
	text-align: center;
}
#top_advert .inner {
	width:100%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
#bottom_advert {
	background-color:#fff;
	text-align:center;
	padding:20px 0 25px 0;
}
#bottom_advert a {
	margin:0 15px;
}
#inner {
	width:750px;
	float:left;
	overflow:hidden;
}
h4 {
	font-size:18px;
	color:#333;
}
h4 strong {
	color:#000;
}
p.paging_details {
	font-size:18px;
	color:#333;
}
p.paging_details strong {
	color:#000;
}
#side_bar {
	width:180px;
	float:left;
	text-align:right;
	padding-top:3px;
}
#footer {
	width:980px;
	margin:0 auto;
	text-align:right;
	border-top:4px solid #000;
}
#footer address {
	width:965px;
	height:60px;
	background:url(http://completekitchen.homelinux.org/~cstanton/images/footer_logo.gif) no-repeat 0 0;
	line-height:60px;
	font-size:12px;
	color:#bdc1c4;
	padding-right:15px;
}
#tabs {
	margin-top:20px;
}
.ui-tabs { padding: .2em; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0 0 0 18px; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: 5px 13px 3px 13px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 20px 0; display: block; border-width: 0; background: none; border-top:1px solid #69913b; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-state-default, .ui-widget-content .ui-state-default { font-size:24px;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #a7adb0; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { color:#4e6b2c; }
.ui-state-hover a, .ui-state-hover a:hover { color: #4e6b2c; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #69913b; background: #ffffff url(http://completekitchen.homelinux.org/~cstanton/images/tab_bg.gif) repeat-x 0 0; color: #333; font-size:24px; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #333;}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute;}

.paging {
	margin-top:15px;
	font-size:14px;
}
.paging li {
	list-style-type:none;
	display:inline;
	margin-right:2px;
}
.paging li a {
	padding:3px 6px;
	text-decoration:none;
	color:#828a8f;
}
.paging li a:hover {
	background-color:#666;
	color:#fff;
}
.paging .disabled{
	display:none;
}
.paging .current {
	background-color:#69913b;
	color:#fff;
	padding:3px 6px;
}
.paging li.next a {
	background:url(http://completekitchen.homelinux.org/~cstanton/images/next.gif) no-repeat right center;
	padding-right:15px;
		text-decoration:none;
	color:#828a8f;
}
.paging > a:hover {
	color:#4e6b2c;
	text-decoration:underline;
}

#results_nav {
	margin-top:15px;
	font-size:14px;
	text-align:left;
}
#results_nav a {
	padding:3px 6px;
	text-decoration:none;
	color:#828a8f;
}
#results_nav a:hover {
	background-color:#666;
	color:#fff;
}
.paging .disabled{
	display:none;
}
#results_nav span.i{
	background-color:#69913b;
	color:#fff;
	padding:3px 6px;
}


#search_results,#ajaxsearch #results {
	border-top:1px solid #c4c4c4;
	margin-top:15px;
	padding-top:20px;
}
.image {
	width:90px;
	float:left;
	margin-right:14px;
}
.image a img {
	border:3px solid #e0e0e0;
}
.image a:hover img {
	border:3px solid #4e6b2c;
}
.details {
	width:630px;
	float:left;
}
.details h2 {
	margin-bottom:10px;
}
.details h2 a {
	font-size:18px;
	color:#31761a;
}
.details h2 a:hover {
	color:#000;
	text-decoration:none;
}
.details p {
	font-size:13px;
	margin-bottom:10px;
}
.details p.source {
	font-size:12px;
	line-height:14px;
	color:#666;
}
.details p.source strong, .details p.source a {
	color:#2f6d59;
	font-weight:normal;
}
.details p.source a:hover {
	color:#333;
	text-decoration:none;
}
.results {
	border-bottom:1px solid #ebe8e7;
	overflow:hidden;
	width:744px;
	padding-bottom:17px;
	margin-bottom:20px;
}
.loading {
	text-align:center;
}
#content_ad {
	text-align:center;
	margin-top:3px;
}
.feedback {
	background-color:white;color:black;
	padding-top:5px;
	padding-bottom:20px;
}
.feedback.parent input,.feedback.parent textarea{
display:block;
width:500px;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	margin-left:240px;
}
.feedback.parent label {
	display:block;
margin:0 auto;
margin-left:240px;
font-weight:bold;
margin-top:15px;
}
.feedback.parent input[type="submit"]{
	width: 80px;
	margin-left:<?=(970/2-500/2)?>px;
	margin-top:10px;
	background-color:#31761a;
	color:#fff;
	font-weight:bold;
	padding:5px;
}
#FeedbackIndexForm{
background-color:white;
}
#FeedbackFrom{
border: solid #999 1px;
}

#FeedbackFeedback{
	height:300px;border:solid #999 1px;

}
.Termsofuse {
	padding:40px;background-color:white;color:black;
}
.Termsofuse h2 {
	font-size:24px;
}
.Termsofuse address {
	color:#999;
	border-bottom:1px solid #31761a;
	padding-bottom:3px;
	margin-bottom:15px;
}
.Termsofuse h3 {
	font-size:18px;
	border-bottom:1px solid #eee;
	padding-bottom:3px;
	margin-bottom:5px;
}
.Termsofuse h4 {
	font-size:15px;
	border-bottom:1px solid #eee;
	padding-bottom:3px;
	margin-bottom:5px;
	font-weight:bold;
}
.Termsofuse p {
	margin-bottom:15px;
}
.Termsofuse ul, .Termsofuse ol {
	margin-left:30px;
	margin-bottom:15px;
}