/*
Theme Name: Minerva Research & Media Services
Theme URI: http://minerva-research.com/
Description: Custom theme designed for Minerva Research and Media Services Pvt. Ltd.
Author: Payal Dhar
Author URI: http://writeside.net/
*/

*{
padding:0;
margin:0;
border:0;
outline:0;
}

body{
background:url(images/bg-stripe.jpg);
font:1.1em 'Trebuchet MS', Arial, Verdana, sans-serif;
}

/* STYLES FOR HEADER AREA */

#wrapper{
margin:5px auto;
width:800px;
border:1px solid #8C8CFF;
padding:5px;
background:#fff;
}

#header{
background:url(images/logo.jpg) top left no-repeat;
}

.menu{
height:100px;
}

.menu ul li{
float:right;
list-style:none;
margin-top:65px;
padding:0 5px;
border-right: 1px solid #000;
}

.menu ul li.last{
border-right:0;
}

.menu a{
color:#000;
text-decoration:none;
font-variant:small-caps;
}

.menu a:active, a:hover{
text-decoration:underline;
color:#0202A8;
}

.banner{
background:url(images/header.gif) center no-repeat;
height:135px;
}

#bar{
background:url(images/topbar.jpg);
height:30px;
margin: 5px auto;
line-height:30px;
color:#e6dcee;
}

#bar h1{
font-size:1em;
padding:0 5px;
}

/* STYLES FOR CONTENT AREA */

#content{
width:798px;
border:1px solid #87ca2d/*D60D24*/;
font-size:0.75em;
}

#content p{
padding:4px;
}

#content li{
margin-left:35px;
}

/* STYLES FOR THE TEXT DIV OF THE INSIDE PAGES */

#text{
color:#545454;
}

#text img{
margin-right:5px;
}

#text h3, #text h4{
margin:2px;
padding:2px;
color:#0202A8/*#D60D24*/;
font-size:1em;
}

#text h3{
text-transform:uppercase;
}

#text h4{
margin-left:10px;
}

#text a, #footer a{
color:#707070;
text-decoration:none;
background:#fbf9f9;
}

#text a.red{
color:#D60D24;
}

#text a:hover, #text a:active, #footer a:hover, #footer a:active{
color:#87ca2d;
text-decoration:underline;
}


	/* HOME PAGE BOX STYLES */

.box1, .box2, .box3, .box4{
height:200px;
width:380px;
margin:7px;
}

.box1, .box4{
background:url(images/blue.jpg);
}

.box2, .box3{
background:url(images/green.jpg);
}

.box1, .box3{
float:left;
}

.box2, .box4 {
float:right;
}

.box1 h2, .box2 h2, .box3 h2, .box4 h2{
text-align:right;
font-size:1.5em;
color:#0202A8/*#D60D24*/;
padding:4px;
}

a.more {
color: #0202A8/*#D60D24*/;
text-transform:uppercase;
text-align: right;
font-weight:bold;
padding:4px;
text-decoration:none;
}

a:active.more, a:hover.more{
text-decoration:underline;
color:#87ca2d;
}

#footer{
clear:both;
margin:5px 7px;
background:url(images/pencils.jpg) bottom left no-repeat;/*
border:1px solid #e6dcee;*/
padding:50px 5px 5px 5px;
text-align:right;
font-size:0.9em;
color:#545454;
}

/* MISC */

.right{
float:right;
}

.left{
float:left;
}

input{
border-bottom:1px solid #e6dcee;
padding:2px;
margin:2px;
}

textarea{
width:94%;
border:1px solid #e6dcee;
margin:7px;
padding:2px;
}

input:hover, input:focus, textarea:hover, textarea:focus{
background: #f0f0f0;
}
