/*



Theme Name: MVN Education City



Theme URI: http://unyscape.com/



Author: Brajesh



Author URI: http://unyscape.com/



Version: 1.0



Description: Unyscape is IT based development and Consulting Company.



Tags: business, corporate, CMS, website



All the CSS, XHTML, design, and images are copyrighted. Please don't steal.







	Changelog:



	v1.0 - 10.03.08



	First Release







*/



/*CSS Reset*/



@import url(css/reset.css);



/*Get the grid, baby!*/



@import url(css/grid.css);
body { /* This is where you set many of the universal defaults */
	/*background: #4b97c1 url(images/body-bg.jpg) top repeat-x;*/
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
}
/*********************************************



		Universal Link Styles



*********************************************/



a {
	color:#3988b4;
	text-decoration: none;
	font-weight:800px;
}
a:hover {
	color: #000;
	text-decoration: none;
}
/*********************************************



		Universal Text Elements



*********************************************/



p, ul, ol, blockquote {
	color: #333;
}
/*ol, ul {



	margin: 5px 35px;



}

*/

blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	font-style: italic;
}
img {
	border: 0px;
	background: none;
}
p {
	padding: 5px 0px;
	margin: 0px;
}
/*********************************************



		Header Styles



*********************************************/



/* Use this for universal styles for all header elements



Be sure to uncomment the styles before using */



h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin-bottom: 5px;
}
h1 { /* This style is generally used as title on single posts and pages */
	font-size: 25px;
	border-bottom: 4px double #9b9b9b;
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 22px;
	border-bottom: 4px double #9b9b9b;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 16px;
	border-bottom: 4px double #9b9b9b;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 18px;
	color: #111;
	border-bottom: 4px double #9b9b9b;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
/*********************************************



		The Obligatory WP Styles



*********************************************/



.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0px 8px 8px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 8px 8px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*********************************************



		Container Div



*********************************************/



#container {
	background: #FFF;
	border: 5px solid #FFF;
	margin-top:-25px;  /* sheetal*/
}
/*********************************************



		Header Styles



*********************************************/



#header {
	background: #111 url(images/header.jpg) no-repeat;
	width: 900px;
	height: 85px;
	margin: 0px 0px 5px 0px;
}
#header a#title {
	display: block;
	float: left;
	width: 350px;
	height: 85px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#search_tsi {
	width: 195px;
	height:42px;
	margin:13px 0 0 745px;
}
#search_tsi .innerbox {
	padding:17px 0px 0px 10px;
}
/*********************************************



		Horizontal Navigaion Styles 



				(with dropdowns)



*********************************************/

#menu {
	display: block;
	float: left;
	background: url(images/menu_backg.jpg) repeat-x;
	border: 0px solid #FFF;
	border-right: none;
	font-size: 11px;
	width: 900px;
	height: 42px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	z-index: 100;
}
/* This is the style for the first UL (horizontal) */



#menu ul {
	display: block;
	float: left;
	background: transparent;
	height: 42px;
	line-height: 42px;
	margin: 0px;
	padding: 0px;
	<!--text-transform: uppercase;-->
}
/* This is the style for the top level list items */



#menu ul li {
	background: none;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 42px;
	line-height: 42px;
	margin-top: 10px;
	padding: 0px;
	border-right: 0px solid #FFF;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */



#menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
/* The universal hover state colors and background for all LI items and links */



#menu li:hover,  #menu li:hover a,  #menu li.sfhover,  #menu li.sfhover a,  #menu li a:hover {
	color:#000;
	/*background: #4c9cca; color: #000;*/



	text-decoration: none;
}
/* This is the style for the top level links, if different than the universal */



#menu ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 15px;
	text-decoration: none;
	font-size:17px;
}
/* if you want to set a "current page item" style, do it here */



#menu ul li.current_page_item a {
}
/****************************** 

The second-level stuff 

*******************************/

/* This hides the nested UL before you hover */

#menu li ul {
	clear: both;
	position: absolute;
	width:200px; /* the width of the dropdown */
	left: -999em;
	text-transform: none;
}
/* This shows the nested UL when you hover */

#menu li:hover ul,  #menu li.sfhover ul {
	left:auto;
	display:  block;
	z-index: 3000;
}
/* This is the style for the nested UL */

#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	border-top: 1px solid #fff;
	margin-top: 5px;
	padding: 0px;
}
/* This is the style for the LI items within the nested UL */

#menu li:hover ul li,  #menu li.sfhover ul li {
	background:#333;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #FFF;
	border-top: none;
	z-index: 2000;
	left:200px;
}
/* This is the style for the links within the LI items within the nested UL */

#menu li:hover ul li a,  #menu li:hover ul li.current_page_item a,  #menu li.sfhover ul li a,  #menu li.sfhover ul li.current_page_item a {
	width: auto;
	display: block;
	margin: 0px;
	padding: 0px 5px;
	height: 20px;
	line-height: 20px;
	border: none;
	background: #0b6192;
	color: #fff;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */

