/*
Theme Name: RAFWAplainscape
Theme URI: http://srinig.com/wordpress/themes/plainscape/
Description: A plain and simple theme that just works. Fixed width, two columns, left sidebar, standards compliant.
Version: 1.0
Author: Srini G
Author URI: http://srinig.com/wordpress/
Tags: fixed width, two columns, right sidebar, widgets, gravatars, blue, white, simple, minimalist, clean, valid XHTML, valid CSS

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

*/



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, 'Lucida Grande', Sans-Serif;
	color:#000;
	}

form#searchform, div#sfdiv {
  padding: 0;
  margin: 0;
}

p.leader {
  font-size: 1.2em;
  margin-bottom: 0;
}

div.hd h2 {
  font-size: 1.4em;
  color: #dc002f;
  margin: 0;
  padding: 0;
}

div.bd {
  font-size: 1.2em;
  color: #002c4b;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Sans-Serif;
	font-weight: bold;
	/*text-transform:uppercase;*/
}

h1 { font-size: 1.8em; font-weight: normal; font-family: Helvetica, Arial; }
h2 { font-size: 2.0em; font-weight: normal; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

pre {
	overflow:auto;
}

img#logo {
  height: 141px;
  width: 165px;
  border: 0;
  padding: 0;
  margin: 0;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #788fa4;
}

strong {
	color:#000;
}

a {
	color: #dc002f;
	text-decoration: none;
}

.entry a {
        font-weight: bold;
}

h1 a {
	color: #000000;
	text-decoration: none;
}

h2 a {
	color: #002c4b;
	text-decoration: none;
}

a:hover {
	/*background:#ffc;*/
	text-decoration: underline;
}

h1 a {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	color: #dc002f;
	text-decoration: underline;
}

hr {
        display: none;
}

.entry hr {
        color: #fff;
        background-color: #fff;
        border: 1px dotted #666;
        border-style: none none dotted; }
}

a img {
	border: none;
	}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	position: relative;
}

#header {
	margin: 0 20px;
	padding: 0 0 10px 0;
}

#wrapper {
        margin-top: 9px;
	padding: 0.3em 20px 10px 20px;
}

#content {
	margin:0;
	padding:0 0 0 0;
	width:576px;
	float:left;
}

#contentnarrowpage {
	margin:0;
	padding:0 0 0 0;
	width:496px;
	float:left;
}

#contentwidepage {
	margin:0;
	padding:0 0 0 0;
	width:731px; /* 715 */
	float:left;
	position: relative;
}

#sidebar {
	float:right;
	margin:0;
	/* padding:20px 0; */
	padding: 0;
	padding-bottom: 9px;
}

.sidebarnormal {
	width:300px;
}

.sidebarpage {
	width:161px;
}

#footer {
	clear: both;
}

/* Header */
#header h1 {
	margin:0;
	padding-left: 13px; /* was 20px before moving hmenu back to flush left */
}

#header .description {
	font-size:1.2em;
	padding-left: 20px;
}

div#righttabs {
	position: absolute;
	top: 0;
	right: 20px;
}

div.righttab1 {
	background:url('images/redleft.gif') bottom left no-repeat;
	background-color: #dc002f;
	margin: 0 2px;
	padding: 0;
	float:left;
}

div.righttab2 {
	background:url('images/redright.gif') bottom right no-repeat;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

div.righttab3 {
	background-color: transparent;
	margin: 0;
	padding: 6px 12px;
}

div.righttab3 a {
  	color: #ffffff;
  	text-decoration: none;
  	font-size: 1.2em;
  	font-weight: normal;
}

div.righttab3 a:hover {
  	color: #ffffff;
  	text-decoration: underline;
}

div#supplementarytopmenu {
	clear: left;
	font-size: 1.2em;
	text-align: right;
	margin: 1px 2px;
}

div#supplementarytopmenu a {
	color: #000;
}




/* End header */

/* Post */

.post {
	margin: 0;
	padding:20px 0;
	text-align: left;
	overflow:hidden;
	clear:both;
	}

.post h2 {
	margin:0;
	padding:0;
	text-align:left;
}

.post h3.post-title {
	font-weight:bold;
	font-size:1.8em;
	margin:0;
	padding:0;
	text-align:left;
}


div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:1.1em;
	color:#888;
}

.clear {
	clear: both;
}

.entry {
	font-size:1.2em;
	line-height:1.2em;
	margin:20px 0;
}

.entry blockquote {
	border:1px dashed #788fa4;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#e8ecef;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #788fa4;
}

.entry fieldset legend {
	font-weight:bold;
	/*text-transform:uppercase;*/
}

.entry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#788fa4;
	font-size:0.9em;
}


.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#788fa4;

}

.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#788fa4;
	padding:5px 10px;
	background:#e8ecef;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

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

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1.2em;
	clear:both;
	margin:20px 0;
}


.wp-caption {
	border: 1px solid #788fa4;
	text-align: center;
	background-color: #e8ecef;
	padding-top: 4px;
}


.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;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	font-size:1.4em;
	line-height:1.4em;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#e8ecef;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

ul.cat-item li {
        list-style-image: url(images/bullet.gif);
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.8em;
}

