/*
ANNA.HU
http://www.anna.hu
Minden jog fenntartva.
(c) 2010-2011
*/

@import url(reset.css);
@import url(fontfaces.css);

body {
	background: #fff;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #4c454b;
	text-align: center;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	background: #fff;
}

/* Fejléc elemei */
#header {
	width: 960px;
	height: 140px;
	float: left;
	background: url(/img/header.png) no-repeat;
	position: relative;
}

#header h1 { display: none; }

#header .date {
	float: left;
	height: 35px;
	font: normal 11px/35px Arial, Helvetica, sans-serif;
	color: #90748a;
}

#header .social {
	height: 35px;
/*
	float: right;
*/
}

#header .social a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 35px;
	font: normal 11px/35px Arial, Helvetica, sans-serif;
	float: right;
	color: #90748a;
}

#header .social a:hover { text-decoration: underline; }
#header .date span { font-weight: bold; }
#header .social .facebook { background: url(/img/icon-fb.png) right center no-repeat; margin-right: 15px; padding-right: 22px; }
#header .social .subscribe { background: url(/img/icon-mail.png) right center no-repeat; margin-right: 5px; padding-right: 22px; }
#header .social .rss { width: 16px; height: 35px; background: url(/img/icon-rss.png) center no-repeat; }

#header .logo {
	width: 210px;
	height: 90px;
	position: absolute;
	top: 35px;
	left: 0px;
}

#header .banner {
	width: 740px;
	height: 90px;
	position: absolute;
	top: 35px;
	right: 0px;
	float: right;
	text-align: right;
	border: 0px solid #dacdd7;
	background: url(/img/ad.png) left center no-repeat;
}

/* Felső navigáció */
#menubar {
	width: 940px;
	height: 32px;
	float: left;
	background: url(/img/menu-default.png) repeat-x;
	padding-left: 20px;
}

#menubar a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 32px;
	font: bold 12px/32px Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(/img/dot.png) right center no-repeat;
	margin: 0 2px;
	padding: 0 20px 0 0;
	text-shadow: 0.1em 0.2em rgba(0, 0, 0, 0.2);
}

#menubar a:hover { color: #f0dfed; text-decoration: none; }
#menubar a:last-child { background: none; }

#menubar a.selected {
	background: #ebdce5;
	color: #7b2658;
	margin: 0 8px 0 -14px;
	padding: 0 15px;
	text-shadow: none;
}

#menubar.billboard a.selected {
	background: none !important;
	color: #fff !important;
	margin: 0 2px !important;
	padding: 0 20px 0 0 !important;
	background: url(/img/dot.png) right center no-repeat !important;
}

/* Almenü */
#submenu {
	width: 940px;
	height: 30px;
	float: left;
	background: #ebdce5;
	padding: 0 10px;
}

#submenu .selected span { color: #7b2658 !important; }

#submenu.billboard a {
	color: #fff !important;
}

#submenu a {
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	float: left;
	margin: 0 5px 0 10px;
	opacity: 0.5;
	color: #7b2658;
}

#submenu a span {
	color: #a7a7a7;
	margin: 0 5px;
	font-family: "WebSymbolsRegular", Helvetica, sans-serif !important;
	text-decoration: none !important;
}

#submenu a:hover {
	text-decoration: none !important;
}

.ie #submenu a {
	opacity: 1.0;
}

#submenu a.selected,
#submenu.all a { 
	opacity: 1.0 !important;
}

.ie #submenu a.selected {
	text-decoration: underline;
}

/* Alapértelmezett elemek */
#container {
	width: 100%;
	float: left;
}

#content {
	width: 605px;
	min-height: 1000px;
	float: left;
	background: url(/img/divline.png) right top no-repeat;
}

#content .wrapper {
	width: 590px;
}

.content-col { width: 290px; }
.content-col section { width: 280px; }

.col-left {
	width: 300px;
	float: left; 
	border-right: 1px solid #e1d6de; 
}

.col-right {
	width: 280px;
	float: right;
	margin-right: 5px;
	border: none; 
}

.col-full {	width: 100%; float: left; }
.col-full section { width: 100%; }

