/***********************************************************************************************************/
/* HipHopShopy @ amedio.cz, 2008 */
/*	display;
	position;
	float;
	overflow;
	width;
	height;
	min-width;
	max-width;
	min-height;
	max-height;
	margin;
	padding;
	border;
	background;
	color:
	font;
	text;
/***********************************************************************************************************/

* {margin: 0; padding: 0;}

body {
	height: 100%;
	font-family: Georgia, "New York CE", utopia, serif;
	background-color: #e0e8e8;
	
}
html {
	height: 100%;
	background: #e0e8e8;
}

img {
	border: 0;
}

fieldset {
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-color: #ffffcc;
}

/***********************************************************************************************************/
/* Layout */
/***********************************************************************************************************/

div#root {
	background: #e0e8e8 url('img/root-pattern.gif') repeat-y center center;
	margin: 0px;	
}


/* ******************************************** WINDOW ******************************************* */

div#window {
	position: relative;
	width: 800px;
	margin: 0 auto;
	border: 0px solid red;
	padding: 0 0 45px 0;
}

div#window .left {
	width: 500px;
	float: left;
}

div#window .right {
	width: 200px;
	float: right;
}

div#window .rightBox {
	border-top: 1px solid #e0e8e8;
	
}

/* ******************************************** SPLITTER ******************************************* */

div#splitter {
	background-color: #000;
}

div#splitter .content {
	width: 800px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
}

div#splitter .content .left {
	width: 390px;
	float: left;
}

div#splitter .content .right {
	width: 390px;
	float: right;
}

div#splitter .content .right h3 {
	margin: 30px 0 0 0;
	text-align: right;
	font-weight: normal;
	color: #999;
	font-size: .8em;
	font-style: oblique;
	padding: 0;
}

div#splitter .content ul {
	margin: 0;
	list-style-type: none;
}

div#splitter .content ul li {
	line-height: 1.4em;
}

div#splitter .content ul li a {
	color: #fff;
	font-size: .7em;
	text-decoration: none;
}

div#splitter .content ul li a:hover {
	background-color: #ffffcc;
	color: #000;
}

div#splitter .content ul li a.feed {
	background-color: #ffffcc;
	color: #000;
}

div#splitter .content ul li a.feed:hover {
	background-color: #000;
	color: #fff;
}

/* ******************************************** FOOTER ******************************************* */

div#foot {
	background: #fff; 
}

div#footer {
	width: 800px;
	margin: 0 auto;
	border: 0px solid black;
	padding: 30px 0 0 0; 
}

div#footer p {
	color: #666;
	font-size: 1.6em; 
	font-family: 'Arial', sans-serif;
}

div#footer p a {
	color: #65bae3;
	text-decoration: underline;
}

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

/* ******************************************** FOOTER ******************************************* */

div#advise {
	margin: 15px 0 0 0;
	padding: 0 0 55px 0;
}

div#advise h3 {
	font-size: .65em;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-family: 'Arial', sans-serif;
	color: #999;
}

div#advise ul {
	margin: 0;
	list-style-type: none;
	font-family: 'Arial', sans-serif;
	float: left;
}

div#advise ul li {
	font-size: .65em;
	color: #999;
	line-height: 1.6em;
	margin: 0 0 0 0;
}

div#advise ul li a {
	color: #999;
	text-decoration: underline;
}

div#advise ul li a:hover {
	color: #000;
	text-decoration: none;
}

/* ******************************************** HLAVIČKA ******************************************* */

div#header {
	height: 105px;
	width: 500px;
	background: url('img/header-pattern.gif') repeat-x left bottom;
	float: left;
	position: relative;
}

div#logo {
	position: absolute;
	left: 100px;
	top: 0;
	height: 100px;
	width: 400px;
	background: url('img/logo.gif') no-repeat left top;
	cursor: hand;
}

div#logo p, div#logo h1 {
	display: none;
}

/* ******************************************** NOVINKY ******************************************* */

div#news {
	height: 105px;
	width: 200px;
	background: url('img/header-pattern.gif') repeat-x left bottom;
	position: relative;
	border
}

