* { margin:0px; padding:0px; border:0px;  }

body { 	background: #fff;	color: #3e3e3e;	font: 11px/18px Verdana, Tahoma, Arial, Helvetica, sans-serif;}

/*---L-I-N-K-S---&--T-Y-P-E--*/

h1, h2, h3 {
	color: #000;
	margin: 0 0 10px 0;
}

h1 a,
h2 a { color: #000; }

h1 {
	color: #656565;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 14px;
	font-weight: bolder;
}

ul {
	list-style: none;
	margin: 10px 0;
}

ul>li {
	padding: 2px 0;
}

a, a:link, a:active, a:hover {
	cursor: pointer;
}

a 		{ color:#6f184e; text-decoration: none; }
a:hover { text-decoration:underline; }
a.active{ color:#ccc; }

a.button { 
	background:#6f184e; 
	color:#fff !important; 
	display: block;
	float: left;
	margin: 0 6px 0 0;
	text-decoration: none !important;
	padding:3px 5px; 
}

a.button:hover {
	background: #862662;
	color: #fff !important;
	text-decoration: none;
}

a.user { color: #870811; }

a.post-ico {
	background: url(post-ico.png) center left no-repeat;
	
	margin: 0 5px 0 0;
	padding: 0 0 0 15px;
}

a.com-ico {
	background: url(com-ico.png) center left no-repeat;
	padding: 0 0 0 15px;
}

a.marked {
	background: url(user-marked-trans.png) center left no-repeat;
	float: left;
	display: block;
	margin: 0 7px 0 0;
	padding: 0 0 0 22px;
}

a.profile-user {
	background: url(user-ico.png) center left no-repeat;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
}

a.profile-account {
	background: url(application-sidebar-list.png) center left no-repeat;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
}

a.profile-blog {
	background: url(blog-ico.png) center left no-repeat;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
}

a.profile-observer {
	background: url(observer-ico.png) center left no-repeat;
	display: block;
	margin: 0px 0 5px 0;
	padding: 0 0 0 30px;
}

a.sub { 
	background: url(arrow.png) center left no-repeat;
	margin: 0 0 0 25px;
	padding: 0 0 0 10px;
}

.tagcloud a {
	background: #ddd;
	color: #fff;
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px 5px;
}

.tagcloud a:hover {
	background: #000 !important;
	text-decoration: none;
}

.tag1 { background: #eee !important; }
.tag2 { background: #ccc !important; }
.tag3 { background: #aaa !important; }
.tag4 { background: #888 !important; }
.tag5 { background: #666 !important; }
.tag6 { background: #444 !important; }
.tag7 { background: #222 !important; }

.profile-tabs a {
	background: #f1f1f1 url(nav-arrow.png) center left no-repeat;
	color: #666;
	padding: 4px 5px 6px 18px;
}

.profile-tabs a:hover {
	background: #dfdede url(nav-arrow.png) center left no-repeat;
	text-decoration: none;
}

.profile-tabs a.active {
	background: #dfdede url(nav-arrow.png) center left no-repeat;
	color: #666;
	padding: 7px 5px 6px 18px; 
}


/*
 * misc
 */

.left 	{ float: left; }
.right 	{ float: right; }
.hide 	{ display:none; }
.clr	{ clear:both; }
.noborder { border: none !important; }
.gray { color: #595959; }
.nomargin { margin: 0 !important; }
.t-l { text-align: left; padding: 0 3px; }
.t-r { text-align: right; padding: 0 3px; font-weight: bolder; }
.t-c { text-align: center; }
.leading-color { color: #6f184e; }
.short { width: 40px; }

/*---F-O-R-M-S---*/

.forms {
	margin: 20px 0;
}

.forms td {
	padding: 3px 2px;
}

.forms .fieldname {
	width: 220px;
}

.forms .fieldname span {
	color: #808080;
}

.forms .field {
	width: 160px;
	vertical-align: middle;
}

.forms .message {
	color: #d80101;
	font-size: 10px;
	width: 350px;
	padding: 0 0 0 10px;
	vertical-align: middle;
} 

.forms .td-submit {
	padding-top: 15px;
	text-align: right !important;
}

.badBox {
	background: url(warning.png) 20px center no-repeat;
	border: 1px #ff6a6a solid;
	color: #ff6a6a;
	font-weight: bolder;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

.okBox {
	background: url(accepted.png) 20px center no-repeat;
	border: 1px #31d26a solid;
	color: #31d26a;
	font-weight: bolder;
	margin: 0 0 10px 0;
	padding: 10px 0; 
}

.badBox .ins, 
.okBox .ins {
	padding: 5px 10px 5px 55px !important;
}

.required { 
	color: #c90d0d !important;
	font-weight: bold; 
}

.error {
	color: #c90d0d;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0 5px 0 0;
}

#content .forms input[type="text"], #content .forms input[type="password"] {
	width: 170px !important;
}

input[type="text"], input[type="password"] {
	width: 170px !important;
}

input:focus {
	border-color: #969696 !important;
}

input.error { 
	border: 1px #c90d0d solid !important;
}

label {
	line-height: 25px;
	margin: 0 5px 0 5px;
}

select {
	border: 1px #c6c6c6 solid;
	color: #8f8f8f;
	height: 25px;
	padding: 2px 3px;
	width: 200px;
}

textarea {
	border: 1px #c6c6c6 solid;
	color: #8f8f8f;
	padding: 2px 3px;
	width: 200px;
}

.forms textarea {
	border: 1px #c6c6c6 solid;
	color: #8f8f8f;
	padding: 2px 3px;
	width: 173px;
}

option {
	color: #656565;
	padding: 4px 6px;
}

input {
	padding: 3px 4px;
}

input[type="checkbox"] {
	float: left;
	margin: 3px 10px 0 0;
	width: 15px;
	height: 15px;
}

input[type="text"], input[type="password"], input[type="file"] { 
	background: #fff;
	border:1px solid #c6c6c6; 
	color: #939393;
}

input[type="submit"] { 
	background:#6f184e;
	border: none; 
	color:#fff; 
	height: 24px;
	padding: 0 15px 2px 15px;
}

.searchbox input[type="text"] {
	margin: 0 5px 0 0;
	width: 255px;
}

#column_right .loginform input[type=text], input[type=password] {
	margin: 3px auto;
	width: 165px;
}

#column_right .loginform input[type=checkbox] {
	float: left;
	margin: 3px 10px 0 0;
}

#column_right .loginform input[type="submit"] {
	margin: 10px 0;
}

.search input {
	margin: 0 5px;
}

.search select {
	margin: 0 5px;
}


/*---H-E-A-D-E-R---*/

#header { 
	height:165px; 
	background: #f1f1f1; 
	position: relative;
}

#header .top-bar { 
	color:#000; 
	background:#e0e0e0;
	height:23px;
	margin: 0px auto; 
	padding: 2px 10px 0 10px;
	width:920px;  
}

.footer a.rss,
#header a.rss {
	background: url(rss_ico.png) center left no-repeat;
	display: block;
	float: left;
	padding: 2px 0 2px 20px;
}

#header .top {
	height:80px; 
	margin: 20px auto 0 auto;
	width: 940px;
}

#header .logo {
	float: left; 
	height: 60px;  
	margin-right: 50px;
	width: 250px; 
}

#header .top-add {
	color:#ccc;
	float: right;
	height: 60px;  
}

#header .header-nav {
	margin: 0 auto;
	height: 40px;
	position: relative;
	width: 940px;
}

.header-nav .nav {
	position: absolute;
	bottom: 0;
	left: 0;
}
#mainmenu a,
.header-nav .nav a {
	background: #727272;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	margin: 0 5px 0 0;
	padding: 4px 8px;
}

#mainmenu a:hover
.header-nav .nav a:hover {
	background: #595959;
	text-decoration: none;
}

.header-nav .nav a.active {
	background: #595959;
	text-decoration: none;
}

.header-nav .searchbox {
	position: absolute;
	bottom: 0;
	right: 0;
}

.subnav-in {
	padding: 0 10px;
}

.menu-light {
	margin: 0 !important; 
	height: 28px !important;
}

.menu-light a {
	background: #dedede !important;
	color: #727272 !important;
}

.menu-light a:hover {
	background: #6f184e !important;
	color: #fff !important;
	text-decoration: none;
}

.menu-light a.active {
	background: #6f184e !important;
	color: #fff !important;
	text-decoration: none;
}

/*---C-O-N-T-E-N-T---*/

.vertical-centered {
	position:absolute; 
	top:50%; 
	height:260px; 
	margin-top:-130px;
}

#wraper-login {
	margin: 0 auto;
	width: 350px;
}

.admin-login td {
	padding: 5px;
}

.admin-login td.fieldname {
	padding: 8px 5px 5px 5px;
	vertical-align: top;
}

.admin-login span {
	color: red;
	margin: 2px 0 0 0;
}

#container { 
	width:960px; 
	margin:15px auto;  
}
#container #content { 
	width:720px; 
	float:left; 
}
#container #content .in { padding: 0 0 10px 0; }

#container #content .in .profile_header { 
	background:#f1f1f1; 
	padding: 10px;
}
#container #content .in .profile_header imgx   { margin: 0 20px 0 0;  float:left; }
#container #content .in .profile_header .login{ float:left; width: 530px; }

