/*

Title: screen styles for alexschneider.ru

*/

html, body {
	margin: 0;
	padding: 0;
}
html { font-size: 62.5%; }
body {
	color: #000;
	font: normal 1em "Arial", "Helvetica", "Lucida Grande", sans-serif;
	background-color: #fff;
	text-align: center;
}
table {
	font: normal 1em "Arial", "Helvetica", "Lucida Grande", sans-serif;
}

img { border: none; }
form { margin: 0; padding: 0; }
hr { display: none; }

small {
	font-size: 0.846em;
}

a:link, a:visited { color: #000; text-decoration: underline; }
a:hover, a:active { color: #900; text-decoration: underline; }

.l1 a:link, .l1 a:visited, a.l1:link, a.l1:visited { color: #000; text-decoration: none; }
.l1 a:hover, .l1 a:active, a.l1:hover, a.l1:active { color: #900; text-decoration: none; }

p { margin: 1em 0; }

.b { font-weight: bold; }
.red { color: #ff0000; }
.green { color: #008B00; }

blockquote {
	background: url(../images/blockquote.gif) 0 0 no-repeat;
	/* border-left: 2px solid #900; */
	padding: 0 10px 0 40px;
	margin: 10px 20px;
	color: #666;
}


/* site stucture
---------------------------------------- */

#page-wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#page-inner {
	margin: 0 40px;
	margin-top: 20px;
	text-align: left;
}

#header {
	padding-bottom: 25px;
}

#footer {
	padding-bottom: 2em;
}

.side {
	float: left;
	width: 160px;
	overflow: hidden;
/*	background-color: #efefef; */
}

.main {
	float: right;
	width: 700px;
/*	background-color: #efefef; */
	overflow: hidden;
}

.tree-cols {
	width: 720px;
	margin: 0;
	padding: 0;
	margin-left: -20px;
}

.tree-cols .col {
	width: 220px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.two-cols {
	width: 720px;
	margin: 0;
	padding: 0;
	margin-left: -20px;
}

.two-cols .col {
	width: 340px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.n-cols {
	width: 720px;
	margin: 0;
	padding: 0;
	margin-left: -20px;
}

.n-cols .col_1_4, .n-cols .col_2_4, .n-cols .col_3_4,
.n-cols .col_1_3, .n-cols .col_2_3,
.n-cols .col_1_2
{
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.n-cols .col_1_4 { width: 160px; }
.n-cols .col_2_4 { width: 340px; }
.n-cols .col_3_4 { width: 520px; }

.n-cols .col_1_3 { width: 220px; }
.n-cols .col_2_3 { width: 460px; }

.n-cols .col_1_2 { width: 340px; }


.left {
	float: left;
	padding: 0 8px 3px 0;
}

.right {
	float: right;
	padding: 0 0 3px 8px;
}


/* header
---------------------------------------- */

#header {
	width: 100%;
	position: relative;
/*	padding-bottom: 2em; */
}

#logo, #top-header {
	display: block;
	overflow: hidden;
	text-indent: -1000em;
/*	float: left; */
	margin: 0;
	padding: 0;
	font-size: 26px !important;
	line-height: 26px !important;
	height: 30px; /* height image + 4px */
	background-position: top left;
	background-repeat: no-repeat;
}

#logo a, #top-header a {
	display: block;
	width: 225px;
	height: 26px;
	outline: none;
}

#logo {
	width: 225px;
	background-image: url('../images/logo.png');
}

#logo a { width: 225px; }

/* top-header */
#top-header {
	background-image: url('../images/top_headers.png');
}

#top-header a { float: right; }

#p-blog #top-header { width: 72px; background-position: 0 0; }
#p-blog #top-header a { width: 55px; }


#slogan {
/*
	position: absolute;
	bottom: 0;
	left: 0;
	*/
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 0.9em;
}

/* top-nav */
#top-nav {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.2em;
	border-left: 1px solid #900;
	border-right: 1px solid #900;
	margin-left: -1px;
	position: relative;
	z-index: 1;
}

#top-nav a {
	padding: 5px 10px;
	display: block;
}

#top-nav a:link, #top-nav a:visited { text-decoration: none; }
#top-nav a:hover, #top-nav a:active { text-decoration: none; }

