/* ----- Ustawienia globalne ----- */

body {
	font-family: Helvetica, Arial, sans-serif;
}

p {
	color: #333;
}

a {
	color: #a01458;
}

input {
	font-family: Helvetica, Arial, sans-serif;
}

input[disabled] {
	background: #eee;
}

legend {
	padding: 0 0.75em 0 0.25em;
}

textarea {
	height: 8em;
	font: inherit;
	font-weight: bold;
}

#newThread input, #newThread textarea, #newPost textarea {
	width: 400px;
}

.editPostForm {
	display: none;
}

.editPost {
	width: 274px;
}

input.dm {
	width: 30px;
}

input.dy {
	width: 70px;
}

.red {
	color: #c2196d;
}

.right {
	text-align: right;
}

/* ----- Nagłówek ----- */

#header {
	margin-top: 2em;
	margin-bottom: 4em;
	border-bottom: 1px solid #ccc;
}

#header img {
	float: left;
}

#header p {
	font-family: Georgia;
	font-style: italic;
	margin-top: 0.20em;
	margin-left: 10em;
	font-size: 2.25em;
}

#top {
	margin-top: -4em;
	margin-bottom: 3em;
	padding-top: 0.25em;
	font-size: 0.9em;
	line-height: 1em;
}

#breadcrumb, #logged {
	margin-top: 0.5em;
}

#breadcrumb p, #logged p {
	margin-bottom: 0.5em;
	margin-top: 0;
	padding: 0;
}

#breadcrumb {
	line-height: 1.5em;
}

a.bcMain {
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0.2em 0.33em;
	margin-right: 0.25em;
	text-decoration: none;
	
	color: #ffffff;
	background: #a01458;
	
	border: 1px solid #a01458;
}

a.bcMain:hover {
	color: #a01458;
	background: #ffffff;
	border: 1px solid #a01458;
}

/* --- dla nieosobowych --- */

a.bcMain2 {
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0.2em 0.33em;
	margin-right: 0.25em;
	text-decoration: none;
	
	color: #14a058;
	background: #ffffff;
	border: 1px solid #14a058;
}

a.bcMain2:hover {
	color: #ffffff;
	background: #14a058;
	border: 1px solid #ffffff;
}


#logged {
	text-align: right;
}

#logged a {
	color: #a01458 !important;
}

#mailalert {
	margin-right: 6em;
}

#mailalert a {
	color: #fff !important;
	background: #a01458;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0.5em;
}

#mailalert a:hover {
	color: #a01458 !important;
	background: #fff;
}

/* ----- Shoutbox ----- */

#shoutbox {
}

#shoutbox form {
	border-top: 1px solid #eee;
	padding-top: 1em;
}

#shoutbox textarea {
	font-size: 0.9em;
	font-weight: normal;
	width: 452px;
	height: 3em;
	overflow: hidden;
}

#shoutcount {
	font-weight: bold;
}

/* ----- Lead na stronie głównej ----- */

#lead {
	text-align: right;
}

.lead_1 {
	font-size: 2.5em;
	line-height: 1.25em;
	font-weight: bold;
	letter-spacing: -1.25px;
}

.lead_2 {
	font-size: 1.75em;
	line-height: 0.875em;
	font-weight: bold;
}

fieldset .info {
	text-align: right;
}


/* ----- Miniaturki na stronie głównej ----- */

#thumbs {
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 2em;
	border-top: 1px solid #ccc;
}

#thumbs img {
	margin-right: 10px;
	margin-bottom: 1em;
}

/* ----- Stopka ----- */

#footer {
	margin-top: 4em;
	margin-bottom: 4em;
	padding-top: 2em;
	border-top: 1px solid #ccc;
}

#footer img {
	float: right;
}

#footer p {
	font-family: Georgia;
	font-style: italic;
	margin-top: 2em;
	margin-right: 28em;
	text-align: right;
}


/* ----- Po zalogowaniu ----- */

