/*
Theme Name: OSA Asia Theme
Theme URI: http://www.mmstudio.org
Description: Developed by Jess
Version: 0.1 
Author: MicroMedia
Author URI: http://mmstudio.org
*/


@import url('reset.css');

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	width:100%;
	height:100%;
}

body {
	background: #000;
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
    padding: 0;
	color:#fff;
	font-size:16px;
	line-height:24px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}

/********* TYPOGRAPHY **************/

/*
@font-face {
	font-family: "Lithos";
	src: url('http://website.com/wp-content/themes/derek-volkart/includes/lithos.eot') ;
}
@font-face {
	font-family: "Lithos";
	src: url('http://website.com/wp-content/themes/derek-volkart/includes/lithos.ttf')  format("truetype");
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'LatoBI';
src: url('fonts/lato/lato-bolditalic-webfont.svg') format('svg');
}
}

*/


blockquote {
	background: url(../images/blockquote.png) no-repeat;
	background-position: top left;
    color: #555555;
    font-size: 1.00em;
    padding-left: 55px;
    padding-right: 0px;
	margin: 15px 0px;
}

a { color: #7D633A; text-decoration: none; outline: none;
-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s  ease-in-out;
    -webkit-backface-visibility: hidden;
 }

code {  
	background: #f5f5f5;
    border: 1px solid #cccccc;
	color: #555555;
    font: 11px Verdana, Arial, 'Helvetica', sans-serif;
    padding: 10px;
	text-align: left;
}