#p-blog #top-nav li.i-blog,
#p-articles #top-nav li.i-articles,
#p-about #top-nav li.i-about,
#p-contact #top-nav li.i-contact
{
	border-left: none;
	border-right: none;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #900;
	z-index: 10;
}

#p-blog #top-nav li.i-blog a:link, #p-blog #top-nav li.i-blog a:visited,
#p-articles #top-nav li.i-articles a:link, #p-articles #top-nav li.i-articles a:visited,
#p-about #top-nav li.i-about a:link, #p-about #top-nav li.i-about a:visited,
#p-contact #top-nav li.i-contact a:link, #p-contact #top-nav li.i-contact a:visited
{
	padding: 3px 12px;
	color: #fff;
	text-decoration: none;
}

/* float-buttons */
#float-buttons {
	position: absolute;
/*	overflow: hidden; */
	height: 75px;
	width: 19px;
	margin-left: 896px;
	margin-top: -16px;
	padding-top: 16px;
	z-index: 1000;
}

#float-buttons.fixed
{
	top: 16px;
	position: fixed;
}

#float-buttons-inner {
/*	border-left: 1px solid #A2A2A2; */
}

#float-buttons-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#float-buttons-inner li, #float-buttons-inner .i-sn {
	float: left;
	display: block;
	width: 19px;
	height: 19px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-bottom: 9px;
	text-indent: -1000em;
	font-size: 10px !important;
	line-height: 10px !important;
}

#float-buttons-inner li a {
	display: block;
	width: 19px;
	height: 19px;
}

#float-buttons-inner li a, #float-buttons-inner .i-sn {
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

#float-buttons-inner .i-rss {
	margin-top: 28px;
}

#float-buttons-inner li.i-search a {
	background-position: 0 0;
	}
#float-buttons-inner li.i-rss a {
	background-position: -40px 0;
	}
#float-buttons-inner .i-sn {
	background-position: -20px 0;
	position: absolute;
	top: 44px;
	right: 0;
}

#float-buttons-blocks {
	position: absolute;
	top: 16px;
	right: 35px;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

#quick-search, #social-networks {
	position: absolute;
	top: 0;
	right: -500px;
	background-color: #fff;
	margin: 0;
	padding: 15px;
	border: 1px solid #ccc;
/*	width: 210px; */
	width: 130px;
}

#quick-search p {
	margin: 0;
	padding: 0;
	height: 25px;
	background: url('../images/search_bg.jpg') left center no-repeat;
	font-size: 12px !important;
}

#quick-search .input {
	float:left;
	margin-top: 3px;
	padding: 3px 10px;
	width: 83px;
	background-color: transparent;
	line-height: 12px;
}

#social-networks {
	list-style: none;
}

#social-networks dt {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

#social-networks dd {
	display: block;
	margin: 5px 0;
	padding: 0;
	background-image: url('../images/sn.png');
	background-repeat: no-repeat;
	line-height: 16px !important;
}

#social-networks a {
	padding-left: 25px;
}

#social-networks .sn-moikrug { background-position: 0 0; }
#social-networks .sn-mymail { background-position: 0 -100px; }
#social-networks .sn-facebook { background-position: 0 -200px; }
#social-networks .sn-myspace { background-position: 0 -300px; }
#social-networks .sn-lastfm { background-position: 0 -400px; }
#social-networks .sn-moemesto { background-position: 0 -500px; }
#social-networks .sn-bestpersons { background-position: 0 -600px; }
#social-networks .sn-twitter { background-position: 0 -700px; }


/* content
---------------------------------------- */

.main, .side {
	font: normal 1.3em/1.385em "Arial", "Helvetica", "Lucida Grande", sans-serif;
}

.cat-header, .cat-header2 {
	position: relative;
	width: 100%;
	margin: 0 0 10px;
	font-size: 1.5em;
	line-height: 1em;
	background-color: #eee;
}

.cat-header h2, .cat-header2 h2 {
	margin: 0;
	padding: 0.2em 10px;
	font: normal 1em/1em "Arial", "Helvetica", "Lucida Grande", sans-serif;
}

.cat-header2 .a-more {
	position: absolute;
	right: 0;
	top: 0;
	height: 2em;
	border-left: 10px solid #fff;
	padding: 0 10px;
}

.cat-header2 .a-more a {
	font-size: 0.667em;
	line-height: 2em;
	text-transform: lowercase;
	color: #821b0a;
}

.a-more {
	margin: 0;
	padding: 0;
	list-style: none;
}

