/* $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
/* ----------------------------------------------*/
strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

cite, em, dfn {
	font-style: italic;
}

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

ins, dfn {
	border-bottom: 1px solid #c8c8c8;
	color: #4b0101;
}

small, sup, sub {
	font-size: 85%;
}

abbr, acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

a abbr, a acronym {
	border: none;
}

abbr[title], acronym[title], dfn[title] {
	border-bottom: 1px solid #c8c8c8;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

p {
	margin: 1em 0;
}

/** Blockquote **/
blockquote:before {
	color: #a6513c;
	content: open-quote;
	display: block;
	font-size: 700%;
	height: 0;
	margin: .15em 0 0 -0.4em;
	width: 50px;
}

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

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

pre {
	background: #f2f2f2 url(/sites/all/themes/magazeen/images/code.gif) repeat;
	border: 1px solid #d4b6b6;
	color: #0a0a0a;
	font: 0.92em Georgia, "Times New Roman", Times, serif;
	line-height: 200%;
	margin: 0 auto;
	padding: 5px 20px;
}

/** Headings **/
h1 {
	font-size: 2.47em;
	line-height: 1.3em;
}

h2 {
	font-size: 1.6em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.3em;
	line-height: 1.3em;
}

h4, h5, h6 {
	font-size: 1.1em;
	line-height: 1.3em;
}

/** Link **/
a:link, a:visited {
	color: #911e1c;
	text-decoration: none;
	outline: none;
}

a:hover, .node h2 a:hover, a :active, a.active {
	color: #090909;
}

/** Mission **/
#mission {
	color: #242424;
	font: italic normal normal 2.5em/1.4em "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua", Georgia, serif;
}

/** Body **/
body {
	color: #1f1f1f;
	font: 0.75em/19px Arial, Helvetica, sans-serif;
}

/* 01 - HEADER
/* ----------------------------------------------*/
body {
	color: #1f1f1f;
	font: 0.75em/19px Arial, Helvetica, sans-serif;
}

#site-slogan {
	color: #9a9a9a;
	font: 0.83em Verdana, Arial, Helvetica, sans-serif;
}

h1#site-name, div#site-name {
	font: bold 3.53em Verdana, Arial, Helvetica, sans-serif;
	margin: -.24em 0 0;
}

/** Logo **/
#logo a {
	color: #fdfdfd;
}

/** Search **/
#search-theme-form .form-text {
	background: none;
	border: 0;
	color: #856a6a;
	float: left;
	font-size: 0.92em;
	height: auto;
	padding: 3px 10px 5px 25px;
	width: 165px;
}

/** Navigation **/
#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {
	color: #2f2f2f;
	display: block;
	font: bold 1.08em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 13px 15px;
}

#navigation ul li a:hover {
	color: #090909;
	font-weight: bold;
	text-decoration: underline;
}

#navigation ul.pages li.active-trail a:link, #navigation ul.pages li.active-trail a:active, #navigation ul.pages li.active-trail a:visited {
	/* Crazy margins to pull up the hover image above the borders.*/
	background: url(../images/navigation-hover.png) repeat-x bottom center;
	color: #f2f2fa;
	margin: -3px 0 0 0;
	padding: 15px 15px 14px 15px;
	position: relative;
}

/* 02 - MAIN CONTENT
/* ----------------------------------------------*/
h2.post-title {
	font: bold 2.8em Arial, Helvetica, sans-serif;
}

h2.post-title a {
	color: #2e2e2e;
}

h2.post-title a:hover {
	color: #5f5f5f;
}

#content-header h1 {
	border-bottom: 1px #b9b9b9 dashed;
	color: #382929;
	margin-bottom: 15px;
}

.comment-count a:link, .comment-count a:active, .comment-count a:visited {
	color: #ffffff;
	display: block;
	font: bold 1.75em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 20px;
}

.comment-count a {
	background: #911e1c;
	display: block;
	height: auto;
	left: -10px;
	position: absolute;
	top: -10px;
	width: auto;
}

.comment-count a:hover {
	background: #802826;
}

