* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: #fff url(../img/body.jpg) repeat-y top center;
}
img {
	border: none;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 900px;
	height: 125px;
	background: #ccc url(../img/header_bg.jpg);
	position: relative;
}
#header h1 {
	text-indent: -500000px;
	overflow: hidden;
}
#header h1 a {
	background: url(../img/logo.jpg) no-repeat bottom center;
	display: block;
	width: 250px;
	height: 115px;
}
#topad {
	width: 600px;
	height: 100px;
	position: absolute;
	top: 11px;
	right: 8px;
	border: 1px solid #666;
}
#bar {
	width: 900px;
	height: 44px;
	background: url(../img/bar_bg.jpg);
	position: relative;
}
#leftColumn {
	width: 210px;
	float: left;
}
#nav {
	background: #44619b;
	width: 172px;
	padding: 10px 13px 15px 13px;
}
#nav ul {
	list-style: none;
}
#nav li {
	font: 13px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #5b74a5;
	background: url(../img/dot.jpg) no-repeat left center;
	text-indent: 8px;
}
#nav .sub a {
	font: 11px Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	padding: 4px 0 4px 0;
	color: #fff;
	text-decoration: none;
}
#nav .sub a:hover {
	color: #a0baeb;
}
.navActive a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 172px;
	padding: 5px 0 4px 0;
}
.navOff a {
	color: #a0baeb;
	text-decoration: none;
	display: block;
	width: 172px;
	padding: 5px 0 4px 0;
}
.navOff a:hover {
	color: #cddcf9;
}
#register {
	background: #425576;
	width: 172px;
	padding: 16px 13px 20px 13px;
	margin: 2px 0 0 0;
}
#register h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #fff;
}
#register h2 a {
	color: #fff;
}
#register h2 a:hover {
	color: #e7f96d;
}
#middlead {
	padding: 5px 0;
}
#register fieldset {
	border: none;
	padding: 5px 0;
}
#register .loginText {
	font: 10px Arial, Helvetica, sans-serif;
	width: 100%;
	background: url(../img/inputTextBg.jpg) repeat-x top left;
	border: 1px solid #758dba;
	display: block;
	margin: 0 0 4px 0;
	padding: 6px 0 4px 0;
	color: #666;
	text-indent: 4px;
}
#register ul {
	list-style: none;
}
#register li {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
#register li a {
	color: #e7f96d;
}
#register li a:hover {
	color: #fff;
}
#content {
	width: 433px;
	float: left;
	padding: 15px 0;
}
#content h2 {
	font: 28px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #455f98;
}
#content h3 {
	font: bold 19px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #444;
}
#content h4 {
	margin: 5px 0 2px 0;
	font: bold 15px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #444;
}
#content h4 a {
	color: #455f98;
}
#content h4 a:hover {
	color: #222;
}
#content .dateTime {
	font: 11px Arial, Helvetica, sans-serif;
	color: #555;
	background: #f7f7f7;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 8px;
}
#content p {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0 0 10px 0;
}
#content fieldset {
	border: 0;
	margin: 5px 0 5px 0;
}
#content legend {
	font: bold 19px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #444;
}
#content fieldset p {
	margin: 0;
}
#content fieldset label {
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 24%;
	float: left;
	color: #444;
}
#content .iT {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px 0 3px 0;
	width: 225px;
	margin: 0 0 8px 0;
	color: #222;
	border: 1px solid #ddd;
	text-indent: 4px;
}
#content .iTa {
	font: 11px Arial, Helvetica, sans-serif;
	width: 310px;
	padding: 5px;
	height: 100px;
	margin: 0 0 8px 0;
	color: #222;
	border: 1px solid #ddd;
}
#content .iSe {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 3px 0 2px 0;
	width: 225px;
	margin: 0 0 8px 0;
	color: #222;
	border: 1px solid #ddd;
	text-indent: 4px;
}
#content .iSu {
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 6px 8px 2px 8px;
	margin: 5px 0 0 0;;
	color: #222;
}
#content .ingress a {
	color: #444;
	text-decoration: none;
}
#content .ingress a:hover {
	color: #222;
}
#content ul {
	margin: 5px 0 10px 15px;
	list-style: square;
}
#content li {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #222;
}
#content a {
	color: #c30;
	text-decoration: none;
}
#content a:hover {
	color: #222;
}
#content .topEntry h2 {
	letter-spacing: -1px;
	border-bottom: 1px solid #eee;
	margin: 0 0 5px 0;
}
#content .topEntry h2 a {
	color: #455f98;
	text-decoration: none;
}
#content .topEntry h2 a:hover {
	color: #333;
}
#content .topEntry p {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

#content .middleEntry h2 {
	font: 18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	border-bottom: 1px solid #eee;
	margin: 0 0 5px 0;
}
#content .middleEntry h2 a {
	color: #222;
	text-decoration: none;
}
#content .middleEntry h2 a:hover {
	color: #333;
}
#content .middleEntry p {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

#content .smallEntry {
	width: 200px;
	float: left;
}
#content .smallEntry h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #eee;
	margin: 0 0 2px 0;
}
#content .smallEntry h2 a {
	color: #455f98;
	text-decoration: none;
}
#content .smallEntry h2 a:hover {
	color: #333;
}
#content .smallEntry p {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

