﻿/*DEFAULT THEME CSS FOR DISTRACTED CAT*/
#dacont {
	margin: 0px auto;
	width: 950px;
	text-align: left;
}

.dc-button-more {
	width: 123px;
	height: 40px;
	padding-bottom: 5px;
	border: 0px;
	margin: 0px auto;
	background: url(images/buttonview.png) no-repeat 0px 0px;
	color: #ebe2cc;
	font-size: 13px;	
}

.dc-button-more:hover {
	background: url(images/buttonview.png) no-repeat 0px -40px;
}

.dc-button-comm {
	width: 111px;
	height: 48px;
	padding-bottom: 5px;
	border: 0px;
	margin: 0px auto;
	background: url(images/buttoncomment.png) no-repeat 0px 0px;
	color: #ebe2cc;
	font-size: 17px;	
}

.dc-button-comm:hover {
	background: url(images/buttoncomment.png) no-repeat 0px -48px;
}

/*------------------HEADER START----------------*/
#headcont {
	max-height: 520px;
	width: 950px;
}

#animcont {
	width: 100%;
	height: 85px;
}

#top-button-cont {
	height: 22px;
	width: 400px;
	float: right;
	margin: 0px 8px 0px 0px;
}

#top-flag-cont {
	height: 22px;
	width: 400px;
	float: left;
	margin: 0px 0px 0px 8px;
}

/*~~~~~~~~~~~NAVIGATION~~~~~~~~~~~*/
.top-options-cont {
	height: 22px;
	width: 100%;
	margin: 4px 0px 4px 0px;
}

.top-options-item-cont-left {
	float: left;
	margin-left: 4px;
	width: 26px;
	height: 18px;
}

.top-options-item-cont-right {
	float: right;
	margin-right: 4px;
	width: 22px;
	height: 22px;
}

.navcont {
	height: 40px;
	width: 100%;
	background: url(images/nav.png) no-repeat;
}

#top_nav {
	float: left;
	margin: 0px 0px 0px 22px;
	padding: 0px;
	height: 40px;
	list-style: none;
	font-weight: 600;
}
	
#top_nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 40px;
	position: relative;
	z-index: 8;
}
 
#top_nav li a {
	display: block;
	color: #f4eede;
	text-decoration: none;
	margin: 0px;
	padding-top: 13px;
	padding-right: 11px;
}
	
#top_nav li ul {
	list-style: none;
	display: none;
	position: absolute;
	padding: 7px;
	margin: 0px;
	width: 120px;
	top: 39px;
	left: -30px;
	border: 1px solid #8eb4ae;
	background: #000000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 8;
}
  
#top_nav li:hover ul {
	display: block;
	margin: 0px;
	padding: 7px;
}

#top_nav li ul li {
	width: 120px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	color: #ebe2cc;
	overflow: hidden;
}

#top_nav li ul li a {
	width: 110px;
	height: 30px;
	margin: 0px;
	padding: 9px 0px 0px 7px;
	font-size: 11px;
	color: #ebe2cc;
}

#top_nav li ul li a:hover {
	background: #3c6b64;
}

/*~~~~~~~~~~~SEARCH~~~~~~~~~~~*/
#dc_search {
	width: 194px;
	height: 23px;
	float: right;
	position: relative;
	background: transparent url(images/searchbox.png) no-repeat;
	margin: 10px 22px 0px 0px;
}

#dc_input_invisible {
	border: 0px;
	height: 13px;
	width: 163px;
	position: absolute;
	left: 9px;
	top: 0px;
	font-size: 11px;
	background: #ede8db;
}

#dc_submit_invisible {
	width: 11px;
	height: 11px;
	position: absolute;
	right: 5px;
	top: 1px;
	border: 0px;
}

#dc-body-top-search-cont {
	clear: both;
	width: 850px;
	margin: 0px auto;
}

.search-result-single {
	width: 850px;
	height: 80px;
	display: block;
	float: left;
	margin: 10px 0px;
}

.top-result-single {
	width: 452px;
	height: 80px;
	display: block;
	float: left;
	margin: 10px 0px;
}

.search-image {
	float: left;
	width: 80px;
	height: 80px;
}

.search-text-cont {
	float: left;
	height: 80px;
	width: 762px;
	float: left;
	margin-left: 8px;
}

.top-text-cont {
	float: left;
	height: 80px;
	width: 364px;
	float: left;
	margin-left: 8px;
}