#menu li:hover ul li a:hover,  #menu li.sfhover ul li a:hover {
	background:#4c9cca;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px 5px;
	height: 20px;
	line-height: 20px;
}
#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}
#menu li ul ul {
	margin:-5em 0 0 18em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
	left: auto;
}
/*********************************************



		Top Div (homepage)



*********************************************/



#top {
	margin: 0px 0px 5px 0px;
}
#top #video {
	padding: 0px 0px 0px 5px;
}
#top #video h4 {
	display: block;
	background: url(images/video-h4.gif) repeat-x;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 1px 0px;
	padding: 0px 5px;
	border: none;
}
#top #video embed,  #top #video object {
	width: 295px;
	height: 237px;
}
/*********************************************



		Blue Boxes (homepage)



*********************************************/



#blueboxes {
	overflow: hidden;
	color: #000;
}
#blueboxes p, #blueboxes blockquote {
	color: #000;
}
#blueboxes ul, #blueboxes ol {
	list-style-type:square;
	color:#3988b4;
	padding-left:15px;
	line-height:20px;
}
#blueboxes ul li a, #blueboxes ol li a {
	color:#000;
}
#blueboxes h4 {
	/*//	background: url(images/red-block.gif) left 50% no-repeat;

*/

	color: #000;
	/*padding-left: 22px;*/

	padding-left: 0px;
	font-size: 16px;
	font-weight:bold;
}
#blueboxes .box {
/*background:#eeeeee url(images/blue-box-bg.gif) repeat-x;*/



}
#blueboxes .right {
	width: 295px;
	border-left: 5px solid #FFF;
}
#blueboxes .widget {
	padding: 10px;
	background-color:#eeeeee;
}
#blueboxes .innerbox {
	border:2px #FFFFFF solid;
	height:340px;
}
#blueboxes .innerbox1 {
	padding:10px;
}
/*********************************************



		Flickr (homepage)



*********************************************/



#flickr {
	margin-top: 5px;
	background: url(images/grey-fade-bg.gif) repeat-x;
}
#flickr img {
	display: inline;
	float: left;
	width: 80px;
	height: 80px;
	margin: 5px 0px 5px 5px;
}
/*********************************************



		Content Div



*********************************************/



#content {
}
/*********************************************



		Post Styles



*********************************************/



.post {
	padding: 10px;
	margin-bottom: 5px;
}
.post p, .post ul, .post ol, .post blockquote {
	color: #333;
}
/*********************************************



		Post Meta Styles, if needed



*********************************************/



.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-top a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-date {
	color:#3988b4;
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}
#breadcrumb {
	margin-bottom: 10px;
	color:#000;
}
/*********************************************




		Previous/Next Page Navigation



*********************************************/



.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: 0px;
}
.nav-previous {
	text-align: left;
}
.nav-next {
	text-align: right;
}
.page-nav a {
	color: #333;
	text-decoration: underline;
}
.page-nav a:hover {
	text-decoration: none;
}
/*********************************************



		Page Styles



*********************************************/



.page {
	padding: 10px;
	margin-bottom: 5px;
}
.page p, .page ul, .page ol, .page blockquote {
	color: #000;
}
/*********************************************



		Widget Styles



*********************************************/



.teamscore, .teamname {
	display: inline;
	width: 100px;
	float: left;
	margin: 0px 18px;
}
.teamscore {
	background: #a21e0e;
	color: #FFF;
	padding: 5px 0px;
	text-align: center;
	font-size: 40px;
}
.teamname {
	text-align: left;
	font-size: 13px;
}
.socialicon {
	padding: 0px 6px;
}
/*********************************************



		Sidebar



*********************************************/



.sidebar {
	color: #333;
}
.sidebar a {
	color: #333;
}
.sidebar .widget {
	margin: 0px 0px 5px 5px;
	padding: 10px;
	background:#eeeeee;
}
.sidebar .widget h4 {
	margin-bottom: 10px;
}
.sidebar p,  .sidebar .textwidget {
}
.sidebar img {
	text-align: center;
}
.sidebar form {
	margin: 5px;
	padding: 0px;
}
.sidebar ul {
	list-style-type: square;
	color:#3f8db8;
	margin-left: 15px;
	line-height:22px;
}
.sidebar ul li {
	margin: 0px;
	padding: 0px;
}
.sidebar ul li a {
}
.sidebar ul li a:hover {
	text-decoration:underline;
}
.sidebar ul li ul {
	margin:0 0 0 10px;
	padding: 0px;
}
.sidebar ul li ul li {
	margin: 5px 10px 5px 5px;
	padding: 0px;
}
.sidebar .innerbox {
	border:2px #FFFFFF solid;
}
.sidebar .innerbox1 {
	padding:10px;
}
.sidebar #fvideo {
	margin: 0px 0px 10px 5px;
	padding: 10px;
	background:#000000;
	color:#FFFFFF;
}
.sidebar #fvideo1 {
	height: 32px;
	padding-left:10px;
	padding-top:0px;
	background:#242729;
	font-weight: bold;
	color:#FFFFFF;
}
/*********************************************



		Feedreader Page Styles



*********************************************/



