/*
Phoca.cz 
http://www.phoca.cz/
*/

.phoca-header {
	background: #fff;
	border-bottom: 1px solid #f3f3f3;
}
.phoca-body {
	background: #ffffff;
	/*
	background-color: #f8f8f8;
	background-image: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
	background-image: -ms-linear-gradient(top, #f8f8f8, #f6f6f6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f6f6f6));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #f6f6f6);
	background-image: -o-linear-gradient(top, #f8f8f8, #f6f6f6);
	background-image: linear-gradient(top, #f8f8f8, #f6f6f6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f6f6f6', GradientType=0);
	*/
	
}

.navbar-inner {	
}
.phoca.navbar.forum,
.ptopmenu,
.box_skitter,
.slideshow-box {

	
	background-color: #0099ff;
	background-image: -moz-linear-gradient(top, #0099ff, #007ACC);
	background-image: -ms-linear-gradient(top, #0099ff, #007ACC);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0099ff), to(#007ACC));
	background-image: -webkit-linear-gradient(top, #0099ff, #007ACC);
	background-image: -o-linear-gradient(top, #0099ff, #007ACC);
	background-image: linear-gradient(top, #0099ff, #007ACC);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099ff', endColorstr='#007ACC', GradientType=0);
	
}

.ptopmenu {
 border-bottom: 1px solid #f0f0f0;
}

/* Phoca Documentation */
.pdoccenter {
	margin-bottom: 60px;
}
.pdoctop a img {
	margin-top: 5px;
}

/* Phoca Download */ 
#phoca-dl-categories-box  .pd-title,
#phoca-dl-category-box .pd-category h3 {
	background: #fafafa;
	border: 1px solid #e9e9e9;
	padding: 5px;
}

#phoca-dl-categories-box div.pd-categoriesbox {
	border: 1px solid #e2e2e2;
	-moz-box-shadow: 0 0 3px 1px #e5e5e5;
	-webkit-box-shadow: 0 0 3px 1px #e5e5e5;
	box-shadow: 0 0 3px 1px #e5e5e5;
	padding: 0px 5px 10px 5px;
	margin: 5px;
}
#phoca-dl-categories-box .pd-subcategory {
	padding-top: 3px;
	padding-bottom: 3px;
}

.pdtop a img {
	margin-top: 5px;
}
.pdcenter,
.pgcenter {
	margin-bottom: 60px;
}

.module.alert {
	padding: 10px;
}

.pd-subcategory small {
	font-size: x-small;
	color: #b0b0b0;
}

.pd-subcategory small {
	font-size: x-small;
	color: #b0b0b0;
}

#overDiv table,
#overDiv table tr,
#overDiv table tr td {
	width: 25em;
	font-weight: normal;
	font-size: x-small;
}


#overDiv .pd-title,
#overDiv .pd-filesize-txt,
#overDiv .pd-version-txt,
#overDiv .pd-license-txt,
#overDiv .pd-author-txt,
#overDiv .pd-email-txt,
#overDiv .pd-date-txt,
#overDiv .pd-downloads-txt{
	
	font-weight: bold;
	font-size: small;
	
}

#overDiv .bgPhocaPDClass {
	border: 1px solid transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.phoca-in {
	padding: 10px 0px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 26px;
}

.well2 {
	border: 1px solid #e2e2e2;
	background: #f7f7f7;
	padding: 15px 10px 15px 10px;
	margin: 0px 0px 20px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*border: 1px solid #e2e2e2;
	-moz-box-shadow: 0 0 3px 1px #e5e5e5;
	-webkit-box-shadow: 0 0 3px 1px #e5e5e5;
	box-shadow: 0 0 3px 1px #e5e5e5;
	
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #f7f9ff);
	background-image: -ms-linear-gradient(top, #ffffff, #f7f9ff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f9ff));
	background-image: -webkit-linear-gradient(top, #ffffff, #f7f9ff);
	background-image: -o-linear-gradient(top, #ffffff, #f7f9ff);
	background-image: linear-gradient(top, #ffffff, #f7f9ff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f9ff', GradientType=0);
	*/
}


.create {color: #ccc;}

#footer {
	padding-bottom:10px;
	background:#181818;
	color:#777;
	text-align: center
}
#footer ul li {
	display: inline;
	list-style: none;
}
#footer ul li a {
	color: #777;
	font-size: small;
	padding: 5px 10px;
	font-weight: bold;
}
#footer .module,
#footer .module .phoca-in {
	margin: 0;padding:0;
	margin-top: 10px;
}
#bottom-forum,
#bottom {
	border-top: 1px solid #d0d0d0;
	background: #e3e3e3;
	margin-top: 20px;
	padding: 20px 0px;
}

.ptopmenu .subnav {
	text-align:center;
}
#ptm-nav {
	margin: 0 auto;
	width: 988px;
}

.pbanner {
	padding-top: 10px;
}

/* Responsive */

@media (max-width: 700px) {
	.slideshow-box {
		display:none;
	}
	
	#ptm-nav {
		height: auto;
		width: 100%;
	}
	
	#ptm-nav li {
		background-color: #0099ff;
		background-image: -moz-linear-gradient(top, #0099ff, #007ACC);
		background-image: -ms-linear-gradient(top, #0099ff, #007ACC);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0099ff), to(#007ACC));
		background-image: -webkit-linear-gradient(top, #0099ff, #007ACC);
		background-image: -o-linear-gradient(top, #0099ff, #007ACC);
		background-image: linear-gradient(top, #0099ff, #007ACC);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099ff', endColorstr='#007ACC', GradientType=0);
	
	}
	
	.phoca-body {
		clear: both;
	}
	

}
