/* layout */

body {
  margin: 0;
  padding: 0;
  min-width: 750px;
  padding-top: 0px;
  padding-bottom: 20px;
}

#body-head {
	height:50px;
	width:100%;
	background:url(images/body-hdr-bg.png) 0 0 repeat-x;
	position:absolute;
	z-index: -1;
}

#page {
   margin: 0 auto;
   width: 95%;
   background:#fff;
}

#header, #content {
  width: 100%;
  /*background: #104b93 url(images/topregion-bg.png) 0 0 repeat-x;*/
  background: #777 url(images/body_bg.gif) 0 0 repeat;
}

.header-left{
	background: url(images/body-hdr-bg.png) 0 0 repeat-x;
}

.sections {
	width: 100%;
	padding: 0;
}


/*-------blueglass
.block {
	margin: 5px;
	padding: 5px;
}
------block*/
.block {
	margin: 0px;
	padding: 0px;
}

/*-------blueglass
.section .block {
	padding: 10px;
}
------block*/

.section.width49 {
	width: 50%;
}

.section.width33 {
	width: 33%;
}

.sections {
	width: 100%;
}

#middlecontainer {
margin: 0 auto;
}

#sidebar-left, #sidebar-right {
	width: 210px;
	float:left;
	z-index: 2;
	position: relative;
}

#main {
float: left;
width:100%;
}

body.sidebar-left #main {
	margin-left: -210px;
	margin-right: 0;
}

body.sidebar-right #main {
	margin-right: -210px;
	margin-left: 0;
}

body.sidebars #main {
	margin-left: -210px;
	margin-right: -210px;
}

body.sidebar-left #squeeze {
	margin-left: 210px;
	margin-right: 0;
}

body.sidebar-right #squeeze {
	margin-right: 210px;
	margin-left: 0;
}

body.sidebars #squeeze {
	margin-left: 210px;
	margin-right: 210px;
}

#squeeze {
	padding: 0 10px 15px 10px;
}

/* various overrides */

tbody {
   border: none;
}

/* typography */

body {
  font-size: 82%;
  font-family:  Arial, Verdana, sans-serif;
  line-height: 130%;
  color: #000;
  /*background: #104b93 url(images/topregion-bg.png) 0 0 repeat-x;*/
  background: #777 url(images/body_bg.gif) 0 0 repeat;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}

tr.odd {
background: #eee;
}

tr.even {
background: #ccc;
}

h1, h2, h3, h4, h4 {
	padding-bottom: 5px;
	margin: 10px 0;
	line-height:125%;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 125%;
}

h3 {
   font-size: 110%;
}

h4 {
	font-size:  100%;
}

#main h2.title {
   font-size: 150%;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}

/* links */

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* elements */

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

table {
  font-size: 1em;
}
/* header elements */

#masthead {
  float: none;
  clear: both;
  line-height: normal;
}

#name-and-slogan {
	float:left;
	padding-bottom:20px;
}

#site-name {
	padding-top:20px;
    margin: 0;
}

#site-name a, #site-name a:hover {
  font-weight: normal;
  font-size: 200%;
  margin: 0;
  padding: 0;
}

#site-slogan {
  margin: 0;
  font-size: 125%;
  display: inline;
}

#logo-title {
  float: left
}

img#logo  {
  margin: 0;
}

img#roopletheme {
  width: 100px;
  height: 20px;
}

#search {
  padding-top: 25px;
  padding-right: 20px;
  float: right;
}

/* search box */

#search .form-text, #search .form-submit {
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}

#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}

/* drupal elements */

#mission {
  font-weight:bold;
  text-align:center;
  padding: .5em 1em;
  margin-top:20px;
  margin-bottom:20px;
  font-size: 85%;
}

.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  color: #222;
}

.comment .links {
  margin-bottom: 0;
}

.clr {
	clear: both;
}

/* Primary and Secondary links */

#primary {
  line-height: 30px;
}

#primary ul {
  padding:0;
  margin:0;
  list-style:none;
}

#primary li {
  display:inline;
}

