/*  
Theme Name: Pcblog
Theme URI: http://www.pcblog.cz
Description: Pcblog theme
Version: 1.1
Author: Adam Karnet
Author URI: http://www.webtoad.cz

*/

/* CSS RESET ------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  margin: 0px; 
  padding: 0px; 
}

table { 
  border-collapse: collapse; 
  border-spacing: 0; 
}

fieldset,img {  
  border: 0; 
}

address,caption,cite,code,dfn,em,strong,th,var { 
  font-style: normal; 
  font-weight: normal; 
}

ol,ul { 
  list-style: none; 
}

caption,th { 
  text-align: left; 
}

h1,h2,h3,h4,h5,h6 { 
  font-size: 100%; 
  font-weight: normal; 
}

q:before,q:after { 
  content: ''; 
}

abbr,acronym { 
  border: 0; 
}

div.clear {
  clear: both;
}

/* ------------------------------------------------------------------------------- */

body {
	margin: 0;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-align: left;
	background-image: url('img/bg.gif');
	color: #000000;
}

div#shadow {
	margin: 0 auto 0 auto;
	width: 930px;
	background-image: url('./img/shadow.png');
}

div#wrapper {
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
	background-color: #ffffff;
}

/* HEADER ------------------------------------------------------------------------ */

div#header {
	float: left;
	width: 900px;
}

div#header-left {
	float: left;
	width: 273px;
	height: 250px;
	background-image: url(img/header-left.jpg);
}

a#head-home-odkaz {
	display: block;
	margin: 92px 0 0 47px;
	height: 83px;
	width: 226px;
	text-decoration: none;
	border: none;
}

div#header-left h1 a {
	display: none;
}

div#header-left span#stats {
	font-size: 11px;
	margin: 1px 0 0 15px;
}

div#header-left span#stats strong {
	font-weight: bold;
}

div#header-middle {
	float: left;
	width: 352px;
	height: 250px;
	background-image: url(img/header-middle.jpg);
}

div#header-right {
	float: left;
	width: 275px;
	height: 250px;
	background-image: url(img/header-right.jpg);
}

/* HEADER RIGHT SEARCH ---------------------------------------------------------- */

div#search {
	margin: 66px 0 0 21px;
}

input#s {
	float: left;
	display: block;
	height: 22px;
	width: 150px;
	font-size: 16px;
}

input#searchsubmit {
	float: left;
	display: block;
	height: 24px;
	width: 60px;
	margin: 0 0 0 5px;
}

div#facebook {
  float:right;
  margin:23px 20px 0 0;
  height:64px;
  *margin-top:-45px;
}

div#rssfeeds {
	float:right;
	margin:1px 0 0 0;
	*margin-top:-65px;
	width:252px;
	height:70px;
}

div#rssfeeds a#rss-komentare {
	width:130px;
	height:70px;
	display:block;
	float:left;
	background:url('img/rss-komentare.jpg') no-repeat;
	background-position:0 -70px;
}

div#rssfeeds a#rss-prispevky {
	width:122px;
	height:70px;
	display:block;
	float:left;
	background:url('img/rss-prispevky.jpg') no-repeat;
	background-position:0 -70px;
}

/* CONTAINER -------------------------------------------------------------------- */

div#container, div#cul-de-sac {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 30px;
	width: 605px;
	background-color: #ffffff;
	background-image: url(img/menu-shadow.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}

div#container h2 {
	font-size: 1.5em;
	margin: 1em 0 0 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	line-height: 1em;
	text-decoration: none;
	color: #3f3f3f;
	font-weight: bold;
}

/* CONTAINER POST ----------------------------------------------------------------- */

div.post {
	margin: 1.5em 0 3em 0;
	/*background-image: url(img/linka.png);*/
}

/* CONTAINER POST NADPIS --------------------------------------------------------- */
div.post h2, div.post h2 a {
	font-size: 1em;
	margin: 2em 0 0 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	line-height: 1em;
	text-decoration: none;
	color: #4f829f;
	font-weight: bold;
	text-align: left;
}

div.post h2 a:hover {
	color: #3f3f3f;
}

/* CONTAINER POST PODROBNOSTI ----------------------------------------------------- */

div.post div.kategorie-autor {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 2.307692308em;
	color: #4f829f;
	vertical-align: top;
	float: left;
}

div.post div.kategorie-autor a:link, div.post div.kategorie-autor a:visited {
	color: #4f829f;
}

/* CONTAINER POST OBSAH ------------------------------------------------------------- */

div.post p {
	color: #5d5d5d;
	font-size: 1em;
	margin: 0 0 0.75em 0;
	line-height: 1.5em;
	text-align: justify;
}

div.post p strong, div.post ul li strong, div.post ol li strong {
	color: #3f3f3f;
	font-weight: bold;
}

div.post p em, div.post ul li em, div.post ol li em {
	color: #4f829f;
	font-style: italic;
}

div.post p a:link, div.post p a:visited, div.post ul li a:link, div.post ul li a:visited, div ol li a:link, div.post ol li a:visited {
	color: #4f829f;
	text-decoration: underline;
}

