@charset "utf-8";
/* Layout ----------------------------------------------------------- */

#div {
	border: 1px solid #FF0000;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	min-height: 100%;
	min-width: 860px;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 70px 0px;
	text-align: center;
	background:#ebebeb;
}

* html #container {
	height: 100%;
}

.style_content {
	position: relative;
	margin: 0px auto;
	text-align: left;
}

br.clear {
	clear:both;font-size:0px;line-height:0px;display:block;
}


/* Header Layout */

#header {
	margin: 0px;
	padding: 0px;
}

#header .style_content .logo {
	background:url(../images/cat.png) no-repeat 0 0;
	position:absolute;
	top:0;
	right:0px;/*230px*/
	width:150px; 
	height:137px;
	}
#header .style_content .logo a {
	width:129px; 
	height:98px;
	display:block;
	}
#search_box {
	display: inline;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	position:absolute;
	top:29px;
	right:-2px;
	display:none;/*убрали временно*/
}

#input_search {
	width: 150px;
}

#title {
	margin: 0px 17px 0px;
	padding: 16px 0px 0px;
}
h1#title a:hover {
	color:#fff !important;
	}
#tagline {
	margin: 0px 17px;
	padding:2px 0 0 0;
}

#menu {
	display: block;
	margin: 0px 0px 0px 33px;
	padding: 0px;
	height: 45px;
	position: absolute;
	bottom: -1px;
}

html>body #menu {
	bottom: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px;
	height: 45px;
	line-height: 30px;
}


/* Content Layout */

#content {
	margin: 0px;
	padding: 0px;
}

#content .style_content {
	width: 965px;
	padding: 0px 0px 0px;
	background:#ebebeb;
	overflow:hidden;
	/*background: url(../images/pussy_cat.png) 100% 100% no-repeat;	*/
}

html>body #content .style_content {
	/*width:965px;*/
	padding: 0px 0px 0px 0px;

}

#loop_articles {
	width: 628px;
	padding:0 0px 0 0px;
	float: left;
}

#loop_page {
	width: 628px;
	padding:0 0px 0 0px;
	float: left;
	overflow:hidden;
}

#loop_single {
	width: 628px;
	padding:0 0px 0 0px;
	float: left;
	overflow:hidden;

}

#loop_comments {
	width: 628px;
	padding:0 0px 0 0px;
	float: left;/**/
}

#form_comments {
	width: 320px;
	margin: 38px 0px 0px 16px;
	//margin: 39px 0px 0px 16px;
	float: right;
	padding: 0px;
}

#information {
	width: 320px;
	margin: 0px 0px 15px 16px;
	float: left;
	padding: 0px;
	clear: right;
	overflow:hidden;
}

#post_meta {
	width: 320px;
	padding: 0px;
	margin: 0px 0px 15px 16px;
	float: left;
	display: inline;
}

#search {
	width: 320px;
	margin: 0px 0px 15px 16px;
	padding: 0px;
	float: right;
}

#author {
	width: 320px;
	margin: 0px 0px 15px 16px;
	padding: 0px;
	float: right;
}
#author h2 {
	margin:0 0 8px;
}

#widgets {
	width: 320px;
	margin: 0px 0px 0px 16px;
	float: right;
	padding: 0px;
	overflow:hidden;
	clear:right;
	//clear:none;
}
.b-widgets {
	width: 320px;
	margin: 0px 0px 0px 16px;
	float: right;
	padding: 0px;
	overflow:hidden;
}
.widgets_home, .widgets_single {
	width: 320px;
	overflow:hidden;
}


#archive_links {
	width: 320px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	clear: right;
}

#archive_links .archive_group {
	padding: 0px;
	float: left;
	width: 150px;
	clear: none;
}

#archive_links .even {
	margin: 0px;
	float: right;
}

#archive_links .odd {
	margin: 0px 20px 0px 0px;
}

 #loop_comments h2 {
	margin: 0px 0px 0px 0px;
	padding:10px 0 10px 17px;
	font-size:1.5em;
	font-weight:normal;
}
#loop_articles h2 {
	margin: 0px 0px 0px 0px;
	padding:10px 0 10px 17px;
	font-size:1.5em;
	font-weight:normal;
	/*background:#fff;*/
	}