#primary a {
  font-weight:bold;
  display:block;
  float:left;
  padding:0px 14px 0px 14px;
  font-size: 95%;
}

#primary a {
}

#primary a:hover {
  text-decoration: none;
}

#primary a.active {
}

#secondary {
}

#secondary ul {
  margin:0;
  padding:0;
  list-style:none;
}
#secondary li {
  margin:0;
  padding:0;
  display:inline;
}

#secondary li a {
  float:left;
  display:block;
  font-size: 90%;
  padding:0px 14px 0px 14px;
}

#secondary a:hover {
  text-decoration: none;
}

#secondary a.active {
  font-weight:bold;
}

ul.links li {
  padding: 0;
}
ul.links li.first {
  border: none;
}

a.readon,
a:hover.readon {
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;

	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}

#footer-region {
  text-align: center;
}

#header .block {
  text-align: center;
}

#footer-message {
  /*background: url(images/blkbtn100.png) 0 0 repeat;*/
  background: url(images/footer_bg.gif) 0 0 repeat;
  color:#fff;
  text-align: center;
  margin:0;
  font-size: 80%;
  padding: 10px;
}

#footer-message a {
  font-weight:bold;
}

div#breadcrumb {
  clear: both;
  font-size: 80%;
  padding-top: 3px;
}

.title, .title a {
  font-weight: bold;
  margin: 0 auto;
}
.submitted {
  font-size: 0.8em;
}
.links a {
  font-weight: bold;
}

.block .title {
  margin-bottom: .25em;
}

.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  float: right;
  margin: 0.5em;
}
/*blueglass
.comment {
  padding: .5em;
  margin-bottom: 1em;
}
blueglass*/
.comment .title a {
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  float: right;
  margin: 0.5em;
}

#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
}
#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 {
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  padding: 5px 8px 5px;
  margin: 0;
}

/* new */

.section {
	float: left;
}
/*---blueglass
#section1, #section2 {
  padding-top: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
}
------BLOCK*/
#section1, #section2 {
  padding-top: 0px;
  margin-top: 0px;
  borderr: 1px solid #ccc;
}

#content-top h2, #content-top h2.title,
#content-bottom h2, #content-bottom h2.title {
	font-size:125%;
}

/* custom typography styles */
span.alert,
span.help,
span.info,
span.note,
span.info,
span.errormsg,
span.xfer {
	display: block;
	padding: 10px 10px 10px 10px;
	margin: 0 10px;
}

span.alert {
	background-color: #F3CECE;
	border-top: 2px solid #d04040;
	border-bottom: 2px solid #d04040;
}

span.errormsg {
	background-color: #F3CECE;
	border-top: 2px solid #d04040;
	border-bottom: 2px solid #d04040;
}

span.help {
	background-color: #CADAEF;
	border-top: 2px solid #3060a0;
	border-bottom: 2px solid #3060a0;
}

span.note {
	background-color: #F8EFD0;
	border-top: 2px solid #E6CC62;
	border-bottom: 2px solid #E6CC62;
}

span.info {
	background-color: #F8EFD0;
	border-top: 2px solid #E6CC62;
	border-bottom: 2px solid #E6CC62;
}

span.xfer {
	background-color: #DDF8EB;
	border-top: 2px solid #20a060;
	border-bottom: 2px solid #20a060;
}

pre {
	padding:10px;
	background:#F8F8F8 none repeat scroll 0%;
	border:1px solid #C0C0C0;
	margin: 10px 0;
}

blockquote {
	padding: 10px 10px 10px 30px;
	font-style:italic;
	font-size:110%;
	line-height:130%;
	color: #555;
	margin: 15px;
	background: transparent url(images/blockquote.gif) no-repeat scroll 0 5px;
}

/* from blue.css */

body {
  color: #292929;		/* font color */
}

a:link,
a:visited,
.title, .title a,
.submitted,
.links,
.node .taxonomy,
#aggregator .news-item .categories, #aggregator .source, #aggregator .age,
#forum td .name,
div.admin-panel .description {
  color: #104A91;
}

a:hover {
  color: #960B19;
}


/* Menu styles */

#primary {
  background: #104A91;
}

