

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% arial;
	color: #8e9598;
	margin: 0; padding: 0 0 50px 0;
	background: #010101 url(images/body_bg.jpg) repeat-x;
	text-align: center;
}
.mailsub {color:#000;}
.mailsub fieldset { border: none; padding: 0px; margin: 0px;}
.mailsub form { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;border:none;}
.mailsub input { color: #666; font-size: 12px;}
.mailsub input.mail { width: 205px;background: url(./images/subbut.jpg) no-repeat; }
.mailsub input.searchIE { width: 32px; height: 29px; background: url(./images/subbut.jpg) no-repeat 0 -79px; }


#login {
width:995px;
overflow: hidden;
background:transparent;
}

#ajaxbox {
padding: 2px;
font-size: 12px;
color: #333;
line-height: normal;
margin-top:0px;
}

#ajaxbox img {
padding:5px;
}

#ajaxbox a {
margin-right: 25px;
background-color:#D4F6FF;
padding: 3px;
text-decoration: none;
color: #333;
}

#ajaxbox a:hover {
background-color:#D4F6FF;
}

#login-button {
width: 100%;
border-top: 0px solid #d4f6ff;
}

#login-button a img, a:visited img, a:hover img {
border: none;
}

#search {
float: left;
margin-right:5px;
width:380px;
}
#search h1{
color:#333;
font-size:14px;
font-family:georgia,verdana,arial;
font-weight:bold;
text-decoration:underline;
text-indent:5px;
text-align:left;
}
#searchimage h1 {
font-family:arial,verdana,georgia;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#39c7e9;
letter-spacing:4px;
}

#searchimage {
font-family:arial,verdana,georgia;
font-size:11px;
float: left;
margin-left: 15px;
margin-right: 90px;
width: 500px;
text-align:justify;
padding-bottom:12px;
color:#72d0e6;
}

#searchform .field {
font-family:verdana;
font-size:10pt;
background-color:#e8fbff;
border:2px solid #f7fdff;
width:205px;
}
#searchform .img {
background:none;
border:none;
height:33px;
width:51px;
}


/*\ IE/Win min height hack */ * html #buttonsearch { margin: -29px 0px 0px 216px; } /* */
#buttonsearch { padding: 0px; margin: -28px 0px 0px 216px; top: 0px; background: none; }

.author{
padding-left:11px;


}
.top_comments{
 float:right;
 padding-top:5px;
}
.subscribebg{
	background: url(images/textbg.jpg) no-repeat;
    border:none;
    width:216px;

}
input.subscribe{
    margin-left:32px;
	background: transparent;
	width: 160px;
    padding-left:5px;
	color: #666;
    border:none;
}
.subbut{
    float:right;
	vertical-align: top;
     border:0px;
}
.mailbg{
height:87px;
width:403px;
background:url(images/mailbg.jpg) repeat-x;
}

/* Links */
a {
	text-decoration: none;
	color: #107b96;
}
a:hover {

	color: #fff;
}

/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em georgia;
	color: #fff;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 245%;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	font-size: 120%;
    padding-left:40px;
	font-weight: normal;
    text-transform:uppercase;
}
h3 {
	font-size: 170%;
	font-weight: normal;
}

h4 {
	font-size: 120%;
	font-weight: normal;
}

h5 {
	font-size: 120%;
	font-weight: normal;
}

h6 {
	font-size: 100%;
	font-weight: normal;
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px;
}

/* Images */
.col-one img {
	background: #00070A;
	border: 1px solid #0E1D25;
	margin: 3px;
	padding: 2px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin:0px auto;
 	padding: 10px 10px 10px 35px;
	background: #0a141a url(images/quotes.jpg) no-repeat 10px 10px;
	font-weight: normal;
    border:1px solid #243037;
	font-size: 11px;
	line-height: 1.5em;
	font-style:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ccc;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 1px;
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left:0px;
	padding-right:0px;
	border: 0px solid #ECECEC;
}
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #476f88;
	background:#093b4a;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #528991;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #ecfcff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #cbf1f9 #cbf1f9 #cbf1f9 #cbf1f9;
}