.post-info {
	color: #545151;
	font: 0.92em Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

.post-info span {
	display: block;
	font-size: 1.3em;
}

.post-info .date {
	font-size: 1.1em;
	margin: .2em 0 0;
}

.post-info span a:link, .post-info span a:active, .post-info span a:visited {
	color: #1b1b1b;
	text-decoration: none;
}

.post-info span a:hover {
	color: #911e1c;
}

.author h3.title a {
	color: #090909;
}

.author {
	color: #110d0d;
	float: left;
	font: 1.5em Arial, Helvetica, sans-serif;
	height: auto;
	margin: .2em 0 0 0;
	width: auto;
}

.author a:link, .author a:active, .author a:visited {
	color: #959595;
}

.author .name, .author .name a:link, .author .name a:active, .author .name a:visited {
	color: #6c6c6c;
	display: inline;
}

.author span {
	font: .6em Georgia, "Times New Roman", Times, serif;
}

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

/** Post Footer **/
.continue-reading a:link, .continue-reading a:active, .continue-reading a:visited {
	color: #535353;
	font: bold italic 1.17em Georgia, "Times New Roman", Times, serif;
}

.continue-reading a:hover {
	color: #8f221e;
}

.taxonomy .vocab-term a {
	color: #646464;
	display: inline-block;
	font: 1em Georgia, "Times New Roman", Times, serif;
	height: 25px;
	line-height: 2;
	outline: 0;
	vertical-align: top;
}

/** Comments **/
h3.post-title-small {
	color: #060505;
	font-size: 1em;
	padding: 10px 0;
}

#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: #ffffff;
	border: .1em solid #dddddd;
	color: #911e1c;
	padding: .5em .7em;
}

.pager a:hover, .pager a:active, .pager a:focus {
	background: #911e1c;
	border-color: #911e1c;
	color: #ffffff;
}

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

/* 03 - SIDEBAR
/* ----------------------------------------------*/
.sidebar .block h2 {
	color: #382929;
	font: bold 2.25em Arial, Helvetica, sans-serif;
}

.sidebar a.active {
	background: #f4f4f4;
	color: #080707;
}

.sidebar li a {
	font-weight: bold;
	color: #4e4e4e;
	height: 1%;
}

.sidebar li a:hover {
	color: #2f2f2f;
}

.sidebar .menu li a {
	border-bottom: 1px solid #d3d3d3;
	display: block;
	font-size: 1.2em;
	padding: 7px;
}

.sidebar .menu li a:hover {
	background: #f6f6f8;
}

.sidebar .menu ul {
	padding: 0 0 0 1em;
}

.sidebar .item-list li {
	margin: 0 0 15px;
}

.sidebar .more-link a {
	color: #9d9d9d;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}

.sidebar .more-link a:hover {
	color: #4e4e4e;
}

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

/** User profiles. **/
.profile dt {
	color: #555555;
	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: #555555;
	font-size: 0.92em;
}

/** Collapsible fieldsets **/
#autocomplete li.selected, tr.selected td, tr.selected td.active {
	background: #880101;
	color: #ffffff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
	color: #dbdcdf;
}

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

th a:link, th a:visited {
	color: #868686;
}

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

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

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

/*******************************************************************
*                                        *
*******************************************************************/
/*
/* 04 - FOOTER
/* ----------------------------------------------*/
#footer h2.title {
	color: #fefefe;
	font: bold 1.75em Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}

.footer-left ul li a {
	background: url(/sites/all/themes/magazeen/images/footer-cat-right.gif) no-repeat top right;
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	margin: 0;
	padding: 0 9px 0 0;
	width: auto;
}

.footer-left ul li a:link, .footer-left ul li a:active, .footer-left ul li a:visited {
	color: #a7a7a7;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.footer-left ul li:hover, .footer-left ul li:hover a {
	background-position: 0% -23px;
	color: #171615;
	cursor: pointer;
}

.footer-left ul li:hover a {
	background-position: 100% -23px;
}

.footer-right p {
	color: #b2b2b2;
	font: 0.92em Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin: 0 0 10px 0;
}

p.copyright {
	font: 0.92em Arial, Helvetica, sans-serif;
	color: #404040;
	margin: 10px 0 0 0;
}

#footer-message {
	color: #404040;
}

/** Tabs **/
ul.primary li a {
	background-color: #ddd;
	border-color: #C0C0C0;
	font-weight: bold;
	color: #777;
	margin-right: 1px;
	padding: 3px 10px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

ul.primary li a:hover {
	background-color: #fff;
	border-color: #c0c0c0;
	color: #000;
}

ul.primary li.active a, ul.primary li.active a:hover {
	background-color: #fff;
	border-bottom-color: #fff;
	color: #000;
}

ul.secondary a {
	border: 1px solid #c0c0c0;
	color: #777;
	padding: 3px 8px;
}

ul.secondary a:hover, ul.secondary a.active, ul.secondary a.active:hover {
	background: #fff;
	border: 1px solid #c0c0c0;
	color: #000;
}