/*  
Theme Name: KiteTail Web New
Theme URI: http://kitetail.com/
Description: KiteTail theme - Wide Display
Version: 0.5
Author: Binnur Al-Kazily
Author URI: http://kitetail.com/

	This theme leveraged using WordPress default theme and MistyLook theme
	Designed and hacked by Binnur Al-Kazily,
	whose blog you will find at http://blog.kitetail.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body 
{
	margin-top: 13px;
	margin-bottom: 13px; 
	background: #b0bdcb; 
	font: 85%/1.6em Georgia, Helvetica, sans-serif; /*76%/1.6em verdana, tahoma, "lucida grande",  sans-serif; */
	color: #333; 
	text-align: center;
}

#container {	/* content area */
	background: #fff; 
	margin: 0px auto; 
	width: 950px; /* was: 800px; */ 	
	position: relative; 
	text-align: left;
}

#astore_container {	/* content area */
	background: #fff; 
	margin-left: 60px; 
	width: 890px; /* was: 800px; */ 	
	position: relative; 
	text-align: center;
}

/* setting up the header/banner area */ 
#toparea {
	height: 35px;
}

#search {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 0.9em;
}

#search input#s {	
	border: #006699 1px solid; 
	font-size: 0.9em; 	
	width: 100px; 
	padding: 2px; 	
	background:#fff;
}

#search input#searchsubmit {	
	border: #006699 1px solid; 
	font-size: 0.9em; 
	background: #006699; 
	margin: 0px 0px 0px 2px; 
	color: #fff; 
	padding: 2px; 		
}

#headerimage {
	clear: both; 
	background: #fff url(img/kitetail-banner.gif) no-repeat /* 0px 0px */ center; 
	margin-right: 10px;
	margin-left: 10px;
	color: #fff; 
	height: 158px;
}

 html #headerimage {
	margin-top: 0px;
}

/* Menu navigation setup */
#topmenu {
	float: left;
	width: 550px;
	padding: 0 5px 0px 5px;
	margin-left: 10px;
	display: inline;
}

#topmenu ul li {
	float: left; 
	margin: 0px 5px 0px 0px; 
	list-style-type: none;
	font-family:"Trebuchet MS";
	font-size: 11px;
}

#topmenu ul li a {
	font-family:"Trebuchet MS";
	font-size: 11px;
	border-right: #006699 1px solid;
	padding: 0 10px 2px 10px; 
	background: #fff;  
	text-decoration: none;
    font-weight:normal;
}

#topmenu ul li a:hover {
	text-decoration:underline;
}

#topmenu ul li.current_page_item a {
	font-family:"Trebuchet MS";
	font-size: 11px;
	background: #fff;
	color: #ff6600;	
	border-right: #006699 1px solid; 
	border-bottom:none;
}

/* Navigation styles  - top menu style settings */
#navigation {	
	background: #fff; /* transparent */
	margin: 0px;
	overflow: hidden; 
	width: 900px; /* was: 760px; */ 
	text-align: left;
	font-family: Georgia, Verdana, Arial, Serif;
} 

 html #navigation {
	height: 1%;
}

#navigation ul li {
	float: left; 
	margin: 0px 5px 0px 0px; 
	list-style-type: none;
}

#navigation ul li a {
	border-right: #ff6600 1px solid;
	padding: 0 10px 2px 10px; 
	background: #fff;  
	text-decoration: none;
}

#navigation ul li a:hover {
	background: #fafafa;
}

#navigation ul li a:active {
	background: #fafafa;
}

#navigation ul li.current_page_item a {
	background: #fff;
	color: #ff6600;	
	border-right: #ff6600 1px solid; 
	border-bottom:none;
}

/* Navigation style for the content area */
#page_nav {	
	background: #fff; /* transparent */
	margin: 0px;
	overflow: hidden; 
	width: 578px; 
	text-align: left;
	font-family: Georgia, Verdana, Arial, Serif;
}

#page_nav_left {
	float: left;
	text-align: left;
	width: 200px;
}

#page_nav_right {
	text-align: right;
	float: right;
	width: 200px;
}
/* RSS Feed Setup */
#feedarea {
	padding: 0px 0px 0 0; 
	float: right; 	
	text-align: center;
	width: auto; /* was: 250px; */
}

html #feedarea {
	padding-right: 10px;
}

#feedarea dl dt {
	display: inline; 
	margin-right: 5px; 
}

#feedarea dl dd {
	display: inline; 
	margin-right: 5px; 
	background:url(img/feed.png) no-repeat left center;
	padding-left:16px;
}

/* Content style */
#content {
	margin: 10px 10px 10px 30px; 
	overflow: auto;
}

 html #content {
	height: 1%;
}

#content h3 {
	font-size: .9em; /* 1.2em */ 
	margin: 1em 0px 0px;
}

#content h4 {
	font-size: .8em; 
	margin: 1em 0px 0 0;
}

#content h5 {
	font-size: .7em; 
	margin: 1em 0px;
}

#content-main ul 
{
    margin:1em;
    padding:0 1em;
    list-style-image:url(img/bullet.gif);
}

#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}

#content-main {
	float: left; 
	width: 578px; /* was: 535px; */			
	margin-right: 20px;
	border-right: 1px solid #BCBDBC; 
}

 html #section-index #content-main {
	margin-right: 20px;
}

#content .post 
{
	padding:0 2em 2em 0;
	border-bottom:#ddd 1px dashed;
}

#content p img.right {
	float: right; margin:10px 0 0 10px;
}

#content p img.left {
	float: left; margin:0 10px 10px 0;
}

