/*
	Theme Name: Amala Gameela Custom
	Theme URI: http://dreamstarstudios.net
	Description: Amala Gameela Custom is a custom Wordpress theme by Brian Feister of <a href="http://dreamstarstudios.net/>DreamStar Studios</a> that has been hand-crafted to be stylistically similar to her <a href="http://amalaraqs.com">home page</a>.
	Version: 1.0
	Author: Brian Feister / DreamStar Studios
	Author URI: http://www.dreamstarstudios.net/
	Tags: Birds, Flow, Sky, Jungle.
*/

/* ---------------------------------------------------------------------------------- */

/* simple resets
---------------------------------------------------------------------------------*/
html, body, ul, ol,h1,h2,h3,h4,h5,h6,form, fieldset, p, dl, multicol{
	padding: 0;
	margin: 0;
}
ul,ol{
	list-style: none;
}
img{
	border-width: 0;	
	padding:5px;
	max-width: 100%; /* not working in IE6*/
}
strong{
	font-size: 100%;
	color: #437600;
}
small{
	font-size: 80%;
}
/* global styles
---------------------------------------------------------------------------------*/
a{
	color: #437600;
	font-size: 110%;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #203900;
}
a:active{
	outline: 0 none;
}
a:focus{
	outline: 0 none;
}
strong{
	font-size: 110%;
}
.clear{
	clear: both;
}
.center{
	text-align: center;
}
.float_left{
	float:left;
}
.float_right{
	float: right;
}
.feather_list{
	list-style-postion: outside;
}
.feather_list li{
	margin-top: 15px;
	text-indent: 28px !important;
	background: url(/images/list_feather.png) top left no-repeat
}
em{
	color: #203900;
	font-style: normal;
}
.left_align{
	text-align: left !important;
}
.right_align{
	text-align: right !important;
}

/* base level structure
---------------------------------------------------------------------------------*/
html{
	background: #aff0f4;
}
body{
	background: #aff0f4; 
	width: 100%;
	height: 100%;
	font: 100% "Century Gothic",Verdana,Arial,sans-serif;	
	color: #473400; 
	display: table;
}
#sky_bg{
	background: transparent url(/images/sky_bg.gif) repeat-x top center; 
	width: 100%;
	display: table;
	position: relative;
}
#header_bg{
	position: relative;
	background: transparent url(/images/header_bg.jpg) no-repeat top center; 
	width: 100%;
	display: table;
}
#body_wrap{
	width: 950px;
	height: auto;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
}
#footer_wrap{
	background: transparent url(/images/footer_bg.png) no-repeat bottom center;
	position: fixed;
	display: table;
	width: 100%;
	z-index:50;
	bottom: 0;
	height: 98px;
}

