/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
tr.odd td, tr.even td {
	padding: 0.3em;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #637060;
}
a:visited {
	color: #637060;
}
a:hover {
	color: #637060;
	text-decoration: underline;
}
fieldset {
	border: 1px solid #ccc;
}
pre {
	background-color: #eee;
	padding: 0.75em 1.5em;
	font-size: 12px;
	border: 1px solid #ddd;
}
table {
	/* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
	font-size: 1em;
	color: #222;
}
.item-list .title {
	font-size: 1em;
	color: #222;
}
.links {
	margin-bottom: 0;
}
.comment .links {
	margin-bottom: 0;
}
/*
** Page layout blocks / IDs
*/
#header, #content {
	width: 100%;
}
#header {
	background-color: #69c;
}
#logo {
	vertical-align: middle;
	border: 0;
}
#logo img {
	float: left; /* LTR */
	padding: 0 1em;
	border: 0;
}
#menu {
	padding: 0.5em 0.5em 0 0.5em; /* LTR */
	text-align: right; /* LTR */
	vertical-align: middle;
}
#navlist {
	font-size: 1.0em;
	padding: 0 0.8em 1.2em 0; /* LTR */
	color: #9cf;
}
#navlist a {
	font-weight: bold;
	color: #fff;
}
#subnavlist {
	padding: 0.5em 1.2em 0.4em 0; /* LTR */
	font-size: 0.8em;
	color: #9cf;
}
#subnavlist a {
	font-weight: bold;
	color: #9cf;
}
ul.links li {
	border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
	border: none;
}
#search .form-text, #search .form-submit {
	border: 1px solid #369;
	font-size: 1.1em;
	height: 1.5em;
	vertical-align: middle;
}
#search .form-text {
	width: 8em;
	padding: 0 0.5em;
}
#mission {
	background-color: #369;
	padding: 1.5em 2em;
	color: #fff;
}
#mission a, #mission a:visited {
	color: #9cf;
	font-weight: bold;
}
.site-name {
	margin: 0.6em 0 0;
	padding: 0;
	font-size: 2em;
}
.site-name a:link, .site-name a:visited {
	color: #fff;
}
.site-name a:hover {
	color: #369;
	text-decoration: none;
}
.site-slogan {
	font-size: 1em;
	color: #eee;
	display: block;
	margin: 0;
	font-style: italic;
	font-weight: bold;
}
#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
	line-height: 1.4em;
}
#help {
	font-size: 0.9em;
	margin-bottom: 1em;
}
.breadcrumb {
	margin-bottom: .5em;
}
.messages {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 0.3em;
	margin-bottom: 1em;
}
.error {
	border-color: red;
}
#sidebar-left, #sidebar-right {
	background-color: #ddd;
	width: 16em;
	/* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
	vertical-align: top;
}
#footer {
	background-color: #eee;
	padding: 1em;
	font-size: 0.8em;
}
/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
	font-weight: normal;
	font-size: 1.3em;
	color: #777;
	margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
	color: #999;
	font-size: 0.8em;
}
.links {
	color: #999;
}
.links a {
	font-weight: bold;
}
.box .title {
	font-size: 1.1em;
}
.node {
	margin: .5em 0 2em; /* LTR */
}
.sticky {
	padding: .5em;
	background-color: #eee;
	border: solid 1px #ddd;
}
.node .content, .comment .content {
	margin: .5em 0 .5em;
}
.node .taxonomy {
	color: #999;
	font-size: 0.8em;
	padding-left: 1.5em; /* LTR */
}
.node .picture {
	border: 1px solid #ddd;
	float: right; /* LTR */
	margin: 0.5em;
}
.comment {
	border: 1px solid #abc;
	padding: .5em;
	margin-bottom: 1em;
}
.comment .title a {
	font-size: 1.1em;
	font-weight: normal;
}
.comment .new {
	text-align: right; /* LTR */
	font-weight: bold;
	font-size: 0.8em;
	float: right; /* LTR */
	color: red;
}
.comment .picture {
	border: 1px solid #abc;
	float: right; /* LTR */
	margin: 0.5em;
}
/*
** Module specific styles
*/
#aggregator .feed-source {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1em;
	margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
	color: #999;
	font-style: italic;
	font-size: 0.9em;
}
#aggregator .title {
	margin-bottom: 0.5em;
	font-size: 1em;
}
#aggregator h3 {
	margin-top: 1em;
}
#forum table {
	width: 100%;
}
#forum td {
	padding: 0.5em;
}
#forum td.forum, #forum td.posts {
	background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
	background-color: #ddd;
}
#forum td.container {
	background-color: #ccc;
}
#forum td.container a {
	color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
	height: 1.5em;
	border: 1px solid #bbb;
}
#forum td .name {
	color: #96c;
}
#forum td .links {
	padding-top: 0.7em;
	font-size: 0.9em;
}
#profile .profile {
	clear: both;
	border: 1px solid #abc;
	padding: .5em;
	margin: 1em 0em;
}
#profile .profile .name {
	padding-bottom: 0.5em;
}
div.admin-panel .description {
	color: #999;
}
div.admin-panel .body {
	background: #f4f4f4;
}
div.admin-panel h3 {
	background-color: #69c;
	color: #fff;
	padding: 5px 8px 5px;
	margin: 0;
}
/*************************************** MY CSS *******************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~ CSS Document for Spitafields Advisors by Vitthal Starts Here ~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
	padding:12px 0px 12px 0px;
	margin:0px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#777f71;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~ Main Id CSS ~~~~~~~~~~~~~~~~~~~~~~~~ */