.col-wrapper { 
	width: 100%;
	float: left;
	padding-bottom: 20px;
	background: url(/img/separator.png) bottom repeat-x;
}

.col-wrapper.pager {
	background: none;
}

.link-color { color: #e97f02; }
.title-color { color: #490a3d; }
.more {	color: #490a3d; font-weight: bold; }
a:hover { text-decoration: underline; }

.size-11 { font-size: 11px; }
.size-12 { font-size: 12px; }
.size-13 { font-size: 13px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }

.button {
	font: normal 16px "HouschkaProBold", Arial, Helvetica, sans-serif;
	background: #b8a1b4;
	background: -moz-linear-gradient(top, #b8a1b4 0%, #76476d 50%, #490a3d 51%, #501444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8a1b4), color-stop(50%, #76476d), color-stop(50%, #490a3d), color-stop(100%, #501444));
	background: -webkit-linear-gradient(top, #b8a1b4 0%, #76476d 50%, #490a3d 50%, #501444 100%);
	background: -o-linear-gradient(top, #b8a1b4 0%, #76476d 50%, #490a3d 50%, #501444 100%);
	background: -ms-linear-gradient(top, #b8a1b4 0%, #76476d 50%, #490a3d 50%, #501444 100%);
	background: linear-gradient(top, #b8a1b4 0%, #76476d 50%, #490a3d 50%, #501444 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8a1b4', endColorstr='#501444', GradientType=0);
	border: none;
	color: #fff !important;
	padding: 3px 13px;
	text-decoration: none !important;
}

.button:hover {	opacity: 0.8; }

/* Oldalsáv */
#sidebar {
	width: 355px;
	float: right;
}

#sidebar .banner {
	width: 340px;
	float: right;
	position: relative;
	text-align: center;
	margin: 25px 0 10px 0;
	padding: 0 !important;
	border: 1px solid #dbced8;
}

#sidebar .banner.billboard {
	margin-top: 0;
	border: none !important;
}

#sidebar .banner.billboard span {
	display: none !important;
}

#sidebar .banner a img {
	float: none;
	margin: 0 auto;
	margin-top: 0px !important;
	margin-bottom: -5px !important;
}

#sidebar .banner span.ad {
	position: absolute;
	top: -18px;
	right: 0px;
	font: 11px Tahoma, Helvetica, sans-serif;
	color: #844e61;
}

/* Breadcrumb */
#breadcrumb {
	width: 100%;
	height: 30px;
	float: left;
	margin: 5px 0;
	padding: 0;
}

#breadcrumb a {
	text-decoration: none !important;
	line-height: 30px;
}

#breadcrumb a:hover {
	text-decoration: underline !important;
}

#breadcrumb span {
	margin: 0 3px;
	color: #e97f02;
}

/* Szekciók */
section {
	float: left;
}

.section-head {
	width: 100%;
	font: normal 32px/42px "HouschkaProLight", Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	color: #490a3d;
	margin-bottom: 15px;
}

.section-head.sub {
	font: normal 24px/1.4em "HouschkaProLight", Arial, Helvetica, sans-serif;
}

/* Kiemelt cikk */
#featured {
	width: 590px;
	float: left;
	margin: -10px 0 5px 0;
	padding: 0 0 8px 0;
	padding-bottom: 20px;
	background: url(/img/separator.png) bottom repeat-x;
}

#featured.main {
	margin-top: 8px;
}

#featured a img {
	width: 280px;
	height: 220px;
	float: left;
	margin: 10px 0 10px 0;
}

#featured .featured-wrapper {
	width: 295px;
	float: right;
	padding: 10px 0;
}

#featured h2 a {
	font: normal 42px/50px "HouschkaProLight", Arial, Helvetica, sans-serif;
}

#featured p {
	margin-top: 15px;
}

/* Szerintünk */
#szerintunk {
	width: 325px;
	height: 243px;
	float: left;
	background: url(/img/quote-bg.png) no-repeat;
	padding: 15px 15px 0 15px;
}

#szerintunk p {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #844e61;
}

/* Legfrissebb */
#legfrissebb {
	padding-bottom: 20px;
	background: url(/img/separator.png) bottom repeat-x;
}