/* ******************************************** HOMEPAGE ******************************************* */

div#homepage {
	border-top: 1px solid white;
}

div#homepage .item {
	margin: 0 0 40px 0;
	background: url('img/homepage-item-pattern.gif') repeat-x left top;
}

div#homepage .noBorder {
	background: none;
}

div#homepage .date {
	width: 100px;
	float: left;
	color: #d2dbdb;
	font-size: 2.4em;
	margin: 10px 0 0 0;
}

div#homepage .body {
	width: 400px;
	float: right;
	margin: 10px 0 0 0;
}

div#homepage .body .img {
	text-align: center;
}

div#homepage .img a:hover {
	text-decoration: none;
	background-color: #fff;
}

div#homepage .body h2 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 20px 0;
	line-height: 1.1em;
}

div#homepage .body h2 a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

div#homepage .body p {
	font-size: .75em;
	color: #000;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
}

div#homepage .body p a.continue {
	padding: 2px 5px 2px 5px;
	background-color: #000;
	color: #fff;
	font-size: .8em;
	white-space: nowrap;
}

div#homepage .body p a.continue:hover {
	text-decoration: underline;
}

div#homepage .body div.tags {
	margin: 20px 0 0 0;
	border-top: 1px solid white;
}

div#homepage .body ul {
	list-style-type: none;
	font-family: 'Arial', sans-serif;
}

div#homepage .body ul li {
	background: url('img/tag-pattern.gif') repeat-x left top;
	height: 18px;
	display: block;
	float: left;
	margin: 0 2px 2px 0;
}

div#homepage .body ul li div.start {
	background: url('img/tag-start.gif') no-repeat left top;
}

div#homepage .body ul li div.stop {
	background: url('img/tag-stop.gif') no-repeat right top;
	padding: 0px 10px 0px 15px;
	text-align: center;
}

div#homepage .body ul li a {
	font-size: .6em;
	color: #666;
	text-decoration: none;	
	line-height: 18px;
	display: block;
}

div#homepage .body ul li a:hover {
	text-decoration: underline;
	background-color: #e0e8e8;
	color: none;
}

/* ******************************************** ARTICLES (výpis článků z kategorie, archviv, tagy,...) ******************************************* */

div#articles {
	border-top: 1px solid white;
}

div#articles div.heading {
	margin: 7px 0 6px 100px;
}

div#articles div.heading h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #65bae3;
	margin: 0;
	display: inline;
}

div#articles div.heading p {
	color: #999;
	margin: 7px 0 0 5px;
	font-size: .85em;
	line-height: 1.6em;
	display: inline;
}

div#articles h1 span {
	font-size: 0.5em;
	color: #999;
}

div#articles div.note {
	margin: 15px 0 15px 0;
	font-size: .85em;
}

div#articles div.note p {
	display: block;
	margin: 15px 0 0 0;
}

div#articles p.info {
	color: #999;
	margin: 10px 0 10px 100px;
	font-size: .85em;
	line-height: 1.6em;
	font-family: Georgia, "New York CE", utopia, serif;
}

div#articles p.info a {
	color: #999;
	text-decoration: underline;
}

div#articles .item {
	margin: 0 0 40px 0;
	background: url('img/homepage-item-pattern.gif') repeat-x left top;
}

div#articles .date {
	width: 100px;
	float: left;
	color: #d2dbdb;
	font-size: 2.4em;
	margin: 10px 0 0 0;
}

div#articles .body {
	width: 400px;
	float: right;
	margin: 10px 0 0 0;
}

div#articles .body .img {
	text-align: center;
}

div#articles .img a:hover {
	text-decoration: none;
	background-color: #fff;
}

div#articles .body h2 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 20px 0;
	line-height: 1.1em;
}

div#articles .body h2 a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

div#articles .body p {
	font-size: .75em;
	color: #000;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
}

div#articles .body p a.continue {
	padding: 2px 5px 2px 5px;
	background-color: #000;
	color: #fff;
	font-size: .8em;
	white-space: nowrap;
}

div#articles .body p a.continue:hover {
	text-decoration: underline;
}