div.post p a:hover, div.post ul li a:hover, div.post ol li a:hover {
	text-decoration: none;
}

div.post h3 {
	color: #3f3f3f;
	margin: 0 0 0.625em 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25em;
	border-bottom: 1px dashed #3f3f3f;
}

div.post h4 {
	color: #4f829f;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25em;
}

div.post h4 a:link, div.post h4 a:visited {
	color: #4f829f;
	text-decoration: underline;
}

div.post ul, div.post ol {
	margin: 0 0 0.75em 2em;
	color: #5d5d5d;
}

div.post ul {
	list-style: square;
	list-style-position: inside;
}

div.post ol {
	list-style: decimal;
	list-style-position: inside;
}

div.post ul li, div.post ol li {
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	margin: 0.75em 0 0.75em 0;
}

div.post p a.more-link {
	position: relative;
	bottom: -10.5px;
}

/* CONTAINER POST METADATA -----------------------------------------------------------*/

div.post p.postmetadata {
	position: relative;
	float: right;
	width: 140px;
	top: -21px;
	margin: 0;
	text-align: right;
}

/* CONTAINER SIMILAR POSTS ---------------------------------------------------------- */

div#similar-posts {
	font-size: 1em;
	margin: 4.5em 0 0 0;
	padding: 0.75em 0 0 0;
	border-top: 2px dashed #4f829f;
}

div#similar-posts ul li{
	margin: 0.75em 0 0.75em 0;
	font-size: 0.857142857em;
	line-height: 1.5em;
}

div#similar-posts ul li a:link, div.similar-posts ul li a:visited{
	display: inline;
	color: #4f829f;
	text-decoration: underline;
}

div#similar-posts ul li a:hover {
	text-decoration: none;
}

div#similar {
	color: #ff6c00;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.5em;
}

/* CONTAINER SINGLE COMMENTS ---------------------------------------------------------- */

div.comments {
	font-size: 1em;
	margin:2.25em 0 0 0;
	padding: 0.75em 0 0 0;
	border-top: 1px dashed black;
}

div.comments ul, div.comments ol {
	list-style: none;
}

div.comments h3 {
	color: #3f3f3f;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.5em;
}

div.comments div.commentmetadata {
	font-size: 1em;
	margin: 0.75em 0 0 0;
	color: #4f829f;
	line-height: 1.5em;
}

div.comments div.commentmetadata strong {
	font-weight: bold;
}

div.comment-admin-edit a:link, div.comment-admin-edit a:visited {
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	margin: 0.75em 0 0.75em 0;
	text-decoration: underline;
	color: #4f829f;
}.

div.comment-admin-edit a:hover {
	text-decoration: none;
}

ol.commentlist {
	margin: 0.75em 0 0.75em 0;
}

span.youtube, span.flash {
	display: block;
	text-align: center;
}

/* SIDEBAR ---------------------------------------------------------------------- */

div.sidebar {
	float: left;
	width: 225px;
	margin: 0 0 0 0;
}

/* SIDEBAR MENU ---------------------------------------------------------------- */

div.sidebar ul li ul li a {
	display: block;
	height: 45px;
	width: 175px;
	background-image: url(img/menu.png);
	color: #696969;
	text-decoration: none;
	line-height: 45px;
	padding-left: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

div.sidebar ul li ul li a:hover {
	background-position: 0px -45px;
}

div#odkazy-container {
	margin: 0.5em 0 0 0;
}

div#popular-posts, div#recent-comments, div#rss-feeds, div#list-authors, div#rated-posts, div#odkazy {
	width: 195px;
	padding: 21px 0 0 0;
	margin: 21px 0 0 15px;
	color: #5d5d5d;
	border-top: 1px dashed black;
}

div#popular-posts ul li, div#recent-comments ul li, div#rss-feeds ul li, div#list-authors ul li, div#rated-posts ul li, div#odkazy a:link, div#odkazy a:visited{
	margin: 0.75em 0 0.75em 0;
	font-size: 0.857142857em;
	line-height: 1.5em;
}

div#list-authors ul li {
	margin: 0.5em 5px 0 0;
	float:left;
}

div#popular-posts ul li a:link, div#popular-posts ul li a:visited, div#recent-comments ul li a:link, 
div#recent-comments ul li a:visited, div#rss-feeds ul li a:link, div#rss-feeds ul li a:visited, div#list-authors ul li a:link, 
div#list-authors ul li a:visited, div#rated-posts ul li a:link, div#rated-posts ul li a:visited, div#odkazy a:link, div#odkazy a:visited {
	display: inline;
	color: #4f829f;
	text-decoration: underline;
}

div#popular-posts ul li a:hover, div#recent-comments ul li a:hover, div#rss-feeds ul li a:hover, div#list-authors ul li a:hover, 
div#rated-posts ul li a:hover. div#odkazy a:hover {
	text-decoration: none;
}