input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #b3e8ec;
	background: #2a949d;

	border-width: 1px;
  	border-style: solid;
  	border-color: #73bbcb;
}

/* search form */
.search_top{
    position:relative;
	background-color: transparent;
	border: none;
	margin: 0; padding: 12px 0 15px 8px;
	width: 190px;
    left:51px;
}
.rss_icon{
    position:relative;
    margin-top:-17px;
    padding-left:18px;
    background:transparent url("images/rss.png") no-repeat top;
	border: none;
	width:21px;
    height:21px;
    color:#fff;
    left:211px;
}
.rss{
    position:relative;
    margin-top:-20px;
	background-color: transparent;
	border: none;
	width:150px;
    color:#fff;
    left:250px;
}
.rss a{
    color:#f1f5cf;
    font:12px "trebuchet MS",georgia,verdana,arial;
}
.rss a:hover{
    color:#fff;
    text-decoration:underline;
}
.searchform {
    color:#f1f5cf;
    position:relative;
	background-color: transparent;
	border: none;
	margin: 0; padding: 12px 0 15px 8px;
	width: 190px;
    top:10px;left:21px;
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox {
	width: 115px;
	color: #666666;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */
#header-wrap {
	position: relative;
	background: #fff url(images/main-header.jpg) no-repeat;
	margin: 0 auto;
	width: 1004px;
	height:208px;
	text-align: left;
}
#header-photo {
	position: absolute;
	top: 0px; left: 0px;
	padding: 0;
	height:208px;
	width:1004px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
	background: #fff url(images/main-header.jpg) no-repeat;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
}
/*  Navigation */
#nav {
	position: absolute;
	margin: 0; padding: 0;
	width: 974px;
	height:35px;
	left: 15px;	top: 167px;
}
#nav ul {
	float: left;
	list-style: none;
	width: 974px;
	height:20px;
	margin: 0; padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	float: left;
	padding:10px 15px 8px 10px;
	margin: 1px;
	background:url(images/nav_nactive.png) repeat-x;
	font: bold 10px  Arial, 'Trebuchet MS', Tahoma, Helvetica,Geneva, Sans-serif;
	color: #fff;
    text-transform:uppercase;
	text-decoration: none;
}

#nav ul li a:hover
{
	background:url(images/nav_current.png) repeat-x;
}
#nav ul li a:active {
	color: #fff;
	background: none;
	border: none;
}
#nav ul li.current_page_item a {
	color: #fff;
	background:url(images/nav_current.png) repeat-x;
	border-bottom: 0px solid #CECECE;
    text-transform:uppercase;
}


#menu ul li.current_page_item a, #menu ul li.current_page_item a:hover {
	color: #fff;

	border-bottom: 1px solid #FFF;
}


#nav span.feed
{
padding: 0px 18px 0px 0px; background: url(images/feed.gif) no-repeat right center;
}


#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 25px arial, Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -0.5px;
	color: #fff;
	text-decoration: none;
    text-transform:uppercase;
	/* change the values of top and left to adjust the position of the logo*/
	top:20px; left:15px;
}
#header-wrap h1#logo-text a:hover {
    text-transform:uppercase;
    color:#fff;
	background: none;	border: none;
}
#header-wrap p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: arial,'Times New Roman', Times, serif, Georgia;
	font-weight: normal;
	font-size: 17px;
        letter-spacing: -0.1px;
	line-height: 1.8em;
	text-transform: none;
	color: #fff;
	width: 400px;

	/* change the values of top and left to adjust the position */
	top:38px; left:15px;
}

/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top:7px; right: 55px;
	padding: 0; margin: 0;
	width: 188px; height: 25px;
	background: url(images/searchbg.png);
	z-index: 999999;
	border: 0px solid #D8D8D8;
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px;
	width: 210px;
	background: none;
	border: none;
	color: #fff;
    font-size:10px;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
	display: none;
}
.content-shield {
    position:relative;
    top:0px;
	margin: 0px auto;
	background:#bbf1ff url(images/contentbg.jpg);
	width: 1004px;

}
#content-outer {
	margin: 0px auto;
	background: #bbf1ff url(images/contentbg.jpg);
	width: 1004px;

}
#content-wrapper {
    padding-top:20px;
	width: 1004px;
	margin: 0 auto;
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #bbf1ff url(images/contentbg.jpg);
}

