@CHARSET "UTF-8";

@media all {
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
}

@media screen, projection {
    html {
    	height: 100%;
        font-size: 62.5%;
    }

    body {
        height: 100%;
        color: #313131;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
		line-height: 1.25em;
        background: url("../gfx3/bg.png") repeat-x;
    }

	div, ul, li, input, textarea {
		box-sizing: border-box;
	}

	h1 {
		font-size: 48px;
		font-size: 4.8rem;
		font-weight: 300;
		line-height: 1.2em;
	}

	h2 {
		color: #0069b2;
		font-size: 30px;
		font-size: 3.0rem;
		text-transform: uppercase;
	}

	h3 {
		color: #0069b2;
		font-size: 20px;
		font-size: 2.0rem;
		text-transform: uppercase;
	}

	h4 {
		color: #313131;
		font-size: 14px;
		font-size: 1.4rem;
		text-transform: uppercase;
	}

	a {
		color: #0069b2;
		text-decoration: none;
		transition: color 0.5s;
    	-webkit-transition: color 0.5s;
	}

		a:hover {
			color: #fd920b;
			text-decoration: none;
			transition: color 0.5s;
    		-webkit-transition: color 0.5s;
		}

		a.noHover:hover {
			color: inherit;
		}

	a.buton {
		font-size: 18px;
		font-size: 1.8rem;
		text-transform: uppercase;
		padding: 9px 15px;
		background-color: #1173b7;
		color: #fff;
	}

	a.buton.cancel {
		padding: 8px 15px 7px 15px;
		background-color: #e1e1e1;
		color: #313131;
		margin-left: 20px;
	}

	a.buton:hover {
		background-color: #fd920b;
	}

	strong {
		font-weight: 700;
	}

	textarea {
		box-sizing: border-box;
		width: 100%;
		min-height: 122px;
		color: #bfbfbf;
		font-family: 'Open Sans', sans-serif;
		padding: 12px;
		border: 1px solid #e1e1e1;
	}

	.center {
		text-align: center;
	}

	.justify {
		text-align: justify;
	}

	.right {
		float: right;
	}

	.left {
		text-align: left;
	}

	ul.padded,
	div.padded {
		margin: 40px 0;
	}

	ul.padded-less,
	div.padded-less {
		margin: 10px 0;
	}

	div.padded-more {
		margin: 40px 0 80px 0;
	}

	body > header + div.box {
		margin-top: 48px;
	}

	body > header > div {
		color: #fff;
		background: url("../gfx3/bgHead.png") no-repeat;
	}

		div.nav-box {
			height: 140px;
		}

		div.search-box {
			display: inline-block;
			height: 50px;
			padding-top: 10px;
			margin-bottom: 16px;
		}

			div.search-box 	input[type="text"]{
				width: 202px;
				height: 30px;
				background: #fff url("../gfx3/sprite.png") no-repeat 0 -2px;
				padding-left: 32px;
				border: none;
				border-top-left-radius: 15px;
				border-bottom-left-radius: 15px;
				float: left;
			}

			div.search-box input[type="submit"]{
				width: 75px;
				height: 30px;
				color: #fff;
				text-transform: uppercase;
				text-shadow: 1px 1px 1px #888;
				background: #fff url("../gfx3/bgLine.png") repeat-x;
				border: none;
				border-top-right-radius: 15px;
				border-bottom-right-radius: 15px;
				cursor: pointer;
			}

		div.user-box {
			float: right;
			position: relative;
			font-size: 12px;
			font-size: 1.2rem;
			padding: 4px 4px 0 0;
		}

			div.user-box a {
				color: #ffe091;
			}

			div.user-box > a {
				font-weight: 600;
				line-height: 36px;
				margin-right: 8px;
			}

			span#user-trigger {
				display: inline-block;
				width: 38px;
				height: 38px;
				background: url("../gfx3/sprite.png") no-repeat 0 -199px;
				cursor: pointer;
				vertical-align: middle;
			}

			div#user-menu {
				position: absolute;
				top: 80px;
				right: 13px;
				min-width: 196px;
				font-size: 12px;
				font-size: 1.2rem;
				background-color: #1070b3;
				padding: 16px 28px;
				border-radius: 24px;
				z-index: 1000;
			}

				div#user-menu > span {
					position: absolute;
					top: -28px;
					right: 0;
					width: 48px;
					height: 56px;
					background: url("../gfx3/icon.png") no-repeat 0 -712px;
				}

				div#user-menu div.avatar {
					text-align: center;
					margin-bottom: 12px;
				}

					div#user-menu img {
						border-radius: 50%;
					}

				div#user-menu li + li {
					margin-top: 8px;
				}

				div#user-menu a {
					text-transform: uppercase;
				}
					div#user-menu a:hover {
						color: #fff;
					}

				div#user-menu input {
					color: #ffe091;
					font-size: 12px;
					font-size: 1.2rem;
					text-transform: uppercase;
					background: none;
					padding: 0;
					border: none;
					margin: 0 0 0 -3px;
					cursor: pointer;
					transition: color 0.5s;
    				-webkit-transition: color 0.5s;
				}
					div#user-menu input:hover {
						color: #fff;
						transition: color 0.5s;
    					-webkit-transition: color 0.5s;
					}

		nav {
			text-align: justify;
		}

			nav > span {
				position: relative;
				display: inline-block;
				height: 0;
				width: 100%;
			}

			nav > ul  {
				display: inline;
			}

				nav > ul > li {
					display: inline-block;
					font-weight: 300;
					text-transform: uppercase;
				}

				nav li.login-wrapper {
					position: relative;
				}

				nav ul a {
					color: inherit;
					position: relative;
				}

					nav ul a:hover {
						color: inherit;
					}

					nav ul a.selected:before,
					nav ul a:hover:before {
						content: "";
						border-top: 2px solid #fff;
						position: absolute;
						top: -7px;
						display: block;
						height: 30px;
						width: 100%;
					}

						nav ul a.noHover:hover:before {
							border: none;
						}

				nav ul img {
					vertical-align: middle;
					margin-right: 8px;
				}

				nav ul > li:first-child span {
					font-size: 24px;
					font-size: 2.4rem;
					font-weight: 400;
					vertical-align: middle;
				}

				nav span#login-trigger {
					display: inline-block;
					box-sizing: border-box;
					font-size: 18px;
					font-size: 1.8rem;
					line-height: 46px;
					padding: 0 16px;
					border: 2px solid #fff;
					border-radius: 25px;
					cursor: pointer;
				}

					div#login-box {
						position: absolute;
						top: 86px;
						right: 78px;
						min-width: 290px;
						color: #313131;
						text-transform: none;
						background-color: #eee;
						padding: 18px 24px;
						border-radius: 12px;
						z-index: 100;
					}

						div#login-box span {
							position: absolute;
							top: -28px;
							right: 48px;
							display: block;
							width: 48px;
							height: 28px;
							background: url("../gfx3/icon.png") no-repeat 0 -678px;
						}

						div#login-box li {
							height: 32px;
						}

						div#login-box li + li {
							margin-top: 18px;
						}

							div#login-box label {
								font-size: 12px;
								font-size: 1.2rem;
								line-height: 30px;
							}

							div#login-box input[type="text"],
							div#login-box input[type="password"] {
								float: right;
								height: 30px;
								width: 180px;
								padding: 0 4px;
								border: 1px solid #d0d0d0;
							}

							div#login-box a {
								font-size: 11px;
								font-size: 1.1rem;
								text-decoration: underline;
								line-height: 36px;
							}

							div#login-box input[type="submit"] {
								float: right;
								color: #fff;
								font-size: 14px;
								font-size: 1.4rem;
								text-shadow: 1px 1px 1px #888;
								text-transform: uppercase;
								line-height: 36px;
								background: url("../gfx3/bgLine.png") repeat-x 0 -30px;
								padding: 0 20px;
								border: none;
								border-radius: 18px;
								cursor: pointer;
							}

	div.wrapper {
		position: relative;
	}

		div.wrapper div.bg {
			position: absolute;
			left: 0;
			top: 0;
			height: 100%;
			width: 50%;
			background-color: #f4f4f4;
			margin-left: 50%;
			z-index: -1;
		}

	div.box {
		max-width: 1140px;
		margin: 0 auto;
	}

	div.box-no-banner {
		max-width: 1140px;
		margin: 38px auto 0 auto;
	}

	div.long {
		max-width: 1140px;
		min-height: 600px;
		margin: 38px auto 0 auto;
	}

	div.float-wrapper:after {
		content: '';
		display: block;
		height: 1px;
		clear: both;
	}

	div.float-wrapper > div {
		float: left;
	}

	div.float-wrapper > div + div {
		float: right;
		padding-left: 32px;
		padding-right: 24px;
	}

	div.layout {
		overflow: hidden;
	}

	div.layout h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}

	div.layout > div {
		padding-top: 38px;
	}