#primary a {
  color: #fff;
  background: #104A91;
	border-right:1px solid #999999;
}

#primary a:hover,
#primary a.active {
  background: #6C8CB5;
}

#secondary {
  background: #6C8CB5;
	border-top:1px solid #999999;
}

#secondary li a {
  color: #fff;
  background: #6C8CB5;
	border-right:1px solid #999999;
}

#secondary a:hover,
#secondary a.active {
  background: #104A91;
}

#mission {
  border: solid 1px #104A91;
  color: #000;
}
/*blueglass
.comment {
  --border: 1px solid #104A91;
}
blueglass*/

#profile .profile {
  border: 1px solid #104A91;
}

/* another son of suckerfish...
http://www.htmldog.com/articles/suckerfish/dropdowns/
http://www.alistapart.com/articles/horizdropdowns
*/

#suckerfishmenu	.block {
  margin-bottom: 0;
  padding-bottom: 0;
}
#suckerfishmenu	.block, #suckerfishmenu	.box {
  padding: 0;
}

#suckerfishmenu	h2 {
  display: none;
}
/*------------
#suckerfishmenu	 {
  line-height: 28px;
  background: #104a91;
}
--------------*/
#suckerfishmenu	 {
  line-height: 30px;
  background: #000;      /*----------------------*/
  border-top: #444 solid 1px;
  border-bottom: #444 solid 1px;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
}

#suckerfishmenu .block {
  border: none;
  margin: 0;
  padding: 0;
}

#suckerfishmenu	 ul.menu { /* top level ul */
  padding: 0 0 0 0px;
  list-style: none;
  z-index: 3;
  display: inline;
}

#suckerfishmenu	 a {
  --background: #f00;  /*----------------------*/
  color: #ddd;
  display: block;
  padding: 0px 14px 0px 14px; /* padding between menu elements */
  text-decoration: none;
  font-size: 95%;
  font-weight: bold;
  border-right: #141414 solid 1px;
}

#suckerfishmenu	 a:active,
#suckerfishmenu	 a:hover {
  color: #fff;
  background: #222;    /*----------#6C8CB5------------*/
  text-decoration: none;
  border-right: #555 solid 1px;  /*----------#999------------*/
}

#suckerfishmenu	 li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  height: 1%;
}


/* second-level lists */

#suckerfishmenu	 ul.menu ul {
  padding: 0;
  margin-left: -1px;
  list-style: none;
  background: #333 url(images/menu_bg.png) repeat-x;
}

#suckerfishmenu	 ul.menu li ul {
  position: absolute;
  width: 200px;
  left: -999em; /* to hide menus because display: none isn't read by screen readers */
}


#suckerfishmenu	 ul.menu li li {
  /* height: auto; */
  float: left;
  width: 200px;
  margin-bottom: 1px;
}


#suckerfishmenu	 ul.menu li li a:link,
#suckerfishmenu	 ul.menu li li a:visited {
  color: #fff;
  --background: #f00; /*#104a91 anis*/
  width: 170px;
  border-bottom: 1px #333 solid; /*#104a91*/
  border-left: 1px #666 solid; /*#999*/
  font-weight: normal;
}

#suckerfishmenu	 ul.menu li li.expanded a {
	background: #333 url(images/menu_arrow.png) 100% 50% no-repeat; /*#104a91*/
}

#suckerfishmenu	 ul.menu li li.expanded a:active,
#suckerfishmenu	 ul.menu li li.expanded a:hover {
	background: #555 url(images/menu_arrow.png) 100% 50% no-repeat; /*#6C8CB5*/
}

#suckerfishmenu	 ul.menu li ul a:active,
#suckerfishmenu	 ul.menu li ul a:hover {
  background: #555;  /*#6C8CB5*/
  text-decoration: none;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu a {
  background: #333; /*#104a91*/
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu a:active,
#suckerfishmenu	 ul.menu li li.expanded ul.menu a:hover {
  background: #555;  /*#6C8CB5*/
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded a {
	background: #333 url(images/menu_arrow.png) 100% 50% no-repeat; /*#104a91*/
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded a:active,
#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded a:hover {
	background: #555 url(images/menu_arrow.png) 100% 50% no-repeat; /*#6C8CB5*/
}

#suckerfishmenu	 ul.menu li li {
}

