/*
Theme Name: Starkids
Theme URI:  
Description: nice dirty theme 
Version: 1.0
Author: ECHO 
Author URI: http://www.ieecho.com 
*/

/*added by Nandini for logo image*/
 
#logo{
width: 200px;
float: left;
margin-top: 40px;
margin-left: 80px;}

/*added by Nandini for header image*/
 

#topimage{
width: 550px;
float: right;
margin-top: 20px;
/*margin-left: 10px;*/
margin-right: 10px;


}

/*added by nandini for search and social networking logos*/

#SNpanel{
width: 560px;
float: right;}

/*added by nandini for search and social networking logos*/

#searchbutton
  {
   /* background:#FFCA10;*/
    color:#BE0802;
    font-size:11px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    /*border : 1px solid #FD950B;*/
	float: right;
	margin-right: 5px;
	margin-top: 10px;
   }
#searchform
  {
    border : none;
	margin: 0px;
  }
  .searchbg{
  background-color:#F5F5F5;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#666666;

  }
  
  #blogmenu{
  height : 44px;
  width : 300px;
  float: right;
  margin-right: 75px;
  
}

#blogmenu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	
}

#blogmenu li {
	display: inline;
	
}

#blogmenu a {
	display: block;
	float: left;
	/*background-color: #000000;*/
 	text-decoration: none;
	padding:  0px 0px;
	height : 44px;
	margin-right: 10px;
}
  
  

/*uptill this is added by nandini. Next addition by Nandini is in the left sidebar panel*/




/* General */

body {
	margin: 0;
	background: #c8efff;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 900px;
	background-image:url(../images/starkids_bg.jpg);
}

#page-in {
	width: 900px;
	
}


/* Header */

#header {
	width: 900px;
	height: 190px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 130px;
		left: 185px;
		width: 380px;
	}
	
	#header #header-info h1 {
		color: #003d56;
		font: normal 38px Arial;
		padding-bottom: 10px;
	}
	
	#header #header-info h1 a {
		color: #003d56;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #003d56;
		font: normal 20px Arial;
		text-align: right;
	}
	
	/* Header - Menu */
	
	/*#header #header-menu {
		position: absolute;
		top: 0;
		left: 23px;
		width: 840px;
		height: 33px;
	}
	
		#header #header-menu #header-menu-left {
			float: left;
			width: 15px;
			height: 33px;
			background: url("images/header_menu_left.png") no-repeat;
		}
		
		#header #header-menu #header-menu-in {
			float: left;
			height: 33px;
			background: url("images/header_menu_in.gif") repeat-x;
		}
		
		#header #header-menu #header-menu-right {
			float: left;
			width: 15px;
			height: 33px;
			background: url("images/header_menu_right.png") no-repeat;
		}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 33px;
	}
	
	#header #header-menu ul li {
		font: normal 14px/33px Arial;
		color: #200532;
		float: left;
		text-transform: lowercase;
	}
	
	#header #header-menu ul li a {
		color: #200532;
		text-decoration: none;
		padding: 0 10px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		background: url("images/header_menu_hover.gif") repeat-x;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		background: url("images/header_menu_hover.gif") repeat-x;
	}
	
	/* Header - Search */
	
	/*#header #header-search {
		position: absolute;
		top: 94px;
		left: 385px;
		width: 155px;
		height: 19px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 155px;
		height: 19px;
	}
	
	#header #header-search #s {
		width: 150px;
		height: 18px;
		padding: 1px 2px 0 2px;
		border: 0;
		font: normal 15px Arial;
		color: #003d56;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 19px;
		padding: 0;
		float: right;
	}
*/


/* Main */