.a-more li {
	margin: 0;
	padding: 0;
}

.a-more a {
	padding-right: 18px;
	background: url('../images/more_arrow.gif') right 0.3em no-repeat;
}

.a-more a:link, .a-more a:visited, .a-more a:hover, .a-more a:active {
	text-decoration: none;
}


/* list */
.list1 {
	margin: 1.5em 0 0;
	padding: 0;
	list-style: none;
	line-height: 1.231em;
}

.list1 li {
	margin: 5px 0 0 0;
	padding: 0 0 5px 10px;
	background: url('../images/list_img1.gif') left 0.3em no-repeat;
	border-bottom: 1px solid #ccc;
}

.list1 a:link, .list1 a:visited { text-decoration: none; }
.list1 a:hover, .list1 a:active { text-decoration: none; }


/* sidebar-block */
.sidebar-block {
	border-top: 10px solid #F0F0F0;
	margin-bottom: 3em;
}

.sidebar-block h2 {
	font: bold 1em/1.2em "Arial", "Helvetica", "Lucida Grande", sans-serif;
	margin: 0.5em 0 0.85em;
	padding: 0;
}

.sidebar-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-block li {
	margin: 0;
	padding: 0;
}

.sidebar-block li a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	outline: none;
}

.sidebar-block li li a {
	padding-left: 1em;
	text-transform: lowercase;
}

.sidebar-block li a:link, .sidebar-block li a:visited {
	text-decoration: none;
}
.sidebar-block li a:hover, .sidebar-block li a:active {
	text-decoration: none;
}


/* item-list */
.item-list {
}

.item-list.tree-cols li {
	width: 220px;
	overflow: hidden;
}

.item-list.two-cols li {
	width: 340px;
	overflow: hidden;
}

.item-list .col {
	list-style: none;
	list-style-position: outside;
}

.item-list .col li {
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: 17px;
	margin-bottom: 20px;
}

.item-list .wrap {
	position: relative;
	width: 100%;
	background-color: #E6DBDB;
}