div#articles .body div.tags {
	margin: 20px 0 0 0;
	border-top: 1px solid white;
}

div#articles .body ul {
	list-style-type: none;
	font-family: 'Arial', sans-serif;
}

div#articles .body ul li {
	background: url('img/tag-pattern.gif') repeat-x left top;
	height: 18px;
	display: block;
	float: left;
	margin: 0 2px 2px 0;
}

div#articles .body ul li div.start {
	background: url('img/tag-start.gif') no-repeat left top;
}

div#articles .body ul li div.stop {
	background: url('img/tag-stop.gif') no-repeat right top;
	padding: 0px 10px 0px 15px;
	text-align: center;
}

div#articles .body ul li a {
	font-size: .6em;
	color: #666;
	text-decoration: none;	
	line-height: 18px;
	display: block;
}

div#articles .body ul li a:hover {
	text-decoration: underline;
	background-color: #e0e8e8;
	color: none;
}

/* ******************************************** ARTICLE - DETAIL ******************************************* */

div#articleDetail {
	border-top: 1px solid white;
}

div#articleDetail .date {
	width: 100px;
	float: left;
	margin: 5px 0 0 0;
}

div#articleDetail .date span {
	color: #d2dbdb;
	font-size: 2.4em;
	display: block;
	margin: 0 0 15px 0;
}

div#articleDetail .date a {
	font-size: .7em;
	text-decoration: underline;
}

div#articleDetail .body {
	width: 400px;
	float: right;
	margin: 10px 0 0 0;
}

div#articleDetail .body h1 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 0 0;
	line-height: 1.1em;
}

div#articleDetail .body p.category {
	font-size: .7em;
	margin: 3px 0 0 0;
	line-height: 1.1em;
	color: #999;
}

div#articleDetail .body p.category a {
	color: #999;
	text-decoration: underline;
}

div#articleDetail .body p.category a:hover {
	color: #000;
}

div#articleDetail div.text {
	margin: 20px 0 0 0;
}

div#articleDetail div.text h2, div#articleDetail div.text h3, div#articleDetail div.text h4 {
	margin: 15px 0 15px 0;
	font-weight: normal;
}

div#articleDetail div.text ul {
	margin: 15px 0 15px 20px;
	list-style-type: square;
}

div#articleDetail div.text ol {
	margin: 15px 0 15px 20px;
}

div#articleDetail div.text img {
	margin: 0 0 15px 0;
}

div#articleDetail div.text p {
	font-size: 0.8em;
	color: #000;
	line-height: 1.6em;
	margin-bottom: 15px;
}

div#articleDetail div.text p a {
	text-decoration: underline;
}

div#articleDetail div.tags {
	margin: 20px 0 0 0;
	border-top: 1px solid white;
}

div#articleDetail div.tags  ul {
	list-style-type: none;
	font-family: 'Arial', sans-serif;
}

div#articleDetail div.tags ul li {
	background: url('img/tag-pattern.gif') repeat-x left top;
	height: 18px;
	display: block;
	float: left;
	margin: 0 2px 2px 0;
}

div#articleDetail div.tags ul li div.start {
	background: url('img/tag-start.gif') no-repeat left top;
}

div#articleDetail div.tags ul li div.stop {
	background: url('img/tag-stop.gif') no-repeat right top;
	padding: 0px 10px 0px 15px;
	text-align: center;
}

div#articleDetail div.tags ul li a {
	font-size: .6em;
	color: #666;
	text-decoration: none;	
	line-height: 18px;
	display: block;
}

div#articleDetail div.tags ul li a:hover {
	text-decoration: underline;
	background-color: #e0e8e8;
	color: none;
}

div#articleDetail .links {
	margin: 25px 0 0 0;
	border-bottom: 1px solid #e0e8e8;
	height: 30px;
	color: #999;
	font-size: .75em;
}

div#articleDetail .links a {
	color: #999;
	line-height: 30px;
}

div#articleDetail .links a.active {
	text-decoration: underline;
}

div#articleDetail .links a.deactive {
	text-decoration: none;
}

