/*
Theme Name: MICA(Montserrat Information & Communication Authority)
Theme URI: http://www.mica.ms
Description: Official MICA 2012 Theme.
Author: Montserrat Information & Communication Authority
Version: 1.0 
*/  

* {
  	margin: 0px;
  	padding: 0px;
}

a:active{
	position: relative;
	top: 1px;
}

body {
	font-family:Vrinda;
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 25%, silver 300%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 25%, silver 300%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 25%, silver 300%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25, #FFFFFF), color-stop(3, silver)); 
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 25%, silver 300%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #FFFFFF 25%, silver 300%);
}

h1{
	position: absolute;
	top: 50px;
	padding-top: 42px;
	text-transform: capitalize;  
    font-family: Georgia, Minion Pro;
    font-weight: lighter;
    color: #000000;
    font-size: 30px;
    text-shadow:1px 1px 1px silver;
}

h2{	
	font-family: Georgia, Minion Pro, verdana;
	text-transform: capitalize; 
	padding-bottom: 30px;
	font-size: 28px;
	padding-top: 180px;
	color: #111111;
}

h3{
	font-family: Georgia, Minion Pro, verdana;
	font-size: 18px;
	color: #111111;
}

p{	
	padding-top: 10px;
	margin-bottom: 0px;
	line-height: 21px;
	font-size: 14px;
	font-family: Georgia, Minion Pro, verdana ;
	color: #252525;
}

.wpcf7 input, 
.wpcf7 textarea{
    padding:10px;
    color:#8e8e8e;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height: 20px;
    margin-bottom: 10px;
    border: solid 1px #9f9f9f; 
    box-shadow: inset 2px 2px 8px #bababa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
     
}
 
.wpcf7 .wpcf7-list-item{
    padding-left: 0;
    margin-left: 0;
    margin-right: 25px;
}
 
.wpcf7 .wpcf7-list-item input{
    border: none;
    padding-left: 0;
    margin-left: 0;

}
 
.wpcf7 select{
    outline: none;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
}
 
.wpcf7 input:hover, 
.wpcf7 input:focus, 
.wpcf7 input:active, 
.wpcf7 textarea:hover, 
.wpcf7 textarea:focus, 
.wpcf7 textarea:active {
    background: #ebf7f5;
    outline: none;
}
 
.wpcf7 input.wpcf7-submit{
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: 0;    
    border: none;
    position: relative;
    color: #fff; 
    text-shadow: 1px 2px 0px #444444;
    text-transform: uppercase; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px; 
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    /* Gradient background */
    background-color: #075818;
    background-image: -ms-linear-gradient(top, #4AA75D 0%, #075818 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #4AA75D 0%, #075818 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #4AA75D 0%, #075818 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4AA75D), color-stop(1, #075818));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #4AA75D 0%, #075818 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #4AA75D 0%, #075818 100%);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4AA75D', endColorstr='#075818');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4AA75D, endColorstr=#075818)";    
    /* Drop Shadow */
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);    
}
 
/* On hover */
.wpcf7 input.wpcf7-submit:hover{
    cursor: pointer;
    text-decoration: none;    
    background-color: #4AA75D;
    background-image: -ms-linear-gradient(top, #075818 0%, #4AA75D 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #075818 0%, #4AA75D 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #075818 0%, #4AA75D 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #075818), color-stop(1, #4AA75D));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #075818 0%, #4AA75D 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #075818 0%, #4AA75D 100%);    
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#075818', endColorstr='#4AA75D');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#075818, endColorstr=#4AA75D)"; 
}
 
/* On click */
.wpcf7 input.wpcf7-submit:active{
    top: 1px;    
    color: #d8c6e2;   
    background-color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#4d1b5c), to(#4d1b5c));    
    background:  -moz-linear-gradient(top, #4d1b5c, #4d1b5c);   
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#4d1b5c');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#4d1b5c)";    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
 
/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors{
    border:none;
    background-color:#f4ae46;
    margin:0;
    padding:20px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
 
.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#7ad33f;
    margin:0;
    padding:20px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
 
.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
     
    color: white;
}
 
.wpcf7 span.wpcf7-not-valid-tip{
    border:none;
    background-color:#cf2d38;
    padding:10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:10px;
    width: 180px;
    color: white;
     
    /* Drop shadow */
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
 
.wpcf7-form .fleft{
    float: left;
}
 
.wpcf7-form .mright20{
    margin-right: 20px;
}
 
.wpcf7-form .mright40{
    margin-right: 40px;
}
 
.wpcf7-form .clear{
    clear: both;
}

#body_content{
	margin: 0 auto;
 	width: 1000px;
 	min-height: 450px;
 	position: relative;
}

#body_navigation{
	top: -335px;
	color: #c7973c;
	position: relative;
	z-index: 6;
}

#body_navigation h2{
	padding-top: 30px;
	text-shadow:1px 1px 1px #363636;
	font-size: 24px;
	color: #c7973c
}

#body_navigation1 {
	position: absolute;
	left: 160px;
	font-size: 12pt;
	text-transform: capitalize;
	font-weight: lighter;
}