#wrapper {
	width:1024px;
	background:url(images/right_bg.gif) repeat-y right top #ffffff;
	float:left;
}
#main_wrapper {
	width:1024px;
	margin:auto;
}
#sub_wrapper {
	background:url(images/left_bg.gif) repeat-y left top;
	float:left;
	width:1022px;
	border:1px solid #ffffff;
}
#middle {
	clear:both;
	float:left;
	width:100%;
	background:url(images/green_bg.gif) repeat-y 236px 100px
}
#flash {
	float:left;
	clear:both;
	width:236px;
	border-left:1px solid #b5c2ae
}
#left_section {
	width:236px;
	float:left;
}
#right_section {
	width:786px;
	float:left;
}
#top {
	float:left;
	width:1024px;
}
.topleft {
float:left;
height:236px;
width:236px;
}
.topright {
	width:785px;
	float:left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~ Ul/li Id CSS ~~~~~~~~~~~~~~~~~~~~~~~~ */
#topnav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background:#b4c1ad;
	color:#646962;
	text-transform:uppercase;
	width:100%;
	float:left;
	border-bottom:1px solid #edf1eb;
}
#topnav ul {
	padding:0px;
	margin:0px;
	float:left;
}
#topnav li {
	padding:0px;
	margin:0px;
	float:left;
	list-style:none;
	list-style-image:none;
	border-right:1px solid #edf1eb;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#topnav a:link {
	display:block;
	float:left;
	padding:8px 24px 5px 24px;
	text-decoration:none;
	color:#4d4e4c;
	font-weight:normal
}
#topnav a:visited {
	display:block;
	float:left;
	padding:8px 24px 5px 24px;
	text-decoration:none;
	color:#4d4e4c;
	font-weight:normal
}
#topnav a:hover {
	display:block;
	float:left;
	padding:8px 24px 5px 24px;
	text-decoration:none;
	color:#fefefe;
	background:#777f71
}
#leftnav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#646962;
	text-transform:uppercase;
	width:100%;
	padding-top:31px;
}
#leftnav ul {
	padding:0px;
	margin:0px;
	background:url(images/left_nav_bdr.gif) right bottom no-repeat;
}
#leftnav li {
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-image:none;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100%;
	display:block;
	background:url(images/left_nav_bdr.gif) right top no-repeat;
}
#leftnav a:link {
	display:block;
	padding:11px 24px 6px 51px;
	text-decoration:none;
	font-weight:normal;
	color:#768273;
	background:url(images/left_arrow.gif) no-repeat 33px 12px;
}
#leftnav a:visited {
	font-weight:normal;
	display:block;
	padding:11px 24px 6px 51px;
	text-decoration:none;
	color:#768273;
}
#leftnav a:hover {
	display:block;
	padding:11px 24px 6px 51px;
	font-weight:normal;
	text-decoration:none;
	color:#768273;
}



