/*
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
	margin:0;
    padding: 0 0 40px 0;
    font: 14px Georgia, Times, serif;
    color: #333333;
	background-image: url(images/bg.jpg);
/*  following line cause problem in centering  
background: #4E1C10 url('images/bg.gif') repeat-x; 
h1 cannot display chinese char
h1 {
    padding: 50px 0 0 30px;
    font-size: 48px;
    font-weight: normal;
    text-shadow: 0 1px 1px #FCF9F3;
    letter-spacing: -2px;
    color: #0E2F72;
}
 
 */
}



h1 {
    font-size: 48px;
    font-weight: normal;
    text-shadow: 0 1px 1px #FCF9F3;
    letter-spacing: -2px;
	color:#FF0;
}

h1 a, h1 a:hover {
    color: #0E2F72;
    text-decoration: none;
}

h2 {
    font-weight: normal;
    color: #3F4D6A;
}

p {
    padding: 10px 0;
    line-height: 1.6em;
}

p#subtitle {
    padding-left: 30px;
    font-size: 24px;
    text-shadow: 0 1px 1px #F3ECE9;
    letter-spacing: -1px;
    color: #5B2611;
}
p#large {
    padding-left: 30px;
/*    font-size:48px;  */
    font-size:48px;
    text-shadow: 0 1px 1px #F3ECE9;
    letter-spacing: -1px;
    color: #5B2611;
}
@media only screen and (max-device-width: 600px){
	p#large {
	   font-size:24px;	
	}
}

a {
    color: #A84C2E;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

ul li {
/*    line-height: 1.6em;   */
    line-height: 2em;
}

/* page 
    width: 960px;
*/
#page {
    width: 960 px;
    margin: 0 auto;
}

/* header 
    height: 80px;
    margin: 0 30px;
	width:60%;
    background: #C7C2B2 url('images/header.jpg') no-repeat;
*/

#header {
/*    height: 80px;  */
    margin-left: auto;
	margin-right:auto;
	margin-top:0px;
	width:68%;
/*    background: #C7C2B2 url('images/header.jpg') no-repeat;   */
}
@media only screen and (max-device-width: 600px){
	#header {
	   height:40px;	
	}
}



/* menu */


#menu {
    height: 35px;
	width: 40%
    /* background: #521E11 url('images/menu.gif') no-repeat;  */
}
@media only screen and (max-device-width: 600px){
	#menu {
	   width:70%;	
	}
}

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

#menu ul li {
    display: block;
    float: left;
    padding: 0 1px 0 0;
}

#menu ul li a {
    display: block;
    float: left;  
    padding: 0 50px;
    font-size: 16px;
    line-height: 35px;
    text-decoration: none;
    color: #FFFFFF;
}

#menu ul li a.active, #menu ul li a:hover {
/*    color: #CCCCCC; */
	color:#F9F;
    background: #7C321C url('images/menuover1.jpg') repeat-x;
}
#search {
    display: block;
    float: left;  
    padding: 0 10px 0 50px;
    font-size: 16px;
    line-height: 35px;
    text-decoration: none;
    color: #FFFFFF;
	
}
/*
#topimg {
    height: 480px;
    background: #020202 url('images/img.jpg') no-repeat;
}
*/
/* main */

#main {
    margin: 0 25px;
    padding: 0 30px;
    background: #C7C2B2 url('images/main.jpg') repeat;
}
#box {
	width: 400px;
	height: 240px;
   	padding: 10px;	
    background: #C7C2B2 url('images/img.jpg') no-repeat;
    margin: 0 auto; /* or margin: 0 auto 0 auto */
}
#container {
    margin: 0 auto; /* or margin: 0 auto 0 auto */	
}
/* sidebar 
#sidebar {
    float: left;
    width: 270px;
    padding: 30px 0 10px 0;
}

#sidebar h2 {
    font-size: 22px;
}

#sidebar .box {
    padding: 10px 0 40px 0;
}

#sidebar ul {
    padding: 20px 0 50px 0;
}

#sidebar ul li {
    padding: 3px 0 3px 25px;
    color: #959ED6;
    background: url('images/arrow.gif') no-repeat 0 9px;
}

#sidebar ul li a {
    padding: 0;
    color: #A84C2E;
}
*/

/* content */

#content {
    float: right;
    width: 550px;
    padding: 30px 0 10px 0;
}

#content .post {
    padding: 0 0 45px 0;
}

#content h2 {
    font-size: 32px;
    padding: 0;
    letter-spacing: -1px;
    color: #3F4D6A;
}

#content h2 a {
    color: #3F4D6A;
    text-decoration: none;
}

#content .entry {
    padding: 10px 0 0 0;
}

p.postmeta {
    color: #6C6C6C;
}

/* bottom

#bottom {
    background: #3E4E6C url('images/bottom.jpg') no-repeat top;
}

#bottom2 {
    padding: 0 25px 50px 25px;
    background: url('images/bottom2.jpg') no-repeat bottom;
}

#bottom h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    color: #AACEEE;
}
*/
/* 
.col {
    float: left;
    width: 215px;
    padding-right: 10px;
}

.col ul {
    padding: 20px 0 30px 0;
}

.col ul li {
    padding: 3px 0;
}

.col ul li a {
    padding: 0;
    color: #CACFDA;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}
*/
/* footer 

#footer {
    clear: both;
    height: 106px;
    margin: 0 25px;
    padding: 30px 30px 0 30px;
    background: #C7C2B2 url('images/footer.jpg') no-repeat;
}

#footer p {
    float: right;
    width: 600px;
    font-size: .93em;
    text-align: right;
}

*/
table {
    margin: 0 auto; /* or margin: 0 auto 0 auto */
  }
/*  -- added ---- */
.clr {
	clear:both;
	padding:0;
	margin:0;
	width:100%;
	font-size:0;
	line-height:0;
}
.slider {
/*	padding:0 0 34px;  */
	padding:0;
}
.bright {
	color:#FFF;
	
}
/*   new addition  */
#explain_num {
    height: 140px;
	
}
#lbl {
    display: block;
    float: left;
    clear: left;
    color: white;
    font-size: 18px;
    margin: 2px 16px 2px 8;
    text-align: right;
/*    text-shadow: 0 1px 0 #F2F2F2;*/
    text-transform: capitalize;
/*    width: 330px;	*/
}
#inp {
    background: -moz-linear-gradient(center top , gold 0%, white 20%) repeat scroll 0 0 transparent;
    display: block;
    float: left;
    border-radius: 51px 5px 90px 5px;
    color: black;
    font-family: sans-serif;
    font-size: 14px;
    height: 30px;
    margin: 2px 10px 2px 10px;
    padding: 1px;
    text-shadow: 0 -1px 0 #334F71;
    text-transform: capitalize;
    width: 130px;  
}
#fe {
    background: none repeat scroll 0 0 black;
    border: 1px solid gold;
    border-radius: 20px 20px 20px 20px;
    list-style: none outside none;
    margin: 7px auto 7px auto;
    padding: 7px 7px 7px 7px;
/*    width: 600px; 
	height: 30px; 
    width: 900px; */
    width: 450px; 
/*	height: 30px;   */
	height: 80px; 
	
}

@media only screen and (max-device-width: 600px){
	#fe {
	   width:100%;	
	   height:70px;
	}
}
@media only screen and (min-device-width: 600px){

    #myWrap {
	   width:70%;
    }
}