.item-list .wrap.color-1  { background-color: #eff4fa; }
.item-list .wrap.color-2  { background-color: #e2dbec; }
.item-list .wrap.color-3  { background-color: #dbfce9; }
.item-list .wrap.color-4  { background-color: #DDCEFF; }
.item-list .wrap.color-5  { background-color: #e8d89d; }
.item-list .wrap.color-6  { background-color: #eee7e7; }
.item-list .wrap.color-7  { background-color: #e9e6f6; }
.item-list .wrap.color-8  { background-color: #defff7; }
.item-list .wrap.color-9  { background-color: #fff891; }
.item-list .wrap.color-10 { background-color: #fff5e4; }
.item-list .wrap.color-11 { background-color: #e1ffd2; }
.item-list .wrap.color-12 { background-color: #f4f4f4; }
.item-list .wrap.color-13 { background-color: #e3edf7; }
.item-list .wrap.color-14 { background-color: #e1ffd2; }
.item-list .wrap.color-15 { background-color: #ffeece; }
.item-list .wrap.color-16 { background-color: #c9eaf3; }
.item-list .wrap.color-17 { background-color: #FFF5CA; }
.item-list .wrap.color-18 { background-color: #e0eaef; }
.item-list .wrap.color-19 { background-color: #e2cfd2; }
.item-list .wrap.color-20 { background-color: #bad3d3; }



.item-list .img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.item-list .img img {
	display: block;
}

.item-list .meta a:link, .item-list .meta a:visited,
.item-list h3 a:link, .item-list h3 a:visited
{ text-decoration: none; }
.item-list .meta a:hover, .item-list .meta a:active,
.item-list h3 a:hover, .item-list h3 a:active
{
	text-decoration: none;
	/* border-bottom: 1px solid; */
}

.item-list h3 {
	font: bold 1.3em/1.2em "Arial", "Helvetica", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 10px 10px 10px;
}

.item-list .cats {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0.923em;
	line-height: 1.083em;
	text-transform: lowercase;
/*	padding-left: 7px;
	background: url('../images/sprites.png') -61px 0.417em no-repeat;
	*/
}

.item-list .meta {
	margin: 0;
	padding: 0 10px 10px;
}


.item-list .cats a {
	font-weight: bold;
}

.item-list .comm {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.923em;
	line-height: 1.3em;
	height: 11px;
	background: url('../images/comm.png') right 0.1em no-repeat;
}

.item-list .comm a {
	padding-right: 14px;
}

.item-list .anons {
	border-top: 2px solid #fff;
	margin: 0;
	padding: 10px 10px 0 10px;
}

.item-list .date {
	margin: 0;
	padding: 10px;
	font-size: 0.923em;
	line-height: 1.083em;
	font-style: italic;
}

.item-list .more {
	position: absolute;
	bottom: -17px;
	right: 10px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 34px;
	height: 34px;
	background: url('../images/sprites.png') 0 -20px no-repeat;
	text-indent: -1000em;
}

.item-list .more a {
	display: block;
	width: 34px;
	height: 34px;
}

.paginate {
	margin: 0;
}

.item-cont .paginate {
	margin-top: 2em;
}

.paginate a, .paginate span {
	display: block;
	float: left;
	margin: 0;
	margin-right: 2px;
	padding: 5px 8px;
	background-color: #F3F2EF;
	font-size: 0.923em;
	line-height: 1em;
	border: 1px solid #fff;
}

.paginate span {
	border: 1px solid #000;
	background-color: #fff;
}

.paginate a:link, .paginate a:visited {
	text-decoration: none;
}
.paginate a:hover, .paginate a:active {
	text-decoration: none;
}

/* page-view */
.page-view * {
	margin-bottom: 0;
}

.page-view h2 {
	font: bold 2em/1.2em "Arial", "Helvetica", "Lucida Grande", sans-serif;
	margin: 1em 0 0;
}

.page-view h3 {
	font: bold 1.3em/1.2em "Arial", "Helvetica", "Lucida Grande", sans-serif;
	margin: 1em 0 0;
}

.page-view h4 {
	font: bold 1.2em/1.2em "Arial", "Helvetica", "Lucida Grande", sans-serif;
	margin: 1em 0 0;
}

.page-view h5 {
	font: bold 1.1em/1.2em "Arial", "Helvetica", "Lucida Grande", sans-serif;
	margin: 1em 0 0;
}

.page-view h6 {
	font: bold 1em/1.2em "Arial", "Helvetica", "Lucida Grande", sans-serif;
	margin: 1em 0 0;
}


.page-view h2.supper, .page-view h3.supper {
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1em;
}

.page-view .upper {
	margin-top: 0;
}



.page-view .img {
	margin-bottom: 1em;
}


.item-cont {
	float: left;
	width: 580px;
	overflow: hidden;
	margin: 0;
}

.item-cont-inner {
	margin: 1em 0 0;
}

.item-meta {
	float: right;
	width: 100px;
	font-size: 11px;
	line-height: 13px;
}

.item-meta li, .item-meta dt, .item-meta dd {
	width: 100px;
	overflow: hidden;
}

.item-meta ul, .item-meta dl {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 1em;
}

.item-meta ul {
	margin-bottom: 0;
}

.item-meta dt {
	margin: 0.85em 0 0.5em;
	padding: 0.85em 0 0;
	list-style: none;
	font-weight: bold;
	border-top: 1px solid #d0d0d0;
}

.item-meta dd {
	margin: 1px 0;
	padding: 0;
}

.item-meta .date {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.item-meta .cats {
}

.item-meta li {
	background-image: url('../images/sprites.png');
	background-repeat: no-repeat;
	padding-bottom: 0.5em;
}

.item-meta li a {
	display: block;
	padding-left: 23px;
	text-transform: lowercase;
}

.item-meta .print {
	background-position: left -57px;
}

.item-meta .tell-a-friend {
	background-position: left -157px;
}

.item-meta .permalink {
	background-position: left -257px;
	padding-bottom: 0;
}

.item-meta .rating {
	position: relative;
	width: 100%;
	overflow: visible;
}

.item-meta .rating-stats {
	margin-top: 3px;
	margin-left: 3px;
}

#entry-rating {
	cursor: pointer;
}




/* next-prev  */

.next-prev {
	list-style: none;
	margin: 2em 0 0;
	padding: 0;
	padding-top: 3px;
	border-top: 1px solid #ccc;
}

.next-prev li {
	margin: 0;
	padding: 0;
}

.next-prev .prev {
	float: left;
}

.next-prev .next {
	float: right;
	text-align: right;
}

.next-prev a {
	position: relative;
	display: block;
}

.next-prev a:link, .next-prev a:visited,
.next-prev a:active, .next-prev a:hover
{
	text-decoration: none;
}


.next-prev .prev a {
	background: url('../images/arrow_left.gif') left 0.5em no-repeat;
	padding-left: 17px;
	float: left;
}

.next-prev .next a {
	background: url('../images/arrow_right.gif') right 0.5em no-repeat;
	padding-right: 17px;
	float: right;
}

.next-prev a span {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 300px;
	white-space: nowrap;
	cursor: pointer;
}

.next-prev .next a span {
	float: right;
}

.next-prev a em {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 1.3em;
	width: 300px;
	background: url('../images/nextprev_fade.png') right 0 no-repeat;
}


/* forms */

.input, .textarea {
	font: 1em/1.385em "Arial","Helvetica","Lucida Grande",sans-serif;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	border: none;
	padding: 0;
	margin: 0;
}

.form1 {
	position: relative;
	width:100%;
	margin: 3em 0 0;
}

.form1 fieldset {
	position: relative;
	margin: 0;
	padding: 0;
	border: solid 1px #d6d6d6;
}

.form1 dl {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 50px;
}

.form1 dt {
	float: right;
	width: 100px;
	position: relative;
	margin: 0;
	padding: 0;
/*	line-height: 1.692em; */
	line-height: 1.692em;
	z-index: 10;
}

.form1 dd {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #d6d6d6;
	padding-right: 110px;
	z-index: 1;
}

.form1 dd .input, .form1 dd .textarea, .form1 dd em {
	width: 100% !important;
	display: block;
	padding: 4px 0;
	border: none;
	background: none;
}

.form1 dd .input {
	height: 1.385em;
}

.form1 dd em {
	height: 1.385em;
	line-height: 1.385em;
}


.form1 dd .textarea {
	height: 7em;
	overflow: hidden;
}

.form1 dd .textarea.readonly {
	font-style: italic;
}

.form1 dd .input:focus, .form1 dd .textarea:focus {
	color: #000;
	background-color: #efefef;
}

.form1 dd span {
	display: block;
	width: 100%;
}

.form1 dd.noborder {
	border-bottom: none;
}

.form1 .btn {
	float:right;
/*	width:9em; */
	height:24px;
	cursor:pointer;
	padding: 0 2em;
	color:#fff;
	font-size:12px;
	border:none;
	background-color:#a8010c;
}
.form1 .btn:hover {
	color:#fff;
	border:none;
	background-color:#c70915;
}

.form1 .warning {
	font-size: 0.85em;
	color: #666;
	width: 40%;
}

.form1 .err {
	margin-top: 1em;
	padding: 5px;
	text-align:center;
	background-color:#a8010c;
	color:#fff;
}

.form1 .captcha img {
}

.form1 dd.captcha {
	margin-left: 260px;
	margin-bottom: 2em;
}

.form1 dd.captcha .input {
	font-size: 2.5em;
}

.form1 .captcha-img {
	position: absolute;
	left: -260px;
	top: 0;
	width: 250px;
	height: 60px;
	background: url('../images/captcha_descr.gif') 120px 10px no-repeat;
}


/* comments
---------------------------------------- */
#comments {
	margin-top: 2em;
}

.comm-head {
	margin: 0;
	margin-top: 1.5em;
	font-size: 1em;
	font-weight: normal;
}

.comm-head span {
	margin: 0;
	float: left;
	font-size: 3em;
}

.comm-head .img {
	text-indent: -1000em;
	display: block;
	float: left;
	width: 12px;
	height: 20px;
	overflow: hidden;
	background: url('../images/comm.png') right top no-repeat;
}

.comm-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
	line-height: 1.308em;
}

.comm-list li {
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	margin-top: 1.5em;
	border: 1px solid #e6e6e6;
}

.comm-list li * {
	margin-bottom: 0;
}

.comm-list li.alt {
	background-color: #f8f8f8;
}

.comm-list .cont {
	float: left;
	padding: 0 0 0 50px;
	width: 400px;
}

.comm-list .meta {
	float: left;
	margin-left: 30px;
	font-size: 0.846em;
	line-height: 1.545em;
}

.comm-list .avatar {
	position: absolute;
	left: 598px;
	top: -7px;
	width: 40px;
	height: 40px;
	border1: 1px solid #d6d6d6;
	background-color: #e6e6e6;
}

.comm-list .avatar img {
	display: block;
}

.no-comments .form1 {
	margin-top: 1.5em;
}


/* tags */
ul.tag-list {
	position: relative;
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
	text-align: justify;
}

ul.tag-list li {
	display: inline;
	margin: 0 1em;
	padding: 0;
}

ul.tag-list li a {
	white-space: nowrap;
	line-height: 1.4em;
}

.tag-item-list {
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
}

.tag-item-list li {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	padding-bottom: 17px;
}

.tag-item-list li p {
	margin: 0.2em 0;
}

.tag-item-list h3 {
	font: bold 1.3em/1.2em "Arial", "Helvetica", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.tag-item-list .meta {
	font-size: 0.923em;
}

.tag-item-list .cats {
	padding-left: 3px;
}

.tag-item-list .cats a {
	font-weight: bold;
	padding-left: 3px;
}

.tag-item-list .meta a:link, .tag-item-list .meta a:visited,
.tag-item-list h3 a:link, .tag-item-list h3 a:visited
{ text-decoration: none; }
.tag-item-list .meta a:hover, .tag-item-list .meta a:active,
.tag-item-list h3 a:hover, .tag-item-list h3 a:active
{
	text-decoration: none;
	/* border-bottom: 1px solid; */
}

.tag-item-list .permalink {
	list-style: none;
	margin: 0.5em 0 0;
	padding: 0;
}

.tag-item-list .permalink li {
	margin: 0;
	padding: 0;
}

.tag-item-list .wrap {
	padding: 10px 20px 15px;
	position: relative;
	border: 1px solid #ccc;
}

.tag-item-list .more {
	position: absolute;
	bottom: -17px;
	right: 20px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 34px;
	height: 34px;
	background: url('../images/sprites.png') 0 -20px no-repeat;
	text-indent: -1000em;
}

.tag-item-list .more a {
	display: block;
	width: 34px;
	height: 34px;
}


/* excerpt
---------------------------------------- */

.excerpt {
	margin-top: 3em;
}

/*
.excerpt .side {
	border-top: 1px solid;
}

.excerpt h2 {
	font: normal 1em/1em "Arial","Helvetica","Lucida Grande",sans-serif;
	margin: 0;
	padding: 1em 0 0;
	text-align: right;
}
*/

.excerpt h3 {
	font: normal 22px/1em "Arial","Helvetica","Lucida Grande",sans-serif;
	margin: 0;
	padding: 0;
}

.comms {
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
	list-style: none;
}

.comms li {
	position: relative;
	margin: 0;
	margin-top: 1em;
	padding-bottom: 17px;
	width: 100%;
	line-height: 1.308em;
}

.comms .wrap {
	padding: 5px 10px;
	position: relative;
	border: 1px solid #ccc;
}

.comms .more {
	position: absolute;
	bottom: -17px;
	right: 10px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 34px;
	height: 34px;
	background: url('../images/sprites.png') 0 -20px no-repeat;
	text-indent: -1000em;
}

.comms .last {
	padding-right: 40px;
}

.tags {
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
	list-style: none;
}

.tags li {
	margin: 0;
	margin-right: 1em;
	padding: 0;
	line-height: 1.4em;
	display: inline;
}




/* footer
---------------------------------------- */
#footer {
	font-size: 0.846em;
	line-height: 1.273em;
	margin-top: 3em;
}

#footer p {
	margin: 0.5em 0;
}

#footer .main, #footer .side {
	border-top: 10px solid #F0F0F0;
	padding-top: 10px;
}

#footer dl {
	list-style: none;
	margin-top: 0.5em;
}

#footer dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#footer dd {
	margin: 0;
	padding: 0;
}

#footer a:link, #footer a:visited { text-decoration: none; }
#footer a:hover, #footer a:active { text-decoration: none; }


/* index
---------------------------------------- */
#p-index #content .side {
	float: right;
	width: 160px;
	overflow: hidden;
/*	background-color: #efefef; */
}

#p-index #content .main {
	float: left;
	width: 700px;
/*	background-color: #efefef; */
	overflow: hidden;
}

#p-index .excerpt {
	margin-top: 1em;
}

/* galleria
---------------------------------------- */
.galleria {
	width: 100%;
	margin: 2em auto;
}

/* self-clearing floats
---------------------------------------- */
.z:after,
.n-cols:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