#container #content .text { margin: 10px 0; }

#container #content .welcome-post {
	margin: 0 0 10px 0;
}

#container #content .main-post {
	float: left;
	margin: 0 30px 0 0;
	width: 410px;  
}

#content .txt {
	padding: 5px 0 0 0;
}

#content .user img {
	border: none !important;
	float: left;
	margin: 5px 5px 0 5px !important;
}

.main-post .prev {
	margin: 0 0 15px 0;
	height: 200px;
	width: 410px;
}

.main-post .prev img {
	margin: 0 !important;
}

.main-post .postcontent {
	text-align: justify;
}

#container #content .main-post h1 {
	color: #000;
	font-weight: normal;
	line-height: 24px;
}

#container #content .main-post img {
	border: 1px #dbdbdb solid;
	float: left;
	margin: 0 10px 0 0;
}

#content .welcome-post .post-marked  {
	float:left;
	margin: 0 0 10px 0;  
	width:260px;
}

#content .welcome-post .post-marked .txt  {
	text-align: justify;
}

#content .welcome-post .post-marked  .item {
	margin: 0 0 10px 0;
}

#content .welcome-post .post-marked  .txt {
	margin: 5px 0 0 0;
}

#content .welcome-post .post-marked  img {
	border: 1px #dbdbdb solid;
	float: left;
	margin: 0 10px 0 0;
}

