/* 
    Created on : Nov 18, 2016, 10:06:19 PM
    Author     : Sudath
*/
/* HTML styles */
body {
    font-family: 'Ubuntu', sans-serif;
}
/* Nav bar coloring overide from boostrap.css*/
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #0088cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0088cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0088cc);
  background-image: -o-linear-gradient(top, #0088cc, #0088cc);
  background-image: linear-gradient(to bottom, #0088cc, #0088cc);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0088cc', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 0px rgba(0, 0, 0, 0.065);
}
/* Nav bar text styling */
.navbar .nav > li > a {  
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #FFEF66;
  text-decoration: none;
  background-color: transparent;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #000;
  text-decoration: none;
  background-color: #FFEF66;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/* header styling */
header {
   background: url("../images/dhammaconference_header.jpg") no-repeat #0088CC;
   background-size:100% auto; 
}
@media screen and (max-width: 320px) {
    header {
    height: 80px;
    }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
    header {
    height: 92px;
    }
}

@media screen and (min-width: 361px) and (max-width: 768px) {
    header {
    height: 222px;
    }
}

@media screen and (min-width: 769px) and (max-width: 800px) {
    header {
    height: 232px;
    }
}

@media screen and (min-width: 801px) and (max-width: 980px) {
    header {
    height: 282px;
    }
}

@media screen and (min-width: 981px) and (max-width: 1280px) {
    header {
    height: 337px;
    }
}

@media screen and (min-width: 1281px) {
    header {
    height: 337px;
    }
}
header h1 {
    color: #d06f20;
}
/* Navigation */

nav .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
nav .nav-child.pull-right {
	right: 0;
	left: auto;
}
nav .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
nav .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
nav .nav > li {
	position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
	display: block;
}
nav .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
nav .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #08c;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
/* Main content styling */
.item-page, .blog, .category-list, .blog-featured, .contact-category, #xmap, 
.categories-list, .login, .archive {
    padding: 0 3.5em; 
    min-height: 450px;
    margin-bottom: 3em; 
}
.login {
    margin-bottom: 0;
    min-height: auto;
}
img, .img-circle, .img-polaroid, .img-rounded {
    margin: 0 0 1em 1em; 
}
.blog h2 a, .blog h2 a:hover, .blog h2 a:active {
    color: #d06f20;
    font-size: 0.6em;
    text-decoration: none;
}
/* Breathing space in the right panel*/
div.span3 .moduletable {
    padding: 0;    
    border: 1px solid #0088CC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1em;
    overflow-wrap: break-word;
}
div.span3 .moduletable {
    margin-right: 1em;
} 
div.span3 .moduletable {
    margin-left: 1em;
}

div.span3 .moduletable h3 {
    color: #ffffff;
    font-size: 1.1em;
    margin-top: 0;
    padding: 0 1em 0 1em;
    background: rgba(32,124,229,1);
background: -moz-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(32,124,229,1) 47%, rgba(73,155,234,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,124,229,1)), color-stop(47%, rgba(32,124,229,1)), color-stop(100%, rgba(73,155,234,1)));
background: -webkit-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(32,124,229,1) 47%, rgba(73,155,234,1) 100%);
background: -o-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(32,124,229,1) 47%, rgba(73,155,234,1) 100%);
background: -ms-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(32,124,229,1) 47%, rgba(73,155,234,1) 100%);
background: linear-gradient(to bottom, rgba(32,124,229,1) 0%, rgba(32,124,229,1) 47%, rgba(73,155,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#499bea', GradientType=0 );
}

div.span3 .moduletable ul, div.span3 .moduletable ul {
    list-style-image:url(../images/dhammachakka.jpg);     
}
div.span3 .moduletable ul {
    padding: 0 10px;
}
div.span3 .moduletable ul li {
    padding-top: 10px;
}

div.span3 .moduletable p {
    padding: 10px;
}
div.span3 .moduletable form {
    text-align: center;
    padding: 0 auto;
    margin: 0 auto;
    padding-bottom: 10px;
}

/* bread crumb */
.breadcrumb {
    background: #fff;
    padding-left: 1.5em;
    margin-bottom: 0;
}
/* footer */
footer {    
    background: #FFEF66;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
    text-align: center;
}
.btn-audio {
  background: #e8a84f;
  color: black;
}