#block-menu-secondary-links {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#646962;
	text-transform:uppercase;
	width:100%;
	padding-top:31px;
}
#block-menu-secondary-links ul {
	padding:0px;
	margin:0px;
	background:url(images/left_nav_bdr.gif) right bottom no-repeat;
}
#block-menu-secondary-links li {
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-image:none;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100%;
	display:block;
	background:url(images/left_nav_bdr.gif) right top no-repeat;
}
#block-menu-secondary-links a:link {
	display:block;
	padding:11px 24px 6px 51px;
	text-decoration:none;
	font-weight:normal;
	color:#768273;
	/*background:url(images/left_arrow.gif) no-repeat 33px 12px;*/
}
#block-menu-secondary-links a:visited {
	font-weight:normal;
	display:block;
	padding:11px 24px 6px 51px;
	text-decoration:none;
	color:#768273;
	/*background:url(images/left_arrow.gif) no-repeat 33px 12px;*/
}
#block-menu-secondary-links a:hover {
	background:url(images/left_arrow.gif) no-repeat 33px 12px;
	display:block;
	padding:11px 24px 6px 51px;
	font-weight:normal;
	text-decoration:none;
	color:#768273;
}
#block-menu-secondary-links h2{ display:none;}
/*~~~~~~~~~~~~~~~~~~~~~~~~ Bacckground CSS ~~~~~~~~~~~~~~~~~~~~~~~~ */
.bggreen {
	background:#777f71;
}
.bggreen1 {
	background:url(images/green_bg1.gif) repeat-y 566px 0px;
	min-height:600px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~ Height CSS ~~~~~~~~~~~~~~~~~~~~~~~~ */
.hei1 {
	height:31px;
}
.hei2 {
	height:26px;
	display:block;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~ Font CSS ~~~~~~~~~~~~~~~~~~~~~~~~ */
.light1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.light2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:12px;
}
.light3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}
.light4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:31px;
}
.light5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.light6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.light7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~ H1, H2, H3, H4 CSS ~~~~~~~~~~~~~~~~~~~~~~~~ */
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding:0px;
	margin:0px;
	line-height:22px;
	color:#637060;
	letter-spacing:2px;
	font-weight:normal;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:31px;
	letter-spacing:2px;
	margin:0px;
	padding:0px;
	line-height:32px;
	color:#637060;
	font-weight:normal;
}
h4 {
	padding:0px;
	margin:0px;
	line-height:17px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	background:#777f71;
	color:#fdfdfd;
	padding:2px 15px 1px 15px;
	text-transform:uppercase;
	clear:both;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~ Color CSS ~~~~~~~~~~~~~~~~~~~~~~~~ */
.green {
	color:#3a3939;
}
.green1 {
	color:#353435;
}
.green2 {
	color:#808b7c;
}
.green3 {
	color:#5a5b59;
}
.green4 {
	color:#626262;
}
.green5 {
	color:#616e5e;
}
.white {
	color:#ffffff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~ Padding CSS ~~~~~~~~~~~~~~~~~~~~~~~~ */
.pad1 {
	padding:100px 0px 46px 31px;
}
.pad2 {
	padding:0px 0px 36px 31px;
}
.pad3 {
	padding:5px 0px 0px 0px;
}
.pad3 img {
	padding-right:20px;
}
.pad4 {
	margin:31px 0px 23px 0px;
}
.pad5 {
	padding:0px 23px 0px 43px;
}
.pad6 {
	padding:37px 0px 0px 0px;
}
.pad7 {
	padding:7px 0px 7px 0px;
}
.pad8 {
	padding:7px 8px 8px 8px;
	width:165px
}
.pad9 {
	padding:9px 5px 5px 50px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~ Border CSS ~~~~~~~~~~~~~~~~~~~~~~~~ */
.bdrb {
	border-bottom:1px solid white
}
/*~~~~~~~~~~~~~~~~~~~~~~~~ Search Box CSS ~~~~~~~~~~~~~~~~~~~~~~~~ */
#search {
	background:url(images/search_bg.png) no-repeat left top;
	width:284px;
	height:28px;
	display:block;
	z-index:100;
	position:absolute;
	top:41px;
	padding-left:9px;
	padding-top:5px;
}
#search label {
	display:none;
}
.searchbg {
	background:url(images/search_input-bg.gif) no-repeat;
	width:197px;
	height:17px;
	float:left;
	display:block
}
.searchbg input {
	padding:0px;
	margin:0px;
	width:192px;
	height:17px;
	background:none;
	border:none;
	padding:2px 5px 0px 5px;
	font-size:10px;
	font-weight:bold;
}
.btn_go {
	width:24px;
	height:17px;
	float:left;
	padding-left:1px;
}
.btn_go input {
	background:url(images/bt_go.gif) no-repeat;
	border:none;
	width:24px;
	height:17px;
	margin:0px;
	padding:0px;
}
#search #edit-search-theme-form-1-wrapper {
	background:url(images/search_input-bg.gif) no-repeat;
	display:block;
	float:left;
	margin:0px;
	height:17px;
	width:197px;
}
#search #edit-search-theme-form-1-wrapper .form-text {
	border:none;
	background:none;
	font-size:10px;
	font-weight:bold;
	height:17px;
	margin:0 0 0 0;
	padding:2px 5px 0;
	width:192px;
}
#search .form-submit {
	background:transparent url(images/bt_go.gif) no-repeat;
	font-size:0px;
	border:none;
	height:17px;
	margin:0px 0px 1px 1px;
	padding:0;
	width:24px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~ Default CSS ~~~~~~~~~~~~~~~~~~~~~~~~ */