.welcome-post .post-marked .title h2 {
	color: #000;
	line-height: 24px;
	font-size: 18px;
	font-weight: normal;
}

#content .content-ad {
	 color:#ccc;
	 text-align:center; 
	 margin: 20px auto;
}

#content .bottom-ad {
	 color:#ccc;
	 width: 680px;
	 margin: 20px auto;
}

#content .post-latest {
	border-bottom: 1px #f1f1f1 solid;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#content .post-latest .txt {
	text-align: justify;
}

.floor3 .left-col .item,
#content .post-latest .item {
	float: left;
	margin: 0 22px 0 0;
	width: 160px;
}

#content .floor3 h2,
#content .post-latest h2 {
	color: #4c4c4c;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#content .floor3 .txt {
	text-align: justify;
}

#content .floor3 .left-col {
	float: left;
	width: 360px;
}

#content .floor3 .left-col .row {
	border-bottom: 1px #f1f1f1 solid;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}

#content .floor3 .right-col {
	float: left;
	margin: 0 0 0 0;
	width: 335px;
}

#content .floor3 .right-col .video {
	margin: 0 0 10px 0;
}

#content .floor3 .right-col .video .prev {
	margin: 0 0 10px 0;
}

#content .tagcloud {
	margin: 10px 0 10px 0;
	width: 550px;
}

#content .tagcloud h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#content .comments {
	background: #f1f1f1;
	margin: 7px 0;
	padding: 5px 10px;
}

#content .comments a {
	font-weight: bolder;
}

#content .avatar {
	border: 1px #f1f1f1 solid;
	float: left;
	margin: 0 15px 0 0;
	width: 50px;
}

#content .observed .action {
	float: left;
}

#content .observed h3 {
	color: #6f184e;
}

.pages {
	border-top: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	margin: 15px 10px 15px 0;
	padding: 5px 10px;
}

.pages .page-num {
	float: left;
	padding: 3px 0 0 0;
}

.pages a {
	margin: 0 4px;
}

.pages .arrow {
	margin: 0 5px;
	padding: 0 0 4px 0;
	text-align: center;
}

.pages .arrow:hover {
	background: none;
	color: #6f184e;
	text-decoration: none;
}

.pages span {
	margin: 0 3px 0 0;
}

.pages a.page-active {
	background: #656565;
	color: #fff;
	padding: 2px 4px;
}

.pages a.page-active:hover {
	background: #000;
	text-decoration: none;
}

#content .action-links {
	margin: 10px 0;
}


/*---USERPROFILE---*/