/*
	div.layout > div {
		padding-bottom: 1200px;
		margin-bottom: -1200px;
	}
*/
	div.layout > div:first-child {
		width: 30%;
		padding-right: 38px;
	}

	div.layout > div + div {
		width: 70%;
		background-color: #f4f4f4;
	}

	div.banner-box {
		text-align: center;
		margin: 0 0 0 -10px;
	}

	ul.category {
		font-size: 14px;
		font-size: 1.4rem;
		margin: 24px 0 48px;
	}

		ul.category li + li {
			margin-top: 16px;
		}

		ul.category li a {
			color: inherit;
		}

			ul.category li a.selected {
				color: #0069b2;
			}

	ul.article-list {
		margin: 96px 0 48px;
	}

		ul.article-list li {
			padding: 0 0 48px 76px;
			border-bottom : 1px solid #fff;
		}

		ul.article-list li + li {
			padding-top: 32px;
		}

			ul.article-list li > a {
				color: inherit;
			}

				ul.article-list li > a p {
					font-size: 18px;
					font-size: 1.8rem;
				}

					ul.article-list li > a p span{
						float: right;
						color: #9a9a9a;
						font-size: 14px;
						font-size: 1.4rem;
					}

				ul.article-list li > a + p {
					margin-top: 24px;
				}

				ul.article-list li > p {
					font-size: 14px;
					font-size: 1.4rem;
				}

			ul.article-list img {
				float: left;
				border-radius: 50%;
				margin-left: -76px;
			}

	ul.dotted {
		position: relative;
		margin-left: 10px;
	}

	ul.dotted > li:before {
		content: "●";
		color: #1173b7;
		position: absolute;
		left: -10px;
		font-size: 14px;
		font-size: 1.4rem;
	}
		ul.dotted > li {
			padding-left: 10px;
			margin-bottom: 10px;
		}

	ul.dotted.small > li {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 7px;
	}

	dl.counter {
		list-style: decimal;
		counter-reset: my-counter;
	}
		dl.counter dt:before {
			content: counter(my-counter, decimal)".";
    		counter-increment: my-counter;
    		font-size: 30px;
    		font-size: 3rem;
    		font-weight: 300;
		    left: 0;
		    position: absolute;
		    top: -5px;
		}

		dl.counter dt {
			padding-left: 30px;
			position: relative;
			margin-bottom: 30px;
		}


	form.default select,
	form.default input[type="password"],
	form.default input[type="text"] {
		width: 200px;
		height: 30px;
		background-color: #fff;
		border: 1px solid #e1e1e1;
		padding: 5px;
		font-family: 'Open Sans', sans-serif;
	}

	form.default input[type="submit"],
	form.default input[type="button"] {
		min-width: 145px;
		height: 39px;
		background-color: #1173b7;
		color: #fff;
		font-weight: 300;
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
		text-transform: uppercase;
		border: none;
		font-family: 'Open Sans', sans-serif;
		cursor: pointer;
		line-height: 1.3em;
	}

	form.default textarea {
		color: #313131;
		font-weight: 300;
	}

		form.default input[type="submit"]:hover,
		form.default input[type="button"]:hover {
			background-color: #fd920b;
		}

	form.default input.long {
		width: 500px;
	}

	form.default input.longer {
		width: 308px;
	}

	form.default div.error select,
	form.default div.error input[type="text"],
	form.default div.error textarea {
		border: 1px solid #fc900a;
	}

	div#message-box {
		position: absolute;
		top: 96px;
		left: 50%;
		width: 40%;
		color: #fff;
		font-size: 24px;
		font-size: 2.4rem;
		background-color: #fd900b;
		padding: 48px;
		margin-left: -20%;
		z-index: 1000;
	}

		div#message-box > span {
			position: absolute;
			top: 8px;
			right: 12px;
			color: #fff;
			cursor: pointer;
			font-weight: 600;
		}

	div.pages li {
	    display: inline;
	}

	div.pages li + li:before {
	    content: '|';
	    margin: 0 5px 0 3px;
	}

	footer {
		padding-top: 1px;
		border-top: 1px solid #e1e1e1;
		margin-top: 48px;
	}

		footer > div {
			background-color: #ededed;
		}

		footer div.box {
			text-align: center;
			background: url("../gfx3/bgFooter.png") no-repeat;
			padding: 26px 0 12px;
		}

			footer div.box img {
				vertical-align: middle;
				margin-right: 12px;
			}

		footer div.box p:first-child {
			color: #0069b2;
			font-size: 20px;
			font-size: 2.0rem;
			font-weight: 400;
			text-transform: uppercase;
		}

		footer ul {
			display: inline-block;
			font-size: 18px;
			font-size: 1.8rem;
			margin: 32px 0 12px;
		}

			footer li {
				float: left;
			}

			footer li + li:before {
				content: '|';
				padding: 0 6px;
			}

				footer li a {
					color: inherit;
				}
					footer li a:hover {
						color: #0069b2;
					}

		footer ul + p {
			margin-bottom: 24px;
		}

		footer p.cookie {
			font-size: 13px;
			font-size: 1.3rem;
		}

		div.resultsNav {
			margin-bottom: 30px;
		}

		p.hide {
			margin-bottom: 20px;
		}

		ul.info_list li {
			margin-right: 20px;
		}

		ul.comments{
			margin-top: 42px;
		}

		div.photoCurrent ul.comments {
			display: block;
		}

			ul.comments li {
				padding: 32px 0 32px 206px;
				border-top: 1px solid #fff;
			}

			ul.comments li + li {
				clear: left;
			}

				ul.comments li a {
					float: left;
					margin-left: -206px;
				}

				ul.comments li img {
					border-radius: 50%;
					margin-right: 12px;
					vertical-align: middle;
				}

				ul.comments li a.removeComment {
					float: right;
				}

				ul.comments li time {
					font-weight: 400;
				}

		form.formAddComment div.submit {
			text-align: right;
			clear: right;
		}

		span.charcounter {
			float: right;
			font-size: 13px;
			font-size: 1.3rem;
			margin: 10px 0;
		}

		div.FAC-comment-container {
			position: relative;
		}

		div#subBoxFriends {
			margin-top: 30px;
		}

		div#subBoxFriends > div.heading {
			color: #313131;
			font-size: 20px;
			font-size: 2.0rem;
			text-transform: uppercase;
		}

	div.search-results {
		margin: 50px 0;
	}

	div.search-results p {
		line-height: 25px;
	}

	div.search-results div.head {
			padding-left: 74px;
			margin-bottom: 25px;
			overflow: hidden;
			border-bottom: 1px solid #e1e1e1;
			padding-bottom: 25px;
		}

	div.search-results div.head img.search {
		float: left;
		border-radius: 50%;
		margin-left: -74px;
	}
		div.search-results div.head img.noRounded {
			border-radius: 0;
			margin-right: 30px;
		}

		div.search-results div.head img.large {
			margin-right: 30px;
		}

	div.search-results div.head.search p {
		margin-left: 72px;
	}

	div.search-results div.head p.title {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 8px;
	}

		div.search-results div.head p.title time {
			float: right;
			color: #9a9a9a;
			font-size: 14px;
			font-size: 1.4rem;
		}

	div.search-results div.head p.icons {
		margin-top: 8px;
	}

		div.search-results div.head p.icons a {
			display: inline-block;
			min-height: 22px;
			background: url("../gfx3/sprite.png") no-repeat 0 -74px;
			padding-left: 32px;
			margin-right: 32px;
		}

		div.search-results div.head p.icons a.invite{
			background-position: 0 -107px;
		}

	div.search-results span.hilite {
		background-color: #217cbc;
    	color: #fff;
   	 	padding: 0 0.2em;
	}

}