.floatl {
	float:left;
}
.floatr {
	float:right;
}
.innerleft {
	width:568px;
	float:left;
}
.innerright {
	width:181px;
	float:left;
	padding:0px 15px 0px 21px;
}
p {
	padding:0px 4px;
	margin:0px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~ Width CSS ~~~~~~~~~~~~~~~~~~~~~~~~ */
.wid1 {
	width:100%;
}
.wid2 {
	width:101px;
	padding:5px 10px 0px 10px;
}
#leftnav #block-user-1 ul .expanded ul.menu li {
	font-size:10px;
}
#topnav h2 {
	display:none;
}

/*~~~~~~~~~~~~~~~~~ Nice Menu Tweaks ~~~~~~~~~~~~~~~*/
#block-nice_menus-2 ul.nice-menu-down li {
	border-top:none;
}
#block-nice_menus-2 ul.nice-menu li {
	font-weight:normal;
	background-image:none;
	float:left;
	border:none;
	border-right:1px solid #EDF1EB;
	margin:0;
	padding-left:0;
}
#block-nice_menus-2 ul.nice-menu li a {
	font-weight:normal;
}
ul.nice-menu, ul.nice-menu ul {
	border-top:0px solid #CCCCCC;
}
/*~~~~~~~~~~~~~~~~~ Various Block CSS ~~~~~~~~~~~~~~~*/
#block-user-1 {
	padding-left:20px;
}
#block-user-1 a {
	font-weight:bold;
}
#block-user-1 h2 {
	color:#3A3939;
	text-transform:capitalize;
	padding-top:10px;
}
li a.active {
	color:#637060;
}
.admin-panel h3 {
	line-height:normal;
	text-transform:capitalize;
	font-size:12px;
	font-weight:bold;
}
#first-time {
	display:none;
}

.txtr{ text-align:right}

#main h1.title{ font-family:Georgia, "Times New Roman", Times, serif; font-size:31px; padding:0px; margin:0px; color:#637060;}


#block-block-6 .content{
border-bottom:1px solid #fff;
height:236px;
width:785px;
}