#suckerfishmenu	 ul.menu li ul a {
  color: #fff;
  width: 200px;
  line-height: 24px;
  font-size: 95%;
}

#suckerfishmenu	 ul.menu li ul a:active,
#suckerfishmenu	 ul.menu li ul a:hover {
  color: #fff;
  background: #444; /*#6C8CB5 anis nenu hover*/
  text-decoration: none;
}

/* margin for pullouts */
#suckerfishmenu	 ul.menu li ul ul {
  margin: -25px 0px 0px 199px;
}

#suckerfishmenu	 ul.menu li:hover ul ul, #suckerfishmenu	 ul.menu li:hover ul ul ul, #suckerfishmenu	 ul.menu li.sfhover ul ul, #suckerfishmenu	 ul.menu li.sfhover ul ul ul {
  left: -999em;
}

#suckerfishmenu	 ul.menu li:hover ul, #suckerfishmenu	 ul.menu li li:hover ul, #suckerfishmenu	 ul.menu li li li:hover ul, #suckerfishmenu	 ul.menu li.sfhover ul, #suckerfishmenu	 ul.menu li li.sfhover ul, #suckerfishmenu	 ul.menu li li li.sfhover ul {
  left: auto;
}

/* third level menus */

#suckerfishmenu	 ul.menu li ul ul ul{
  margin: -25px 0 0 199px;
}

#suckerfishmenu	 ul.menu ul li:hover ul ul, #suckerfishmenu	 ul.menu ul li:hover ul ul ul, #suckerfishmenu	 ul.menu ul li.sfhover ul ul, #suckerfishmenu	 ul.menu ul li.sfhover ul ul ul {
  left: -999em;
}

#suckerfishmenu	 ul.menu ul li:hover ul, #suckerfishmenu	 ul.menu ul li li:hover ul, #suckerfishmenu	 ul.menu ul li li li:hover ul, #suckerfishmenu	 ul.menu ul li.sfhover ul, #suckerfishmenu	 ul.menu ul li li.sfhover ul, #suckerfishmenu	 ul.menu ul li li li.sfhover ul {
  left: auto;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded ul.menu li a { background: #333; /*#104a91*/ }
#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded ul.menu li a:active, #suckerfishmenu ul.menu li li.expanded ul.menu li.expanded ul.menu li a:hover {
	background: #555;}  /*#6C8CB5*/

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li.expanded a { 	background: #333 url(images/menu_arrow.png) 100% 50% no-repeat; } /*#104a91*/
#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li.expanded a:active, #suckerfishmenu ul.menu li li.expanded ul.menu li ul.menu li.expanded a:hover {
	background: #555 url(images/menu_arrow.png) 100% 50% no-repeat;}  /*#6C8CB5*/

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu a {   background: #333; } /*#104a91*/
#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu a:active, #suckerfishmenu ul.menu li li.expanded ul.menu li ul.menu a:hover {   background: #8D1019; }


#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li.expanded li ul.menu li.expanded a { 	background: #333 url(images/menu_arrow.png) 100% 50% no-repeat; } /*#104a91*/
#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li.expanded li ul.menu li.expanded a:active, #suckerfishmenu ul.menu li li.expanded ul.menu li ul.menu li.expanded li ul.menu li.expanded a:hover {
	background: #555 url(images/menu_arrow.png) 100% 50% no-repeat;}  /*#6C8CB5*/

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li ul.menu a {   background: #333; } /*#104a91*/
#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li ul.menu a:active, #suckerfishmenu ul.menu li li.expanded ul.menu li ul.menu li ul.menu a:hover {   background: #555;  /*#6C8CB5*/}

/*-----------------------------*/
.imagecache-image_325x260{
  /*border: 1px #999 solid;*/
  padding: 16px 25px 25px 16px;
  background: url(images/325x260bg.png) no-repeat;
}

#portfolio-menu{
	border-right: 1px #000 solid;
    margin-bottom: 10px;
}

#portfolio-menu-item{
	padding: 0px;
	margin: 0px;
	text-align: center;
    line-height: 35px;
}

#portfolio-menu-item	 a {
  background: #bbb url(images/portmenu-ns.png);
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 95%;
  font-weight: bold;
}

#portfolio-menu-item	 a:active,
#portfolio-menu-item	 a:hover {
  background: #555 url(images/portmenu-s.png);
  text-decoration: none;
}