.col-one {
	margin-right: 320px;
	padding-left: 20px;
}
.col-mid {
	float: right;
	width: 350px;
	margin-left: -370px;
	margin-top:0px;
	margin-bottom: 12px;
	padding-right: 5px;
}


.col-two {
	float: left;
	width: 210px;
	margin-top:5px;
}
.col-three {
	float: right;
	width: 210px;
	margin-top: 12px;
}
.col-one, .col-two, .col-three {
	padding-bottom: 10px;
}

#content .col-one h2 {
	padding-bottom: 3px;
	font: normal 1.1em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #fff;
	text-transform:uppercase;
	border-bottom: 1px solid #1b2b33;
	margin-left: 5px;
	padding-left: 5px;
}
#content .col-one h2 a {
	color: #fff;
    text-transform:uppercase;
	text-decoration: none;
	background: none;
	border: none;
}
#content .col-one h2 a:hover {
	color: #637580;
}
#content .col-one ul li {
	list-style-image: url(images/bullet.gif);
}
#content-wrapper .col-mid h2,
#content-wrapper .col-two h2,
#content-wrapper .col-three h2 {
    background:#0e1d25;
	color: #fff;
	font: bold 10px arial,"Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 3px 5px 3px 60px; padding: 0;
	text-decoration: none;
}
ul.sidemenu li {
	list-style: none;
	padding: 2px 10px;
	margin: 0;
    background:#07151c;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #535f65;
}
ul.sidemenu li a span {
	color: #989898;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
}
ul.sidemenu li a:hover {
	color: #fff;
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }





/* footer */
#footer-wrapper {
    background:#86e9ff url(images/contentbg.jpg) repeat-y;
	clear: both;
	width: 1004px;
	margin: 0 auto;
	text-align: left;
    color:#0b4955;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;
}
#footer-wrapper a {
	color: #2fa1b8;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer-wrapper ul.footer-list li{
	margin: 0;
	padding: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer-wrapper ul.footer-list li li {
	border-bottom: 1px solid #bbf1ff;
}


#footer-wrapper ul.footer-list li a, #footer-wrapper ul.footer-list li li a {
	display: block;
	width: 100%;
	line-height: normal;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #2690a5;
}
#footer-wrapper ul.footer-list li a span, #footer-wrapper ul.footer-list li li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li li a:hover,
#footer-wrapper ul.footer-list li a:hover span,
#footer-wrapper ul.footer-list li li a:hover span {
	color: #f4feff;
	text-decoration: none;
}

#footer {
	width:994px;
	margin-left:5px;
    border-bottom:2px solid #fff;
    background:#0E1D25;
    padding-bottom:10px;
}
#footer-bottom {
    background:#000101;
	clear: both;
	width:100%;
	margin: 0 auto;
    color:#405356;
    width:1004px;

}

#footer-bottom .bottom-left a, #footer-bottom .bottom-right a {
	color: #08d2fd;
	background: transparent;
}
#footer-bottom .bottom-left a:hover, #footer-bottom .bottom-right a:hover {
 text-decoration:underline;
}



#footer-bottom .bottom-left {
	float: left;
	padding-left:5px;
	font-size: 95%;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right:5px;
	font-size: 95%;
}

.bottom-col-one {width: 32%; float: left; }
.bottom-col-two {width: 32%; float: left; }
.bottom-col-three {width: 32%; float: left; }

