h1, h2, h3, h4, h5 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

body {
	font-family: 'PT Sans', sans-serif;
}

#wrapper {
	z-index: -1;
	display: inline;
	position: fixed;
	width:100%;
}

h1 {
	font-size:1.8em;
}

.upCase {
	text-transform: uppercase;
}

/* Login */

#loginFields p {
	color:red;
}

/* Home */


/* Admin */
.alert-box.info, .alert-box {
	color:#FFFFFF;
	font-size:1.1em;
}

.error {
	color:#6c0707;
}

.imgThumbnail {
	border:2px solid #333333;
	list-style: none;
	
}

.portImage{
	border:1px solid #e2e2e2;
	list-style: none;
	text-align: center;
}

.portImage p {
	word-wrap: break-word;
}

.largeImageLink {
	/*width: 420px; height: 315px; overflow: hidden; */
	width: 212px; height: 159px; overflow: hidden;

}

.largeImageLink img { 
	/*height:281px;*/
	height:159px;
 }
 
a.headerLink {
	width: 100%; height: auto; overflow: visible; 
} 
 
a.headerLink img { 
	height:auto;
 }
 
 div.portList.adminPort.headerPort {
	height:auto;
}
 
/* Home */

#mainBlock {
	color: #ffffff;
	background-color:#000000;
	background-image:url(../img/background.jpg);
	background-repeat:repeat;
}

.pageHead {
	color: #ffffff;
	height: 100px;
	background-color: #101010;
	padding-top: 25px;
}

.pageHead h1{
	color: #ffffff;
	line-height: 50px;
}

.headerBlock {
	margin-bottom: 1%;
	background-color: #111111;
	padding-top:1.5%;
	padding-bottom:1.5%;
	text-align: center;
}

#portList {
	list-style-type: none;
}

div.portList {
/*width: 310px;
height: 355px;
padding: 15px;
margin-right: 0px;
margin-left: 20px;*/
	
	margin-bottom: 1%;
	margin-top: 1%;
	background-color: #111111;
margin-left: 4%;
margin-right: 4%;
	padding-top:1.5%;
	/*height:450px;*/
	height:360px;
	overflow: hidden;
	text-align: center;

}

div.portList.midPort {

}

.hidden {
	/*display: none;*/
}

.portList img {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.portList:hover img {
    opacity: 0.4;
            
}

div.portList.adminPort {
	height:520px;
}

.del-pop-image {
	margin-left: 3%;
}

.largeImageLink{

}

.portList h3{
	margin-top: 0.8rem;
	text-align: left;
	word-wrap: break-word;
	color:#FFFFFF;
}

.portList p{
	font-size: 13px;
	text-align: left;
	word-wrap: break-word;
	color:#999999;
}
