/*@font-face
{
	font-family: nexa-light;
	src: url('nexa-light.otf');
}
@font-face
{
	font-family: nexa-bold;
	src: url('nexa-bold.otf');
}*/

html
{
	width: 100%;
	height: auto;
}

body
{
	background-image: url("../images/noise.png");
}

header
{
	margin-bottom: 30px;
}

header .row {
	background-color: white;
}
header .categories
{
	width: 100%;
	list-style: none;
	list-style-position: inside;
}
header .categories li
{
	text-align: center;
	width: 14%;
	float: left;
}
header .categories .icon
{
	margin-top: 10px;
	width: 100%;
}
header .categories .icon img
{
	height: 70px;
}
header .brand
{
	height: 90px;
	margin-bottom: 10px;
}
header .brand #logo
{
	margin: 0 15px 0 0;
	width: 100%;
}
header .brand #logo-container
{
	float: left;
	width: 80%;
}
header .social img
{
	height: 30px;
}
.ad
{
	border: 1px solid black;
	background-color: red;
}
header .ad
{
	width: 720px;
	height: 90px;
}
.ad-container {
	text-align: center;
}
.ad-container .ad {
	width: 468px;
	height: 60px;
}
.headline-thumb {
	margin: 20px 0;
	background-color: white;
}
.headline-thumb img
{
	width: 100%;
}
.headline-thumb .button
{
	width: 100%;
	margin: 5px 0 !important;
}
.headline-thumb .title
{
	color: black;
}
.headline-thumb .title:hover
{
	text-decoration: underline;
}
.headline-thumb .button-container
{
	margin:0 !important;
	padding:0 !important;
}
.topPictures, .pouce {
	height: 75px;
}
.topPictures {
	background-color: white;
}
.topPictures .columns {
	height: 100%;
}
.topFlics {
	background-color: white;
}
.topFlics div {
	margin: 10px 0;
}
.pouce {
	background-color: blue;
	color: white;
}
.clap {
	border: 1px solid black;
}

.inline
{
	display:inline;
}

#logo
{
	height: 90px;
	margin-bottom: 50px;
}

#footer
{
	width: 100%;
	text-align: center;
	font-size: 10px;
}

.tag-cloud {
	width: 100%;
	height: 100%;
	border: 1px solid red;
}

#container
{
	width: 960px;
	margin: auto;
	padding: 10px;
	font-family: "nexa-bold", arial; 
}

#photo_choice img
{
	margin-right: 10px;
	cursor: pointer;
	box-shadow: 5px 5px 10px #9E4900;
}

.photo_choice img {
	margin-right: 10px;
	cursor: pointer;
	box-shadow: 5px 5px 10px #9E4900;
}

#actions
{
	text-align: center;
}

#possibilities
{
	padding-top: 80px;
}

.clear
{
	clear: both;
}

.panel-dock
{
	border: 1px solid black;
	width: 400px;
	height: 300px;
	float: left;
	margin: 20px 20px;
	overflow: hidden;
}

.panel-dock .user
{
	height: 50px;
}

#photos-nogroup-container
{
	width: 100%;
}

.photos-container img
{
	width: 100%;
}

.photos-container td
{
	text-align: center;
}

.photos-container div
{
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.photos-container .icon
{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.inline
{
	display: inline;
}

#group-tags-photos-container
{
	width: 100%;
}

.fileDownloader
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.fileDownloader .interface
{
	position: relative;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	z-index: 2;
	background-color: white;
	padding: 10px;
}

.fileDownloader .interface .pictures div input
{
	width: 30%;
	display: inline;
}

#headline-content #pictures div {
	margin-bottom: 10px;
	font-size: 10px;
}
#headline-content #pictures div img {
	margin-bottom: 5px;
}

#headline-content #headline-text input {
	width: 50%;
}

#headline-content #submit-container {
	width: 100%;
	text-align: center;
}

#headline-title {
	text-align: center;
}
#headline-title .social {
	text-align: left;
}
#headline-title .social .network {
	margin: 2px;
}
.littleText {
	font-size: 11px;
}

/** Modal CSS **/
.modal-bg {
	background-color: rgba(125, 125, 125, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.aftermodal {
	position: fixed;
	background-color: white;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	padding: 20px;
	text-align: center;
}

.aftermodal .title {
	font-size: 20px;
}

.aftermodal .photos {
	width: 28%;
	height: 95%;
	overflow-y: auto;
	float: left;
}

.aftermodal .central-bar {
	position: relative;
	width: 40%;
	height: 95%;
	font-weight: bold;
	float: left;
	text-align: center;
}

.aftermodal .right-sidebar {
	float: left;
	width: 30%;
	height: 95%;
	border-left: 1px solid #999999;
}

.aftermodal .right-sidebar button {
	width: 90%;
	height: 14%;
	margin: 5%;
	box-shadow: 5px 5px 10px black;
}

.aftermodal .ad {
	height: 250px;
	width: 250px;
	margin: auto;
	color: black;
}

/** Subscription buttons **/
#subscription-modes .offer {
	width: 90%;
	height: 125px;
	padding: 5%;
	color: white;
	box-shadow: 5px 5px 10px black;
}

/** Login/Signin forms **/
form#login-signin {
	width: 50%;
	margin: auto;
	text-align: center;
}

form#login-signin .button {
	width: 49%;
}