/* header elements
---------------------------------------------------------------------------------*/
#header_wrap{
	position: relative;
	height: 354px;
	width: 950px;
}
#header_wrap h1{

}
#header_wrap h1 a{
	text-indent: -9999px;
	position: relative;
	display: block;
	outline: 0 none;
	margin: 0 0 0 70px;
	width: 334px;
	height: 262px;
}
/* main navigation bar
---------------------------------------------------------------------------------*/
#main_nav{
	background: transparent url(/images/main_nav_bg.png) top center no-repeat;
	position: relative;
	width: 460px;
	height: 124px;
	float: left;
	margin: 20px 0 0 155px;
	display: block;
}
#main_nav ul li{
	display: block;
	float: left;
}
#main_nav ul li a:hover, .active{
	background: transparent url(/images/nav_li_bg.png) bottom center no-repeat;
}
#main_nav ul li a{
	display: block;
	position: relative;
	text-indent: -9999px;
	float: left;
	margin: 0 4px;
	outline: 0 none;
	border-bottom: 0 none;
}
#main_nav li.home, #main_nav li.home a{
	width: 83px;
	height: 52px;
}
#main_nav li.bio, #main_nav li.bio a{
	width: 73px;
	height: 52px;
}
#main_nav li.classes, #main_nav li.classes a{
	width: 118px;
	height: 52px;
}
#main_nav li.events, #main_nav li.events a{
	width: 113px;
	height: 52px;
}
#main_nav li.hire, #main_nav li.hire a{
	width: 73px;
	height: 52px;
}
#main_nav li.gallery, #main_nav li.gallery a{
	width: 126px;
	height: 58px;
}
#main_nav li.abzahrah, #main_nav li.abzahrah a{
	width: 150px;
	height: 58px;
}
#main_nav li.links, #main_nav li.links a{
	width: 93px;
	height: 58px;
}
#main_nav li.blog, #main_nav li.blog a{
	width: 91px;
	height: 58px;
}
/* END main navigation bar
---------------------------------------------------------------------------------*/
h1 {font-size:200%;}
h2 {font-size:175%;}
h3 {font-size:150%;}
h4 {font-size:125%;}
h5 {font-size:125%;}
h6 {font-size:125%;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #b20047; width:90%;}

blockquote {
	clear: left;
	text-align: center;
	padding: 0px 0px 0px 10px;
	margin: 20px 20px 10px 20px;
	border-left: 2px solid #b20047;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
	background: none;
	color: #473400;
}
select{
	font-family: "Century Gothic","Lucida Grande",Arial,sans-serif;
	background: #000000;
	color: #473400;
}
code{
	font: 110% 'Courier New', Courier, Fixed;
}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
	display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:29px;}
/***** layout *****/
#base{
	width:850px;
	margin:0px auto;
}
#base2{
	width:850px;
}
#header{
	position:relative;
	width: 850px;
	height: 220px;
}
#container{
	position:relative;
	width:696px;
	overflow:hidden;
	margin: 0 89px 0 65px;
}
#content{ 
	float:left;
	display:inline; 
	overflow:hidden; /*when ie6, image's with is > content width, hidden*/
	width:620px;
	margin: 20px 0 0 0;
	padding: 0 15px;
	min-height:614px; /*ie6 not support*/
}
/* sidebar elements
---------------------------------------------------------------------------------*/
#sidebar{ 
	float: right;
	width: 300px;
	margin: -70px 0 0 0;
	font-size: 85%;
	text-align: center;
}
#sidebar li.narrow, #sidebar ul li div.narrow{
	margin: 0 auto;
}
.birds{
	background: transparent url(/images/heading_bg.png) top center no-repeat;
	display: block;
	width: 305px;
	height: 185px;
	text-indent: -9999px;
}
#sidebar h2 span, .birds div.search{
	display: block;
	width: 305px;
	height: 140px;
}
#sidebar h2.sub-heading{
	display: block;
	width: 230px;
	height: 61px;
	text-indent: -9999px;
}
.upcoming_events{
	background: transparent url(/images/events_bg.png) bottom center no-repeat;
}
.upcoming_classes{
	background: transparent url(/images/upcoming_classes_bg.png) bottom center no-repeat;
}
.contact{
	background: transparent url(/images/contact_bg.png) bottom center no-repeat;
}
.search{
	background: transparent url(/images/search_bg.png) bottom center no-repeat;
}
.topics{
	background: transparent url(/images/topics_bg.png) bottom center no-repeat;
}
.email_updates{
	background: transparent url(/images/email_updates_bg.png) bottom center no-repeat;
}
.archives{
	background: transparent url(/images/archives_bg.png) bottom center no-repeat;
}
.calendar{
	background: transparent url(/images/calendar_bg.png) bottom center no-repeat;
}
.recent{
	background: transparent url(/images/recent_bg.png) bottom center no-repeat;
}
.sidebar{
	margin: 0 30px 20px 30px;
}
.sidebar .event_date{
	margin-bottom: 15px;
}
.hover_shift img:hover{
	padding: 2px 5px 8px 5px !important;
}

/* footer padding 
---------------------------------------------------------------------------------*/
#footer_padding{
	height: 115px;
	width: auto;
	display: block;
}

