/*
Theme Name: Hot Air Balloons
Theme URI: http://www.freewpthemes.net/preview/hotairballoons
Description: Tested on WP2.5
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: dark, fixed width, two columns, widgets
*/


body {
	margin: 20px;
	background:#FFFFFF ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ff7900;
}

h1 {
	font-size: 1.5em;
	
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #417FDA;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 5px;
}

/* Header */

#header {
	width: 910px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #ff7900;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 0;
	letter-spacing: -1px;
	text-transform:capitalize;
	font-size: 2.7em;
}

#logo p {
	letter-spacing: -1px;
	float: left;
	margin: 0;
	padding: 0;
	line-height:2.8em;
} 
/*
#logo a {
	border: none;
	background: none;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #FFFFFF;
}*/

/* Search */

#search {
	float: right;
	width: 160px;	
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;

}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font:1.2em Arial, Helvetica, sans-serif;
	color: #000000;
}

#search-submit {
	display: none;
}


#banner {
	width: 870px;
	height: 184px;
	margin: 0 auto;
	padding: 0;
	/*background: #FF7900 url(images/img03.jpg) no-repeat left top;*/
}


/* Menu */

#menu {
	width: 910px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: #565F68 url(images/img.jpg) no-repeat left top;
}

/*#menu ul {
	margin: 0;
	padding: 0;
	padding-left:20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-top: 20px;
	margin-right: 3px;
	padding: 7px 6px 7px 6px;
	
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;

	color: #ffffff;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	margin-right: 3px;
	background: #6187ef;
}

#menu a:hover {
	text-decoration: none;
}
*/
/* Page */


#page {
	width: 904px;
	margin: 0 auto;
	padding-top: 20px;
	background: #F9F9F9;
	border-left:3px solid #f1f1f1;
	border-right:3px solid #f1f1f1;
	border-top:3px solid #f1f1f1;
}


/* Content */

#content {
	float: right;
	width: 590px;
	
	padding: 20px 30px 0 0;
}

.post {
}

.post .title {
	/*border-left:#ff7900 thick solid ;
	padding-left:10px;*/
	color: #12338B;
}

.post .title a {
	background: none;
	color: #ff7900;
}

.post .title a:hover {
	text-decoration: none;
}

.post .meta {
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {

	padding: 10px 0 20px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	
	float: left;
	width: 220px;
	padding: 20px 0 0 20px;
	color: #787878;
}

#sidebar ul {
	
	margin: 0;
	padding: 0;
	list-style: none;

}

#sidebar li {
	margin:0;
	padding-bottom: 5px;
	border-bottom: 2px dotted #cccccc;
}

#sidebar li ul {
	padding-bottom: 5px;
	/*border-bottom: 1px solid #D2D4C9;*/
}

#sidebar li li {
	line-height: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
margin-top:5px;
font-weight:bold;
	font-size: 1em;
	letter-spacing: -.5px;
	color: #ff7900;
}

#sidebar p {
	padding-bottom: 5px;
	text-align: justify;
}

#sidebar a {
	color: #3a6da5;
	border: none;
}

#sidebar a:hover {
	text-decoration: none;
	color: #6187ef;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	background: url(images/img02.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#commentform {
}

#comment {
	width: 580px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
}

hr {
	display: none;
}

.hdrimage{
	width: 870px;
	height: 184px;
	margin: 0 auto;
	padding: 0;
}

.hdrimage img{
	width: 870px;
	height: 184px;
	margin: 0 auto;
	padding: 0;
}
/*----------------------css drop down menu-------------------------------------*/
.menu {width: auto; height:30px; font-size:0.85em; position:relative; z-index:100; margin-left:20px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:901px; w\idth: auto;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:auto; float:left;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto; float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:10px;text-decoration:none; color:#fff; width:auto; float:left; height:30px; /*border:1px solid #6d7cc5;*/ /*border-width:1px 0 1px 1px;*/ background: none; padding-left:10px; padding-right:10px; line-height:29px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:85px; w\idth: auto;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#6387ee url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#6387ee;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#6387ee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:149px;/*border-top:1px solid #6d7cc5;*/}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:29px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#6387ee; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px; border-bottom:1px solid #1d4d98; font-size:10px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#6387ee;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#6387ee;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}




.menu ul ul .current_page_item a {
  color: #000;
  background: white;
  border-left: 1px solid #6d7cc5;
}

.menu .current_page_item a {
  color: white;
  font-weight: normal;

  
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  
}
