/*
Theme Name: Fluid Blue
Theme URI: http://srinig.com/wordpress/themes/fluid-blue/
Description: A simple two column fluid width theme. Right sidebar supports widgets. Tags and gravatars supported. Valid XHTML and CSS.
Version: 1.6.1
Author: Srini G
Author URI: http://srinig.com/wordpress
Tags: fluid width, variable width, blue, two columns, right sidebar, widgets, graphics free, simple, valid CSS, valid XHTML

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
#table1 { color: #915ea8;
font-size: 1.4em;
} /*edited by alina*/
body {
	margin:0;
	background:#fff;
	color:#333;
	font-size: 70.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:left;
}

a { 
	color:#915ea8;/*edited by alina*/
	text-decoration:none;
}

a:hover {
	text-decoration:underline; 
}
a:active 
{        color: #d0c0de;/*edited by alina*/
	text-decoration:underline;
}
#primaryContent ul
{
	list-style-image:url(images/arrow.gif);/*edited by alina*/
}
blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url(images/a2.gif);/*edited by alina*/
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
img {
	border:0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#915ea8; /*edited by alina*/
	text-align:left;
	/*font-size: 1.6em;*/
} 

h1 {font-size:2em;}

h2 {font-size:1.8em;}
h3 {font-size:1.6em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1.2em;}


#header h1 a
{
	color: #915ea8; /*edited by alina*/;/*edited by alina*/
	text-decoration: none;
	font-size: 3.5em; 
}
# header h1
{
	text-transform: lowercase;
	font-size: 3.6em;
}
#header h2
{
	position: relative;
	top: -0.3em;
	color:#915ea8; /*edited by alina*/;/*edited by alina*/
	font-weight: normal;
	font-size: 3.1em;
	text-transform: lowercase;
	font-style:italic;}
	
	/*added by alina*/

  


img {
	border:0;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:#fff; /*edited by alina*/
	border:1px inset #aaa;
}
input[type=submit] {
	background:#d0c0de; /*edited by alina*/
	border:1px outset #aaa;
}

textarea {
	font-size:12px;
}

pre {
	font-size:12px;
}
code {
	font-size:12px;
	background-color:#915ea8;
	color:#111;
}

/* Layout */
#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;
}

#wrapper {
	margin:0 5%;
	padding-right:149px;
}

#content{
	float:left;
	width:96%;
	border-right:230px solid #eee;
	margin-right:-230px;
	padding:20px 4% 20px 0;
}

#sidebar{
	float:left;
	width:190px;
	margin:0 -230px 0 0;
	padding:20px;
	background:#eee;
}

#footer {
	clear:both;
	padding:10px;
	border-top:0.2em solid #915ea8; /*edited by alina*/;
	background: #915ea8;
}

/* Header */

#header
{
	height: 140px;/* edited by alina*/
	background-image: url(images/a2.gif);/*edited by alina*/
	background-position: center;/*edited by alina*/
	background-repeat: no-repeat; /*edited by alina */
	background-color: #915ea8; /*edited by alina*/
	padding-left: 40px;
	padding-top: 45px;
}
#header h1 a
{
	color: #d0c0de;/*edited by alina*/
	text-decoration: none;
	font-size: 1.5em; 
}
#header h1
{
	text-transform: lowercase;
	font-size: 1.6em;
}
#header h2
{
	position: relative;
	top: -0.3em;
	color: #d0c0de;/*edited by alina*/
	font-weight: normal;
	font-size: 1.6em;/*edited  by alina*/
	text-transform: lowercase;
	font-style:italic;}
	

 /*new*/
 /* Top navigation */
/*#navbar {
	border-top:0.1em solid #555;
	border-bottom:0.1em solid #555;
	background:#165279;
	height: 2.3em;
	margin: 0px;
	padding: 0px ;
}


	
#nav {
	margin:0 5%;
	padding: 0;
	list-style: none;
	}
	
#nav ul {
	padding:0.1em 0 0 0;
	margin:0;
	list-style: none;
	background:transparent;
	}

#nav a {
	color:#c6c8c9;
	display: block;
    font-weight: bold;
	padding: 0.5em;
	}
	
#nav a:hover {
	background: #237ab2;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0.5em;
}

#nav li {
	float: left;
	margin: 0;
	text-transform:uppercase;
	padding: 0 2em 0 0;
}
	
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14em;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #165279;
	color: #c6c8c9;
	width: 14em;
	float: none;
	margin: 0;
	padding: 0.5em ;
	border-bottom: 1px solid #aaa;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #237ab2;
	color: #fff;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
 */

/* Menu Navigation*/

#navbar
{
	background-image: url(images/a3.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 1.4em 2.5em 1em 2.5em;
}
#nav
{
	list-style: none;
}
#nav li
{
	display: inline;
}
#nav li a
{
	font-size: 1.4em;
	font-weight: bold;
	text-transform: lowercase;
	color: #5D5F53;
	text-decoration: none;
	margin-right: 1em;
}
#nav li a:hover, 
#nav li a:active,
#nav li.current_page_item a
{
	color: #d0c0de;/*edited by alina*/
	border-bottom:#6B7E09 1px solid;
}
#nav li#feed
{
    float:right;
    margin-top:-20px;
	padding-left:15px;
	background:url(images/icon_feed.gif) no-repeat left;
}
/* Content */
#content
{ 
	padding: 3em 15px 1em 15px;
	line-height: 1.6em;
	background: url(images/a4.gif) repeat-x top left;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}/

.search {
	float:right;
	padding:1.5em 5% 0 0;
}
.search form {
position: absolute;
	top: 166px;
	right: 0px;

	margin:0;
	padding:0;
}
.search input {float: right;

	display:inline;
	width:220px;
	border:1px solid #5D5F53;
	margin:0;
	padding:0.2em 5px;
	background:#d0c0de;
	color:#5D5F53;
	font-size:1.1em;
}




/* Sidebar */


#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar li li {
	margin:0.1em 0;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	margin:0;
	padding:0;
	color:#5D5F53;/*edited by alina*/
	font-size:1.4em;
	text-transform:uppercase;
}


/* Footer */
#footer { 
	text-align:center;
	font-size:1em;
	background:#915ea8;
	color:#eee;
}
#footer a {
	color:#aac;
}

/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
	width: 80%;
}

.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postentry a {
	border-bottom:1px solid #ddd;
}
.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}

.postmetadata {
	clear:both;
	margin:1em 0;
	font-size:1.1em;
	color:#5D5F53;
	text-align:justify;
}

div.navigation {
	font-size:1.1em;
}

/* Comments */

#comments {
	margin:0 2em;
}

.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist li {
	padding:2em 0;
	overflow:auto;
	border-bottom:0.1em solid #eee;
}

.commentlist p {
	margin:0.5em 0;
	font-size:1.1em;
}

.commentlist p a {
	border-bottom:1px solid #ddd;
}
.commentlist p a:hover {
	border-bottom:1px solid #157;
	text-decoration:none;
}
.commentlist img.avatar {
	float: right; margin: 0 0 0 10px; padding: 3px; border:1px solid #eee;
}
.commentlist h4 {
	margin:0;
}

textarea#comment {
	font-size:1.6em;
	width:100%;
}
/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#27a;
	text-align:center;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #915ea8;
   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;
   }
/*Table*/

.tablemiddle {/*edited by alina*/
   margin-top:80px auto;
  padding: 0;  
  font-family:"Tahoma","Lucida Sans",Verdana, Arial, Serif;
  font-size: small;
  color: #915ea8;
  font-size:1.4em;
  }