.navigation {
	background:#fff !important;
	width:628px;
	}
.navigation ul {
	display: block;
	margin: 0px 0px 0px;
	padding: 0px;
}
.navigation ul.b-next-prev-post {
	margin:0 0 0 17px; background:#FFFFFF;
	}
.navigation ul.b-next-prev-post li {
	padding: 0 5px 8px 5px; 
	float:left;
	width:auto;
	background:#FFFFFF;
	}
.navigation li {
	display: block;
	margin: 0px;
	padding: 0 10px 5px 10px;
	width: 49%;
}

.navigation li.next {
	text-align: right;
	float: right;
}

#form_search {
	margin: 0px 0px 20px;
}

#input_form_search {
	width: 150px;
}


/* Post and Comment Layout */

.post {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	background:#fff;
}

.post .content {
	position: relative;
	overflow:hidden;
	font-size:1.17em;
	padding:10px 22px 0 17px;
}

#post_meta .metadata {
	width: 135px;
	padding: 0px;
	margin:  0px;
}

#post_meta .odd {
	float: left;
	clear: left;
}

#post_meta .even {
	float: right;
}

.metalinks {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	display: block;
	clear: both;
}

.metalinks li {
	float: left; 
	margin-right: 10px; 
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

#input_comment {
	width: 100%;
}

#comment_area .comment {
	padding: 0px;
	background:#fff;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}
#comment_area .comment {
	//height:1%;
	}
#comment_area .comment .content {
	margin:-16px 20px 0 17px;
	padding:0 0 8px 44px;
	border-bottom:1px solid #ebebeb;
	}
#comment_area .comment .last {
	border:none !important;
	}
#comment_area .comment .content p {
	margin:0 !important;
	}
#comment_area .metadata {
	display: block;
	margin: 0px 0px 15px 0px;
}
.b-metadata-wrap {
	padding:6px 0 0 17px;
	height:42px; 
	//height:46px; 
	overflow:hidden;
	}
.b-metadata-wrap dl {
	padding:0 !important;
}
#comment_area .metadata dt {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size:1em;
}
#comment_area .metadata dt.writer {
	padding:0 0 0 8px;
	//padding:0 0 0 6px;
	}

#comment_area .metadata dd {
	display: inline;
	margin: 0px;
	padding:0;
}

#comment_area .metadata dt.comment_number {
	display: none;
}

#comment_area .metadata dd.comment_number {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	font-size: 200%;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}

#comment_area .gravatar {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}


/* Footer Layout */

#footer {
	position: relative;
	margin-top: -50px;
	text-align: center;
	height: 50px;
}

#footer .style_content {
	width: 965px;
	padding: 26px 0px 0px;
}

#newsletter_signup {
	position: relative;
	display: inline;
	padding: 0px;
	margin: 8px 40px 0px 0px;
	float: right;
}

#input_email_address {
	width: 150px;
	vertical-align: middle;
}


#button_email_address {
	vertical-align: middle;
}

#footer_title {
	padding: 0px;
	margin: 0px 0px 0px 17px;
}

#copyright_notice p {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 40px;
	line-height: 60px;
}

#logos {
	position: relative;
	display: inline;
	padding: 0px;
	margin: 20px 40px 0px 0px;
	float: right;
	vertical-align: middle;
}

#logos img {
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}


/* Typography ------------------------------------------------------ */

p, center, blockquote, quote, pre {
	margin: 0px 0px 20px;
}

.reduced p, .reduced center, .reduced blockquote, .reduced quote, .reduced pre, .reduced ol, .reduced ul, .reduced table, .reduced dl, .reduced dd, .reduced dt {
	font-size: 95%;
}

blockquote, quote {
	margin: 30px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 5px;
}

h1 {
	font-size: 400%;
	line-height: 100%;
}

h2 {
	font-size: 170%;
	line-height: 100%;
	margin: 0px 0px 5px;
}