.profile_comment { margin-bottom:20px; }

.profile_comment .comment_date 	   { 
	float:left; 
	width:100px; 
}
.profile_comment .comment_date span { 
	background:#e4e4e4; 
	padding:4px 5px; 
	color:#404040; 
	font-weight:bold; 
}
.profile_comment .comment_content  { 
	float:left; 
	width:600px; 
}

.user-info {
	background: #fff;
	float: left;
	margin: 0 10px 0 0;
	padding: 10px;
	width: 300px;
}

.user-stats {
	background: #fff;
	float: left;
	padding: 10px;
	width: 180px;
}

.profile-links {
	float: left;
	margin: 10px 0 0 0;
}

.about-more {
	background: #f1f1f1;
	margin: 10px 0;
	padding: 10px;
}

.post-prev { 
	padding: 10px; 
}

.half {
	background: #fff;
	float: left;
	margin: 0 10px 0 0;
	padding: 10px;
	width: 325px;
}

/*---BLOGLIST---*/

.list {
	border-bottom: 1px #e9e9e9 solid;
	padding: 10px ;
}

.observed {
	background: #f1f1f1;
}

.list p, .observed p {
	margin: 0 0 5px 0;
}

.list .mark { background: #f1f1f1; padding: 5px; }
.observed .mark { background: #fff; padding: 5px; }

.list .blog-number {
	color: #edebec;
	float: left;
	font-size: 60px;
	line-height: 50px;
	margin: 0 20px 0 0;
	padding: 10px 0 0 10px;
	width: 110px;
}

.list .blog-number span {
	color: #5d5d5d;
	font-size: 11px;
}

.observed .blog-number { 
	color: #5d5d5d;
}

.bloglist-item .blog-description {
	float: left;
	width: 480px;
}

.bloglist-item .blog-description img {
	float: left;
	margin: 0 10px 10px 0;
}

.blog-des {
	float: left;
	margin: 0 10px 0 0;
	width: 350px;
}

.blog-list {
	
	
}

.last {
	margin-right: 0 !important;
}

 .blog-item {
	background: #f1f1f1;
	border-bottom: 2px #e9e9e9 solid;
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
	height: 130px;
	overflow: hidden;
	width: 330px;
}

 .blog-item .avatar {
	float: left;
	margin: 0 10px 0 0;
}

 .blog-item .avatar img {
	border: 2px #fff solid;
}

 .blog-item .blog-info {
	float: left;
	width:260px;
}

/*---R-I-G-H-T---*/

#column_right { 
	width:240px; 
	float:left; 
}

#column_right .in { padding: 0 10px; }

#column_right .in .box { 
	background:#f1f1f1;
	margin: 0 0 10px 0;
	padding: 5px 10px ;
  }
  
#column_right  .box .box_header { font-weight: bold; }

#column_right  .box .box_body { 
	padding: 15px 10px; 
}

#column_right .active-user img {
	float: left;
	margin: 0 10px 10px 0;
}

#column_right .right-ad {
	margin: 0px 0px 10px 0px;
	text-align:center;
}

#column_right p {
	margin: 0 0 7px 0;
}

#column_right a.title {
	color: #000;
}

#column_right a.user {
	color: #6f184e;
}

.search {
	margin: 20px 0;
	padding: 10px;
}

.box404 {
	background: #6F184E url(404.jpg) right bottom no-repeat;
	height: auto;
	min-height: 310px;
}

.box404 h2 {
	color: #fff;
	font-size: 70px;
	font-weight: normal;
	line-height: 70px;
	margin: 0 0 0 0;
	padding: 30px 5px 5px 30px;
}

.box404 p {
	color: #fff;
	font-size: 25px;
	padding: 20px 5px 5px 30px;
}

/*
 * footer
 */

.bg-footer {
	background: #ddd;
	margin: 0 auto;
	width: 100%;
}

.footer {
	background: url(bg-footer.jpg) left top no-repeat;
	height: 150px;
	margin: 0 auto 0 auto;
	padding: 10px 0;
	width: 960px;
}

.footer .menu-bottom {
	float: left;
	padding: 0 0 0 170px;
	width: 300px;
}

.footer .menu-bottom .l {
	float: left;
	width: 150px;
}

.footer .menu-bottom .r {
	float: left;
	width: 150px;
}

.footer ul {
	margin: 0;
}

.footer ul span {
	color: #870811;
}

.footer ul a:hover {
	color: #870811;
	text-decoration: none;
}