/*
Theme Name: Dash Chinese
Theme URI: http://www.neilven.com/theme/dashchinese
Author: Neilven Ching
Author URI: http://www.neilven.com/
Description: This theme is good for developing WP theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: raw theme, bare theme,

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/***********************/

/*@import url(css/global.php);
@import url(css/menu.php);*/

/***********************/

html{ 
	margin:0;
	padding:0;
	}

body {
	margin:0;
	padding:0;
	background:#E6E6E6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
.clear{ clear:both;}

a{
	color:#F15D39;
	text-decoration:none;
	}

#header {
	margin:0;
	padding:0;
	width:100%;	
	}
	
.header {
	width:1036px;
	display:block;
	margin:0 auto;
	position:relative;
	}
	
.logo{ border:none;}
	
#menubar {
 	position:absolute;
	right:0;
	bottom:0;
	}
	
#menubar li a{
	font-size:16px;
	text-transform:uppercase;
	}	
	
.top_social{
	position:absolute;
	right:0;
	top:0;
	}
	
.top_social ul{
	margin:0;
	padding:0;
	}

.top_social h3{
	text-align:center;
	text-transform:uppercase;
	color:#3B5997;
	font-size:24px;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0;
	}

.top_social ul li{
	display:inline-block;
	list-style:none;
	margin:0 0 0 6px;
	padding:0;
	height:47px;
	width:47px;
	}
	
.top_social ul li a{
	text-decoration:none;
	color:#F15D39;
	display:block;
	height:47px;
	width:47px;
	overflow:hidden;
	text-indent:-999999px;
	}
	
.top_social ul li.sfb a{
	background:url(images/social_small.jpg);
	} 
.top_social ul li.stw a{
	background:url(images/social_small.jpg) 0 -47px;
	}  
.top_social ul li.syt a{
	background:url(images/social_small.jpg) 0 -94px;
	}  
.top_social ul li.sig a{
	background:url(images/social_small.jpg) 0 -141px;
	} 

#hslider{
	margin:0;
	padding:0;
	width:100%;
	background:#F15D39;
	}
	
.hslider{
	width:1036px;
	display:block;
	margin:0 auto;
	padding:20px 0 20px 0;
	}
	
.slide{
	position:relative;
	height:388px;
	}	

img.imgright{
	display:block;
	position:absolute;
	right:0px;
	bottom:0px;	
	}
	
img.imgleft{
	display:block;
	position:absolute;
	left:10px;
	bottom:0px;	
	}
	
img.topleft{
	display:block;
	position:absolute;
	left:100px;
	top:120px;	
	}
	
.textleft{
	display:block;
	width:320px;
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:16px;
	color:#FFF;
	}
	
.textright{
	display:block;
	width:320px;
	position:absolute;
	bottom:30px;
	right:0px;
	font-size:16px;
	color:#FFF;
	text-align:left;
	}
	
.textright h2, .textleft h2{
	font-size:32px;
	font-family:"Conv_NuevaStd-BoldCondItalic", Times, serif;
	font-weight:normal;
	margin:0 0 10px 0;
	text-transform:uppercase;
	} 
	
#aboutrow{
	margin:0;
	padding:0;
	width:100%;
	background:#E6E6E6 url(images/topshadow.png) repeat-x top;
	}
	
.aboutrow{
	width:1036px;
	 
	margin:0 auto;
	padding:20px 0;
	position:relative;
	}
	
#bottom{
	margin:0;
	padding:0;
	width:100%;
	background:#3644FF  url(images/topshadow.png) repeat-x top;
	}
	
.bottom{
	width:1036px;
	display:block;
	margin:0 auto;
	padding:20px 0;
	}	

#mobilemenu{
	display:none;
	}
	
.menu-prime-container select {
        display: none;
 
    }
	
.none{
	display:none;
	}	
	
#wrapper {
	margin:0;
	padding:0;
	width:100%;
	border-top:5px #F15D39 solid;
	background:#FFF;
	}

#page{
	width:1036px;
	display:block;
	margin:0 auto;
	padding:20px 0 20px 0;}

#content {
	display:block;
	float:left;
	width:700px;	
	}
	
#sidebar {
	display:block;
	float:right;	
	width:320px;
	}
	
.home_content{
	display:block;
	float:left;
	width:700px;
	}
	
h2.home-title{
	color:#37459E;
	font-size:26px;
	text-transform:uppercase;
	}
	
.home_content .contin{
	font-size:16px;
	}

.home_sidebar{
	display:block;
	float:right;
	width:320px;
}

.home_sidebar .widget{
	margin:0 0 30px 0;
	background:#8F95F3;
	display:block;
	padding:0 0 10px 0;
	-webkit-border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 14px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	}
	
.home_sidebar .widget h3{
	background:#3644FF;
	display:block;
	padding:20px 10px;
	margin:0;
	color:#FFF;
	text-transform:uppercase;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	text-align:center;
	
	}
	
.home_sidebar .widget div {
	margin:10px;
	}

.home_sidebar input[type=text], .home_sidebar input[type=email], .home_sidebar input[type=number], .home_sidebar select{
	display:block;
	width:90%;
	margin:0 auto;
	border:0;
	font-size:18px;
	padding:4px 6px; 
	}