#portfolio-menu-item-selected{
	padding: 0px;
	margin: 0px;
	text-align: center;
    line-height: 35px;
}

#portfolio-menu-item-selected	 a {
  background: #555 url(images/portmenu-s.png);
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 95%;
  font-weight: bold;
}
/*-----------User Pic--------*/
#portfolio-pic-block {
  padding: 5px 0px 5px 5px;
  margin-bottom:3px;
  background: #fff;
  color: #222;
  display: block;
  text-decoration: none;
  font-size: 120%;
  font-weight: bold;
  border-right: 1px #fff solid;
	text-align: center;
    line-height: 15px;
}
div.portfolio-pic-block-fb{
	display:table;
	margin:5px auto;
}
/*
#portfolio-pic-block {
  padding: 10px 0px 10px 0px;
  margin-bottom:3px;
  background: #555;
  color: #ddd;
  display: block;
  text-decoration: none;
  font-size: 120%;
  font-weight: bold;
  border: 1px #000 solid;
	text-align: center;
    line-height: 15px;
}

#portfolio-pic-block img{
  padding: 3px;
  background: #eee;
  border: 1px #222 solid;
}
*/
/*-----------User Info--------*/

#user-info-block {
  --margin-bottom: 5px;
  background: #222;
  borderr: 1px #aaa solid;
}
.user-info-subblock{
  padding:3px 5px 3px 5px;
}
.user-info-block-item-icon{
  width:20px;
  height:16px;
  float:left;
  margin-right:5px;
}
.item-icon-badge-grn{
  background: url(images/badge_grn.png);
}
.item-icon-portfolio{
  background: url(images/portfolio.png);
}
.item-icon-portfolio-grn{
  background: url(images/portfolio_grn.png);
}
.item-icon-message{
  background: url(images/message.png);
}
.item-icon-message-grn{
  background: url(images/message_grn.png);
}
.item-icon-fav{
  background: url(images/fav2.png);
}
.item-icon-hotlist{
  background: url(images/hotlist.png);
}
.item-icon-stats{
  background: url(images/stats.png);
}
.item-icon-logo{
  background: url(images/logo2.png);
}
.user-info-block-hdr{
  font-size: 0.9em;
	color:#fff;
	background:#333;
	clear:both;
}
#user-info-block-item a{
  color: #eee;
}
#user-info-block-item {
  font-size: 0.8em;
  color: #fff;
  width:100px;
  --height:20px;
  float:left;
  borderr: 1px #aaa solid;
}
div.user-info-block-item-2{
  font-size: 0.8em;
  color: #ccc;
  margin-left:5px;
}
div.user-info-block-hdr-text{
	float:left;
	margin-left:70px;
}
div.user-info-block-hl-a{
	background: url(images/hotlist.png) no-repeat;
	width:20px;
	height:20px;
	float:left;
	margin:2px 0px 0px 10px;
}
div.user-info-block-hl-d{
	background: url(images/hotlist-d.png) no-repeat;
	width:20px;
	height:20px;
	float:left;
	margin:2px 0px 0px 10px;
}
#user-info-block-item-end{
  clear:both;
}
/*-------------------*/
div.header-block {
   margin: 10 px;
}
div.above-header-block{
	-border-bottom: 1px solid #0f0;
	-padding-bottom:-5px;
	height:13px;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.clear-both{
	clear:both;
}
/*----------Node------------*/
.pic-border{
	border: 1px solid #aaf;
	padding:5px;
}
.pic-border-center{
	--border-bottom: 1px solid #aaf;
	padding:5px;
	margin-bottom:10px;
	text-align:center;
}
.content-table-pic{
	border: 1px #ccc solid;
}
.content-table-pic-center{
	border: 1px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	display:table;
}
.content-table-pic-center-logo{
	margin-left:auto;
	margin-right:auto;
	display:table;
}
.content-table-right-pic-block{
	border: 1px solid #ccc;
	float:left;
}
.content-table-title{
	font-size: 120%;
	font-weight: bold;
}
.content-td-right{
	padding: 10px;
}
.content-table-user{
	font-weight:bold;
	border-bottom: 1px #aaf solid;
}
.node{
	--border-bottom: 1px #aaf solid;
	padding:10px;
}
.stat-block-right{
	margin-bottom:-200px;
	float:right;
}
.stat-block-left{
	float:left;
	margin-right:20px;
}
.content-entr-wrap-left{
	--border: 1px solid #ccc;
	width:728px;
	float:left;
}
.content-entr-wrap-right{
	--border: 1px solid #aaa;
	width:300px;
	float:left;
}
.content-entr-block{
	text-align:center;
}
.content-entr-text{
	width:820px;
	float:left;
	border-bottom: 1px solid #aaf;
	padding-bottom: 10px;
}
div.node-title-blk{
	margin:10px 0px;
	float:left;
	width:640px;
}
div.node-title-blk-pic{
	float:left;
	border: 2px solid #ccc;
	padding:5px 5px 2px 5px;
	margin-right:10px;
}
div.node-title-blk-pic:hover{
	background: #eee;
}
div.node-title-blk-right{
	float:left;
	margin-top:5px;
}
div.node-title-blk-title{
	float:left;
}
div.node-title-blk-fivestar{
	float:left;
	margin-left:10px;
	padding-left:10px;
	font-size:0.8em;
	border-left: 1px solid #ccc;
}
div.node-title-blk-author{
	color: #999;
	font-size:1em;
}
span.node-title-blk-author-lnk{
	font-size:1em;
}
div.node-title-blk-soc-but{
	float:left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top:10px;
	margin-right:10px;
	padding-left:5px;
	width:270px;
}
div.node-title-blk-fv{
float:left;
margin-top:10px;
}

div.node-table-wrapper{
	margin: 15px 10px;
}
div.node-table-header{
	color:#333;
	border-bottom: 1px solid #ccc;
	--font-size: 1.2em;
	font-weight:bold;
}
div.node-table-item{
	margin: 5px 0px;
	color:#555;
}
div.keyword-block{
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#eee;
	margin:2px;
	padding:2px 3px;
	float:left;
}
div.keyword-block:hover{
	background-color:#ddd;
}
div.keyword-block a{
	color:#555;
	font-size:0.9em;
}
div.node-comment-header{
	color:#333;
	font-size:1.2em;
	font-weight:bold;
	padding:1px 0px;
	margin:10px 0px;
	border-bottom: 2px solid #ccc;

}
textarea#edit-comment{
	height:80px;
}
/*----------Node edit page---------*/

