/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0px;
}


#colorNav img{
	margin:0;
	padding:10px;
}



/*-------------------------
	General Styles
--------------------------*/




/*----------------------------
	The Navigation Menu
-----------------------------*/


#colorNav > ul{
	width: 100%; /* Increase when adding more menu items */
	margin:0 auto;
}

#colorNav > ul > li{ /* will style only the top level li */
	list-style: none;
	box-shadow: 0 0 10px rgba(100, 100, 100, 0) inset,3px 3px 3px #E2E0E0;
	display: inline-block;
	line-height: 1;
	margin: 1px;
	border-radius: 5px;
	position:relative;
}

#colorNav > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:34px;
	padding: 10px;
}

#colorNav li ul{
	position:absolute;
	text-align:left;
	
	/*width:180px;*/
	width:250px;
	margin-left:-30px;
	top:100px;
	/*font:bold 12px 'Open Sans Condensed', sans-serif;*/
	
	/* This is important for the show/hide CSS animation */
	
	max-height:0px;
	overflow:hidden;
	
	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;
	
	z-index:1000;
	
}

#colorNav li ul li{
	background-color:#0878D7;
	
}

#colorNav li ul li a{
	padding:10px;
	color:#fff !important;
	text-decoration:none !important;
	display:inline-block;
}

#colorNav li ul li:nth-child(odd){ /* zebra stripes */
	
}

#colorNav li ul li:hover{
	background-color:#012C65;
}

#colorNav li ul li:first-child{
	border-radius:3px 3px 0 0;
	margin-top:25px;
	position:relative;
}

#colorNav li ul li:first-child:before{ /* the pointer tip */
	content:'';
	position:absolute;
	width:1px;
	height:1px;
	border:5px solid transparent;
	border-bottom-color:#3591DE;
	left:50%;
	top:-10px;
	margin-left:-5px;
}

#colorNav li ul li:last-child{
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

/* This will trigger the CSS */
/* transition animation on hover */

#colorNav li:hover ul{
	max-height:500px; /* Increase when adding more dropdown items */
}


/*----------------------------
	Color Themes
-----------------------------*/


#colorNav li.green{
	/* This is the color of the menu item */
	/*background-color:#00c08b;*/
	
	/* This is the color of the icon */
	/*color:#FFF;*/
	/*background-color:#FFF;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */



	padding:10px;
	text-align:center;
	margin:5px;
	width:14%;
	border:solid 1px #DADADA;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px
}

#colorNav li.red{		background-color:#ea5080;color:#aa2a52;
color:#FFF;
	padding:10px;
	text-align:center;
	margin:10px;
}
#colorNav li.blue{		background-color:#53bfe2;color:#2884a2;
color:#FFF;
	padding:10px;
	text-align:center;
	margin:10px;
}
#colorNav li.yellow{	background-color:#f8c54d;color:#ab8426;
color:#FFF;
	padding:10px;
	text-align:center;
	margin:10px;
}
#colorNav li.purple{	background-color:#df6dc2;color:#9f3c85;
color:#FFF;
	padding:10px;
	text-align:center;
	margin:10px;
}


#colorNav li.darkblue{	background-color:#3F51B5;color:#9f3c85;
color:#FFF;
	padding:10px;
	text-align:center;
	margin:10px;
}

/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px #111111;
	height: 45px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	margin-left: -400px;
	padding: 13px 0 0;
	position: absolute;
	width: 540px;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.tzine,a.tzine:visited{
	color: #999999;
	font-size: 12px;
	left: 50%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#ccc;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}