#body_navigation2{
	font-size: 12pt;
	position: absolute;
	left: 580px;
	text-transform: capitalize;
	font-weight: lighter;
}

#body_wrap{
	 margin: 0 auto;
	 margin-top: -30px; 
	 padding: 0;
	 position: relative;
	 margin-bottom: 60px;
}

/**
#body_navigation3{
	font-size: 12pt;
	position: absolute;
	left: 735px;
	top: -40px;
	text-transform: capitalize;
	font-weight: lighter;
}
**/

#box{
	top: -315px;
	position: relative;
}

#box1{
  	position: absolute;
  	z-index: 3;
  	left: 0px;
  	width: 486px;
  	height: 350px;
  	border-radius: 5px;
  	border: 1px solid #cccccc;
  	background-color: silver;
  	background: url('/wp-content/themes/mica/images/box_gradient.jpg') repeat-x;
	/* IE10 */ 
	background-image: -ms-radial-gradient(center top, circle farthest-corner, #FFFFFF -10%, silver 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center top, circle farthest-corner, #FFFFFF -10%, silver 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center top, circle farthest-corner, #FFFFFF -10%, silver 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center top, 0, center top, 567, color-stop(-1, #FFFFFF), color-stop(1, silver));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center top, circle farthest-corner, #FFFFFF -10%, silver 100%);
	/* Proposed W3C Markup */ 
	background-image: radial-gradient(center top, circle farthest-corner, #FFFFFF -10%, silver 100%);
  	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#box2{
  	position: absolute;
  	z-index: 3;
  	right: 0px;
  	width: 486px;
  	height: 350px;
  	border-radius: 5px;
  	border: 1px solid #cccccc;
  	background-color: silver;
  	background: url('/wp-content/themes/mica/images/box_gradient.jpg') repeat-x;
	/* IE10 */ 
	background-image: -ms-radial-gradient(center top, circle farthest-corner, #FFFFFF -10%, silver 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center top, circle farthest-corner, #FFFFFF -10%, silver 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center top, circle farthest-corner, #FFFFFF -10%, silver 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center top, 0, center top, 567, color-stop(-1, #FFFFFF), color-stop(1, silver));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center top, circle farthest-corner, #FFFFFF -10%, silver 100%);
	/* Proposed W3C Markup */ 
	background-image: radial-gradient(center top, circle farthest-corner, #FFFFFF -10%, silver 100%);
  	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/**
#box3{
  	position: absolute;
  	z-index: 3;
  	right: 0px;
  	width: 315px;
  	height: 270px;
  	border-radius: 5px;
  	border: 1px solid #cccccc;

  	background-color: silver;
**/

#box_top_1{
	width: 486px;
  	height: 50px;
  	background-color: #4d4d4d;
  	-webkit-border-top-right-radius: 5px;
  	-webkit-border-top-left-radius: 5px;
  	-moz-border-top-right-radius: 5px;
  	-moz-border-top-left-radius: 5px;
  	-moz-box-shadow:0 3px 3px rgba(182, 182, 182, 0.75);
	-webkit-box-shadow: 0 3px 3px rgba(182, 182, 182, 0.75);
	box-shadow: 0 3px 3px rgba(182, 182, 182, 0.75);
  	/* IE10 */ 
	background-image: -ms-radial-gradient(center bottom, circle farthest-corner, #FFFFFF -200%, #4d4d4d 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 567, color-stop(-200, #FFFFFF), color-stop(1, #4d4d4d));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center bottom, circle farthest-corner, #FFFFFF -200%, #4d4d4d 100%);
	/* Proposed W3C Markup */ 
	background-image: radial-gradient(center bottom, circle farthest-corner, #FFFFFF -200%, #4d4d4d 100%);
}

#box_top_2{
	width: 486px;
  	height: 50px;
  	background-color: #4d4d4d;
  	-webkit-border-top-right-radius: 5px;
  	-webkit-border-top-left-radius: 5px;
  	-moz-border-top-right-radius: 5px;
  	-moz-border-top-left-radius: 5px;
  	 -moz-box-shadow:0 3px 3px rgba(182, 182, 182, 0.75);
	-webkit-box-shadow: 0 3px 3px rgba(182, 182, 182, 0.75);
	box-shadow: 0 3px 3px rgba(182, 182, 182, 0.75);
  	/* IE10 */ 
	background-image: -ms-radial-gradient(center bottom, circle farthest-corner, #FFFFFF -200%, #4d4d4d 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 567, color-stop(-200, #FFFFFF), color-stop(1, #4d4d4d));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center bottom, circle farthest-corner, #FFFFFF -200%, #4d4d4d 100%);
	/* Proposed W3C Markup */ 
	background-image: radial-gradient(center bottom, circle farthest-corner, #FFFFFF -200%, #4d4d4d 100%);
}

#center_box{
	width: 570px;
	height: 40px;
	background-color: #a1a1a1;
	background-position: center;
	position: relative;
	top: 430px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#center_box1{
	position: relative;
	top: 390px;
	left: 630px;
	width: 125px;
	height: 40px;
	background-color: #4d4d4d;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#content_area{
	position: relative;
	top: 0px;
}

#content_box{
	width: 500px;
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 4;
}

#content_box img{
	width: 575px;
	height: 350px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0px 3px 3px #cecece;
    -webkit-box-shadow: 0px 3px 3px #cecece;
    box-shadow: 0 3px 4px #8b8b8b;
}

#content_text{
	position: relative;
	top: -375px;
	left: 60px;
	z-index: 5;
}

#content_text1 p{
	font-family: times new roman;
	width: 460px;
	line-height: 70px;
	font-size: 47px;
	text-shadow:1px 1px 1px #363636;
	color: #c7973c;
}

#content_text1{
	color: #c7973c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
    letter-spacing:-0.5px; 
    padding-bottom: 8px;
    padding-top: 40px;
}