.feed {
	color: #333;
}
.feed a {
	color: #333;
}
.feed .widget {
	margin: 0px 0px 10px 5px;
	padding: 10px;
	background: url(images/grey-fade-bg.gif) repeat-x;
}
.feed h2 {
	font-size: 18px;
	color: #111;
	border-bottom: 4px double #9b9b9b;
	margin: 10px 0px 5px 0px;
}
.feed h3 a {
	text-decoration: none;
	border:none;
}
.feed h3 a:hover {
	text-decoration: underline;
}
.feed p,  .feed .textwidget {
}
.feed img {
	text-align: center;
}
.feed form {
	margin: 5px;
	padding: 0px;
}
.feed ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.feed ul li {
	margin: 0px;
	padding: 0px;
}
.feed ul li a {
	text-decoration: none;
}
.feed ul li a:hover {
	text-decoration: underline;
}
.feed ul li ul {
	margin: 0px;
	padding: 0px;
}
.feed ul li ul li {
	margin: 5px 10px 5px 5px;
	padding: 0px;
}
/*********************************************



		Comment Styles



*********************************************/



#comments {
	width: 100%;
}
#comments a {
	color: #333;
}
#comments .comment { /* Even Comments: 2,4,6,8,etc. */
	margin: 5px 0px 5px 0px;
	padding: 10px 0px;
	overflow: hidden;
}
#comments .alt { /* Odd comments: 1,3,5,7,9,etc. */
	margin: 5px 0px 5px 0px;
	padding: 10px 0px;
	color: #333;
	overflow: hidden;
}
#comments .gravatar {
	display: block;
	float: left;
}
#comments .commentmeta {
	display: block;
	float: left;
	padding-left: 8px;
}
#comments .commenttext {
	clear: both;
}
#respond {
}
#respond a {
	color: #333;
}
#respond #author,  #respond #email,  #respond #url {
	width: 50%;
}
#respond #comment {
	width: 100%;
}
/*********************************************



		Footer Styles



*********************************************/



#footer {
	background: #0b6192;
	margin: 5px 0px 0px 0px;
	padding: 20px 0px;
}
#footer p {
	color: #ffffff;
	padding: 0px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#divided {
	width:600px;
	padding:10px;
}
#area {
	overflow: hidden;
	background-color:#eeeeee;
}
#flickr {
	background:none;
}
.flickr_badge_image {
	margin-left:20px;
	float:left;
}

#navigation {
    float: left;
    margin-top: 25px;
    width: 150%;
}
#navigation ul, #navigation li {
    display: inline;
    z-index: 99999;
}
#navigation li {
    display: inline;
}
#navigation a {
    float: left;
    font-size: 97%;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
}
#navigation a:hover {
    color: rgb(85, 68, 51);
}
#navigation li.current_page_item a {
    font-weight: bold;
}
#navigation ul li:first-child {
}
#navigation ul ul {
    border-right: 0 none;
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 30px;
}
#navigation ul ul li:first-child {
    border-left: 0 none;
}
#navigation ul ul ul {
    border-left: 0 none;
    border-right: 0 none;
    left: 100%;
    top: 0;
}
#navigation ul ul ul li:first-child {
    border-left: 0 none;
}
#navigation ul ul a {
    height: auto;
    padding: 4px 8px;
    width: 200px;
}
#navigation li:hover > a, #navigation ul ul *:hover > a {
    background: none repeat scroll 0 0 rgb(1, 148, 228);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: rgb(255, 255, 255);
    height: 33px;
   /* width: 97.5px; */
	z-index:-1
}
#navigation ul li:hover > ul {
    display: block;
    height: 37px;
    /*width: 124px;*/
	z-index:-1
}
div.menu ul {
    list-style: none outside none;
}
div.menu li {
    float: left;
    margin: 0;
    position: relative;
}
#menu-main li {
    margin-right: 5px !important;
}
#menu-main li {
    background: url("http://mvn.edu.in/wp-content/uploads/2014/05/white.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgb(0, 88, 159);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 33px;
    /*width: 124px;*/
	
}
#menu-main li a {
    padding: 0 14px !important;
}
#navigation li ul li a {
    background: url("http://mvn.edu.in/wp-content/uploads/2014/05/white.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
    font-size: 14px;
    height: 37px;
    width: 200px;
}
#navigation li ul {
    margin-top: 7px;
}
#navigation li ul li a:hover {
    background: none repeat scroll 0 0 rgb(0, 0, 0);
    border-radius: 0 !important;
    width: 200px;
	z-index:-1
}
#menu-main li a {
    color: #000;
    font-size: 18px;
    text-align: center !important;
}