#legfrissebb h2 a {
	width: 250px;
	display: block;
	float: left;
	line-height: 22px;
	background: url(/img/dotpurple.png) left center no-repeat;
	border-top: 1px solid #ece6eb;
	padding: 3px 0 3px 28px;
}

#legfrissebb h2 a:hover {
	text-decoration: underline;
}

/* Cikkajánló kis képekkel */
.articles-small article {
	width: 100%;
	float: left;
}

.articles-small article a img {	
	width: 110px;
	height: 110px;
}

.articles-small article .article-wrapper {
	width: 160px;
	float: right;
	text-align: left;
}

.articles-small article h3 a {
	line-height: 20px;
	position: relative;
	top: 5px;
}

.articles-small article p {
  margin-top:6px;
	line-height: 1.3em;
}

/* Cikkajánló nagy képekkel */
.articles-big article {
	width: 280px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(/img/separator.png) bottom repeat-x;
}

.articles-big article .preview {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 5px;
}

.articles-big article .preview a img {
	width: 280px;
	height: 220px;
}

.articles-big article:last-child { background: none; }

.articles-big article h4 a {
	line-height: 24px;
}

/* Lapozó */
.pager-container {
	width: 600px;
	height: 28px;
	float: left;
	position: relative;
	margin-top: 20px;
	text-align: center;
	background: #f6f3f4;
	border-top: 1px solid #e3d7db;
}

.pager-container.test {
	height: 47px;
}

.pager-container a {
	color: #e97f02;
	margin: 0 2px;
	line-height: 28px;
	text-decoration: underline;
}

.pager-container a.selected {
	text-decoration: none !important;
}

.pager-container .direction {
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	text-decoration: none !important;
}

.pager-container .direction span {
	color: #ee9f41;
}

.pager-container .prev { left: 10px; }
.pager-container .next { right: 10px; }

/* Lista oldal lead képekkel (keresés, stb.) */
.list-item {
	width: 570px;
	min-height: 140px;
	float: left;
	margin-bottom: 15px;
}

.list-item .thumbnail {
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 10px;
}

.list-item .list-wrapper {
	width: 450px;
	float: right;
	padding-top: 10px;
}

.list-item .date {
	font-size: 11px;
	color: #490a3d;
	margin: 2px 0;
	padding: 0;
}

.list-item h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0 !important;
	padding: 0 !important;
}

.list-item h3 a {
	text-decoration: none !important;
}

.list-item h3 a:hover {
	text-decoration: underline !important;
}

/* Cikk belső oldala */
#single {
	width: 600px;
	min-height: 1000px;
	float: left;
	padding-right: 5px;
	background: url(/img/divline.png) right top no-repeat;
}

#single h2.title {
	width: 100%;
	float: left;
	font: normal 32px/40px "HouschkaProLight", Arial, Helvetica, sans-serif;
	margin: -5px 0 10px 0;
	color: #430a3d;
}

#single .info {
	width: 220px;
	height: 22px;
	float: left;
	margin: 0;
}

#single .info a { color: #e97f02; text-decoration: none; }
#single .info a:hover { text-decoration: underline; }

#single .social {
	width: 360px;
	height: 22px;
	float: right;
	text-align: right;
	position: relative;
	top: -17px;
	margin: 0;
}

#single .social.bottom {
	width: 100%;
	text-align: right;
	margin: 10px 0 -20px 0;
	padding-bottom: 30px;
	background: url(/img/separator.png) bottom repeat-x;
}

#single .social .item {
	float: right;
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 22px !important;
}

#single .lead {
	width: 100%;
	float: left;
	font-weight: bold;
}

#single div {
	margin: 10px 0;
}

#single a {
	color: #e97f02;
	text-decoration: underline;
}

#single h3 { font-size: 15px; margin: 5px 0 10px 0; color: #430a3d; }
#single h4 { font-size: 14px; margin: 5px 0 10px 0; color: #430a3d; }
#single h5 { font-size: 13px; margin: 5px 0 10px 0; color: #430a3d; }

#single .image {
	width: 100%;
	float: left;
	text-align: center;
	display: block;
}

#single .image.small .caption {
	width: 468px;
	margin: -10px 0 10px 65px;
}