#content_text_2 p{
	font-family: times new roman;
	width: 460px;
	line-height: 70px;
	font-size: 50px;
	text-shadow:1px 1px 1px #363636;
	color: #c7973c;
}

#content_text_2{
	color: #c7973c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
    letter-spacing:-0.5px; 
    padding-bottom: 8px;
    padding-top: 40px;
}

#content_text_3 p{
	font-family: times new roman;
	width: 460px;
	line-height: 70px;
	font-size: 50px;
	text-shadow:1px 1px 1px #363636;
	color: #c7973c;
}

#content_text_3{
	color: #c7973c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
    letter-spacing:-0.5px; 
    padding-bottom: 8px;
    padding-top: 40px;
}

#content {
	position: relative;
	top: -175px;
}

#content_wrap{
	position: relative;
	top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	width: 650px;
	min-height: 450px;
}

#content_wrap ul{
	font-size: 14px;
	margin-left: 20px;
	width: 600px;
	margin-bottom: 10px;
}

#content_wrap2{
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	top: 0px;
	width: 650px;
}

#copyright{
	top: -30px;
	left: -165px;
	float: right;
	padding-left: 374px;
	padding-bottom: 40px;
	position: relative;
	z-index: 99;
}

#featured img{
	width: 425px;
	height: 350px;
	margin-left: 575px;
	margin-top: 25px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 0px 3px 3px 0px #cecece;
    -webkit-box-shadow: 0px 3px 3px 0px #cecece;
    box-shadow: 0 3px 4px 0px #8b8b8b;
}

