/* Custom CSS */

/*
 * Please add all your custom CSS here. You can also modify this file directly by
 * editing custom.css, which is located in the theme's admin folder.
 * 
 * Make sure permissions for custom.css are set to 0666.
 * 
 * NOTE: Avoid modifying core theme files or upgrading the theme will overwrite 
 * your changes.
 * 
 * If you are new to styles and CSS, check out http://www.w3schools.com/css/.
 * 
 * If you encounter any issues visit http://support.bavotasan.com/.
 * 
 * Below is a sample style. It will change the color of your site's blog title to 
 * blue.
 * 
 * Delete the slashes and asterix before and after the style to see it in action.
 */
 


/*add topbar */
#topbar2 {

	background: url(../../images/topnav.png);
align: left;
width: 99.8%;
height:15px;
margin: 0px;
padding: 0px;
clear: both;	
Opacity: 6;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #FFF;
}



 

 
/*hree styles for the post titles of the columns*/
.ind-post h2 { font-size: 18px; } <!---original 28px ---->
.twopost h2 { font-size: 10px;  } <!---original 24px ---->
.threepost h2 { font-size: 20px; } <!---original 20px ---->


/*add small 1px boarder */
#body {border: 2px solid #000;
}


/* add feedburner in header */
#feed {
	width: 224px;
    height: 60px;
	margin: -94px 0px 0px 775px;	
}

/* add div for eature widget */
#featured-widget {
	background-color:#CCC;
	color:#000;
	border: 2px solid #666666;
}

/*left_top_category*/
#titlecategory {
	clear: left;
	float: left;
	color:#FFF;
	width: 100%;
	Height: 15px;
	font-size:15px;
	padding: 2px 0px 5px 10px;
	background: #666 url(images/line.png) repeat-x top;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	}
	
/*lower_category_titles*/
#lowersection .sections h2 {
	font-size:15px;
	clear: left;
	float: left;
	color:#FFF;
	width: 100%;
	Height: 15px;
	padding: 1px 0px 10px 10px;
	background: #666 url(images/line.png) repeat-x bottom;
			}	
	


/************************************************
*	align left/right                        *
************************************************/
.alignleft, div.alignleft {
   float: left;
   margin: 5px 0px 5px 0px;
   padding: 0px 25px 0px 0px;
}
.alignright, div.alignright {
   float: right;
   margin: 5px 0 5px 15px;
}

.alignnone {
	margin: 5px 0;
	}

/*add search bar*/
#header { position: relative; }
 
#searchform {
	position: absolute;
	z-index: 1000;
	right: 15px;
	bottom: 33px;
	border-top: 2px solid #DDDDDD;
	border-right: 2px solid #666666;
	border-left: 2px solid #DDDDDD;
	border-bottom: 2px solid #666666;
	}


/* main content */

.storycontent a.more-link {
		clear: both;
		color: #093;
		Width: 30x;
		background-color:transparent;
		font-weight:500;
		text-align: center;
		display: block;
		margin: 12px 0 0;
		padding: 0px 8px;
		font-size: 12px;
		line-height: 10px;
		float: left;
		}
		
		.storycontent a:hover.more-link {
		background-color:transparent;
		clear:both;
		display:block;	
		color:#900;
		text-decoration: underline;
		}
	
/************************************************
*	Main Navigation Bar							*
************************************************/
.main-navigation {
	margin: 0;
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 1000;
	background:#000 url(../../images/navbar.png);
	background:;
	color: #FFFFFF;
	}
	
	.main-navigation ul {
		width: 100%;
		height: 33px;
		padding-top: 0px;
		border-bottom:5px solid #FFF;
		font-weight: 300;
		}
	
	.main-navigation li.search {
		float: right;
		margin: 7px 12px 0 0;
	}		
		.main-navigation li.search #s {
			padding: 5px 20px 5px 5px;
			background: url(images/search.png) no-repeat right #fff;
			width: 155px;
			}
/************************************************
*	Format#1 DropBox on Main Navigation Bar	  	*
************************************************/			
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:small;
	font-weight:700;
	list-style:		none;
}
.sf-menu {
	line-height:	.75;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	border:1px solid #FFF;
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.48em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0;
}
.sf-menu a {
	padding: 		.8em 1em .7em;
	text-decoration:none;
}

.sf-menu li li a {
	border: 0;
	}


.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color:#999;
	border: 1px groove #FFF;
	outline:		0;
}			
			
/************************************************
*	Format#2 DropBox on Main Navigation Bar	  	*
************************************************/
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right #000;
	padding: 0 4px .25px 0px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	border:1px solid #aaa;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/************************************************
*	SubNavigation Bar                            *
************************************************/
.sub-navigation {
	clear: both;
	color:#FFFFFF;
	font-weight:bold;
	Height: 24px;
	float: left;
	width: 97.2%;
	padding-left: 10px;
 	z-index: 50;
 	position: relative;
	margin: 0px 0 0 0px;
	background:  none repeat scroll 0 0 #666666;
	}
	
	.sub-navigation ul {
		padding: 0;
		margin: 0;
		}
	
	.sub-navigation li {
		color: #FFFFFF;
		display: Block;
		list-style-type: none;
		float: left;
		padding: 0 10px 0 0;
		text-transform: uppercase;
		margin: 0;
		line-height: 20px;
		background:  none repeat scroll 0 0 #666666;
		position: relative;
		}
	
	.sub-navigation a {
		padding: 0 5px;
		}
		
		.sub-navigation a:hover {
			color: #FFF;
			
			text-decoration: underline;
			}
			
.sub-navigation ul li:hover ul ul { display: none; color: #3F6}	
.sub-navigation ul ul { font-size: 10px; font-weight: 900; position:absolute; border:1px solid #aaa; top:20px; left:4px; background:#666666; display:none; list-style:none; margin:0;padding:0; z-index: 500; -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5); }
.sub-navigation ul ul li {position:relative; width:159px; margin:0; padding: 0; background: none; line-height: 14px;}
.sub-navigation ul ul li a {display:block; padding:5px 7px 5px 12px; background-color:#666666; border-right: 0; font-size: 10px; }
.sub-navigation ul ul li a:hover {background-color:#666666}
.sub-navigation ul ul ul { left:159px; top:-1px; display: none; }

/************************************************
*	Slide show demesion                        *
************************************************/
#featured, #featured .ui-tabs-panel {
	position: left;
    width:630px;
    height: 480px;	
}

#featured .featuredimg { border: 9px solid #F00; }

/************************************************
*	Extended Footer Bar                         *
************************************************/

#bottombar {
	margin: 0 2% 0;
	color:#F00;
	font-size: 10px;
	line-height: 13px;
	padding: 20px 2% 0;
	clear: left;
	float: left;
	width: 92%;
	background: url(images/line.png) repeat-x top;
	}
		
	#bottombar ul {
		color:#F00;
		padding: 0;
		margin: 0;
		}	
		
		#bottombar ul li {
			list-style-type: none;
			}

	#bottombar .bottom-widget {
		float: left;
		width: 18%;
		margin: 0 1%;
		}
	
	#bottombar .rsswidget img {
		display: none;
		}
		
/* lower footer bar ******/
#footerbar {
background: url(../../images/topnav.png);
align: left;
width: 99.8%;
height:25px;
margin: 0px;
padding: 0px;
clear: both;	
Opacity: 6;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #FFF;
}

