/*
Theme Name: NiceOne*
Theme URI: http://niceone.filipruzicka.net/
Description: Standartní NiceOne témíčko pro mé potřeby.
Version: 1.0.0.0.0.0.2
Author: Filip Růžička
Author URI: http://filipruzicka.net/
*/


body {
	background: url(img/footerbg.jpg) repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 25px;
	padding: 0; margin: 0;
	color: #1e1e1e;
}

a {
	text-decoration: none;
	color: #1c5b78;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 25px;
	letter-spacing: -1px;
	padding: 0; margin: 0;
	margin-top: 20px;
	color: #1c5b78;
	text-shadow: 1px 1px 0px #fff;
}

h2 a {
	text-decoration: none;
	color: #1c5b78;
}

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

h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 0; margin: 0;
	color: #1c5b78;
	text-shadow: 1px 1px 0px #fff;
}

header {
	display: block;
	padding-top: 45px;
	position: relative;
}

nav {
	display: block;
	margin: 0; padding: 0;
	position: absolute; bottom: 10px; right: 0;
	text-shadow: 1px 1px 0px #fff;
}

article {
	display: block;
}

hr {
	width: auto; height: 0;
	border: none;
	border-top: 1px solid #e3e3e0;
	border-bottom: 1px solid #fff;
	clear: both;
}

#wide {
	margin: 0; padding: 0;
	background: url(img/bg.jpg);
}

blockquote {
	padding-left: 25px;
	margin: 0;
	border-left: 3px solid #C4D1DA;
	color: #383838;
	font-style: italic;
}

.link h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

nav ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

nav ul li {
	margin: 0; padding: 0;
	display: inline;
	padding-left: 10px;
}

.wrap {
	width: 700px;
	margin: 0 auto;
}

a#logo {
	display: block;
	float: left;
	background: url(img/logo.png) no-repeat;
	width: 311px; height: 85px;
	padding-bottom: 40px;
}

footer {
	display: block;
	background: url(img/footerbg.jpg);
	height: 250px;
	margin-top: 20px;
	color: #b0b0af;
}

footer a {
	color: #b0b0af;
	text-decoration: underline;
}

#footertop {
	height: 47px;
	background: url(img/footertop.jpg) repeat-x;
}

#horizontal-line {
	width: auto;
	height: 0px;
	border-top: 1px solid #e3e3e0;
	border-bottom: 1px solid #fff;
	clear: both;
	margin: 0; padding: 0;
}

.alignleft {
	float: left;
	margin: 0; padding: 0;
}

.alignright {
	float: right;
	margin: 0; padding: 0;
}

.postmeta {
	font-size: 13px;
	color: #696969;
	text-shadow: 1px 1px 1px #fff;
	padding-bottom: 20px;
}

.linkedcontent {
	padding-left: 30px;
	/*
	font-size: 12px;
	line-height: 23px;
	*/
}

.navigation {
	padding-top: 10px;
	padding-bottom: 10px;
}

ul#archive-list {
	list-style-type: none;
	margin: 10px 0 10px 0; padding: 0;
}

ul#archive-list li {
	padding: 3px 0 3px 0;
	margin: 0;
}

.archivedate {
	display: block;
	float: left;
	width: 90px;
	color: #969696;
	text-align: right;
	padding-right: 20px;
}

.archive-feature {
	
}

.social {
	display: block;
	float: right;
	text-indent: -9999px;
	margin-left: 30px;
}

#rss {
	width: 48px; height: 49px;
	background: url(img/rss.png) no-repeat;
}

#twitter {
	width: 36px; height: 47px;
	background: url(img/twitter.png) no-repeat;
}

/*--  Social Grid  --*/

.socialgrid {
	display: block; float: left;
	line-height: 15px;
	width: 182px;
	height: 50px;
	padding-left: 50px;
	text-shadow: 1px 1px 0px #fff;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

.socialgrid:hover {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
	
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	text-decoration: none;
}

.subsocial {
	color: #1e1e1e;
	display: block;
}

.email { background: url(img/icons/email.png) no-repeat; }
.twitter { background: url(img/icons/twitter.png) no-repeat; }
.windows { background: url(img/icons/windows.png) no-repeat; }
.icq { background: url(img/icons/icq.png) no-repeat; }
.facebook { background: url(img/icons/facebook.png) no-repeat; }
.googletalk { background: url(img/icons/google-talk.png) no-repeat; }
.flickr { background: url(img/icons/flickr.png) no-repeat; }
.foursquare { background: url(img/icons/foursquare.png) no-repeat; }
.lastfm { background: url(img/icons/lastfm.png) no-repeat; }
.xbox { background: url(img/icons/xbox.png) no-repeat; }
.youtube { background: url(img/icons/youtube.png) no-repeat; }

/*--  Social Grid konec  --*/

.clearer {
	clear: both;
}