/* postmeta */
.postmeta {
	padding: 5px; margin: 20px 10px 15px 10px;
	font-size: 1em;
	color: #4a6472;
	border: 1px solid #152730;
	background: #0e1d25;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #fff; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img {
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;
}
.thumbs a:hover { background-color: transparent;border: 1px solid #8E8E8E; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}

.clearsmall { padding-bottom: 10px; }



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.col-mid .sponsors img.ml
{
margin-bottom : 4px; padding: 1px;  margin-right : 4px; overflow : hidden;
}
img a
{
border : none;
}
img
{
border :none;
}
.clearhigh
{
clear : both; display : block; height : 10px; overflow : hidden; margin : 0; padding : 0;
}
.clear {
	display:inline-block;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}


/* tabs */

.tab_container
{
margin: 0px 10px; padding: 0px; border: 5px solid #000;
}
.tab_container_in
{
margin: 0px; padding: 10px 0px; border-left: 1px solid #dddddd; border-top: 1px solid #dddddd; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
}
.tab_menu_container
{
margin: 0px 10px; padding: 0px 0px 0px 0px; height: 30px; background-color: #000;
}
#tab_menu li
{
margin: 0px; padding: 5px 5px 2px 0px; font-size: 11px; line-height: normal; float: left; list-style: none; cursor: pointer; border-bottom: none;
}
#tab_menu .first
{
padding: 5px 5px 2px 6px;
}
#tab_menu li a, #tab_menu li a:visited
{
margin: 0px; padding: 3px 6px 3px 6px; color: #FFFFFF; text-decoration: none; display: block;
}
#tab_menu li a:hover, #tab_menu li a.current
{
background-color: #fff; color: #000000; text-decoration: none;
}
.tab_content_list
{
display: none;
}
#tab_content_tags a, #tab_content_tags a:visited
{
color: #fff; text-decoration: none;
}
#tab_content_tags a:hover
{
color: #ffffff; text-decoration: none;
}
.tab_container ul
{
list-style: none;
}

/* comment form */

#comments
{
clear : both; background : #0e1d25; padding : 15px;border:1px solid #152730;
}
#comments a, #comments a:hover
{
text-decoration : none;
}
#comments h2
{
margin : 0;
color:#333;
}
#comments dl
{
margin : 0; padding : 0;
}
#comments dt
{
padding : 8px 0 0 0; font-size : 1.2em; border-top : 1px dotted #99c; color : #00b1d9;
}
#comments dt.highlighted
{
padding : 8px; background : #fc0; border : 4px solid #fff;
}
#comments dd.highlighted
{
background : #fff; padding : 2px 8px;
}
#comments h3, #postComment h3
{
padding : 0; margin : 0 0 15px 0;   color:#9adae9;
}
#postComment
{
background : #093b4a; padding : 15px;
}
#postComment label
{
width : 320px; display : block; float : left; clear : both; margin : 5px 0 0 0;
}
#postComment input, #postComment textarea
{
margin : 5px 0 0 0; width : 347px;
}
#postComment textarea
{
height : 160px;
}
#postComment .button
{
padding : 5px; clear : both; width : 100px; margin : 10px 0 0 0;
}
#comments a
{
background: none;
}

.mailspace{
height:100px;
}

.col-mid .sponsors img.ml
{
margin-bottom : 4px; padding: 1px;  margin-right : 4px; overflow : hidden;
}
img a
{
border : none;
}
img
{
border : none;
}
.clearhigh
{
clear : both; display : block; height : 10px; overflow : hidden; margin : 0; padding : 0;
}
.clear {
	display:inline-block;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}

#box-ads {
	margin: 0px;
	padding: 15px 0px 0px 25px;
	float: left;
	width: 388px;
}
#box-ads h3{
font-weight:bold;
font-size:12px;
}
#box-ads .top-tab {
	float: left;
	height: 35px;
	width: 388px;
}
#box-ads .tab-content {
	float: left;
	width: 388px;
	padding: 10px;
}
#box-ads .tab-content h3 {
    font-size:14px;
    font-family:'Trebuchet MS',georgia,arial;
    font-weight:bold;
	line-height: 23px;
	color: #15afd2;
	margin: 0px;
    padding-top: 30px;
	padding-left: 30px;
	float: left;
	width: 388px;
    text-transform:uppercase;
}

