/*
	Theme Name: FMGv2
	Theme URI: http://fmob.geekr.pl
	Description: Szablon wykonany dla gdańskiej areny flash mobowej.
	Version: 2.0
	Author: Łukasz Kliś
	Author URI: http://klis.biz
*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #222223;
	background: #1d4e8b url(images/background.jpg) repeat-x;
	margin: 35px 0 15px 0;
}

#container
{
	width: 850px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	border: 5px solid #3b95d2;
}

#header
{
	height: 75px;
	background: url(images/logo.jpg) no-repeat;
	padding: 12px 0 0 120px;
}

#navigation
{
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: center;
	background: #e9e9e9;
}

#main
{
	overflow: hidden;
}

#page
{
	background: #fff;
	float: left;
	width: 600px;
}

blockquote
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 5px 0 20px 0;
	height: 110px;
	color: #484848;
	background: #e9e9e9 url(images/info.jpg) no-repeat bottom right;
}

.content
{
	margin-bottom: 20px;
}

.content:last-child
{
	margin-bottom: 0;
}

.meta
{
	color: #898989;
	text-align: right !important;
	font-size: 12px;
}

#nav-bottom
{
	overflow: hidden;
	width: 250px;
	margin: 0 auto;
	background: #e9e9e9;
	padding: 5px 25px;
}

#sidebar
{
	background: #fff;
	width: 230px;
	float: right;
	text-align: left;
	font-size: 12px;
}

.box
{
	background: #e9e9e9;
	padding: 5px;
	margin-bottom: 10px;
}

.box:last-child
{
	margin-bottom: 0;
}

#footer
{
	overflow: hidden;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #a5a5a5;
	padding-top: 10px;
}

/*
	ulozenie tekstu
*/

blockquote
{
	padding: 10px;
	line-height: 18px;
	text-align: justify;
}

.content p
{
	padding: 5px;
	line-height: 20px;
	text-align: justify;
}

.box p
{
	padding: 2px;
	line-height: 16px;
}

/*
	naglowki
*/

h1
{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 28px;
	letter-spacing: 3px;
	color: #1e5a9d;
}

span
{
	font-family: Tahoma, serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin-left: 3px;
	text-transform: uppercase;
	color: #7f7f7f;
}

h2
{
	font-family: Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -2px;
	border-bottom: 1px solid #e7e7e7;
	color: #0c345c;
	margin-bottom: 10px;
}

h3
{
	font-family: Arial, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #143e69;
	border-bottom: 1px solid #e9e9e9;
}

.content h3
{
	margin-top: 10px;
}

#sidebar h3
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin-bottom: -3px;
	letter-spacing: -1px;
	font-weight: bold;
}

h4
{
	
}

/*
	odnosniki
*/

a
{
	text-decoration: none;
	color: #2463af;
}

a:visited
{
	text-decoration: none;
	color: #1456a6;
}

a:hover
{
	text-decoration: underline;
	color: #3c7ecd;
}

h1 a, h1 a:visited, h1 a:hover
{
	text-decoration: none;
	color: #1e5a9d;
}

h2 a, h2 a:visited, h2 a:hover, h3 a, h3 a:visited, h3 a:hover
{
	text-decoration: none;
	color: #143e69;
}

#navigation a, #navigation a:visited
{
	color: #878787;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
}

#navigation a:hover
{
	color: #143e69;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
}

#nav-bottom a, #nav-bottom a:visited
{
	text-decoration: none;
	color: #767676;
}

#nav-bottom a:hover
{
	text-decoration: underline;
	color: #767676;
}

#footer a, #footer a:visited
{
	text-decoration: none;
	color: #a5a5a5;
}

#footer a:hover
{
	text-decoration: underline;
	color: #a5a5a5;
}

img a, img a:visited, img a:hover
{
	border: 0;
}

/*
	listy
*/

#navigation ul li
{
	display: inline;
}

#navigation li
{
	margin: 2px 7px;
	line-height: 25px;
}

#page li
{
	text-align: justify;
	line-height: 20px;
}

.content ul li
{
	margin-left: 25px;
	list-style: square;
}

.content ul, .content ol
{
	margin-bottom: 10px;
}

.content ol li
{
	margin-left: 30px;
}

#sidebar ul li
{
	margin-left: 15px;
}

#sidebar li
{
	line-height: 18px;
}
/*
	extra
*/

acronym
{
	cursor: help;
	border-bottom: 1px dotted #4d4d4d;
	font-weight: bold;
}

.content img
{
	border: 1px solid #d5d5d5;
	padding: 1px;
	margin: 10px;
}

.copyright, .old
{
	float: left;
}

.author, .new
{
	float: right;
}

img.left
{
	float: left;
	margin: 10px 10px 10px 0;
}

img.right
{
	float: right;
	margin: 10px 0 10px 10px;
}

img.center
{
	margin: 10px auto;
}

img.aligncenter
{
	margin: 0 auto;
	display: block;
}

input, textarea
{
	padding: 5px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

input
{
	width: 300px;
}

input#submit
{
	width: 150px;
}

textarea
{
	width: 300px;
	height: 250px;
}