/* Sidebar */

#sidebar {
	font: 1.2em Arial, 'Lucida Grande', Sans-Serif;
	}

#sidebar h2 {
	font-family: Arial, 'Lucida Grande', Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	}

#sidebar h2 {
	padding: 0;
	margin-bottom:5px;
	background:url('images/border_h.png') repeat-x bottom;
	}


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

#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
padding-left: 14px;
background-image: url(images/bullet.gif);
background-position: 0 0.2em;
background-repeat: no-repeat;
	}

#sidebar ul ul li li {
background-image: none;
	}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}

#wp-calendar td#today {
	background:#eee;
}

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}


/* End Calendar */


/* Footer */

#footer {
	background: url('images/rafbffooter.gif') repeat-x top;
	padding:10px;
	padding-top: 0;
	text-align:center;
	font-size:1.1em;
	color:#ffffff;
	margin-left:20px;
	margin-right:20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	height: 60px;
}

#underfooter {
	text-align:left;
	font-size:1.1em;
	margin-left:35px;
	color:#000000;
}

#underfooterright {
	margin-right:35px;
	float:right;
}

#underfooterright a {
	color:#000000;
}

#footer p {
}

#underfooter p {
        margin: 0;
        padding: 0;
}

/*
#recent-posts ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

#recent-posts ul li {
  padding-left: 20px;
  background-image: url(images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 0.2em;
}
*/


#searchsubmit {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  width: 35px;
  background: transparent url('images/gobutton.gif') center top no-repeat;
  cursor: pointer;
  cursor: hand;
  border: 0;
  margin: 0;
  padding: 0;
}

#searchsubmit:hover {
  background: transparent url('images/gobuttonover.gif') center top no-repeat;
}



/* 90 faces grid */

    div#grid {
      width: 570px;
      height: 630px;
      /* background-color: #e8ecef; */
      margin: 0;
      padding: 0;
      position: relative;
      xborder:2px solid #ff0000;
    }

    div#overlay {
      width: 570px;
      height: 630px;
      xbackground: url(images/90.gif) top left no-repeat;
      background-color: transparent;
      margin: 0;
      padding: 0;
      opacity: 0.2;
      filter: alpha(opacity=20);
      font-size: 500px;
      z-index: 2;
      position: relative;
    }

    div.cell {
      cursor: pointer;
      z-index: 0;
      position: absolute;
      height: 50px;
      width: 50px;
      border: 1px solid #788fa4;
    }


/* content panels */

.postpanel1 {
	background:url('images/centrepanel_top.gif') top left no-repeat;
	padding: 5px 0 0 0;
	margin: 20px 0;
        width: 555px;
}
.postpanel2 {
	background:url('images/centrepanel_bottom.gif') bottom left no-repeat;
	padding: 0 0 6px 0;
	background-color: transparent;
}
.postbody {
	background:url('images/centrepanel_body.gif') top left repeat-y;
	padding: 0.1em 0.7em;
	margin: 0;
}
.postheader {
        background-color: #9caebe;
	padding: 0.7em;
	padding-top: 0;
}
.postheader h3.post-title a {
        color: #fff;
        text-decoration: none;
}
.postheader h3.post-title a:hover {
        color: #fff;
        text-decoration: underline;
}
.postbody div.entry  {
        font-size: 1.1em;
        margin: 0;
}


.post {
	padding: 0; /* override */
}

/* left navigation */
.breadcrumb {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

/* left navigation */
#leftnav {
  background: url(images/leftnavtop.gif) top left no-repeat;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  padding-top: 6px;
  float: left;
  width: 220px;
  font-size: 1.2em;
}

#leftnav a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

#leftnav a:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

#leftnav ul {
  margin: 0;
  padding: 0;
  text-align: right;
  display: block;
}

#leftnav li.pagenav {
  margin: 0;
  list-style-type: none;
  background-color: #fff;
  display: block;
}

#leftnav li.pagenav div#title {
  margin: 0;
  padding: 0 6px 3px 6px;
  background-color: #002c4b;
  color: #fff;
  font-weight: normal;
}

#leftnav ul.level1 li.pagenav div#title {
  background-color: #002c4b; /* dc002f */
}

#leftnav li.page_item {
  margin: 0;
  margin-top: 2px;
  list-style-type: none;
  display: block;
}

#leftnav li.page_item a {
  background-color: #788fa4;
  padding: 3px 6px;
  display: block;
  font-weight: normal;
}

#leftnav li.page_item a:hover {
  background-color: #dc002f;
  font-weight: normal;
}

#leftnav li.current_page_item a {
  background-color: #dc002f;
}

#leftnav li.current_page_item a {
  background: #dc002f url(images/rightarrow.gif) center left no-repeat;
}

#leftnav ul.haschildren li.current_page_item a {
  background: #dc002f url(images/downarrow.gif) center left no-repeat;
}

#leftnav li.page_item li {
  display: none;
}

#leftnav li.current_page_item li {
  margin: 0;
  margin-top: 2px;
  list-style-type: none;
  display: block;
}