.home_sidebar input[type=button], .home_sidebar input[type=submit] , .home_sidebar button{
	display:block;
	width:50%;
	margin:0 auto;
	border:0;
	padding:4px 6px;
	height:40px;
	background:#E71619;
	cursor:pointer;
	color:#fff;
	text-transform:uppercase;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
.home_sidebar textarea{
	display:block;
	width:90%;
	margin:0 auto;
	border:0;
	padding:4px 6px;
	}
	
	

#sidebar input[type=text], #sidebar input[type=email], #sidebar input[type=number], #sidebar select{
	display:block;
	width:100%;
	margin:0 auto 10px auto;
	border:0;
	font-size:18px;
	padding:4px 8px; 
	border:1px #F15D39 solid;
	}
	
#sidebar input[type=button], #sidebar input[type=submit] , #sidebar button{
	display:block;
	width:50%;
	margin:0 auto;
	border:0;
	padding:4px 6px;
	height:30px;
	background:#E71619;
	cursor:pointer;
	color:#fff;
	text-transform:uppercase;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
	
#sidebar textarea{
	display:block;
	width:90%;
	margin:0 auto;
	border:0;
	padding:4px 6px;
	}
	
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
     
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}	
.widget{
	margin:0px 0 10px 0;
	display:block;
	background:#FFF;
	padding:10px;
	}
	
.widget h3{
	margin:0 0 10px 0;}
	
#footer {
	}
	
.post{
	background:#FFF;
	padding:10px;
	margin:0 0 10px 0;
	}
	
.postimg{
	float:left;
	width:245px;
	margin:0 10px 10px 0;
	padding:0;
	}

.postexcerpt{
	display:block;
 
	}
	
.post h2{
	margin:0;
	padding:0;
	}
	
.post h2 a{
	margin:0;
	padding:0;
	color:#36469E;
	text-decoration:none;
	font-weight:normal;
	}
	
.post p{
	font-size:12px;
	color:#333;	
	
	}
	
.metainfo{
	color:#fff;
 	display:block;
	clear:both;
	background:#F15D39;
	padding:2px 4px;
	margin:5px 0 0 0;
	}	
	
.metainfo a{
	color:#fff;
	text-decoration:none;
	}
	
.rmore{
	float:right;}
	
#Navi{
 
	margin:0 0 10px 0;
	background:#fff;
	display:block;

	width:100%;
	}
	
.Navi{
	padding:10px;
	float:right;}	

#Navi a{
	padding:4px 8px;
	background:#36469E;
	text-decoration:none;
	color:#fff;
	}

#Navi a:hover{
	background:#074433;
	}
	
.nlast{
	margin:0 0 0 3px;}
	
.nfirst{
	margin:0 3px 0 0 ;}
		
	
strong.on{
	padding:4px 8px;
	background:#074433;
	color:#FFF;
	text-decoration:none;
	}
	
h1.page-title{
	color:#36469E;
	margin:0 0 10px 0;
	padding:7px;
	background:#fff;
 	}
	
 
.fb-comments{
	 width:100% !important;
	 }
	 

iframe.fb_ltr { width:100% !important; }

.fb_iframe_widget, .fb_iframe_widget span {
width: 100%!important;
}

.fb-comments, .fb-comments iframe[style] {width: 100% !important;}

#page-links{
	color:#333;
	font-weight:bold;
	}


#page-links span{
	font-weight:bold !important;
	font-weight:normal;
	background:#D6D6D6;
	color:#333;
	text-decoration:none;
	padding:3px 5px;
	
	}
#page-links a {
	text-decoration:none;
	}
		
#page-links a span{
	font-weight:normal !important;
	font-weight:normal;
	background:#F15D39;
	color:#fff;
	text-decoration:none;
	padding:3px 5px;
	display:inline-block !important;
	
	}
 
.bottom .widget{
	background:none;
	float:left;
	width:31%;
	color:#FFF;
	}
	
#bottom .bottom h3{
	color:#FFF !important;
	font-size:28px;
	font-weight:normal;
	text-transform:uppercase;
	}

#bottom .widget ul{
	margin:0;
	padding:0;
	}

#bottom .widget ul li{
	margin:0;
	padding:5px 0;
	list-style:none;
	color:#FFF;
	}

#bottom .widget ul li a{
	color:#FFF;
	text-decoration:none;	
	}

ul.bottommedia li{
	display:inline-block;
	list-style:none;
	margin:0 0 0 6px;
	padding:0;
	height:60px;
	width:60px;
	}
	
ul.bottommedia li a{
	text-decoration:none;
	color:#F15D39;
	display:block;
	height:60px;
	width:60px;
	overflow:hidden;
	text-indent:-999999px;
	}
	
ul.bottommedia li.bfb a{
	background:url(images/social_big.jpg);
	} 
ul.bottommedia li.btw a{
	background:url(images/social_big.jpg) 0 -60px;
	}  
ul.bottommedia li.byt a{
	background:url(images/social_big.jpg) 0 -120px;
	}  
ul.bottommedia li.big a{
	background:url(images/social_big.jpg) 0 -180px;
	} 
	
#footer {
	width:100%;
	}

#footer p{
	text-align:center;
	color:#222;
	text-transform:capitalize;
	}
	
#footer p a{
	color:#222;
	text-decoration:none;
		
	}