#search-result {
	width: 150px;
	margin: 0px auto;
	padding: 4px 0px;
	font-size: 11px;
	font-style: italic;
	color: #4f5856;	
}

#search-nav {
	width: 260px;
	margin: 4px auto;
	clear: both;
}

.dc-paginate {

}

.dc-current, .dc-disabled, .dc-first, .dc-last, .dc-next {
	margin: 2px;
	padding: 4px;
	font-weight: 600;
}

.dc-current {
	border: 1px solid #5d5454;
	color: #5d5454;
}

.dc-disabled {
	border: 1px solid #adb7b8;
	color: #adb7b8;
}

.dc-next, .dc-last, .dc-first {
	border: 1px solid #B8860B;
}

a.dc-next, a.dc-last, a.dc-first {
	color: #B8860B;
}

.top-ajax-buttn {
	border: 0px;
	background: #ede8db;
	color: #422727;
}

.top-ajax-buttn-clicked {
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	padding: 2px;
	background: #aca07e;
	border: 0px;
}

.profile-ajax-buttn {
	width: 400px;
	padding: 8px 0px;
	margin: 0px auto;
}

.profile-ajax-content {
	
}

/*------------------HEADER END----------------*/

/*------------------BODY START----------------*/
#bodycont {
	width: 950px;
}

#dc-body-top-small {
	width: 100%;
	height: 90px;
	float: left; /*Not necesarry ? */
	margin: 11px 0px 11px 0px;
}

.dc-body-top-small-single {
	float: left;
	margin-right: 8px;
}

#cat-cont {
	width: 920px;
	height: 100%;
	margin: 0px auto;
	padding: 4px;
}

.cat-single {
	width: 90px;
	height: 110px;
	float: left;
	margin-right: 2px 11px 2px 0px;
}

#dc-body-top-large {
	width: 100%;
	background: url(images/separator.png) repeat-y;
	float: left;
	margin-top: 5px;
}

#dc-body-top-large-single-cont {
	width: 457px;
	float: left;
	margin: 2px 0px 0px 11px;
}

.dc-body-top-large-single {
	margin-bottom: 11px;
}

.dc-body-top-large-img {
	margin: 0px;
}

.dc-body-top-large-cont {
	background: #def5f5;
	padding: 3px;
	border: 1px solid #69a3a3;
	display: block; /*Not necesarry!? */
}

a.dc-body-top-large-cont {
	color: #ffffff;
	text-shadow: 1px 1px 1px #333333;
}

a.dc-body-top-large-cont:hover {
	color: #ffffff;
	text-decoration: none;
}

.dc-body-top-large-text {
	width: 450px;
	height: 281px;
}

.dc-body-top-large-text-title {
	font-size: 17px;
	font-weight: normal;
	clear: both;
	text-align: right;
	padding: 5px 5px 0px 0px;
}

.dc-top-time {
	font-size: 12px;
	font-weight: normal;
	clear: both;
	text-align: right;
	padding-right: 5px;
}

.dc-top-desc {
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: 176px;
	left: 5px;
	padding: 4px;
}

#ma-cont {
	padding: 10px;
}

#ma-top-info {
	background: #aba89c;
	color: #422727;
	width: 97%;
	height: 22px;
	clear: both;
	margin: 0px auto;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin-bottom: 40px;
	padding: 5px 8px 0px 8px;
}

#ma-time {
	font-weight: 800;
	float: left;
}

#ma-cate {
	font-weight: 500;
	float: left;
}

#ma-views {
	float: right;
	font-weight: 600;
	color: #4f5856;
	margin-right: 8px;
}

.ma-pair {
	margin: 0px 0px 22px 5px;
}

.ma-image {
	margin-bottom: 5px;
}

.ma-text {
	font-size: 12px;
}

#ma-comments {
	width: 890px;
	padding: 11px;
}

#ma-button {
	margin: 0px;
}

.ma-single-comm {
	width: 890px;
	margin: 8px 4px 3px 4px;
	clear: both;
	padding-top: 1px;
}

.ma-border {
	width: 8px;
	height: 80px;
	float: left;
}

.ma-bg {
	width: 874px;
	height: 80px;
	background: url(images/ccontrepeat.png) repeat-x;
	float: left;
	padding-top: 1px;
}

.ma-comm-text {
	margin-left: 8px;
	margin-top: 4px;
	padding: 3px;
}

.ma-comm-time {
	padding: 3px;
	margin-left: 8px;
	font-size: 11px;
	color: #987e7e;
}