div#popular-posts h3, div#recent-comments h3, div#rss-feeds h3, div#list-authors h3, div#rated-posts h3, div#odkazy h3 {
	color: #3f3f3f;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25em;
	text-indent: 7px;
}

div#recent-comments span.datum {
	font-size: 0.7em;
}

div#rated-posts span.prumer {
	font-size: 0.8em;
	line-height: 1em;
	vertical-align: middle;
}

div#rated-posts img {
	float: left;
	margin: 5px 0 0 0;
}

div#rated-posts span.prumer {
	margin: 0 0 0 4px;
}

/* FOOTER ------------------------------------------------------------------------ */

div#footer {
	margin:20px 0 0 0;
	clear: both;
	float: left;
	width: 900px;
	height: 40px;
	background-image: url(img/paticka-bg.gif);
	background-repeat: repeat-x;
}

div#footer p {
	text-align: right;
	color: #2e2e2e;
	line-height: 40px;
	margin: 0 10px 0 0;
}

div#footer p a:link, div#footer p a:visited {
	text-decoration: underline;
	color: #2e2e2e;
}

div#footer p a:hover {
	text-decoration: none;
}

/* COMMENTS by WPDESIGNER ------------------------------------------------------------ */

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 1em;
}

/* 404 ------------------------------------------------------------------------------- */

div#cul-de-sac {
	height: 400px;
	padding-top: 100px;
}

div#cul-de-sac p {
	margin: 1.5em 0 1.5em 0;
	font-size: 1.5em;
	color: #5d5d5d;
	line-height: 1.5em;
	text-align: center;
}

div#cul-de-sac a:link, div#cul-de-sac a:visited {
	text-decoration: underline;
	color: #4f829f;
}

div#cul-de-sac a:hover {
	text-decoration: none;
}

div#cul-de-sac strong {
	font-weight: bold;
	color: #3f3f3f;
}

/* NEXT PREV NAVIGACE -------------------------------------------------------------- */

div.navigation {
	margin: 4em 0 4em 0;
}

div.alignright a, div.alignleft a {
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	color: #696969;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

div.alignright a {
	margin: 0 170px 0 0;
	padding-left: 10px;
	width: 119px;
	float: right;
	background-image: url(img/next.gif);
}

div.alignleft a{
	margin: 0 0 0 170px;
	padding-right: 10px;
	width: 119px;
	float: left;
	text-align: right;
	background-image: url(img/prev.gif);
}

div.alignleft a:hover, div.alignright a:hover {
	background-position: 0px -30px;
	color: #ffffff;
}

/* WORDPRESS.ORG IMAGES -------------------------------------------------------------- */

img.alignright, a img.alignright, img.alignleft, a img.alignleft, img.aligncenter, a img.aligncenter {
	padding: 5px;
	border: 1px dashed #5d5d5d;
}

img.alignright, a img.alignright {
	float:right;
	margin: 5px 0 5px 10px; 
}

img.alignleft, a img.alignleft {
	float:left;
}

img.aligncenter, a img.aligncenter {
	display: block;
	margin: 1.5em auto 1.5em auto;
}

/* CODE COLORER --------------------------------------------------------------------- */

div.codecolorer-container {
	margin: 0.75em auto 10.5px auto;
	font-size: 1em;
	line-height: 1.5em;
}

div.post ol li div.codecolorer {
	width: 500px;
}

div.codecolorer-container table tr td span{
	font-size: 1em;
	line-height: 1.5em;
}

/* PCBLOG INLINE SOURCE CODE ---------------------------------------------------------- */

/* isc = INLINE SOURCE CODE */
span.isc {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid #9F9F9F;
	color: #000000;
	background-color: #F1F1F1;
}

/* ipc = INLINE PATH COMMAND */
span.ipc {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid #9F9F9F;
	color: #ffffff;
	background-color: #4f829f;;
}

/* SWFOBJ FLASH ---------------------------------------------------------------------------- */

object.flash {
	margin: 0 auto 0 auto;
}

/* REKLAMNI STRIP --------------------------------------------------------------------------- */

div#reklama {
	width: 468px;
	height: 60px;
	margin: 2.25em auto 2.25em auto;
}

/* POST RATINGS ----------------------------------------------------------------------------- */

div.post-ratings {
	margin: 0 0 0 4px;
	width: 200px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4f829f;
	float: left;
}

div.post-ratings img {
	float: left;
	margin: 5px 0 0 0;
}

div.post-ratings span {
	margin: 0 0 0 5px;
	font-size: 0.65em;
	line-height: 2.307692308em;
}

/* NETWORKING HELP ---------------------------------------------------------------------- */

div#networking-help {
  width:575px;
  background:url('img/vykricnik.jpg') no-repeat;
}

div#networking-help p {
  margin:5px 0 0 25px;
  *margin-top:0;
}

/* IKONY ----------------------------------------------------------------------------------- */

.icon {margin-top:2px !important; float:left;}


/* BANNERY ------------------------------------------------------ */

#flash-top {
  width: 728px;
  height: 100px;
  padding: 10px 0 0 0;
  margin: 0 auto;
  text-align: center;
}