img.node-image-edit-page {
	border: 1px solid #ccc;
	margin:0px;
}
/*----------Search page---------*/

div.search-snippet-blk {
	float:left;
	width:190px;
	height:194px;
	--border: 1px solid #ff0;
	margin:5px;
    overflow:hidden;
}
/*---------entrs-------------------*/

div.entr-wrap-block{
	position:relative;
}
div.qv-holder-right-top{
	width:100px;
	height:22px;
	right:2px;
	top:-35px;
	position:absolute;
}
div.entr-border{
	border: 1px solid #eff;
	background:#fff;
	padding:2px;
	margin: 2px;
	float:left;
}

div.entr-border-fp-logo{
	margin: 5px 20px 15px 0px;
	background:#eee;
}

div.entr-border-cl-logo{
	margin: 5px 15px 10px 0px;
	background:#eee;
}

div.entr-border-port-logo{
	margin: 10px 0px 20px 50px;
	background:#eee;
}

div.right-margin-zero{
	margin-right: 0px
}

div.entr-pic{
	position:relative;
	overflow:hidden;
}

div.entr-pic-logo{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
	background:#fff;
}


div.entr-pic-header{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	width:400px;
	height:105px;
}

div.entr-pic-stationery{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	width:270px;
	height:185px;
}

div.entr-pic-webdesign{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	width:270px;
	height:285px;
}