div#articleDetail .links a.deactive:hover, div#articleDetail div.links a.active:hover {
	color: #000;
}

div#articleDetail .articles ul {
	margin: 0;
	list-style-type: none;
	font-family: 'Arial', sans-serif;
}

div#articleDetail .articles ul li {
	border-bottom: 1px solid #e0e8e8;
	padding: 6px 0 6px 0;
}

div#articleDetail .articles ul li a {
	color: #000;
	font-size: .7em;
	font-weight: bold;
}

div#articleDetail .articles ul li span {
	color: #ccc;
	font-size: .7em;
	font-family: Georgia, "New York CE", utopia, serif;
	float: right;
}

/* ***************************** STATIC ********************** */

#static {
	margin: 0 0 40px 100px;
}

#static p {
	font-size: .75em;
	color: #000;
	line-height: 1.5em;
	font-family: 'Arial', sans-serif;
	margin-bottom: 15px;
}

#static p a {
	text-decoration: underline;
}

#static h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #65bae3;
	margin: 10px 0 10px 0;
}

#static h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #65bae3;
	margin: 10px 0 10px 0;
}

#static h3 {
	font-size: 0.9em;
	font-weight: normal;
	color: #65bae3;
	margin: 10px 0 10px 0;
}

/* ******************************************** BOX ******************************************* */

div.rightBox {
	border-top: 1px solid #e0e8e8;
	padding: 20px 0 20px 0;
}

div.rightBox h3.headingCategory {
	height: 17px;
	background: url('img/category.gif') no-repeat left top;
	margin: 0px;
	text-indent: -100px;
	overflow: hidden;
}

div.rightBox h3.headingTags {
	height: 17px;
	background: url('img/tags.gif') no-repeat left top;
	margin: 0px;
	text-indent: -100px;
	overflow: hidden;
}

div.rightBox h3.headingTopArticles {
	height: 17px;
	background: url('img/top.gif') no-repeat left top;
	margin: 0px;
	text-indent: -100px;
	overflow: hidden;
}

div.rightBox ul {
	margin: 10px 0 0 0;
	font-size: .75em;
	list-style-type: none;
}

div.rightBox ul#hideMenu {
	margin: 0;
	display: none;
}

div.rightBox ul li {
	margin: 0;
	line-height: 1.7em;	
}

div.rightBox ul li a {
	color: #333;
	text-decoration: none;
}

div.rightBox ul li a:hover {
	text-decoration: underline;
	background-color: #ffffcc;
}

div.rightBox a#viewAll {
	color: #999 ;
	text-decoration: underline;
	font-style: oblique;
	font-size: .75em;
}

div.rightBox #tagsCloud {
	margin: 15px 0 0 0;
}

div.rightBox #tagsCloud a {
	color: #333;
	text-decoration: none;
}

div.rightBox #tagsCloud a:hover {
	text-decoration: underline;
	background-color: #ffffcc;
}

div.rightBox #illustrativePhoto {
	margin: 20px 0 0 0;
}

/***********************************************************************************************************/
/* Tagy */
/***********************************************************************************************************/
	
.tag-10 {font-size: 1.2em !important; }
.tag-9 {font-size: 1.15em !important; }
.tag-8 {font-size: 1.1em !important; }
.tag-7 {font-size: 1.05m !important; }
.tag-6 {font-size: 1em !important; }
.tag-5 {font-size: .95em !important; }
.tag-4 {font-size: .9em !important; }
.tag-3 {font-size: .85em !important; }
.tag-2 {font-size: .8em !important; }
.tag-1 {font-size: .7em !important; }


/***********************************************************************************************************/
/* Pager */
/***********************************************************************************************************/
	

.pager {
	margin: 25px 20px 0 100px;
	font-size: .8em;
}

.pager a {
	padding: 0 3px 0 3px;
	text-decoration: underline;
}

.pager span.actPage {
	font-size: 2.2em;
	color: #65bae3;
	padding: 0 3px 0 3px;
}


/***********************************************************************************************************/
/* REKLAMA */
/***********************************************************************************************************/


/* adfox */