#featured_text p{
	font-size: 22px;
	font-family: times new roman;
}

#featured_text{
	position: absolute;
	font-size: 20pt;
	margin-top: 350px;
	left: -220px;
	color: #795246;
}

#featured_link{
	position: absolute;
	top: 470px;
	left: 0px;
	z-index: 11;
}
#featured_link ul li{
	display: inline;
	text-align: center;
	padding-right: 75px;
	margin-right: 5px;
	text-decoration: none;
	font-size: 18px;
  	text-transform: capitalize;
  	position: relative;
  	top: -30px;
  	left: 650px;
}

#featured_link ul li a{
	text-decoration: none;
	color: #ffffff;
	background-repeat: no-repeat;
  	background-position: center;
  	padding-bottom: 22px;
}

#featured_link ul li a:hover{
	color: #c7973c;
	text-decoration: underline;
}

#footer{
	position: relative;
	left: 400px;
	color: #4d4d4d;
	top: 0px;
	margin-bottom: 25px;
	display: block;
 	display: inline-block;
	z-index: 12;
	margin-left: -400px;
	border-radius: 5px;
	width: 100%;
	height: 80px;
	background-color: silver;
	z-index: 99;
	-moz-box-shadow: 0px 3px 3px 0px #cecece;
    -webkit-box-shadow: 0px 3px 3px 0px #cecece;
    box-shadow: 0 3px 4px 0px #8b8b8b;
}

#footer_links{
	margin-left: -300px;
	margin-top: -30px;
}
#footer_links ul li{
	display: inline;
	text-align: center;
	padding-right: 45px;
	margin-right: 5px;
	text-decoration: none;
	font-size: 14px;
  	text-transform: capitalize;
  	position: relative;
  	top: -10px;
  	left: 575px;
  	z-index: 99;
}

#footer_links img{
	margin-top: -5px;
}


#footer_links ul li a{
	text-decoration: none;
	color: #4d4d4d;
	background-repeat: no-repeat;
  	background-position: center;
  	padding-bottom: 22px;
}


#footer_links ul li a:hover{
	color: #c7973c;
	text-decoration: underline;
}

#footer_wrap{
	margin: 0 auto; 
	padding: 0;
	position: relative;
	z-index: 98;
}


#header h1{
	margin-left: 142px;
	margin-top: -125px;
	font-size: 14px;
}

#header h1:hover{
	text-shadow:1px 1px 1px #999999;
}

#header_wrap{
	margin: 0 auto; 
	margin-top: -30px;
	padding: 0;
	position: relative;
}

#links_lower{
	color: #636363;
	position: relative;
	left: 0px;
	top: -290px;
	z-index: 7;
}

#links_lower1 ul li{
	padding: 0px 0px 0px 20px;
  	list-style: none;
  	background: url('/wp-content/themes/mica/images/arrow.png') no-repeat top left;
  	background-position:  left;
  	margin-bottom: 10px;
  	font-family: Georgia, Minion Pro;
}

#links_lower2 ul li{
	padding: 0px 0px 0px 20px;
  	list-style: none;
  	background: url('/wp-content/themes/mica/images/pdf-icon.png') no-repeat top left;
  	background-position:  left;
  	margin-bottom: 10px;
  	font-family: Georgia, Minion Pro;
}


#links_lower1{
	margin-left: 40px;
	font-size: 14px;
	line-height: 26px;
	position: absolute;
	top: 50px;
}

#links_lower1 ul li a{
	padding-bottom:5px;
	color: #000000;
	margin: 0;
}

#links_lower1 ul li a:hover{
	color: #764c40;
}


#links_lower2{
	position: absolute;
	margin-left: 550px;
	margin-top: 50px;
	font-size: 14px;
	line-height: 26px;
}

#links_lower2 ul li a{
	color: #000000;

}

#links_lower2 ul li a:hover{
	color: #764c40;
}
/**
#links_lower3{
	position: absolute;
	margin-left: 740px;
	margin-top: 50px;
	font-size: 17px;
}

#links_lower3 ul li a{
	color: #000000;
}

#links_lower3 ul li a:hover{
	color: #764c40;
}
**/
#logo img{
	position: relative;
	z-index: 99;
	left: 75px;
	top: -90px;
	border: none; 
}

