@charset "utf-8";
/* CSS Document */
/*Yellow:#F7D92B*/
/*body {
	background-color:#1a1a1a;
	background-image:url(images/backgroundfull.jpg);
	background-position:top;
	background-repeat:no-repeat;
}*/

p, h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#FFF;
}

h1 {
	
}

h2 {
	text-align:left	;
	line-height:16px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
}

@font-face {
  font-family: "Futura";  
  src: url(fonts/FuturaBold.ttf); /* IE */  
  src: local("Futura LT Book Bold"), url(fonts/FuturaBold.ttf) format("truetype"); /* non-IE */  
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:48px;
	color:#FFF;
	text-align:center;
	/*text-shadow:#F7D92B 0px 2px 2px;*/
	display:block;
}

/*h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	color:#FFF;
	text-align:center;
	/*text-shadow:#F7D92B 0px 2px 2px;
	display:block;
}*/

h4 {
	font-size:20px;
}

h5 {
	margin-top:5px;
}

a, a:visited {
	color:#FFF;
	font-style:normal;
	text-decoration:none;
}

p a {
	color:#F7D92B;
}

/*#holder {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding:65px 20px 20px 20px;
}

#top {
	position:absolute;
	top:0px;
	width:100%;
	height:3px;
	background-color:#F7D92B;
}

#header {
	width:100%;
	height:60px;
	padding-bottom:20px;
}

#title {
	z-index:9999;
	margin-left:35px;
	margin-top:-20px;
}*/

/*#navbar, #navbar2 {
	width:100%;
	height:20px;
	border-bottom:#F7D92B 1px solid;
}

#navbar2 {
	border-bottom:0 !important;
	padding-top:20px;
}

#navbar a, #navbar2 a {
	color:#fff;
	font-style:normal;
	text-decoration:none;
	display:block;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}


#navbar a:hover, #navbar2 a:hover, #portfolioMenu:hover a, .linkHover {
	background-color:#F7D92B;
	color:#000;
}

.right {
	float:right;
}

.right li {
	float:left;
}

.left, .left li {
	float:left;
}

.left li * {
	float:left;
}*/

/*#portfolioMenu:hover #menu {
	display:block;
}

#menu:hover #menu {
	display:block;
}

#menu {
	position:absolute;
	width:auto;
	margin-top:20px;
	background-color:#F7D92B;
	z-index:99999;
	float:none;
	display:none;
}

#menu li {
	position:relative;
	float:none;
	padding:2px 2px 0px 2px;
	display:block;
}

#menu li:last-child {
	padding-bottom:2px;
}

#menu li a {
	color:#000;
	float:none;
}

#menu li a:hover {
	text-decoration:underline;
}

.right {
	width:auto !important;
	float:right;
}*/

#navbar2 .right {
	margin-right:20px;
}

#content {
	position:relative;
	width:100%;
	color:#FFF;
}

.projTitle {
	border-top:0px !important;
	padding-top:30px !important;
	padding-bottom:20px !important;
	clear:both;
}


#content li:first-child + li{
	border-top:0px;
}

#content > li {
	padding:20px 0px 20px 0px;
	position:relative;
	width:100%;
}

.projImg {
	border-top:#939598 1px solid;
}

.projImg .img {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

#projBottom {
	border-top:#939598 1px solid;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0px !important;
}

#projDesc {
	margin-left:20px;
	width:600px;
	float:left;
}

p>b {
	color:#F7D92B;
}

.galleryHolder {
	width:920px !important;
	padding:20px 0px 20px 0px;
	border-top:#939598 1px solid;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;	
}

.gallery {
	
}

.imgHolder {
	width:920px;
	float:left;
}

.item {
	position:relative;
	width:310px;
	height:310px;
	float:left;
	margin:5px;
	overflow:hidden;
}

#image {
	height:310px;
	width:620px;
	position:relative;
}

.item img {
	position:absolute;
	z-index:-9999;
	right:310px;
}

/*.item:hover img {
	right:0px;
}

.item:hover .title {
	bottom:0px;
}

.item:hover .type {
	left:0px;
}*/

.type {
	background-color:#f4dd29;
	left:-310px;
	padding:10px 10px 10px 10px;
	position:absolute;
	top:0px;
	z-index:9999;
}

.title {
	background-color:#f4dd29;
	left:0px;
	padding:10px 5px 10px 10px;
	position:absolute;
	width:310px;
	bottom:-36px;
}

.title, .type, .item img {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.adminImg {
	float:left;
	margin:5px;
}

.clearfix {
    clear: both;
}

/*upload.php*/

#uploadForm input {
	float:none;
	display:block;
}

/* email style */
#contactInfo {
	float:left;
	width:560px;
	padding-left:20px;
}

#contactForm {
	float:right;
	margin-right:10px;
	margin-bottom:20px;
	width:350px;
}

.notification_ok, .notification_error
{
height: auto;
width: 90%;
padding: 8px;
text-align: center;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: #F7D92B;

color: #F7D92B; 

}

label  {
	min-width:100px;
	margin: 5px;
	float: left;
	text-align: left;
}

input, textarea, select {
	float: left;
	margin:5px;
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	
	color: #333333; 
}

textarea {
	width:520px;
}

#ajax-contact-form textarea {
	width:350px;
}

br {
	clear: left;
}
/* /email style */
/* table style */

/* /table style */
/* backend style */
.itemAtr {
	display:none;
}

#sbHolder, #sbOverlay {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:99999;
}

#sbImage {
	position:fixed;
	top:50%;
	left:50%;
	
	
}

.addImage {
	padding:5px;
	float:right;
}
/* /backend style */