#adfox-l2 {
	font-size: 12px !important;
	margin-bottom: 10px !important;
	margin-left: 100px;
}

#adfox-l2 h2 {
	font-size: .9em !important;
	margin-bottom: 15px !important;
	background: none !important;
	
}

#adfox-l2 h2 a {
	color: #999 !important;
	background: none !important;
	padding: 0 !important;
	text-decoration: underline !important;
}

#adfox-l2 h3 {
	font-size: 1em !important;
	background: none !important;
	
}

#adfox-l2 h3 a {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-decoration: underline !important;
	color: #65bae3;
}

#adfox-l2 h3 a:hover {
	color: #65bae3 !important;
	text-decoration: none !important;
}

#adfox-l2 a {
	color: #000;
}

#adfox-l2 p {
	font-size: .9em !important;
	margin: 0 0 10px 0 !important;
	color: #000 !important;
}

	.adfox-box {
		margin-bottom: 10px !important;
	}
	
	.adfox-box div a {
		font-size: .8em;
		color: #333 !important;
	}
		                
	.adfox-box div a:hover {
		color: #333 !important;
	}

/* new */

.adfox-search #adfox-l2 {
    font-size: 13px !important;
    font-family: 'Arial';
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 15px !important;
}

.adfox-search #adfox-l2 h3 a {
    color: blue;
}

.adfox-search #adfox-l2 h3 a:hover {
    color: blue !important;
    text-decoration: none !important;
}

.adfox-no-search #adfox-l2 {
    font-size: 13px !important;
    font-family: 'Arial';
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 15px !important;
} 

.adfox-no-search #adfox-l2 h3 a {
    color: blue;
    font-weight: bold;
}

.adfox-no-search #adfox-l2 h3 a:hover {
    color: blue !important;
    text-decoration: none !important;
}
.adfox-no-search #adfox-l2 p {
    margin: 0 !important;
}

.adfox-no-search #adfox-l2 h3 {
    margin: 0 0 5px 0 !important;
}

/***********************************************************************************************************/
/* MENU */
/***********************************************************************************************************/




/***********************************************************************************************************/
/* FORMULÁŘE */
/***********************************************************************************************************/

#searchForm {
	margin: 10px 0 13px 0; 
	position: relative;
	width: 200px;
	height: 20px;
}

#searchForm input.text {
	position: absolute;
	left: 1px;
	top: 0;
	width: 147px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #adadad; 
	padding: 1px 5px 0 5px;
	font-size: 0.65em;
}

#searchForm input.image {
	position: absolute;
	right: 7px;
	top: 0;
	width: 28px;
	height: 20px;
	border: 0px solid black;
}

/***********************************************************************************************************/
/* Clanek */
/***********************************************************************************************************/




/***********************************************************************************************************/
/* Obecne tridy */
/***********************************************************************************************************/

.no {
	display: none !important;
}

.cleaner {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	border: 0 !important;
	font-size: 1px;
}

#startupProject {
	margin-top: 18px;
	display: block;
	float: right;
	width: 220px;
	height: 20px;
	font-size: .65em;
	color: #666;
	font-family: "Arial", sans-serif;
	text-align: right;
}

#startupProject a {
	color: #666;
	text-decoration: underline;
}

#startupProject a:hover {
	text-decoration: none;
}

.facebook {
	position: absolute;
	top: 0;
	left: -30px;
	overflow: hidden;
	width: 157px;
	height: 157px;
}

.facebook a {
	display: block;
	width: 157px;
	height: 157px;
	
	overflow: hidden;
	text-indent: -600px;
	background: url('img/facebook.png') no-repeat;
}

.facebook a:hover {
	
}

/***********************************************************************************************************/
/* jQuery validator */
/***********************************************************************************************************/
	
	
label.error {
	color: #ff3366 !important;
	display: block;
}
	
input.error {
	border: 1px solid #ff3366 !important;
	background: #ffe3ea;
}
	
ul.error_list {
	list-style-type: none;
	margin: 5px 0 5px 0;
	color: #ff3366 !important;
}

/***********************************************************************************************************/
/* komentáře */
/***********************************************************************************************************/