#logo:active{
	position: relative;
	top: 1px;
}


#logo2 img{
	top: 10px;
	left: 45px;
	height: 60px;
	border: none;
	cursor: pointer;
	position: relative;
	z-index: 99;
}

#middle{
	position: relative;
	margin-top: -425px;
	left: -5px;
	z-index: 6;
}

/* NAVIGATION MENU */

#mNav { 
	position: absolute;
	width: 1001px;
	left: 0px;
	z-index: 8;
	top: 20px;
	padding-top: -60px;
	list-style:none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
    letter-spacing: 1px; 
    font-size: 10pt;
    text-shadow: 0 -1px 3px #202020;
}

#mNav li {
    width: 149px;
    /*width: 14.80*/
    text-transform: uppercase;
	display:block; 		
	float:left; 
	border-right:1px solid #5d5d5d; 
	border-left:1px solid #929292; 
	width: 0, auto;
	padding-right: 8px;
	padding-left: 8px;
	height:34px; 
	border-bottom:1px solid #575757;
	border-top:1px solid #797979;
	background: url('/wp-content/themes/mica/images/nav_gradient.jpg') repeat-x;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
    background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);
    background-color:#5f5f5f; 
    -moz-box-shadow: 0px 3px 3px #cecece;
    -webkit-box-shadow: 0px 3px 3px #cecece;
    box-shadow: 0 3px 4px #8b8b8b;
}

#mNav li:hover {
	background: url('/wp-content/themes/mica/images/nav_hover_gradient.jpg') repeat-x;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, silver), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% ); 
}

#mNav li a { 
	color:white; text-decoration:none; 
	text-align:center; 
	display:block; 
	line-height:34px; 
	outline:none; 
}

#mNav li:first-child{
    -moz-border-radius:4px 0 0 4px;
    -webkit-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px; 
    border-left:none;
}

#mNav li:last-child{
    -moz-border-radius:0 4px 4px 0;
    -webkit-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
    border-right:none;
}

#sidebar{
	position: absolute;
	z-index: 55;
	left: 730px;
	top: 100px;
	width: 230px;
	height: 40px;
	color: #444444;
	background-color: silver;
	-moz-box-shadow: 0px 3px 3px 0px #cecece;
    -webkit-box-shadow: 0px 3px 3px 0px #cecece;
    box-shadow: 0 3px 4px 0px #8b8b8b;
    border-radius: 4px;
}

#sidebar2{
	position: absolute;
	z-index: 55;
	left: 650px;
	top: -490px;
	width: 300px;
}

#sidebar ul{
	padding-top: 15px;

}

#sidebar li a{
	color: #004486;
}

#sidebar ul li{
	border-bottom: 1px solid #cccccc;
	padding-bottom:10px;
	padding-top:10px;
	margin-left: 2px;
	list-style: none;
	font-family: Georgia, Minion Pro, verdana;
	font-size: 14px;
}

#sidebar li a:hover{
	color: #001f3d;
	text-decoration: underline;
}

#sidebar_title{
	font-family: Georgia, Minion Pro, verdana;
	font-size: 18px;
	color: #111111;
	text-align:center;
	padding-top: 10px;
}

#top_arc{
	background: url('/wp-content/themes/mica/images/top_gradient.jpg') repeat-x;
	height: 150px;
	/* IE10 */ 
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #F0F0F0));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);

	/* Proposed W3C Markup */ 
	background-image: linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
}

#mNav li.current_page_item{
	background: url('/wp-content/themes/mica/images/nav_hover_gradient.jpg') repeat-x;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, silver), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
}

#header h1{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: 1s ease;
	-moz-animation: 1s ease;
	-ms-animation: 1s ease;
	-o-animation: 1s ease;
	animation: 1s ease;
	-webkit-animation: 2s ease;
	-moz-animation: 2s ease;
	-ms-animation: 2s ease;
	-o-animation: 2s ease;
	animation: 2s ease;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-ms-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}




