﻿/* $Id: typography.css,v 1.1.2.1.2.1 2009/06/26 22:12:35 zinv Exp $ */
/*
Magazeen : Typography

/* TABLE OF CONTENTS
00 - Basic Typography.
01 - Header - Header, Logo, search, navigation.
02 - Main Content - Post boxes, post meta, etc.
03 - Sidebar - sidebar.
04 - Footer - Categories, About.

/* ----------------------------------------------*/
/*
/* 00 - BASIC TYPOGRAPHY
/* ----------------------------------------------*/

del {
	color: #990000;
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
	color: #009999;
}
.node address {
color:#aaa !important;
}
/** Blockquote **/
blockquote:before {
	color: #69c;
	content: open-quote;
	display: block;
	font-size: 700%;
	height: 0;
	margin: .15em 0 0 -0.4em;
	width: 50px;
}

blockquote {
	background: #f8fbfc;
	border: 1px solid #edeff0;
	margin: 3em;
	padding: 0 1em 0.9em 3em;
}

code {
	color: #0f8eb3;
	font: 1.17em Georgia, "Times New Roman", Times, serif;
	height: auto;
	margin: 0;
	padding: 0;
	width: 80%;
}

pre {
	background: #f4f1ec url('../images/code.gif') repeat;
	border: 1px solid #bbced7;
	color: #3e3e3e;
	font: 0.92em Georgia, "Times New Roman", Times, serif;
	line-height: 200%;
	margin: 0 auto;
	padding: 5px 20px;
}

.comment-text {
	color: #74868d;
	font: 1.00em Arial, Helvetica, sans-serif;
	line-height: 19px;
}

#comment-form .form-item label {
	font-weight: normal;
}

.form-item .description {
	display: block;
	font-size: 0.85em;
}

/** Pager **/
.item-list .pager {
	font-size: .9em;
	padding: .7em 0 1em;
}

.item-list .pager a {
	background: #fff;
	border: .1em solid #ddd;
	color: #9D3478 ;
	padding: .5em .7em;
}

.pager a:hover, .pager a:active, .pager a:focus {
	background: #9D3478 ;
	border-color: #9D3478 ;
	color: #fff;
}

.item-list .pager .pager-current {
	color: #fff;
}


/* 05 - MISCELLANEOUS
/* ----------------------------------------------*/
/** Poll.module **/
.poll .percent {
	font-size: .9em;
}

/** User profiles. **/
.profile dt {
	color: #898989;
	font-size: 0.92em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0.45em;
	margin-top: 1.4em;
}

/** Login Block **/
#user-login-form {
	text-align: center;
}

#user-login-form ul {
	text-align: left; /* LTR */
}

/** Aggregator.module **/
#aggregator .feed-item-title {
	font-size: 160%;
	line-height: 130%;
}

#aggregator .feed-item-categories {
	font-size: 0.92em;
}

#aggregator .feed-item-meta {
	color: #898989;
	font-size: 0.92em;
}

/** Collapsible fieldsets **/
#autocomplete li.selected, tr.selected td, tr.selected td.active {
	background: #027ac6;
	color: #fff;
}

tr.selected td a:link/*, tr.selected td a:visited*/, tr.selected td a:active {
	color: #d3e7f4;
}

/** TABLE **/
thead th {
	border-bottom: 2px solid #d3e7f4;
	color: #494949;
	font-weight: bold;
}

th a:link, th a:visited {
	color: #6f9dbd;
}

/** Admin Styles **/
div.admin-panel dd {
	color: #898989;
	font-size: .92em;
	line-height: 1.3em;
	margin-bottom: .65em;
	margin-top: -.2em;
}

/** Inputs **/
.form-text, .form-textarea {
	background: #fdfefe url('../images/post-box-top.png') repeat-x top center;
	border: 1px solid #dce7ed;
	color: #76716c;
	margin: 0;
	padding: 5px;
}

.form-text:focus, .form-text:hover, .form-textarea:focus, .form-textarea:hover {
	color: #000;
	border: 1px #bce7fc solid;
}

/*******************************************************************
* Color Module: Don't touch                                       *
*******************************************************************/
/*
/* 04 - FOOTER
/* ----------------------------------------------*/


.comment_forbidden {
color:#aaa;
}
.comment_forbidden a {
color:#faa;
}
.comment_forbidden a:hover {
color:#aaa; text-decoration:underline;
}


.view-header a{
font-weight:bold;
}

.view-header a:before{
content:"» ";
}

.view-last-materials .field-content {
line-height:10px !important;
}
.view-last-materials li {
margin:0 !important;
line-height:10px !important;
}

.post-title .vocab-11, .post-title .vocab-2, .post-title .vocab-9, .post-title .vocab-10{
display:none;
}
.field-field-source  {
color:#999 !important;
}
.field-field-filemetod .field-label {
font-size:135%;
/*margin-top:15px;*/
}
.field-field-filemetod .field-items{
font-weight:bold;
}