#leftnav li.current_page_item li a, #leftnav ul.haschildren li.current_page_item li a {
  background: #fff;
  color: #002c4b;
  padding: 3px 6px;
  display: block;
  font-weight: normal;
}

#leftnav li.current_page_item li a:hover, #leftnav ul.haschildren li.current_page_item li a:hover {
  background-color: #e8ecef;
  color: #002c4b;
  font-weight: normal;
}

img.linkimg {
  margin-right:0.3em;
  vertical-align: middle;
}

img.linkimgonright {
  margin-left:0.3em;
  vertical-align: middle;
}

/* right column panels */

div.rpanel1 {
  background: url(images/rpanelt.gif) center top no-repeat;
  margin:0;
  margin-bottom: 9px;
  padding:0;
  padding-top:4px;
}

div.rpanel2 {
  background: #fff url(images/rpanelb.gif) center bottom no-repeat;
  padding:0;
  padding-bottom:4px;
}

div.rpanelt {
  background-color: #788fa4;
  color: #fff;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size:1.2em;
}

div.rpanelb {
  background: #fff url(images/rpanelm.gif) center top repeat-y;
  color: #000;
  padding: 5px;
  font-size:1.1em;
}

/* home page panels (2column version) */

div#homeleftcol1 {
  margin: 0;
  width: 476px;
  background: transparent url(images/homeleftmiddle.jpg) top left repeat-y;
  position: absolute;
  top: 0;
  left: 0;
}
div#homeleftcol2 {
  margin: 0;
  width: 476px;
  background: transparent url(images/homeleftbottom.jpg) bottom left no-repeat;
  padding-bottom: 8px;
}
div#homeleftcol3 {
  margin: 0;
  width: 476px;
  background: transparent url(images/homelefttop_seacot_whitemans.jpg) top left no-repeat;
}

div#homeleftcolleader {
  margin: 0;
  padding: 2px;
  padding-left: 8px;
  height: 30px;
  color: #fdfdff;
  font-weight: normal;
  font-style: italic;
  font-size: 24px;
  font-family: times new roman, serif;
}

div#homeleftcoltext {
  margin: 0;
  padding-top: 268px; /* 268px 306px; 340px */
  padding-bottom: 16px; /*16px*/
  padding-left: 20px;
  padding-right: 40px;
}

div#homeleftcoltext h2 {
  margin: 0;
  margin-bottom: 0.4em;
  padding: 0;
  color: #fff;
  font-size: 1.4em;
  font-family: Arial, 'Lucida Grande', Sans-Serif;
}

div#homeleftcoltext p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.2em;
  font-family: Arial, 'Lucida Grande', Sans-Serif;
}

div#homeleftcoltext a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}

div#homerightcolcontainer {
  margin: 0;
  padding: 0;
  width: 246px;
  margin-left: 485px;
}

div.homerightcol1 {
  margin: 0;
  margin-bottom: 9px;
  width: 246px;
  background: transparent url(images/homerightmiddle.jpg) top left repeat-y;
}
div.homerightcol2 {
  margin: 0;
  width: 246px;
  background: transparent url(images/homerightbottom.jpg) bottom left no-repeat;
  padding-bottom: 4px;
}
div.homerightcol3 {
  margin: 0;
  width: 246px;
}

div#homerightcoltop {
  background: transparent url(images/homeright2_seacot_house_alt1.jpg) top left no-repeat;
}
div#homerightcolbottom {
  background: transparent url(images/homeright1_seacot_alt1.jpg) top left no-repeat;
}

div#rctimage, div#rctimage img {
  margin: 0;
  width: 246px;
  height: 125px;
}

div#homerightcoltexttop {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

div#homerightcoltext {
  margin: 0;
  padding-top: 130px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

div#homerightcoltext h2, div#homerightcoltexttop h2 {
  margin: 0;
  margin-bottom: 0.4em;
  padding: 0;
  font-size: 1.4em;
  font-family: Arial, 'Lucida Grande', Sans-Serif;
}

div#homerightcoltext p, div#homerightcoltexttop p {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-family: Arial, 'Lucida Grande', Sans-Serif;
}

div#homerightcoltext a, div#homerightcoltexttop a {
  font-weight: normal;
}

/* google map */
div#seacotmap {
  width: 425px;
  height: 320px;
}

/* for example, the PDF icon */
img.inline {
  margin-right: 3px;
}

/* search form */
/* search */


#searchpanel {
   float: right;
   padding-right: 20px;
}

div#sitesearch {
  position: relative;
  margin: 0;
  padding: 0;
  height: 22px;
  left: -244px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  left: 179px;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  height: 22px;
  width: 65px;
  background: transparent url('images/gobutton.gif') center top no-repeat;
  cursor: pointer;
  cursor: hand;
  border: 0;
  margin: 0;
  padding: 0;
}

#searchsubmit:hover {
  background: transparent url('images/gobuttonover.gif') center top no-repeat;
}

input#s {
  position: absolute;
  left: 0;
  top: 0;
  width: 167px;
  height: 14px;
  background: #fff url(images/textbox_back.gif) no-repeat;
  border: solid 1px #c5c6c8;
  padding: 2px 5px 4px 5px;
}