#news-a .news-date {
	margin-left: 0.25em;
	margin-right: 1em;
	font-weight: bold;
}

.more {
	text-align: right;
}

.more a {
	padding: 0 0.08em;
}

/*
#news-fr img {
	margin-right: 10px;
	margin-bottom: 1em;
}

#news-fr div img:last-child {
	margin-right: 0;
}
*/

.boardbox {
	background-color: #fbfbfb;
	border: 1px solid #ddd;
	padding: 1.2em 1.2em 1em 1.2em;
	margin-bottom: 2em;
}

.boardbox ul {
	list-style: none;
	margin: 0.25em 0;
	font-weight: bold;
}

.boardbox .shortlinks {
	text-align: right;
}

.autopromo {
	background-color: #fff;
	border: 1px solid #a01458;
}

.status {
	margin-left: 1em;
}

label.error { display: block; float: none; color: #c2196d; padding-left: .5em; vertical-align: top; font-weight:bold}
label.error[for="start_m"] { float: left; }
label.error[for="end_m"] { float: left; }


/* ----- Edycja profilu - opcja usuwania konta ----- */

#delaccount {
	text-align: center;
	margin: 4em 0 2em 0;
}

#delaccount a {
	float: none;
	width: 190px;
	margin: 0 auto;
}


/* ----- Edycja CV ----- */

#cv, #galeria {
	margin-top: 3em;
	margin-bottom: 6em;
}

/* ----- Karta osoby ----- */

.pCard {
	text-align: center;
	height: 12em;
	background: url('../img/stripe.png');
	margin-bottom: 1em;
}

.pCard img {
	margin-top: 1.5em;
}

.pCard p img {
	margin-top: 0;
}

.pCard p {
	font-size: 1em;
}

.pCard a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.pCardBlank {
	text-align: center;
	height: 12em;
	background: #ffffff;
	margin-bottom: 1em;
}

/* ----- Galerie ----- */

.gItem, .fgItem {
	text-align: center;
	min-height: 16em;
	background: url('../img/stripe.png');
	margin-bottom: 1em;
}

.gItem .gEdit, .fgItem .fgEdit {
	margin: 0.25em 0.5em 0 0.25em;
	text-align: right;
	float: right;
}

.gItem p, .fgItem p {
	margin: 1em;
	text-align: left;
}

.gItem h3, .fgItem h3 {
	margin: 1em;
	text-align: left;
	min-height: 2em;
}

.fgItem img {
	margin: 0 auto;
}

.gItemBlank, .fgItemBlank {
	text-align: center;
	min-height: 16em;
	background: #ffffff;
	margin-bottom: 1em;
}

/* ----- Widok profilu ----- */

#metric img {
	margin: .5em 0 2em 0;
}

#metric {
	min-height: 18em;
}

/* ----- Poczta ----- */

#nomsg {
	height: 12em;
	text-align: center;
	vertical-align: middle;
}

tr th {
	border-bottom: 1px solid #ccc;
}

td {
	min-height: 4em;
}

.unread * {
	font-weight: bold;
}

#msgcontent {
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

#msgheader {
	font-weight: bold;
}

.unreadmail a {
	color: #fff;
	background: #a01458;
}

.unreadmail a:hover {
	color: #a01458;
	background: #fff;
}


/* ----- Forum ----- */

.center {
	text-align: center;
}

.post {
	margin: 1em 0;
	border-bottom: 1px solid #ddd;
}

#opis {
	height: 24em;
}

.postoptions {
	font-size: 0.8em;
	text-align: right;
}

.cit {
	cursor: pointer;
	text-decoration: none;
	padding: 0 .25em;
	color: #fff;
	background: #a01458;
}

.cit:hover {
	color: #a01458;
	background: #fff;
}

a.edit {
	cursor: pointer;
}

span.quotation {
	display: block;
	font-style: italic;
	padding: 0 0 0 1em;
	border-left: 1px solid #ccc;
}