#main {
	width: 900px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 340px;
		font: normal 12px/18px Arial;
		color: #00324f;
		/*padding: 115px 45px 55px 0;*/
	}
	
	#sidebar a {
		color: #00a0e2;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	
	
	
	/*added by nandini for ilove starkids panel*/
	/*#lovestarkids{
	width: 340px;
	float: left;
	}*/
	#starkidsimage{
	width: 114px;
	margin-left: 120px;
	padding-bottom: 10px;}
	
	/*modified by Nandini*/
	#sidebar .sidebar-box {
		width: 340px;
		padding-bottom: 20px;
	}
	
	/* Main - Sidebar - Sides  modified by Nandini*/
	
	#sidebar #sidebar-left {
		float: left;
		width: 340px;
	}
	
	/* added by Nandini for adding video*/
	.page_item{
	width: 191px;
	margin-left: 60px;
	margin-right: 50px;}
	
	
	.page_item1{
	width: 191px;
	margin-left: 60px;
	margin-right: 70px;
	}
	
	
	#sidebar #sidebar-right {
		float: right;
		width: 135px;
	}
	
	/* Main - Sidebar - Boxes */
	
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color: #BE0404;
		padding-bottom: 5px;
		text-align: center;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 15px;
			list-style-type: none;
			text-align: center;
		}
		
		#sidebar ul li {
			color: #00324f;
			font: normal 12px/22px Arial;
		}
		
		#sidebar ul li a {
			color: #00324f;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0 0 0 10px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 0;
			width: 135px;
			text-align: center;
		}
	
		/*#sidebar #searchform #s {
			width: 125px;
		}*/
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap table {
			width: 135px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 1px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 557px;
		background-color:#FBF6F2;
		margin-top: 10px;
	}
	
	/* Main - Content - Post */
	
	
	/*bullet before the post heading added by Nandini*/
	#bullet{
	width: 20px;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	height:9px;}
	
	/*posted by chinu title after the post heading added by Nandini*/
	
	#postedby
	{width: 520px;
			color: #00324f;
			font: normal 12px Arial;
			margin-top: 5px;
			margin-left: 30px;}
			
	/*posted by chinu title after the post heading ends*/
	
	#content .post {
		float: left;
		margin-bottom: 20px;
		width: 557px;
		/*margin-left: 10px;*/

	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 557px;
			color: #00324f;
			background-color:#DEDEDE;
			font: normal 13px Arial;
			padding-top: 10px;
			
		}
		
		.pagetitle{
      color: #00324f;
      font: bold 18px Arial;
			padding: 10px;
    }
		
		.navigation {
    	display: block;
    	text-align: center;
    	margin-top: 10px;
    	margin-left: 10px;
    	margin-bottom: 30px;
    	}
	
		.alignright {
    	float: right;
    	}
    
    .alignleft {
    	float: left;
    	}
	
		#content .post .post-title a {
			color: #00324f;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			width: 42px;
			height: 46px;
			padding-bottom: 10px;
			/*background: url("images/post_date.gif") no-repeat;*/
			text-transform: lowercase;
			font: normal 17px/20px Arial;
			text-align: center;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			font-size: 21px;
			line-height: 26px;
		}
		
		#content .post .post-title h2 {
			color: #BA0101;
			font: normal 14px Arial;
			padding-bottom: 5px;
			font-weight: bold;
		}
		
		#content .post .post-title h2 a {
			color: #BA0101;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/15px Arial;
			color: #BE0404;
			width: 520px;
			margin-left: 30px;
			line-height: 17px;
		}
		
		#content .post .post-entry a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #add7e8;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 500px;
			clear: both;
			font: normal 11px Arial;
			color: #000000;
			margin-left: 30px;
		}
		
		#content .post .post-info a {
			color: #00a0e2;
			text-decoration: none;
			
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 30px 0 5px 0;
			color: #00a0e2;
			font: bold 15px Arial;
		}
		
		#content .post .comments {
			font: normal 14px/20px Arial;
			color: #00324f;
			width: 500px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #add7e8;
		}
		
		#content .post .comments ol li cite {
			color: #00a0e2;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 14px/20px Arial;
			color: #00324f;
			width: 475px;
		}
		
		#content .post #commentform a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 14px Arial;
		color: #00a0e2;
		width: 500px;
	}
	
	#content .navigation a {
		color: #00a0e2;
		text-decoration: none;
		margin-bottom: 30px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	width: 900px;
	height: 60px;
	color: #c8efff;
	font: normal 14px/30px Arial;
	background-color:#BE0404;
}

#footer a {
	color: #c8efff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}




#sidebar ul {
			margin: 0;
			padding: 0 0 0 15px;
			list-style-type: none;
			text-align: center;
		}
		
		#sidebar ul li {
			color: #00324f;
			font: normal 12px/22px Arial;
		}
		
		#sidebar ul li a {
			color: #00324f;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0 0 0 10px;
			}



/*footer menu*/
#footermenu{
width: 900px;
float: left;
}

#footermenu ul{
margin: 0;
padding: 0 0 0 0px;
list-style-type: none;
text-align: center;}

#footermenu ul li{color: #fffff;
			font: normal 12px/22px Arial;
			display: inline;
			margin-right: 10px;}


#footermenu ul li a {
			color: #fffff;
			text-decoration: none;
		}
		
#footermenu ul li a:hover {
			text-decoration: underline;
		}
		
#designed{
width: 350px;
margin-left: 280px;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;}



#horline{
width: 200px;
height: 1px;
background-color:#CCCCCC;
margin-left: 80px;
margin-right: 40px;
margin-top: 10px;}