div.entr-pic-misc{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	width:270px;
	height:275px;
}
/*---------user-------------------*/
div.user-block{
	border-bottom: 1px solid #ccc;
}
div.user-pic{
	text-align:right;
	width:250px;
	float:left;
	margin:5px 1px 1px 1px;
}
div.user-info{
	border-left: 1px solid #ccc;
	float:left;
	margin:5px;
	padding-left:5px;

}
div.user-info-name{
	--float:left;
	font-size:120%;
	font-weight:bold;
}
div.user-info-qv{
	float:right;
	margin:5px 40px 0px 0px;
}
div.user-block-end{
	clear:both;
}
/*---------user ends--------------*/
/*---------Mailbox--------------*/
div.mailbox-unread, span.pmessage-heading{
	font-weight:bold;
}
div.mailbox-read{
	font-weight:normal;
}
div.pmessage-items{
	margin:3px;
}
div.pmessage-item-gap{
	border-bottom: 1px solid #bbf;
	margin-bottom: 20px;
}
div.pmessage-msg{
	border: 1px solid #ccc;
	background:#eef;
	padding:20px;
}


/*---------Mailbox END----------*/
/*---------About Box--------------*/
div.about-block{
  background: #aaa url(images/about.jpg) 0 0 no-repeat;
  width:800px;
  height:500px;
  --padding:100px;
  margin-top:70px;
}
div.about-msg{
	color:#000;
	--font-weight:bold;
	font-size:120%;
	padding:80px 50px;
}
div.about-create-button{
  background: url(images/about_btn.png) 0 0 no-repeat;
  width:300px;
  height:80px;
  margin-left:250px;
}
/*---------About Box END----------*/
/*---------Port-Comments----------*/
div.port-comment-block{
	margin: 0px 10px ;
}
div.port-comment-hdr{
	border-bottom:1px solid #ddd;
	margin:30px 0px 10px;
	font-size:1em
}
div.port-comment-pic-block{
	border-right: 1px solid #ccc;
	text-align:right;
	padding-right:10px;
	width:220px;
	float:left;
}
div.port-comment-content-block{
	width:580px;
	float:left;
	margin:10px;
}
div.port-comment-content-from{
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	float:left;
}
div.port-comment-content-postdate{
	font-size:.8em;
}
div.port-comment-content-view{
	text-align:right;
	font-size:.8em;
}
/*---------Port-Comments END----------*/
/*---------STAT BLOCK----------*/
div.stat-block{
	-border: 1px solid #ccc;
	background:#111;
	width:173px;
	padding:5px;
}
div.stat-box{
	border: 1px solid #444;
	float:left;
	text-align:center;
	width:80px;
	margin:2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}
