/*
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. Standards compliant.
Version: 1.0.1
Author: Srini G
Author URI: http://srinig.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin:0;
	background:#fff;
	color:#36393D;
	font-size: 11px; /* Resets 1em to 10px */
	/*font-family: 'Droid Sans', sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	text-align:center;
}

a { 
	color:#006699;
	text-decoration:none;
}

a:hover {
	text-decoration:underline 
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h5, h6 {
	margin-bottom:0;
	color:#006699;
	text-align:left;
}

h1 {font-size:26px;
/*text-shadow: 2px 2px 2px #ccc;*/
}
h2 { font-size:24px;
/*text-shadow: 2px 2px 2px #ccc;*/
}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:12px;}




img {
	border:0;
	margin:5px;
}

img.wp-smiley {
	margin:0;
}

input, textarea {
	border:1px solid #aaa;
	font-size:1.2em;
}


/* Layout */
#page {
	min-width:960px;
	width:960px;
	margin:0 auto;
	text-align:left;
}

#wrapper {
	padding-right:230px;
}

#content{
	float:left;
	width:710px;
	border-right:1px solid #B4D7F0;
	padding-right:30px;
	/*
	margin-right:-230px;
	padding:20px 4% 20px 200px;*/
}
#sidebar ul ul li {
        background:#D4E7F3;
}
#sidebar ul ul ul li {
	background:#EBF6FC;
}
#sidebar{
	float:left;
	width:190px;
	margin:0 -230px 0 0;
	padding-left:20px;
	background:#fff;
	padding-top:20px;
}

#footer {
	clear:both;
	padding:20px 4% 20px 0px;
	border-top:0.2em solid #999;
}

/* Header */

#header {
	margin:0;
	background:#fffff;
}

#headertitle {
	/*margin:0 7%;*/
}

#headertitle1 {
	margin:0 0%;
}

#logo a { 
	display:block;
	width:300px;
	height:60px;
	text-indent:-9999em;
}
#logo { 
	  background:url('http://www.oraclebusinessapps.com/wp-content/uploads/2011/10/oraclebusinessapps1.png') no-repeat;
	    width:300px;
        height:60px;	
	margin:32px 0 14px;
}
#headertitle h1 a {
	background:transparent;
	color:#fff;
}
#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle p {
	margin:0;
	background:transparent;
	color:#fff;
	font-size:12px;
}

.search {
	float:right;
	position:relative;
	bottom:3em;
	right:5%;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:150px;
	border:1px solid #237ab2;
	margin:0;
	padding:0.2em 5px;
	background:#fffff;
	color:#237ab2;
	font-size:1em;
}


#nav {
 /* background:url("images/mm.png") no-repeat;*/
  width:960px;
  height:40px;
  line-height:40px; 
  font-size:14px;
	background:#D4E7F3;
/*	background:-webkit-gradient(linear,left top,left bottom,from(#D4E7F3),to(#356AA0));
	background:-moz-linear-gradient(top,#D4E7F3,#356AA0);*/

-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius:6px;
border-top-left-radius: 6px 6px;
border-top-right-radius: 6px 6px;
border-bottom-right-radius: 6px 6px;
border-bottom-left-radius: 6px 6px;
}

#nav ul.primary-links {
	margin-left:0px;
	padding-left:15px;
}

#nav ul.primary-links li {
  margin: 0;
  padding: 0;
  list-style:none;
  display:inline;
}

#nav ul.primary-links li a:link, ul.primary-links li a {
/*text-shadow: 2px 2px 2px #36393D;*/
  margin: 0 10px 0 0;
  color:#006699;
}

#nav ul.primary-links li a:hover, ul.primary-links li a:active {
  text-decoration: underline;
}

#nav ul.secondary-links {
  border-top: 1px solid #b4d7f0;
  padding: 2px 5px;
}

#nav ul.secondary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.secondary-links li a:link, ul.secondary-links li a:visited {
  margin: 0 10px 0 0;
  padding: 2px 0;
}

#nav ul.secondary-links li a:hover, ul.secondary-links li a:active {
  text-decoration: underline;
}

/* Sidebar */


#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
}
#sidebar ul li {
	margin:0 0 2em 0;
	padding:3px;
}
#categories-182143041 ul li a { 
}
#sidebar ul ul {
	margin:0;
	padding:0;
         font-size:1.1em;
}

#sidebar li li {
	margin:0.1em 0;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	margin:0;
	padding:0;
	font-size:1.4em;
	text-transform:uppercase;
}


/* Footer */
#footer { 
	text-align:center;
	font-size:1em;
	background:#fff;
	color:#fff;
}

#footer a {
	color:#cc6600;
}

/* Post */
.postentry { 
	margin-top:10px;
}
hr { 
	color:#eee;
}
.posttitle { 
	margin-bottom:5px;
}
.post {
	margin:0 0 4em 0;
	margin-top:30px;
	clear:both;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}

.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;
}

.postmetadata {
	font-size:11px;
	color:#ccc;
	text-align:left;
	clear:both;
}


/* 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;
}

.commentlist h4 {
	margin:0;
}

textarea#comment {
	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;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.one{
width:530;
border:1px;
margin-top:5px;
table-layout: fixed;
text-align: left;
empty-cells: show;
}