/* header 
---------------------------------------------------------------------------------*/
#blogtitle {
	font-family: "Century Gothic","Lucida Grande",Arial,sans-serif; 
	position:absolute; 
	width:80%; 
	float:right; 
	right:125px; 
	top:185px; 
	text-align:right; 
	font-size: 180%; 
	font-weight:bold;
}
#blogtitle a, #blogtitle a:hover {
	text-decoration:none;
}
#subtitle {
	position:absolute; 
	width:80%; 
	float:right; 
	right:125px; 
	top:215px; 
	text-align:right; 
	font-size:13px; 
	color:#ffc445; 
	font-weight:bold; 
	font-style:italic;
}

#header h1 a{
	text-decoration: none;
	display: block;
	text-indent: -900em;
	position: relative;
	top:15px;
	left:65px;
	height:175px;
	width:695px;
	border:0 none;
	outline: 0 none;
}

#header ul {
	position: absolute;
	height: 22px;
	float:right;
	top: 0px;
	right: 120px;
	margin:0px;
}
#header ul li {
	display: inline;
	font-size: 13px;
}


/***** content *****/

.archivetitle {
	color: #437600;
	font-size: 14px;
	font-variant: normal;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}
.title {
	font-size: 180%;
	color: #437600;
	margin:0 0 0 15px;
	text-align: left;
	clear: both;
}
.title a {
	outline: none;
	text-decoration: none;
}
.title a:hover{
	color: #473400;
}
.date {
	font-size: 90%;
	padding: 10px 0px 15px 15px;
	text-align: left;
}

.entry {
	color: #473400;
	font-size: 95%;
	line-height: 150%;
	text-align: left;
	padding: 8px 0px 0px 0px;
	text-indent: 15px;
}
.the_date{
	background: transparent url(/images/calendar.png) top left no-repeat;
	padding: 0 0 0 28px;
}
.the_author{
	background: transparent url(/images/quill.png) top left no-repeat;
	padding: 0 0 0 28px;
	margin: 0 0 0 10px;
}
.entry ul li{
	margin: 10px 0 10px 25px;
	padding: 0 0 0 10px;
	background: transparent url(/images/list_feather.png) top left no-repeat;
}
.entry ul{
	margin: 10px 0;
}
.page_entry {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 20px 0px;
	border-top: 2px solid #b20047;
	border-bottom: 1px solid #b20047;
}
.more-link{
	float: right;
	margin: 0 15px 0 0;
	font-size: 90%;
}
.info {
	float: right;
	line-height: 150%;
	font-size: 80%;
	text-align: center;
	margin: 0 15px 20px 0px;
}
.category {
	font-size: 80%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 5px;
}

span.tags {
	font-size: 80%;
	margin: 0;
	padding: 4px 0px 4px 23px;
	background: transparent url('/images/list_feather.png') no-repeat bottom left;
}
div.tags {
	font-size: 80%;
	margin: 0;
	padding: 4px 0 0 15px;
	background: transparent url('/images/list_feather.png') no-repeat bottom left;
}

.bubble {
	font-size: 80%;
	margin: 0 0 0 10px;
	padding: 4px 0px 4px 25px;
	background: transparent url('/images/comments.png') no-repeat top left;
}


.navigation {
	font-size: 80%;
	margin: 40px 0px 0px 0px;
	padding: 4px 0px 17px 0px;
}