#content .post h2 
{
	font-size: 1.5em;
	border-bottom: 1px solid #006699;   /* aebf33 */
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #006699;     /* aebf33 */
	line-height: 20px;

}

#content a:link, a:visited {
	font-size: 12px; /* was 12px; */ 
	color: #006699; /* 999 */
	text-decoration: none;
}

#content a:hover, a:active {
	color: #ff6600;	    /* 798f2c */
	text-decoration: underline;
}

#content .entry 
{
    margin:1em 0;
    padding-right:1em;    
}
#content .entry a 
{
    border-bottom:#999 1px dashed;
    text-decoration:none;
    font-size: 13px; 
}
#content .post-info , #content .postmetadata
{
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;	
}
#content .post-info 
{
	background:url(img/underline1.jpg) no-repeat left bottom;
	padding-bottom:12px;	
}

/* text style setup */
* {
	padding: 0px; 
	margin:0px;
}

p {
	margin: 0.7em 0px;
	line-height:1.6em;
}

dl {
	margin: 0px;	
	font-family:Georgia, Verdana, Arial, Serif;
}

dt 
{
	/* background: #6699cc; */
	color: #ff6600;
    font-size: 12px;
    height: 25px;
    margin-left: 10px;
    margin-right: 0; 
    font-weight: bold;
    line-height: 25px;
}

dd
{
	margin: 0px;	/* 0.5 em 1 em */
	padding:0;
}

a img {
	border:0;
}

.clear {
	clear:both;
	height:20px;
}

blockquote {
    background: #FFF;    
    border-left: 4px solid #006699; 
    margin: 10px;
    padding: 0.5em;
    color: #FF6600;    
    line-height: 110%; /*140%*/
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

fieldset 
{
	border:none;
}



pre {
	background: #fff;
	color: #022b52; /*333 */
	padding: 10px;
	border: 1px solid #EEF2D0;
	border-left: 5px solid #EEF2D0;
}

/*General link Styling*/
a:link, a:visited {
	font-size: 12px; /* 12px */ 
	color: #ff6600; /* 999 */
	text-decoration: none;
}

a:hover, a:active {
	color: #ff6600;	    /* 798f2c */
	text-decoration: underline;
}


/* Basic header setup */
h1, h2, h3, h4, h5, h6 
{
	font-family:Georgia, Verdana, Arial, Serif;
}

h1 {
color: #FF6600; /* aebf33 */ 
font-size: 1.4em; 
font-weight: bold;
}

h2 {
color: #006699; /* was: ff6600; */
font-size: 1.3em; /* 1.3em */
font-weight: bold;
}

h2 .a {
color: #FF6600; 
font-size: 2em; /* 1.3em */
font-weight: bold;
}

h3 {
color: #FF6600; 
font-size: 1.2em; /* was 1.2em */
font-weight: bold;
}

h4 {
color: #FF6600; 
font-size: 1.1em; 
font-weight: bold;
}

h5 {
color: #FF6600; 
font-size: 1em; 
font-weight: bold; 
}

h6 {
color: #FF6600; 
font-size: 0.9em;
font-weight: bold;
}

/* sidebar setup */
#sidebar {
	float: left; 
	width: 310px; /* was: 200px; */
	font-size:0.9em;
}
#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul ul
{
	list-style:none;
	margin:0.5em 0 0 1em;
	padding:0;
}

#sidebar a:link, a:visited {
	font-size: 12px; 
	color: #ff6600; /* 999 */
	text-decoration: none;
}

#sidebar a:hover, a:active {
	color: #ff6600;	    /* 798f2c */
	text-decoration: underline;
}

li.sidebox {
	padding:10px;
	background: #fff; /* url(img/sideheadtop.gif) #ededed no-repeat left top; */
	margin-bottom: 10px; 	
}

html li.sidebox {
	padding-bottom: 10px;
}

li.sidebox h2 {
    background: #6699cc;      /* background for the top module title */
    font-size: 12px;
    height: 25px;
    margin-left: 0;
    margin-right: 0; 
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    width: 98%;
    text-indent: 5px;  /* module menu titles */
}

#sidebar li.sidebox p img {
	float: left; margin: 0px 10px 10px 0px;
}

#comments, #respond{
	margin: 2em 0 0 5px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
#container .commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 1em 0;
	padding: 0.5em;	
	background:#f5f5f5;
}
.commentlist li.alt 
{
    background:#fafafa;
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
	border-bottom: #eee 1px solid;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f8f4;
}
input 
{
	background:#f9f8f4;
	border:#ccc 1px solid;
}

.post h3
{
	font-size: 1.2em;
	font-weight: bold;
	font-family: inherit;
}

}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}

.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}

/* footer setup */
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

#footer  {
	background: #fff; 
	border-top: 3px solid white;
	width: 950px; /* was: 800px; */
	height: 26px; 	/* 26 */
	padding-top: 4px;  /* 22px */
}

#footer_background {
	background-color: #ffa000;
	margin-left: 11px;
	margin-right: 11px;
	width: 928px; /* was: 778px; */
	height: 26px; /* 26 */
}

#footer_a_left {   /* displaying kitetail copyright */
	float: left;
	width: 250px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	padding-left: 8px;
}

#footer_a_right {   /* align bottom menu navigation to fit within footer_a_right section */
	float: right;
	/* padding-right: 8px; */
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	width: 275px;		
}

#footer_a_right a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	/* border-right: #fff 1px solid; */
	float: left; 
	padding-right: 5px;
}

#footer_a_right ul li {
	padding-right: 5px; 
	float: left; 
	list-style-type: none;
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #fff;
}

#footer_a_right ul li a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration: underline;
	padding-right: 5px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */





