/*
Theme Name: Dossier Mobi
Theme URI: http://mobifreaks.com/mobile templates/
Author: Munawar Ahmed
Author URI: http://mobifreaks.com/
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/*
fonts
*/
@font-face {
    font-family: 'BebasRegular';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/Bfontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontawesome-webfont.woff') format('woff'),
         url('fonts/fontawesome-webfont.ttf') format('truetype'),
         url('fonts/fontawesome-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
http://meyerweb.com/eric/tools/css/reset/
v2.0|2011-01-26
License:none(publicdomain)
*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
.post,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:middle;
}
/*
HTML5 element reset
*/
.post,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	display:block;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a{
	text-decoration:none;
}
img{
	max-width:100%;
}
h1{
	font-size:36px;
}
h2{
	font-size:24px;
}
h3{
	font-size:18px;
}
h4{
	font-size:16px;
}
h5{
	font-size:14px;
}
h6{
	font-size:12px;
}
/*
wrapper

.wrap{
	width:320px;
	margin:0 auto;
}*/
/*
global classes
*/
.border-radius,
.search input[type=text],
.menu-show img,
.menu-hide img{
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
	border-radius:2em;
}
.float-left,
.menu-show,
.menu-hide{
	float:left;
}
.clear-both{
	clear:both;
}
.pos-relative,
.search{
	position:relative;
}
/*
header
*/
.header{
	padding:10px 0;
}
.header{
	background:#0a5f5a;
}
	.top-bar{
		position:relative;
		background:#228973;
		border-bottom:1px solid #78dec8;
		border-top:1px solid #78dec8;
		padding:10px 0 0 0;
	}
	.menu-show,
	.menu-hide{
		display:none;
		border:none;
		color:#228973;
		cursor:pointer;
		background:none;
	}
	.menu-show img,
	.menu-hide img{
		background:#fff;
		padding:5px 15px;
	}	
	.menu{
		border-top:1px solid #000;
		display:block;
		margin:10px 0 0 0;
		font-size:14px;
	}
	.menu ul{
		margin:0;
		padding:0;
	}
	.menu li:nth-child(1) a{
		border-top:none;
	}
	.menu a{
		display:block;
		padding:20px;
		text-align:center;
		border-top:1px solid #78dec8;
		border-bottom:1px solid #000;
		color:#78dec8;
		background:#0a5f5a;
		text-shadow:0 0 5px #000;
		outline:none;
	}
	.menu a:hover{
		/*background:#eee#00a8ff;
		-moz-box-shadow:inset 0 5px 20px rgba(0,0,0,.5);
		-webkit-box-shadow:inset 0 5px 20px rgba(0,0,0,.5);
		box-shadow:inset 0 5px 20px rgba(0,0,0,.5);*/
		color:#0a5f5a;
	}
	.menu li:last-child a{
	}
	.menu li:first-child a{
	}
	.search{
		float:right;
		margin:0 5px 10px 0;
	}
	.search input[type=text]{
		border:1px solid #bc3c32;
		width:80px;
		padding:5px 25px 5px 10px;
		color:#aaa;
	}
	.search input[type=submit]{
		position:absolute;
		right:3px;
		top:4px;
		background:url(images/search-but.png) no-repeat;
		width:20px;
		height:20px;
		border:none;
		cursor:pointer;
	}
	.search input[type=text],
	.search input[type=submit]{
		outline:none;
	}
.logo{
	background:#232323 url(images/header.png);
	display:block;
}
.logo a{
	display:block;
	padding:20px;
	text-align:center;
}

.select-wrapper {
  width: 95px;

}
select {


  /* ... */
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 30px;
  -moz-padding-start: calc(10px - 3px);
  padding-left: 10px;
  background: url(fff-0-2.png) repeat;
  color: #228973;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  border-radius: 3px;
}
select option {
  color: #666;
}
select::-ms-expand {
  display: none;
}
select:focus::-ms-value {
  background-color: transparent;
}
/*
content
*/
.content{
}
.title h2{
	border-top:1px solid #228973;
	background:#531e1a;
	padding:10px 20px;
	font-size:24px;
	color:#0a5f5a;
}
.post{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:20px;
	color:#0a5f5a;
	border-bottom:1px solid #eee;
}
.post-info{
	line-height:1.3em;
	font-size:10px;
	color:#228973;
}
.post-info span{
	color:#ddd;
}
.post-info a{
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6{
	font-family:'BebasRegular', Arial, sans-serif;
	font-weight:normal;
	line-height:1.3em;
	word-spacing:.2em;
	padding:0 0 10px 0;
	background:none;
}
.post h1 a,
.post h2 a,
.post h3 a,
.post h4 a,
.post h5 a,
.post h6 a{
	display:block;
}
.post h1{
	font-size:2.6em;
}
.post h2{
	font-size:2em;
}
.post h3{
	font-size:1.6em;
}
.post h4{
	font-size:1.2em;
}
.post figure,
.post dd,
.post dt,
.post pre,
.post p{
	padding:0 0 10px 0;
}
.post p,
.post ol,
.post ul,
.post dd,
.post figcaption,
.column{
	line-height:1.8em;
}
.post ol,ul{
	margin:0 0 0 30px;
	padding:10px;
}
.post ol{
	list-style:decimal;
}
.post ul{
	list-style:disc;
}
.post pre{
}
.post code{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	line-height:1.8em;
}
.post blockquote{
	display:block;
	border-left:1px dotted #7d7d7d;
	margin:0 0 10px 0;
}
.post blockquote p{
	padding:5px 10px;
}
.post blockquote p:first-letter{
	float:left;
	padding:10px 10px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}
.post b,strong{
	font-weight:bold;
}
.post em,
.post i{
	font-style:italic;
}
.post a{
	color:#228973;
}
.post a:hover{
	color:#0a5f5a;
}
.post dl{
}
.post dt{
	font-weight:bold;
}
.post dd{
	margin:0 0 0 20px;
}
.post figure{
	text-align:center;
}
.post figure img{
	max-width:100%;
}
.post figcaption{
	font-size:12px;
	color:#8d8d8d;
}
/*
footer
*/
.footer{
	background:#228973;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	line-height:1.8em;
	padding:10px 0 0 0;
}
	.bot-bar{
		font-size:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		position:relative;
		background:#0a5f5a;
		border-top:1px solid #78dec8;
		padding:10px;
		color:#d1f1e8;
	}
.footer a{
	color:#228973;
}
.license{
	display:inline-block;
	text-align:center;
	padding:10px 0;
	opacity:.3;
}
.license:hover{
	opacity:1;
}
.ui-draggable, .ui-droppable {
	background-position: top;
}