#content .listRecept {
	cursor: pointer;
	width: 130px;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #eee;
	margin: 0 10px 10px 0;
	float: left;
}
#content .listRecept:hover {
	background: #eee;
	border: 1px solid #ddd;
}
#content .listRecept h3 {
	font: bold 15px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #455f98;
}
#content .listRecept p {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
	text-align: right;
}
#content .list_recept {
	width: 433px;
	background: url(../img/recept.jpg) no-repeat top left;
	padding: 10px 0px;
	clear: both;
	cursor: pointer;
}
#content .list_recept:hover {
	background: url(../img/recept_hover.jpg) no-repeat top left;
	color: #fff;
}
#content .list_recept h3 {
	padding: 22px 0 22px 0;
}
#right_content {
	float: left;
	width: 227px;
	margin: 15px 0 0 20px;
}
#right_content h2, #leftColumn h2.ff {
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 9px 8px 5px 8px;
	margin: 0 0 3px 0;
}
#leftColumn h2.ff {
	width: 182px;
	margin-top: 10px
}
#right_content h2 a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#right_content h2 a:hover {
	text-decoration: underline;
}
#right_content ul, #leftColumn ul {
	list-style: none;
	padding: 5px;
}
#right_content li, #leftColumn li.f {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0 0 3px 0;
}
#right_content li a, #leftColumn li.f a {
	font-size: 11px;
	color: #455f98;
}
#right_content li a:hover {
	color: #222;
}
#content table {
	width: 100%;
}
#content td {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.55;
	padding: 6px 0 5px 0;
}
#content th {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 6px 0 5px 0;
	border-bottom: 1px solid #ddd;
}
#footer {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	clear:both;
	padding: 15px 0 10px 0;
	color: #555;
}
#footer a {
	color: #333;
}
#content .button_left {
	width: 7px;
	height: 33px;
	background: url(../img/button_left.gif);
	display: block;
	float: left;
}
#content .button_right {
	width: 7px;
	height: 33px;
	background: url(../img/button_right.gif);
	display: block;
	float: left;
}
#content .button a {
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 11px 7px 9px 7px;
	display: block;
	float: left;
	background: url(../img/button_bg.gif) repeat-x;
	color: #c6cfde;
}
#content .button a:hover {
	color: #fff;
}
#content .button_left {
	width: 7px;
	height: 33px;
	background: url(../img/button_left.gif);
	display: block;
	float: left;
}
#content .button_right {
	width: 7px;
	height: 33px;
	background: url(../img/button_right.gif);
	display: block;
	float: left;
}
#content .button a {
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 11px 7px 9px 7px;
	display: block;
	float: left;
	background: url(../img/button_bg.gif) repeat-x;
	color: #c6cfde;
}
#content .button a:hover {
	color: #fff;
}
#content .button_green_left {
	width: 7px;
	height: 33px;
	background: url(../img/button_green_left.gif);
	display: block;
	float: left;
}
#content .button_green_right {
	width: 7px;
	height: 33px;
	background: url(../img/button_green_right.gif);
	display: block;
	float: left;
}
#content .button_green a {
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 11px 7px 9px 7px;
	display: block;
	float: left;
	background: url(../img/button_green_bg.gif) repeat-x;
	color: #c6cfde;
}
#content .button_green a:hover {
	color: #fff;
}
#content .button_red_left {
	width: 7px;
	height: 33px;
	background: url(../img/button_red_left.gif);
	display: block;
	float: left;
}
#content .button_red_right {
	width: 7px;
	height: 33px;
	background: url(../img/button_red_right.gif);
	display: block;
	float: left;
}
#content .button_red a {
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 11px 7px 9px 7px;
	display: block;
	float: left;
	background: url(../img/button_red_bg.gif) repeat-x;
	color: #c6cfde;
}
#content .button_red a:hover {
	color: #fff;
}
#livesearch {
	position: absolute;
	top: 6px;
	right: 10px;
}
#livesearch input {
	font: 10px Arial, Helvetica, sans-serif;
	width: 200px;
	background: url(../img/inputTextBg.jpg) repeat-x top left;
	border: 1px solid #758dba;
	display: block;
	margin: 5px 0 4px 0;
	padding: 6px 0 4px 0;
	color: #666;
	text-indent: 4px;
}
#LSResult {
	position: absolute;
	top: 30px;
	right: 10px;
	padding: 6px 0 4px 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#LSShadow {
	background: #fff;
	width: 180px;
	padding: 0 10px 0 10px;
}
#LSShadow h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 3px 0;
}
#LSShadow ul {
	list-style: none;
	margin: 0 0 5px 0;
}
#LSShadow li {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}
#LSShadow li a {
	display: block;
	color: #455f98;
	width: 100%;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	padding: 4px 0 3px 0;
	text-indent: 4px;
}
#LSShadow li a:hover {
	background: #455f98;
	color: #fff;
}
.clearer {
	clear: both;
	font-size: 1px;
}
.realated {
	float: right;
	width: 130px;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 0 0 0 10px;
}
#content .realated h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin: 0 0 4px 0;
}
#content .realated ul {
	list-style: none;
	margin: 0 0 0 0;
}
#content .realated li {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
}
.rand_recept {
	position: relative;
	height: 129px;
	cursor: pointer;
}
.rand_recept p {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	padding: 4px 5px 3px 5px;
	border: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #444;
	opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8;
}