.sorry {
	font-size: 80%;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
}
#postmetadata {
	font-size: 90%	;
	margin: 10px 0px 20px 0px;
	padding: 5px 15px 5px 15px;
}
.nocomments {background: none; color: #473400;}
.commenttitle {
	color: #437600;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
}
.commentlist {list-style: none;}
.commentbody {
	color: #473400;
	font-size: 14px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.comment-edit-link{
	font-size: 13px;
}
.adminbody {
	color: #473400;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 20px 25px;
	padding: 0px 0px 0px 0px;
}
.commenthead {
	color: #473400;
	padding: 5px 5px 8px 5px;
	margin: 0px 0px 10px 0px;
	background:#defdff;
}
head {
	color: #473400;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 8px 0px;
	background:#defdff ;
}

.avatar {
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #473400;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.authorlink {color: #473400; font-size: 13px; font-weight: bold;}
.authorlink a {color: #473400; font-size: 13px; font-weight: bold;}
.commentlink {font-size: 10px; color: #473400;}
.trackhead {
	color: #437600;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 8px 41px;
	background: url(images/track.jpg) no-repeat top left;
}
.trackbody {
	color: #473400;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.trackbody p a {color: #473400;}
#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	font-size: 80%;
	background: #DEFDFF;
	padding-left: 2px;
	vertical-align: middle;
	width: 150px;
	border: 0;
}
#email label{
	font-size: 80%;
}
#comment {
	width: 520px;
	color: #000000;
	font-family: "Century Gothic","Lucida Grande",Arial,sans-serif;
	font-size: 95%;
	padding: 10px;
	background: #ebfeff;
	border: 0;
}
#submit {
	width: 60px;
	height: 30px;
	color: #473400;
	border: 0;
	font-size: 100%;
	font-weight: bold;
	font-family: "Century Gothic","Lucida Grande",Arial,sans-serif;
	background: #defdff;
	margin: 0;
	padding: 0px 8px 2px 8px;
	outline: 0 none;
}
#submit:hover{
	background: #ffffff;
}
/***** search *****/
#searchform{
	margin: 0 5px 0 0;
	padding: 83px 0 0 0;
	height: 1%;
}
.searchbox {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:270px;
	height: 50px;
}	
.search-field input {
	position:relative;
	float:right;
	width:105px; 
	height:20px !important; 
	font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
	font-size:100%; 
	font-weight:normal;
	margin: 17px 25px 0 10px;
	border:0px;
}
.search-but input {
	margin: 5px 0 0 40px;
	float:left;
	position:relative;
	width:80px; 
	height:42px !important;
	text-indent: -9999px;
}

/***** sidebar *****/
#sidebar li {
	list-style-type: none;
}
#sidebar ul li div a{
	border-bottom: 0 none;
}
#sidebar ul li div a:hover{
	border-bottom: 0 none;
	color: #473400;
}
#sidebar ul ul li {
	line-height: 120%;
	list-style-type: none;
	font-size:100%;
}
#sidebar ul ul ul li {
	font-size:12px;
}
#sidebar ul li ul li a {
	color: #437600;
	border-bottom: 0 none;
}
#sidebar ul li ul li a:hover {
	color: #473400;
}
#sidebar ul li ul li {
	margin: 0 0 5px 0;
}
#sidebar .narrow{
	padding: 0 40px 10px 40px;
}
#sidebar select{
	margin:5px 0px 2px 2px;
	font-size:11px;
	width:170px;
	overflow:hidden;
}
.phone{
	background: transparent url(/images/phone.png) top left no-repeat;
	padding: 0 0 5px 25px;
	margin: 0 auto;
	width: 90px;
}
.email{
	background: transparent url(/images/quill.png) top left no-repeat;
	padding: 0 0 5px 25px;
	margin: 0 auto;
	width: 170px;
}
.sidebar strong:hover{
	color: #473400;
	cursor: pointer;
}
.sidebar strong a{
	font-size: 100%;
}
.credit{
	padding: 0 50px 15px 50px;
}
/***** sidebar ads*****/
.sidebar{
	margin: 15px 0 15px 0;
	outline: 0;
}
.sidebar a {
	border-bottom: 0 none;
}
.sidebar a:hover {
	border-bottom: 0 none;
}
.sidebar li {
	border-bottom: 0 none;
}
.sidebar img {
	padding: 0;
}


/***** widget *****/
#wp-calendar td {
	font-size:11px;
}
#wp-calendar td a {
	font-weight:bold;
	text-decoration: none;
}
#wp-calendar {
	width: 174px;
	margin: 15px auto 15px auto;
	text-align: center;
	font-size:11px;
	border: 1px dotted #3e2b39;
}
.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:2px 0px 5px 2px;

}

#akismetwrap{
	margin:2px 0 2px 25px;
}
.rsswidget img {
	padding:1px;
	background:#ff0 fixed;
}