
/* CSS reset */
html,body {
	margin:0;
	padding:0;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin:0 0 18px;
	padding:0;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {text-decoration:none;}

h1 {font:48px/54px "Droid Sans", Helvetica, "Nimbus Sans L", sans-serif;}

h2 {font:32px/36px "Droid Sans", Helvetica, "Nimbus Sans L", sans-serif;}

h3, .sitemap > li > a {font:26px/36px "Droid Sans", Helvetica, "Nimbus Sans L", sans-serif;}

h4, #sidebar .widgettitle {font:20px/36px "Droid Sans", Helvetica, "Nimbus Sans L", sans-serif;}

h5 {font:16px/18px "Droid Sans", Helvetica, "Nimbus Sans L", sans-serif; font-weight:bold;}

h6, .table th, .sitemap > li > ul > li > a, .cms_archive li {font:bold 13px/18px Arial, Helvetica, "Nimbus Sans L", sans-serif;}


/* ---------------------------------------------- Headings Colors */

h1 {color:#565656;}

h2, 
h2.entry-title a {color:#565656;}

h3 {color:#565656;}

h4 {color:#565656;}

h5, 
.short .entry-title a,  
h5.entry-title a,
.togg .tog {color:#565656;}

h6 {color:#565656;}

p {
	margin:0;
	padding:0 0 18px;
}

a:link{color:#8A8888;
}
/*
ul {
    list-style: none;
    padding: 0px;
}

ul li:before
{
    content: '\2605';
    margin: 0 1em;     any design
} */


/* General Demo Style */
body{
	font:13px/18px "Droid Sans", Helvetica, "Nimbus Sans L", sans-serif;
	background-color:#FFFFFF;
	color:#8A8888;
	text-align:justify;
	overflow-y: scroll;
}
a{
	color: #333;
	text-decoration: none;
}
	
	a:link {text-decoration:none; color:#666;}
a:visited {text-decoration:none; color:#333;}
a:hover {text-decoration:none; color:#333;}
a:active {text-decoration:none; color:#333;}
.container{
	width: 100%;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
		
   .shadow {
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	}
		
   .radius {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	}
		
   .radius50 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
	}
		
   .finishbox {
    width:24%;
	height:190px; 
	float:left; 
	margin-right:5px;
	overflow:hidden;
	font-size:16px;
	font-weight:bold;
	color:#FC7702;
	}
		
   .finishboxi {
    width:98%;
	height:150px; 
	border:#0917B7 solid thin; 
	overflow:hidden;
	margin-bottom:5px;
	}
	
.boxonefourth{
	width:98%;
	height:160px;
	background-color:#F4F4F4;
	border:#E9E9E9 thin solid;
	border-top:#FC7702 8px solid;
	border-bottom:#D8D8D8 2px solid;
        
	padding:5px;
	position: relative;
	margin-right:8px;
			transition: all 0.4s;
			-moz-transition: all 0.4s; /* Firefox 4 */
			-webkit-transition: all 0.4s; /* Safari and Chrome */
			-o-transition: all 0.4s; /* Opera */
}
.boxonefourth:hover{
	background-color:#FFFFFF;
	border:#FC7702 thin solid;
			transition: all 0.4s;
			-moz-transition: all 0.4s; /* Firefox 4 */
			-webkit-transition: all 0.4s; /* Safari and Chrome */
			-o-transition: all 0.4s; /* Opera */
}

	   
.boxonefourth img {
	margin-bottom:10px;
 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*give the button a drop shadow*/
}


	   
.boxonefourth img:hover {
	-webkit-box-shadow: 3px 3px 5px 6px #666;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #666;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #666;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

#boxonefourth ul {
    list-style: none;
    padding: 0px;
}

#boxonefourth ul li:before
{
    content: '\2605';
    margin: 0 1em;    /* any design */
}

	
.readbutton {
    display: inline-block;
    position: relative;
	float:right;
	margin-bottom:0px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    font: bold 12px/25px Arial, sans-serif;
 
    text-shadow: 1px 1px 1px rgba(255,255,255, .22);
 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
 
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.green {
    color: #3e5706;
    background: #ffffff; /* Old browsers */
}

.green:hover {
    color: #3e5706;
    background: #F9F9F9; /* Old browsers */
}

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}



input    {
width:97%;
display:block;
border: 1px solid #e3dfdf;
height: 25px;
margin-bottom:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

textarea#feedback {
width:97%;
height:75px;
margin-bottom:5px;
border: 1px solid #e3dfdf;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.managebox { 
        height:100%; width:94%; margin:auto; margin-top:10px; margin-bottom:40px;

       }
	   
.managebox img {
	border:#FFF 3px solid;
	font-size:14px;
	color:#f4f4f4;
	text-align:justify;
	width:150px;
	float:left;
	margin-top:20px;
 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
}
	   
.managebox h3 {
	font-size:18px;
	line-height:22px;
	color:#565656;
	text-shadow:0px 1px 1px #FFFFFF;
	text-align:left;
	margin-right:30px;
	margin-top:30px;
	margin-bottom:10px;
	padding:5px 0 3px;
	float:right;
}