.lead h3.title, #loop_single h3.title {
	font-size: 183%;
	line-height: 110%;
}
#loop_page h3.title {
	font-size: 183%;
	background:#edf3fe;
	line-height:100%;
	overflow:hidden;
	padding: 14px 22px 15px 17px;
}
h3 {
	font-size: 150%;
	line-height: 100%;
}

h4 {
	font-size: 130%;
	line-height: 100%;
}

h5 {
	font-size: 110%;
	line-height: 100%;
}

h6 {
	font-size: 100%;
	line-height: 100%;
}

ul, ol, dl {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px;
}

li, dd {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 5px;;
}

ul li {
	list-style-type: square;
}

dt {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#header a {
	text-decoration: none;
}

#tagline {
	font-size: 100%;
}


/* Graphical Bullets ----------------------------------------------- */

ul .icon, dl .icon, ul.icon li {	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}
#authors ul .icon, #authors dl .icon, #authors ul.icon li {
	background-position: 0px 3px;
	}
ul.b-rss-author li {
	background-position: 0px 3px;
	}
ul .date, dl .date, ul.icon li {
	background-image: url(../images/icon_date.gif);
}

ul .tag, dl .tag, ul.tag li {
	background-image: url(../images/icon_tag.gif);
}

ul .category, dl .category, ul.category li {
	background-image: url(../images/icon_category.gif);
}

ul .information, dl .information, ul.information li {
	background-image: url(../images/icon_lightbulb.gif);
}

ul .jump, dl .jump, ul.jump li {
	background-image: url(../images/icon_page.gif);
}

ul .comment, dl .comment, ul.comment li {
	background-image: url(../images/icon_comment.gif);
}

ul .feed, dl .feed, ul.feed li {
	background-image: url(../images/icon_feed.gif);
}

ul .entry, dl .entry, ul.entry li {
	background-image: url(../images/icon_entry.gif);
}
/*div.navigation ul .entry, dl .entry, ul.entry li a {
	background-image: url(../images/icon_entry.gif);
}*/
ul .author, dl .author, ul.author li {
	background-image: url(../images/icon_entry.gif);
}

ul .delicious, dl .delicious, ul.delicious li {
	background-image: url(../images/icons/delicious.gif);
}

ul .technorati, dl .technorati, ul.technorati li {
	background-image: url(../images/icons/technorati.gif);
}

ul .digg, dl .digg, ul.digg li {
	background-image: url(../images/icons/digman.gif);
}

#loop_articles .summary {
	padding-left: 25px;
	background-image: url(../images/icon_page.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#loop_articles .new {
	background-image: url(../images/icon_new.gif);
	background-position: left top;
}

.feedburnerFlareBlock {
	margin: 0px;
	padding: 0px;
	display: list-item;
	background-image: url(../images/icon_page.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;

}

/* Widget Styling -------------------------------------------------- */

#container .widget {
	margin: 0px;
	background:none !important;
	padding: 0px 0px 0px 0px;
}
#container .widgets_single .widget {
	padding: 20px 0px 0px 0px;
	} 

#widgets_home_a {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#widgets_home_b {
	width: 150px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
}

#widgets_single_a {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#widgets_single_b {
	width: 150px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

#widgets_page {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#content .advert {
	text-align: center;
	margin: 0px 0px 30px;
	padding: 0px 10px;
}