#single .image a {
	position: relative;
}

#single .image a img {
	padding: 1px;
	border: 1px solid transparent;
}

#single .image .caption {
	width: 580px;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	padding: 10px 0 5px 0;
	margin: -10px 0 0 10px;
	background: #e1e1e1;
}

#single .image span.magnifier {
	width: 35px;
	height: 35px;
	display: block;
	background: url(/img/magnifier.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 15px;
}

#single .banner {
	width: 570px;
	float: left;
	position: relative;
	margin: 20px 0;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #ece6eb;
	border-bottom: 1px solid #ece6eb;
}

#single .banner a img {
	margin: 10px 0 5px 0;
	border: 1px solid #ece6eb;
}

#single .banner span.ad {
	position: absolute;
	top: -17px;
	right: 0px;
	font: 11px Tahoma, Helvetica, sans-serif;
	color: #844e61;
}

#single .featured {
	background: #f6f3f4;
	border: 1px solid #dbced8;
	float: left;
	padding: 15px;
}

#single .featured.full { width: 560px; margin: 10px 0 20px 0; }
#single .featured.left { width: 200px; float: left; margin: 10px 10px 10px 0; }
#single .featured.right { width: 200px; float: right; margin: 10px 0 10px 10px; }

#single .post-image.left {
	float: left;
	margin: 0 10px 10px 0;
}

#single .post-image.right {
	float: right;
	margin: 0 0 10px 10px;
}

#single .post-image.full {
	width: 100%;
	float: left;
	margin: 10px 0;
}

#single .list-item {
	margin-bottom: -10px !important;
}

#single .list-item .list-wrapper {
	padding-top: 0;
}

/* Új komment hozzáadása */
#newcomment {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	background: url(/img/separator.png) bottom repeat-x;
}

#newcomment .section-head {
	font-size: 24px;
}

#newcomment table {
	width: 100%;
	float: left;
}

#newcomment table td {
	padding: 5px;
	vertical-align: middle;
}

#newcomment table tr:nth-of-type(2) td { 
	vertical-align: top;
}

#newcomment .text-input,
.bordered-box .text-input {
	width: 270px;
	border: 1px solid #dcd1da;
	padding: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #844e61;
	background: #f1ecf0;
	background: -moz-linear-gradient(top, #f1ecf0 0%, #ffffff 98%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1ecf0), color-stop(98%, #ffffff));
	background: -webkit-linear-gradient(top, #f1ecf0 0%, #ffffff 98%);
	background: -o-linear-gradient(top, #f1ecf0 0%, #ffffff 98%);
	background: -ms-linear-gradient(top, #f1ecf0 0%, #ffffff 98%);
	background: linear-gradient(top, #f1ecf0 0%, #ffffff 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1ecf0", endColorstr="#ffffff", GradientType=0 );
}

#newcomment textarea {
	width: 480px !important;
	height: 100px;
}

#newcomment tr:nth-of-type(3) img { 
	vertical-align: middle !important;
}

#newcomment tr:nth-of-type(3) .text-input {
	width: 100px !important;
	margin-left: 10px;
	vertical-align: middle !important;
}

/* Kommentek listája */
#comments .section-head {
	font-size: 24px;
	margin-bottom: -5px;
}

#comments .comment-item {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #dcd1da;
}

#comments .comment-item:last-child {
	border: none;
}

#comments .comment-item .comment-head {
	width: 100%;
	float: left;
	color: #e97f02;
}

#comments .comment-item .comment-head a {
	font-size: 13px;
	font-weight: bold;
	color: #e97f02;
	margin-right: 5px;
	text-decoration: none !important;
}

#comments .comment-popup {
	width: 290px;
	height: 120px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	left: 145px;
	display: block;
	background: rgba(72, 10, 61, 0.35);
	border-radius: 5px;
}

#comments .comment-popup .thanks {
	width: 268px;
	height: 78px;
	background: #fff;
	text-align: center;
	margin: 10px;
	padding-top: 20px;
	border: 1px solid #e97f02;
}

#comments .comment-popup .thanks span {
	display: block;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #490a3d;
	margin-bottom: 20px;
}