#box-ads .bot-tab {
	float: left;
	height: 22px;
	width: 388px;
}
.adsponsor {
	margin: 0px;
	padding: 10px 20px;
	float: left;
	width: 332px;
}

.adsponsor h3{
font-weight:bold;
font-size:12px;
}
.adsponsor img {
	padding: 5px;
	border: 1px solid #69d8f1;
	margin-right: 20px;
	margin-bottom: 0px;
}
.adsponsor p {
	font-size: 12px;
	margin: 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 332px;
	font-weight: bold;
	color: #000000;
}
.adsponsor p a {
	color: #006699;
	text-decoration: underline;
}
.adsponsor img:hover {
	padding: 5px;
	border: 1px solid #999999;
	margin-right: 20px;
	margin-bottom: 0px;
}
#subrss {
	margin-left: 9px;
   	margin-bottom: 9px;
	padding: 0px 0px 0px 45px;
	height:34px;
	width: 266px;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
}
#subrss a {
	color: #006699;
	text-decoration: underline;
}
#subrss img {
	border-width: 0px;
	margin-bottom: 10px;
}
.email-subscriptions {
	margin: 0px;
	padding: 1px 0px 0px 38px;
	float: left;
	width: 268px;
}
.email-subscriptions form {
	float: left;
	width: 248px;
	background: #8bbf0d;
	padding-top:10px;
	padding-bottom:10px;
	margin: 0px;
}
.email-subscriptions h5 {
	font-size: 17px;
	margin: 0px 0px 4px;
	padding-left: 5px;
	float: left;
	width: 268px;
	color: #056070;
	font-weight: normal;
	line-height: 21px;
}
.email-subscriptions p {
	margin: 0px 6px 0px 0px;
	padding: 0px;
	float: left;
}
.email-subscriptions .feedbox {
	width:150px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left:5px;
   padding-left: 5px;
	float: left;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background: #e9f5cc url(images/socials/email.gif) no-repeat 230px center;
}
.email-subscriptions .feed-submit {
    background:#303030;
    color:#fff;
	padding: 5px;
    border:none;
    font-size:11px;
}
.searchbg {
	margin: 0px;
	padding: 20px 2px 10px 1px;
	float: right;
	width:380px;
	height:66px;
	left: 4px;top: 207px;
}
.searchbg form {
	float: left;
  	width: 300px;
	height:63px;
    background:#fff url(images/search_back.jpg) no-repeat;
	padding-top:0px;
	padding-bottom:0px;
	margin: 0px;
   border:0px solid #bbf1ff;
}
.searchbg h5 {
	font-size: 11px;
	font-weight:normal;
	font-family:'trebuchet MS',arial,verdana;
	margin: 0px 0px 4px;
	padding-left: 5px;
	float: left;
	width: 268px;
    color:#39c7e9;
	line-height: 21px;
    text-align:left;
    letter-spacing:4px;
}
.searchbg p {
	margin: 0px 6px 0px 0px;
	padding: 0px;
	float: left;
}
.searchbg .feedbox {
    margin-top:21px;
	width:200px;
    border:2px solid #f7fdff;
	margin-left:4px;
	padding:5px;
	float: left;
	font-family: arial,"Times New Roman", Helvetica, sans-serif;
	color: #77e6ff;
	font-size: 12px;
	background: #e8fbff url(images/socials/email.gif) no-repeat 230px center;
}
.searchbg .feed-submit {
    margin-top:21px;
    background:#a3eeff;
    color:#2bb9da;
	padding: 4px;
    border:2px solid #f7fdff;
    font-size:11px;
	 width:58px;
}
.featurepost{
Background:#C7F3FE url(images/featureback.jpg) repeat-x;
padding:25px;
}
.fnews_wrap{
width:400px;
border:1px solid #fff;
}
.fnews{
margin:0px auto;
display:block;
height:20px;
Background:#E1F8FE url(images/fnews.gif) no-repeat;
font-family:arial,georgia,tahoma;
font-weight:normal;
color:#1398b7;
font-size:11px;
padding-left:30px;
}