h1, h1 a {
	color: #fff5bf;
	font-weight:300;
	font-size:38px;
	line-height:48px;
    margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

h2, h2 a {
	color: #fff5bf;
	font-weight:300;
	font-size:34px;
	line-height:42px;
    margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

h3, h3 a {
	color: #fff5bf;
	font-weight:300;
	font-size:30px;
	line-height:40px;
    margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

h4 {    
	color: #fff5bf;
	font-weight:300;
	font-size:26px;
	line-height:34px;
    margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

h5 {    
	color: #fff5bf;
	font-weight:300;
	font-size:22px;
	line-height:30px;
    margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

h6 {    
	color: #fff5bf;
	font-weight:300;
	font-size:18px;
	line-height:26px;
    margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

img { border: none; }

ol, form { margin: 0; padding: 0; }

p { text-align: left; margin: 0 0 25px; }

small { font-size: 10px; }

ul {
         list-style-type: disc; 
         margin: 0 0 25px 25px; 
         padding:  0 0 0 0; 
}

ul li {
         line-height: 1.5em; 
         margin: 0; 
         padding: 5px; 
}
ol {
         margin: 0 0 0 25px; 
         padding:  0 0 0 0; 
}

ol li {
         line-height: 1.5em; 
         margin: 0; 
         padding: 5px; 
}

.wpcf7-form input.wpcf7-submit { -webkit-appearance: none; }

.s {   /* Search Field */
	background: transparent;
    border: 0px solid #c7c7c7;
	color: #383d44;
    font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	height: 15px;
	padding-left: 3px;
	vertical-align: middle;
	width: 220px;
}

.alignleft {
	float: left;
	text-align: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
	margin: 0 0 10px 20px;
}

.aligncenter { display:block; margin:0 auto 30px; }

.date {
	background: transparent;
	color: #363636;
	font: 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/****************  MENU ***************************/

#topnav  { display:none; }

#menu {
	width:100%;
	margin:0px auto;
	padding:0;
	background:transparent;
	width:100%; text-align:right;
	position:relative;
	z-index:5;
	float:right;
	display:inline-block;
	width:70%;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	z-index:55;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	padding:0;
	border-right:0px solid #000;
	background: transparent;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			55px; /* match top ul list item height */
	z-index:		9999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu {
	margin:0;
	display:block;
	text-align:right;
}
.sf-menu a {
	margin:0;
	text-transform:uppercase;
	padding: 20px 15px 20px;
	text-decoration:none;
	position:relative; z-index:888;
	font-size:14px;
	text-shadow: 1px 1px 1px #111;
}
.sf-menu a, .sf-menu a:visited  { color:#fff;  }
.sf-menu li {
	background:	 transparent;
	font-size:12px;
	margin:0px 0 0;
	line-height:15px;
	padding:0;
	float:none;
	display:inline-block;
}
.sf-menu li a:hover { color: #fff5bf; background:transparent; }

.sf-menu li.current_page_item a { color: #fff5bf;  }
.sf-menu li.current_page_item li a{ color:#fff; }
.sf-menu li.current_page_item li a:hover{ color:#fff; }
.sf-menu li li { margin:0; padding:0; width:180px; }
.sf-menu li li a{
	background: url(../images/black-bg.png) repeat;
	border-right:0;
	position:relative;
	z-index:800;
	margin: 0;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	font-size:13px;
	padding:15px;
}
.sf-menu li li a:hover {  color:#000!important; text-shadow:none!important; background:url(../images/yellow-bg.png) repeat; }
.sf-menu li li li { }
.sf-menu li li li a{
	background: #2E814C;
	color:#fff;
}
.sf-menu li li li a:hover { background:#87B497; color:#fff; }
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { outline:0; }


/*****************  LAYOUT *************************/

#page {
	background: transparent;
    margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
	position:relative; 
	z-index:8888; 
	position: absolute; top:0; left:0;
	position:relative;
	min-height:100%;
}
#main { width:100%;  position:relative; }

#header {
    background: transparent;
    margin: 0 auto;
	padding: 0 0 0 0;
    text-align: left;
	border-bottom: 1px solid #7D633A;
	width:98%; 
	position:relative;
	z-index:7777;
}

#logo { /* position: absolute; top:0; left:20px; z-index:1; */
float:left; display:inline-block; margin: 0 0 0 20px;  }

.wrapper { position: relative; z-index:10; }

#slide-wrap { position: absolute; top:0; left:0; width:100%; height:100%; z-index:1; }

#fade-bottom { position: fixed; bottom:0; left:0; width:100%; height:130px; background: url(../images/fade-bottom.png) repeat-x; z-index:7777; }
#fade-top { position: fixed; top:0; left:0; width:100%; height:130px; background: url(../images/fade-top.png) repeat-x; z-index:7755; }


#page-header { position: absolute; top:0; left:0; width:100%; height:300px; overflow:hidden; z-index:3; }

#page-content { position:relative; z-index:100; }
.wrapper { width:100%; max-width:1000px; margin: 0 auto; }
.inner-wrap { padding:40px; color:#fff; background: url(../images/black-bg.png) repeat; margin: 40px auto 0; }



#content {
	background: transparent;
    border: none;
	color: #282828;
	float: left;
	display:inline;
	margin: 20px 0px 30px 0px;
	padding: 0 0px 0 0px;
    text-align: left;
	width: 510px;
}

.fadein { display:none; }


#sidebar {
        width: 250px;
        text-align: left;
        float: right;
		display:inline;
        margin: 20px 0px 30px 0px;
        padding: 0;
        line-height: 1.6em;
        color: #383d44;
        }

.sidelist {
        background: transparent;
        margin: 0 0 20px 0;
        padding: 0;
        }

#sidebar h2{
    background: inherit;
    color: #7D633A;
    font: 24px Arial, 'Helvetica', Verdana, sans-serif;
    font-weight: 100;
    padding: 3px 0px 3px 0px;
    margin: 0;
}

#footer {
   background: transparent;
   color:#fff;
   margin: 30px auto 0;
   padding: ;
   text-align: center;
   overflow:hidden;
   border-top: 1px solid #7D633A;
   padding:20px 0;
   width:98%;
   z-index:9999;
  
}
#page-home #page { height:100%; display:block; min-height:100%; }
#page-home #footer { position: fixed; bottom:0; left:2%; }

#footer a { color: #363636; text-decoration: none; }
#footer a:hover { color: #aa0000; text-decoration: none; }

/**********************  HOME PAGE  ***********************/

.hslide-copy { position: absolute; top:35%; left:10%; text-align:left; z-index:50; }
.overlay { z-index:30; width:100%; height:100%; position: absolute; background: url(../images/overlay.png) repeat; }
.hslide-copy h3 { font-size:55px; text-shadow:1px 1px 2px #000; }
.hslide-copy h4 { font-size:35px; text-shadow: 1px 1px 2px #000; color:#fff; margin: 20px 0!important; }
.hslide-copy a.slide-button { color:#fff; font-size:18px; padding:10px 15px; background:#7D633A; border-radius:4px; -moz-border-radius:4px; display:inline-block; }
.hslide-copy a.slide-button:hover { background:#BC9458; }

/*******************  CONTACT PAGE  **********************/

.wpcf7-form p { margin:0; }
.wpcf7-form br { display:none; }
.wpcf7-form label { display:block; font-weight:300; text-transform:uppercase; }
.wpcf7-form input, .wpcf7-form textarea { display:block; margin: 0 0 0px; background:#151515; border: 1px solid #222; padding:9px 5px; width:95%;}
.wpcf7-form input.wpcf7-submit { width:auto; color:#fff; text-transform:uppercase; background:#BC9458; font-family:'Lato', sans-serif; padding:9px 20px; }


/******************  OTHER STYLES  *********************/

#showButton { padding:25px 20px; border-radius:50%; -moz-border-radius:50%; position: absolute; top:300px; left:50%; margin-left:-50px; text-align:center; background:#000; font-weight:500; text-transform:uppercase; color:#fff; cursor:hand; cursor:pointer; top:75px; left:auto; right:20px; margin:0; }

/****************   COMMENT STYLING  ********************/

#comment {
    background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	padding-left: 2px;
	vertical-align: middle;
	width: 510px;

}

.commentbody {
    background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	position: relative;
    -moz-border-radius: 10px;
}

.commentbody a { color: #aa0000; text-decoration: none; }
.commentbody a:hover { color: #2d5175; text-decoration: none; }
.commentbody p { line-height: 1.2em; }
.commentlink { font-size: 13px; }
.commentlist { list-style: none; }

#email, #author {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
    font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	padding-left: 5px;
	vertical-align: middle;

}

#url {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
    font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
    font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	margin: 0;
	padding: 0 10px;

}

textarea { overflow:auto; }

.commentheader {
        background: inherit;
        font-size: 18px;
        font-weight: lighter;
        text-align: left;
        color: #7D633A;
        padding: 0;
        line-height: 1.5em;
}


/***************   POST METADATA    *************************/


.postmetadata {
    background: transparent;
    font-style: italic;
    color: #363636;
    line-height: 1.5em;
	margin: 15px 0 70px 0;
	padding:3px 3px 3px 3px;
	text-align: right;
    clear:both;
}

.postmetadata a {background: transparent; color: #363636; text-decoration: none;}

.postmetadata2 {
    background: #eeeeee;
    color: #282828;
    border: 1px solid #cccccc;
    font-size: 11px;
    line-height: 1.3em;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
    clear:both;
    -moz-border-radius: 10px;
}

/* different postmetadata style for single.php */

.alt { line-height: 1.3em; padding: 10px; }

.alt a { background: inherit; color: #aa0000; text-decoration: none; }


.clear {clear:both;}
 .stretch,
    .clear {
        clear: both;
        height: 1px;
        margin: 0;
        padding: 0;
        font-size: 15px;
        line-height: 1px;
    }
    .clearfix:after {
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
	
	
/* styles for desktop */
.tinynav { display: none }
#nav .selected a, #nav2 .selected a { color: red }
/* styles for mobile */
@media screen and (max-width: 600px) {
.tinynav { display: block }
    #nav, #nav2 { display: none }
}

/* =Responsive Structure
----------------------------------------------- */
/* Smaller than standard 1060 (devices and browsers) */
@media screen and (max-width: 1060px) {
  
  
	
}

@media screen and (max-width: 960px) {
	/*  ipad */
	#page { width:95%; margin: 0 auto; }
	#topnav #navbtn  {display:block!important; }
	#topnav { display:block; }
	#menu { display:none; }
	#showButton { z-index:9999; top:50px; }
	#page-content { padding-bottom:100px; }
	
}
	
@media screen and (max-width: 767px) {
	/*  small tablet */
	
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body {
   		padding: 0;
	}
	body, input, textarea {
		font-size: 13px;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 479px) {
	/*  iphone */
	
	#showButton { z-index:9999; top:130px; left:50%; right:auto; margin-left:-35px; }
	
}
@media screen and (max-width: 319px) {
	/* small phone */
	#page {
		max-width: 100%;
	}	
}

@media screen and (min-width: 1800px) {
	
	
}