div.stat-box-num{
	color:orange;
	background:#333;
	font-size:200%;
	padding:15px 0px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
div.stat-box-text{
	color:#fff;
	background:#222;
	font-size:100%;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
div.stat-block2{
	padding:5px;
	display:table;
}
div.stat-box2{
	float:left;
	text-align:center;
	margin:2px;
	padding:0px 5px;

}
div.stat-box-num2{
	color:#333;
	font-size:1.5em;
	font-weight:bold;
	padding:1px 0px;
}
div.stat-box-text2{
	color:#000;
	font-size:.8em;
	padding:1px 5px;
	margin-top:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
div.stat-box-text2-selected{
	background:#aaa;
}
div.stat-box-text2-unselected{
	background:#eee;
}
div.stat-box-text2-hover{
	background:#ccc;
	cursor:pointer;
}
div.stat-box-separater{
	border-left: 1px solid #aaa;
	float:left;
	height:40px;
}
div.stat-block-end{
	clear:both;
}
div.stat-chart-node-blk{
	display:none;
	position:relative;
}
div.stat-chart-node{
	width: 300px;
	height: 80px;
}
div.stat-chart-node-beta{
	background:url(images/beta.png) no-repeat;
	position:absolute;
	right:0px;
	top:0px;
	width:32px;
	height:32px;
}
/*---------STAT BLOCK END----------*/
/*---------Header Box--------------*/
input.custom-search-txtfield{
	height:16px;
	width:180px;
	background:#aaa url(images/search-txt.png) no-repeat;
	border:1px solid #444;
	--color: #ffffff;
	font-size: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
input.custom-search-button{
	position: relative;
	left: -25px;
	top: 1px;
	margin-right:-16px;
	width:16px;
	height:16px;
	border:0px solid #000;
	background: url(images/search-icon.png) no-repeat;
}
input.custom-search-button:hover{
	cursor:pointer;

}
div.header-box{
	width:70%;
	float:right;
	margin-top:5px;
}
div.header-box-block-login{
	margin: 0px 5px;
	color:#ccc;
	float:right;
}
div.header-box-block-welcome a{
	color:#fff;
	font-weight:bold;
}
div.header-box-block-login a{
	color:#ccc;
}
div.header-box-block-welcome{
	color:#fff;
	float:right;
	margin-bottom:5px;
}
div.header-box-block2{
	padding-top:20px;
}
div.user-info-block-item-text{
	float:left;
}
div.header-box-block-item{
	float:right;
	margin: 0px 5px;
}
div.header-box-block-item a{
  font-size: 0.8em;
  color: #fff;
}
div.header-box-block-end{
	clear:both;
}
/*---------Header Box End--------------*/
/*---------Footer Box--------------*/
div.footer-box{
	-width:50%;
	-float:right;
}
div.term-privicy{
	float:right;
	font-size:80%;
	margin-right: 5px;
}
div.footer-box-block-end{
	clear:both;
}
/*---------Footer Box--------------*/
/*---------AddThis Block--------------*/

.addthis_toolbox{
float:right;
padding:3px;
}
/*---------AddThis Block Ends--------------*/
/*---------Comments--------------*/
.form-item .description, .tips li{
	font-size:.9em;
	color:#58b;
}
#comments .form-item {
margin-top: .1em;
margin-bottom: .1em;
}
.comment h3{
	padding-bottom: 1px;
	margin-top: 2px;
	margin-right: 0pt;
	margin-bottom: 2px;
	margin-left: 0pt;
	line-height: 100%;
	font-size: 100%;
	display:none;
}
.comment p{
	font-size: 0.9em;
	margin-bottom: 2px;
}
.comment .links a{
	font-size: 0.8em;
	font-weight:normal;
}
.comment {
  padding: .1em;
  margin-bottom: .5em;
}
.comment .content {
  margin: 0 .5em 0 .5em;
}
.comment{
  --border: 1px solid #ccc; /*#104A91;*/
  --background: #eee;
}
div.comment-pic{
	border: 1px solid #ddd;
    overflow:hidden;
  	text-align:right;
	margin: 0px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
}
div.comment-pic img{
	margin-bottom:-4px;
}
div.comment-pic:hover{
  background: #eee;
}
div.comment-right-box{
	position: relative;
 	border: 1px solid #ccc;
	background:#f5f5f5;
 	padding-left: 10px;
 	margin-left: 10px;
	width:100%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
    display:block;
}
td.comment-right-td{
	width:100%;
	padding-right:30px;
}
td.comment-pic-td{
	vertical-align:top;
}

div .comment-notch {
	position: absolute;
    top: 15px;
    left: -10px;
    border-right: 10px solid #f5f5f5;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 0;
    _border-top-color: pink;
    _border-bottom-color: pink;
    _filter: chroma(color=pink);
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
}
div .comment-notch-border {
	border-right-color: #ccc;
	left:-11px;
}
/*---------Comments End--------------*/
/*--------fb login-------------------*/
.fblbutton1{
	display:table;
	width:154px;
	height:22px;
	background:url(images/fblbutton.png);
}
.fblbutton2{
	display:table;
	width:170px;
	height:22px;
	background:url(images/fblbutton_comment.png) no-repeat;
}
/*--------fb login End---------------*/