﻿/*
Theme Name: ePathram mu main page
Theme URI: http://epathram.com/
Description: ePathram theme for mu main.
Version: 1.0
Author: Jishi Samuel
Author URI: http://jishisamuel.com/
Template: eporiginal
Tags: fixed width, four columns, widgets


*/

body {
  margin-left: 10px;
  margin-top: 0px;
  padding: 0px;
  color: #333333;
  line-height:1.3em;
  font-family: Rachana_w01;
}
#header {
  background: #fff;
  width: 985px;
}
#mid {
  width: 990px;
}
#col1 {
  background: #fff;
  float: left;
  width: 475px;
  border-right:#CCCCCC solid 1px; 
  margin-top:5px;
}
#col1cont {
  background: #fff;
  float: left;
  width: 470px;
  margin-right:5px; 
}
#col2 {
  background: #fff;
  float: left;
  width: 212px;
  border-right:#CCCCCC solid 1px; 
  margin-top:5px;
}
#col2cont {
  background: #fff;
  float: left;
  width: 202px;
  margin-left:5px;
  margin-right:5px; 
}
#col3 {
  background: #fff;
  float: left;
  width: 150px;
  border-right:#CCCCCC solid 1px; 
  margin-top:5px;
}
#col3cont {
  background: #fff;
  float: left;
  width: 140px;
  margin-left:5px;
  margin-right:5px;
}
#col4 {
  background: #fff;
  float: left;
  width: 150px;
  margin-top:5px;
}
#col4cont {
  background: #fff;
  float: left;
  width: 140px;
  margin-left:5px;
}
#footer {
  clear: left;
  width: 985px;
  height: 100px;
}
#topbar {
 width:990px;
}
.boxtable{
	border: 1px solid #CCCCCC;
	padding:0px;
	margin:0px;
}
.contentlink {
	text-decoration: none;
	border: 0;
	color: #005689;
	font-size:12pt;

}
.contentlink:hover {
	text-decoration: none;
	border: 0;
	color: #990000;
	font-size:12pt;
}
.contenttext {
	text-decoration: none;
	border: 0;
	color: #333333;
	font-size:12pt;
}
a, h2 a:hover, h3 a:hover {
	color: #005689;
	text-decoration: none;
	}

a:hover {
	color: #990000;
	text-decoration: underline;
	}
hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	
	}

/*	
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img {border:0px;}
*/

h2 {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#005689;
  }
  
  
  .commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry img {
	padding: 0px;
	margin: 0 7px 2px 0;
	border:1px solid #021a40;

	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12pt;
	line-height: 17pt;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #021a40;
	}
	
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #021a40;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	border:1px solid #021a40;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	border:1px solid #021a40;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Sidebar Login */
.widget_wp_sidebarlogin, #sidebar-login {
	overflow: hidden;
}
.widget_wp_sidebarlogin .avatar_container, #sidebar-login .avatar_container {
	float:left;
}
.widget_wp_sidebarlogin .avatar_container img, #sidebar-login .avatar_container img {
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 8px;
	margin-top: 5px;
}
.widget_wp_sidebarlogin #openid_field {
	background-image:url(../openid/f/openid.gif);
	background-position:3px 50%;
	background-repeat:no-repeat;
	padding-left:21px !important;
}
.widget_wp_sidebarlogin hr {
	display: block;
	clear: both; 
	border: 0; 
	border-top: 1px solid #999; 
	height: 1px;
}
/* End Sidebar Login */

.englishtext {
	text-decoration: none;
	border: 0;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;

}

#tagcontainer { width: 140px; }

#tagcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#tagcontainer a
{
display: block;
padding: 3px;
width: 134px;
background-color: #CCCCCC;
border-bottom: 1px solid #ffffff;
}

#tagcontainer a:link, #taglist a:visited
{
color: #333333;
text-decoration: none;
}

#tagcontainer a:hover
{
background-color: #333333;
color: #CCCCCC;
}