.widget_archives li, .sb-months li {
	background-image: url(../images/icon_date.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}


.widget_categories li, .sb-categories li {
	background-image: url(../images/icon_category.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}
.widget_archive  li {
	background-image: url(../images/icon_package.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.widget_links li {
	background-image: url(../images/icon_url.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}


.widget_meta li, .sb-meta li {
	background-image: url(../images/icon_page.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.sb-navigation li {
	display: inline;
	clear: both;
}

.widget_pages li, .sb-navigation li li {
	background-image: url(../images/icon_page.gif);	
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.widget_recent_entries li, .sb-latest li {
	background-image: url(../images/icon_page.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.widget_rss li {
	background-image: url(../images/icon_url.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

.gluedideas_TLA_widgetDisplay li {
	background-image: url(../images/icon_url.gif);	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

#recentcomments li, .sb-comments li {	
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
	background-image: url(../images/icon_comment.gif);
}

.sb-links li {
	display: inline;
	clear: both;
}

.sb-links li li {
	background-image: url(../images/icon_page.gif);	
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}
.summary h3.title {
	background: url(../images/icon_page.gif) 0 0 no-repeat;
	}
#footer div.cat-bottom {
	background-image: url(../images/pussy-cat.png);	
	background-repeat: no-repeat;
	width:115px;
	height:70px;
	position:absolute;
	right:30px;
	top:-80px;
	z-index:1;
	zoom:1;
	}
*html #footer div.cat-bottom {
	behavior: url(/wp-content/themes/gluedideas_subtle/assets/js/iepngfix.htc);
	}
.b-poster {
	background:#f9fa93;
	border-bottom:3px solid #fae193;
	border-top:3px solid #fae193;
	width:965px;
	margin:0 auto 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.50em;
	line-height:133%;
	padding:2px 0 12px 0; 
	}
.b-poster a {
	font-weight:bold;
	color:#000ad2 !important;
	}
.b-poster a:hover {
	text-decoration:none;
	}
.b-photo {
	float:left;
	vertical-align:top;
	padding:6px 0 0 0;
	
	margin:0;
	}
.b-photo img {
	margin:0 10px 7px 0;
	}
.b-author-contacts {
	/*width:190px;*/
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:175%;
	padding:0 0 10px 0;
	}
.b-author-contacts .b-user-name {
	font-size:16px;
	}
.b-author-contacts a { 
	color:#5c55e8 !important;
	font-weight:normal;
	text-decoration:underline;
	}
.b-author-contacts a:hover {
	text-decoration:none;
	} 
.b-comments-wrapper {
	border-top:4px solid #fff;
	}
ul.b-rss-author {
	padding-top:0;
	margin:0 0 0px 0;
	padding:0 0 5px 0;
	}
	
.b-poster-projects {
	background:#ccf8c6;
	border-bottom:3px solid #2f5631;
	border-top:3px solid #2f5631;
	width:931px;
	//width:965px;
	margin:20px auto 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.50em;
	line-height:133%;
	text-align:left;
	padding:2px 17px 12px 17px; 
	}
.b-poster-projects a {
	font-weight:bold;
	color:#000ad2 !important;
	}
.b-poster-projects ul.b-partners li {
	width:177px;
	margin:0 8px 0 0;
	background:#fff;
	list-style:none;
	float:left;
	font-size:12px;
	line-height:116%;
	font-weight:normal;	
	}
.b-poster-projects ul.b-partners li p {
	padding:0 10px;
	text-align:center;
	margin:0 0 12px 0;
	}
.b-poster-projects ul.b-partners li img {
	border:0;
	margin:0;
	padding:0;
	}
.b-poster-projects ul.b-partners li.long {
	width:auto;
	}
h2.b-comment {
	border-bottom:4px solid #fff;
	}
p.b-service-message {
	padding:5px 22px 7px 17px;
	background:#FFFFFF;
	margin:0 !important;
	}
/*#loop_single .post {
	min-height:810px;
	}
*html #loop_single .post {
	height:810px;
	}*/
h2 span.b-feed {
	float:right;
	font-size:11px;
	margin:0 22px 0 0; 
	}
h2 span.b-feed a {
	background: url(../images/icon_feed.gif) no-repeat 0 0;
	padding:1px 0 3px 25px;
	text-decoration:underline;
	}
dl.b-dung dt, dl.b-dung dd {
	float:right;
	}
.b-block {
	padding:0 0;
	width:589px;
	//width:628px;
	font-size:1.17em;
	overflow:hidden;
	padding:10px 22px 8px 17px;
	position:relative;
	margin:19px 0 0 0;
	background:#fff;
	font-size:1.17em;
	float:left;
	}
#child_pages li {
	font-size:1.33em;
	background-position:0 3px;
	background: url(../images/page.gif) 0 3px no-repeat;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}
.aligncenter, dl.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
img.alignleft {
	margin:0 8px 8px 0;
	}
img.alignright {
	margin:0 0 8px 8px;
	}