/* Receptek */
#receptek {
	background: url(/img/separator.png) bottom repeat-x;
}

#receptek .more {
	float: left;
	display: block;
	margin: 10px 0 0px 0;
	padding-bottom: 20px;
}

#receptek .recipe-box h3 a {
	width: 250px;
	float: left;
	display: block;
	font: bold 16px/22px Arial, Helvetica, sans-serif;
	background: #e97f02;
	color: #fff;
	margin: -5px 0 10px 0;
	padding: 5px 10px;
}

#receptek .recipe-list h3 a {
	width: 260px;
	display: block;
	float: left;
	line-height: 20px;
	background: url(/img/dotpurple.png) left center no-repeat;
	padding: 2px 0 2px 28px;
}

/* Horoszkóp */
#horoszkop {
	background: url(/img/separator.png) bottom repeat-x;
}

#horoszkop .section-head span {
	font: bold 14px/50px Arial, Helvetica, sans-serif;
	color: #e97f02;
	float: right;
	margin-right: 20px;
}

#horoszkop table {
	width: 580px;
	float: left;
	margin: -10px 0 0px 0;
}

#horoszkop table td { vertical-align: middle !important; }
#horoszkop table td.image { width: 130px; }
#horoszkop table td.text { width: 450px; }

/* Képgalériák */
#kepgaleriak {
	padding: 15px 0 30px 0;
	background: url(/img/separator.png) bottom repeat-x;
}

#kepgaleriak .gallery-item {
	width: 110px;
	float: left;
	margin-right: 13px;
	padding: 0;
}

#kepgaleriak .gallery-item:last-child { margin: 0; }

/* Szerencsesüti */
#szerencsesuti {
	padding: 10px;
}

#szerencsesuti .cookie-open {
	width: 355px;
	height: 268px;
	float: left;
	display: block;
	position: relative;
	background: url(/img/cookie-closed.png) no-repeat;
}

#szerencsesuti .cookie-open span {
	width: 170px;
	background: #fff;
	padding: 3px;
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	display: none;
	position: absolute;
	top: 76px;
	right: 22px;
	text-decoration: none !important;
	color: #490a3d;
}

#szerencsesuti .cookie-open:hover { opacity: 0.9; text-decoration: none !important; }
#szerencsesuti .cookie-open.reveal { background: url(/img/cookie-open.png) no-repeat; }
#szerencsesuti .cookie-open.reveal span { display: block; }

/* Keresés */
#kereses .search-input {
	width: 220px;
	height: 26px;
	float: left;
	font-size: 11px;
	background: url(/img/search-input.png) no-repeat;
	border: none;
	margin: 0 5px 0 13px;
	padding-left: 28px;
	color: #4c454b;
}

#kereses .search-submit {
	float: right;
	margin: 0;
}

/* Szavazás */
ul.poll {
	width: 280px;
	float: left;
	margin: 10px;
}

ul.poll li {
	width: 100%;
	float: left;
	margin: 5px 0;
}

ul.poll li span {
	width: 250px;
	float: right;
	display: block;
}

ul.poll.full { width: 550px; }
ul.poll.full li span { width: 520px; }

.bordered-box {
	width: 590px;
	float: left;
	margin: -10px 0 15px 0;
	padding: 0;
	border-top: 1px solid #e3d7db;
	border-bottom: 1px solid #e3d7db;
}

.bordered-box label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 70px !important;
}

/* Szavazás eredménye */
.poll-results {
	padding: 15px 0;
}

.poll-results table {
	width: 450px;
	float: left;
}

.poll-results table td {
	padding: 4px 2px;
	vertical-align: middle;
}