.ma-avatar {
	width: 75px;
	height: 75px;
	margin: 2px 4px;
	float: left;
}

.ma-nin-text {
	height: 80px;
	float: left;
	margin-left: 4px;
	color: #4f5856;
	font-weight: 600;
}

a.ma-name  {
	color: #741919;
}

#nin-top-cont {
	width: 870px;
	height: 85px;
	margin: 0px 0px 4px 11px;
	padding-top: 4px;
	clear: both;
	color: #4f5856;
	font-weight: 800;
}

#nin-avatar {
	width: 81px;
	height: 81px;
	float: left;
}

#nin-text {
	width: 778px;
	height: 81px;
	float: left;
	margin-left: 11px;
}

#nin-desc-text {
	width: 920px;
	border-bottom: 1px solid #69a3a3;
	margin: 0px 11px 0px 11px;
	padding-bottom: 4px;
}

#dc-member-cont {
	width: 900px;
	height: 100%;
	margin: 0px auto;
}

.dc-member-single-cont {
	width: 280px;
	height: 60px;
	padding: 4px;
	position: relative;
	float: left;
	margin: 4px;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border: 2px solid #69a3a3;
}

.dc-member-avatar {
	float: left;
	height: 56px;
	width: 56px;
	margin-right: 4px;
}

.dc-member-stuff {
	width: 105px;
	margin-left: 2px;
	height: 52px;
	float: left;
}

.dc-member-stuff-item {
	width: 100%;
	margin: 2px;
}

/*------------------BODY END----------------*/

/*------------------FOOTER START----------------*/
#footercont {
	max-height: 190px;
	width: 950px;
}

#copycont {
	max-height: 45px;
	text-align: center;
	width: 100%;
}

#copyrights {
	font-size: 13px;
	font-weight: 300;
	margin: 0px auto;
	width: 50%;
	
}

/*------------------FOOTER END----------------*/

/*------------------INDEPENDENT START----------------*/
/*~~~~~~~~~~~BOX~~~~~~~~~~~*/
.boxcont {
	min-height: 16px;
	float: left;
}

.boxwcontent {
	background: url(images/widerepeat.png) repeat-y;
}

.boxhacontent {
	background: url(images/harepeat.png) repeat-y;
}

.boxstart {
	height: 8px;
}

.boxend {
	height: 8px;
}

/*~~~~~~~~~~~ADVERTISEMENTS~~~~~~~~~~~*/
#adstopcont {
	width: 100%;
}

#adsbottomcont {
	width: 100%;
}

.adv {
	padding: 3px 15px;
}

.advone {
	width: 200px;
	margin-right: 11px;
}

/*~~~~~~~~~~~IMAGES~~~~~~~~~~~*/
.img_cont {
	padding: 3px;
	border: 1px solid #69a3a3;
	background: #def5f5;
}

/*~~~~~~~~~~RSS~~~~~~~~~~~~~~*/
.dc-rss {
	width: 98%;
	margin: 0px 4px;
}

.dc-rss-header {
	font-size: 13px;
	font-weight: 800;
	padding: 8px;
	border-bottom: 1px solid #000000;
}

.dc-rss-body h4, .dc-rss-body ul {
	margin: 0px;
}

.dc-rss-body ul li {
	padding: 4px;
}

/*~~~~~~~~~~Content List(members)~~~~~~~~~~~~~~*/
.dc-list-item {
	width: 100%;
	font-size: 11px;
	padding: 4px 2px;
	margin: 3px 3px;
	border: 1px solid #b3928a;
}

.dc-list-item:hover {
	background: #c7c6c5;
}

.dc-list-item-id {
	width: 20px;
}

.dc-list-item-name {
	width: 160px;
}

.dc-list-item-time {
	width: 150px;
}

.dc-list-item-category {
	width: 80px;
}

.dc-list-item-views {
	width: 80px;
}

.dc-list-item-creator {
	width: 30px;
}

.dc-list-item-visibility {
	width: 40px;
}

.dc-list-item-link {
	width: 30px;
}

.dc-list-item-id, .dc-list-item-name, .dc-list-item-time, 
.dc-list-item-category, .dc-list-item-views, .dc-list-item-creator, 
.dc-list-item-visibility, .dc-list-item-link {
	display: inline-block;
	margin-right: 4px;
	padding-right: 4px;
	border-right: 1px solid #b3928a;
}

/*------------------INDEPENDENT END----------------*/