.poll-results table td.poll-item {
	width: 150px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.poll-results table td.poll-percent div {
	width: 250px;
	height: 12px;
	background: none;
	padding: 1px;
	border: 1px solid #e3d7db;
}

.poll-results table td.poll-percent span {
	width: auto;
	height: 12px;
	display: block;
	background: #ee9f41;
}

/* Tesztek */
.test-container,
.test-container .item,
.test-container .item h5 {
	width: 590px;
	float: left;
}

.test-container .item h5 {
	font: bold 15px/22px Arial, Helvetica, sans-serif !important;
	border-bottom: 1px solid #ece6eb;
	padding-bottom: 10px;
}

.test-container ul.poll {
	margin-top: 0 !important;
}

.test-submit {
	margin: 10px 0 !important;
}

/* Videók */
.video-container {
	width: 590px;
	float: left;
	text-align: left;
	margin: 15px 0;
	padding-bottom: 20px;
	background: url(/img/separator.png) bottom repeat-x;
}

/* Szerintetek */
#szerintetek .comment-item {
	width: 100%;
	float: left;
	padding: 5px 0;
	border-bottom: 1px solid #ece6eb;
}

#szerintetek .comment-item:last-child { border: none; }
#szerintetek .comment-item p { margin: 0; line-height: 1.6em; color: #844e61; }
#szerintetek a { font-weight: bold; }

/* Címkefelhő */
.tagcloud {
	width: 340px;
	float: right;
	margin: 15px 0;
	text-align: center;
}

.tagcloud a {
	line-height: 42px;
	margin: 0 5px;
}

.tagcloud a:hover {
	text-decoration: underline;
}

.tagcloud .size-1 {
	font: normal 20px "HouschkaProLight", Arial, Helvetica, sans-serif;
	color: #a4849e;
}

.tagcloud .size-2 {
	font: normal 16px "HouschkaProLight", Arial, Helvetica, sans-serif;
	color: #ee9f41;
}

.tagcloud .size-3 {
	font: normal 30px "HouschkaProLight", Arial, Helvetica, sans-serif;
	color: #77476e;
}

.tagcloud .size-4 {
	font: normal 40px "HouschkaProLight", Arial, Helvetica, sans-serif;
	color: #490a3d;
}

/* 404 hibaoldal */
#error {
	width: 440px;
	height: 200px;
	float: left;
	margin: 10px 0 15px 0;
	padding: 10px 0 20px 150px;
	position: relative;
	background: url(/img/separator.png) bottom repeat-x;
}

#error h5 {
	font: normal 42px "HouschkaProLight", Arial, Helvetica, sans-serif;
	margin: 10px 0;
	color: #e97f02;
}

#error a {
	font-weight: bold;
}

#error .face {
	width: 72px;
	height: 131px;
	display: block;
	position: absolute;
	top: 35px;
	left: 20px;
	background: url(/img/error.png) no-repeat;
}

/* Lábléc */
#footer {
	width: 920px;
	float: left;
	margin: 20px 0;
	padding: 15px 20px;
	color: #844e61;
	background: #f5f2f4;
	background: -moz-linear-gradient(top, #f5f2f4 0%, #ffffff 98%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f2f4), color-stop(98%, #ffffff));
	background: -webkit-linear-gradient(top, #f5f2f4 0%, #ffffff 98%);
	background: -o-linear-gradient(top, #f5f2f4 0%, #ffffff 98%);
	background: -ms-linear-gradient(top, #f5f2f4 0%, #ffffff 98%);
	background: linear-gradient(top, #f5f2f4 0%, #ffffff 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f2f4", endColorstr="#ffffff", GradientType=0 );
}

#footer .links,
#footer .copyright,
#footer .partners,
#footer .full {
	width: 100%;
	float: left;
}

#footer a {
	font-size: 11px;
	font-weight: normal;
	color: #844e61;
}

#footer section {
	width: 295px;
	padding: 10px 0;
	float: left;
}

#footer section h6 a {
	color: #490a3d;
	font-size: 12px;
	font-weight: bold;
}

#footer section ul li {
	background: url(/img/dotsmall.png) left center no-repeat;
	padding: 0 0 0 20px;
}

#footer section ul li a:hover { text-decoration: underline; }

#footer .copyright { 
	font-size: 11px; 
	color: #4c454b;
}

#footer .copyright a {
	font-size: 11px;
	color: #490a3d;
	margin: 10px 10px 0 0;
}

#footer .partners {
	margin: 10px 0;
}

#footer .partners .section-head { 
	font: normal 24px/42px "HouschkaProLight", Arial, Helvetica, sans-serif;
}

#footer .partners a img { float: left; margin: 5px 10px; }