﻿/* $Id: style.css,v 1.1.2.1.2.1 2009/06/26 22:12:35 zinv Exp $ */
/*
Theme Name: Magazeen
Theme URI: http://smashingmagazine.com/
Author URI: http://wefunction.com/

/* TABLE OF CONTENTS
00 - Main Structure - Columns, etc.
01 - Header - Header, Logo, search, navigation.
02 - Dock - Top dock.
03 - Main Content - Post boxes, post meta, etc.
04 - Sidebar - sidebar.
05 - Footer - Categories, About.

/* ----------------------------------------------*/
/*
/* 00 - MAIN STRUCTURE
/* ----------------------------------------------*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.right, .alignright {
	float: right;
}
body {
	background: #e2e1f1;
}
.container {
	/* The container is a class simply because of the multiple full-span elements.*/
	height: auto;
	margin: 0 auto;
	width: 940px;
}
/** Various Columns **/
.no-sidebars .main-content {
	width: 940px;
}
.one-sidebar .main-content {
	width: 580px;
}
#logo-title, #site-name, .left, .alignleft {
	float: left;
}
/* 01 - HEADER
/* ----------------------------------------------*/
#header {
	background: #252522 url(header.png) repeat-x top;
	height: 177px;
}
/** Logo **/
#logo {
	float: left;
	height: auto;
	padding: 60px 0 0;
	position: absolute;
	width: 580px;
}
/** Search **/
#search-theme-form {
	background: url(/sites/all/themes/magazeen/images/searchform-back.png) no-repeat center left;
	float: right;
	height: auto;
	margin: 70px 20px 0 0;
	width: 284px;
}
#search-submit {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}
/** Navigation **/
#navigation {
	background: #ffffff url(/sites/all/themes/magazeen/images/navigation.gif) repeat-x bottom center;
	border-bottom: 1px solid #f6f5fb;
}
#navigation ul.pages {
	float: left;
	height: auto;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 880px;
}
#navigation ul li {
	float: left;
	margin: 0 3px;
	overflow: visible;
}
#rss {
	float: right;
	margin: 13px 15px 0 0;
}
/* 02 - DOCK
/* ----------------------------------------------*/
#dock {
	background: #eeeef7 url(dock.png) repeat-x bottom center;
	border-bottom: 1px solid #f9f8fc;
}
.dock-back {
	background: url(dock-back.png) no-repeat bottom center;
	padding: 20px 0;
}
#dock .item-list ul {
	list-style: none;
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#dock .item-list li {
	padding: 0 0 12px;
	margin: 0;
	display: inline;
}
#dock .item-list li.dock-active {
	background: url(/sites/all/themes/magazeen/images/dock-shadow.png) no-repeat bottom center;
}
#dock .item-list li a:link, #dock .item-list li a:active, #dock .item-list li a:visited {
	background: url(/sites/all/themes/magazeen/images/dock-preview-back.png) no-repeat top center;
	margin: 30px 7px 0;
	display: inline-block;
	position: relative;
	top: 0;
	height: 58px;
	width: 75px;
	padding: 2px 0 0;
}
#dock .item-list li span {
	width: 100%;
	height: auto;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	text-align: center;
	font: bold 1.17em Arial, Helvetica, sans-serif;
	color: #272121;
}
.latest {
	width: 940px;
	text-align: center;
	font: bold 1.17em Arial, Helvetica, sans-serif;
	color: #272121;
	position: absolute;
}
/* 03 - MAIN CONTENT
/* ----------------------------------------------*/
#page {
	background: url(main-content.png) no-repeat top center;
	border-bottom: 10px solid #d3d2df;
	border-top: 1px solid #d6d5e3;
	padding: 20px 0;
}
.node {
	margin: 0 0 25px 0;
}
.full-node {
	margin: 0 0 40px 0;
}
.no-sidebars .main-content h2.post-title, .no-sidebars .main-content h3.post-title-small {
	width: 100%;
}
.post-box, #content, #node-form {
	background: #fcfdfd url(post-box-top.png) repeat-x top center;
	border: 1px solid #dddcea;
	border-bottom: 1px solid #d2d1de;
	border-top: 0;
}
.post, #content-inner, .node-form {
	border: 1px solid #ffffff;
	border-bottom: 1px solid #e8e8e9;
	padding: 37px 22px 11px;
	position: relative;
	z-index: 4;
}
.page-node #content, .page-node #content-inner, .page-taxonomy #content, .page-taxonomy #content-inner, .page-comment #content, .page-comment #content-inner, .page-blog #content, .page-blog #content-inner {
	background: none;
	border: 0;
	padding: 0;
}
.full-node .post {
	padding: 20px 22px;
}
.node-type-list, #node-delete-confirm, #comment-confirm-delete, #book-outline {
	background: #fcfdfd url(post-box-top.png) repeat-x top center;
	border: 1px solid #dddcea;
	padding: 22px 22px 11px;
}
h2.post-title, h3.post-title-small {
	border-bottom: 4px #3b3a4a solid;
	height: auto;
	padding: 15px 0 5px;
	width: 380px;
}
.post-info {
	border-bottom: 4px #8e8d9c solid;
	bottom: 0;
	height: auto;
	margin: 0;
	padding: 10px 5px;
	position: absolute;
	right: 0;
	width: 190px;
}
.post-meta {
	border-bottom: 1px solid #ffffff;
	margin: 0 0 23px;
	padding: 0;
	position: relative;
}
.post .picture {
	display: block;
	height: auto;
	position: absolute;
	right: -10px;
	top: -10px;
	width: auto;
}
.author {
	float: left;
	height: auto;
	margin: 2px 0 0 0;
	width: auto;
}
.field-field-image img {
	padding: 3px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e6e6e6;
}
.teaser .field-field-image img {
	margin: -15px auto -5px;
}
.full-node .field-field-image img {
	float: right;
	margin: 0 auto 10px 15px;
}
/** Post Footer **/
.post-footer {
	background: #fcfbfd;
	border-top: 1px solid #ffffff;
	height: 19px;
	padding: 23px;
	position: relative;
	z-index: 100;
}
.continue-reading {
	float: left;
	height: auto;
	width: 180px;
}
.category-menu {
	width: 350px;
	height: auto;
	float: right;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
}
.indicator, .indicator-active {
	margin: 0;
	padding: 0;
	width: 7px;
	height: 5px;
	background: url(/sites/all/themes/magazeen/images/expand.gif) no-repeat center left;
	display: inline-block;
	vertical-align: middle;
}
.indicator-active {
	background: url(/sites/all/themes/magazeen/images/collapse.gif) no-repeat center left;
}
.dropdown {
	margin: 0;
	padding: 0;
	width: 360px;
	height: auto;
	background: url(/sites/all/themes/magazeen/images/dropdown.png) no-repeat bottom center;
	text-align: left;
	display: none;
	position: relative;
}
.cat-posts {
	margin: 0 auto;
	padding: 10px 0 19px 0;
	width: 322px;
	height: auto;
	list-style: none;
	border-top: 1px solid #eaeaea;
}
.cat-posts li {
	margin: 0;
	padding: 10px 15px;
	background: url(/sites/all/themes/magazeen/images/cat-post-li.gif) no-repeat bottom right;
}
.cat-posts li.view-more {
	background: none;
}
.taxonomy {
	display: inline;
	list-style: none;
	padding: 0;
}
.vocab-name {
	font-weight: bold;
	line-height: 23px;
	padding-left: 2px;
}
.category-menu ul.taxonomy ul.vocab-list, .category-menu ul.taxonomy li.vocab-term {
	background: transparent;
	display: inline;
	padding: 0 0 0 2px;
}
/* Drop Down
/* -------------- */
.category a:link, .category a:visited, .category-inside a:link, .category-inside a:active, .category-inside a:visited {
	margin-bottom: -1px;
	padding: 15px 25px 0 15px;
	display: inline-block;
	height: 25px;
	outline: 0;
	font: 1.00em Georgia, "Times New Roman", Times, serif;
	color: #777777;
}
.category-menu .active div {
	margin: 0 0 -1px 0;
	padding: 0 0 0 6px;
	width: auto;
	height: 40px;
	background: url(/sites/all/themes/magazeen/images/cat-hover-left.gif) no-repeat top left;
	float: right;
	display: block;
	position: relative;
	z-index: 10;
}
.category-menu .active a:link, .category-menu .active a:visited {
	margin: 0;
	padding: 15px 25px 0 15px;
	width: auto;
	height: 25px;
	display: inline-block;
	font: 1.00em Georgia, "Times New Roman", Times, serif;
	color: #535353;
	background: url(/sites/all/themes/magazeen/images/cat-hover-right.gif) no-repeat top right;
}
.cat-posts li.view-more {
	margin: 0;
	padding-top: 15px;
	text-align: right;
}
.cat-posts li a:link, .cat-posts li a:active, .cat-posts li a:visited {
	font: bold 1.17em Arial, Helvetica, sans-serif;
	color: #343434;
	display: block;
}
.cat-posts li a:hover {
	color: #757575;
}
.cat-posts li span {
	font: 0.92em Arial, Helvetica, sans-serif;
	color: #7d7878;
}
/** Comments **/
.commentlist {
	position: relative;
}
.comment {
	border-color: #f2f2f9 #ffffff #dbdae3;
	border-style: solid;
	border-width: 1px;
	padding: 30px;
}
.comment ul.links {
	float: right;
}
#comments div.first {
	border-top-color: #ffffff;
	padding: 45px 30px 30px;
}
#comments div.last {
	border-bottom-width: 2px;
}
#comments .odd {
	background: #f2f2f9;
}
#comments .even {
	background: #f8f8fc;
}
.comment-author {
	height: auto;
	margin: 1em 0;
	width: auto;
}
.comment-author .picture {
	float: left;
	margin: 0 10px 0 0;
}
.picture img {
	background: #ffffff;
	border: 1px #dcdcdc solid;
	padding: 2px;
}
#comments .box {
	background: #e0dff0 none repeat scroll 0 0;
	margin: 1em 0;
	padding: 1.5em;
}
#comment-form {
	margin-top: 23px;
}
#comment-form .post {
	padding: 15px 22px;
}
#comment-form .form-submit, #node-form .form-submit, #node-form .form-submit {
	background: url(submit-comment.png) no-repeat top center;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	margin: 20px 5px 10px 0;
	outline: 0;
	width: 127px;
}
#comment-form .form-submit:hover, #node-form .form-submit:hover {
	background: url(submit-comment.png) no-repeat bottom;
}
.comment .date {
	display: block;
}
.comment .new {
	margin-left: 2px;
}
.new {
	color: #e31e1e;
}
/** Comment preview **/
.preview {
	padding-bottom: 15px;
}
.comment-preview {
	background: #f2f2f9;
}
.preview .node {
	background: none;
}
/** Pager **/
.item-list .pager li {
	margin: .2em 0;
	padding: 0;
}
.item-list .pager .pager-current {
	background: #5b5faa;
	border: 1px solid #5b5faa;
	margin: .2em;
	padding: 0.5em .7em;
}
/* 04 - SIDEBAR
/* ----------------------------------------------*/
.sidebar {
	margin-right: 20px;
	width: 320px;
}
.sidebar .block h2 {
	background: url(sidebar-top.png) no-repeat top center;
	height: 55px;
	padding: 28px 0 0 20px;
	width: 285px;
}
.sidebar .block {
	background: url(sidebar-middle.png) repeat-y;
	margin: 0 0 20px 15px;
	padding: 0;
}
.sidebar .block-inner {
	background: url(sidebar-bottom.png) no-repeat bottom center;
	padding: 0 0 56px;
}
.sidebar .block .content {
	margin: auto;
	width: 245px;
}
.sidebar ul {
	list-style: none;
	padding: 0;
}
.sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar li ul {
	list-style: none;
	padding-left: 2em;
}
.sidebar .more-link {
	margin: 1.3em 0 0;
	position: absolute;
}
/* Sidebar Preview */
.sidebar-post {
	margin: 0 0 1.5em;
	width: auto;
}
.sidebar-preview {
	padding: 3px 0 0 4px;
	height: 65px;
	width: 114px;
	background: #ffffff url(/sites/all/themes/magazeen/images/sidebar-preview-back.gif) no-repeat top center;
	float: left;
}
.sidebar-content {
	width: 120px;
	height: auto;
	float: right;
}
.sidebar-content a {
	color: #5d5d5d;
	font: bold 1.17em Arial, Helvetica, sans-serif;
	display: block;
}
.sidebar-content a:hover {
	color: #494949;
}
.sidebar-content span {
	margin: .5em 0 0 0;
	font: normal 0.83em Arial, Helvetica, sans-serif;
	color: #9f5f5e;
	display: block;
}
#sponsored-ad {
	margin: 0 0 20px 15px;
}
#sponsored-ad p.sponsored-ad {
	margin: auto auto 8px 5px;
	font: 0.92em Arial, Helvetica, sans-serif;
	color: #a08f8e;
}
/* Block */
.block-region {
	background: none;
	border: 2px dashed #503ccc;
	padding: 1em;
	text-align: center;
}
#content .block {
	margin: 20px 0 0;
}
/*******************************************************************
*                                        *
*******************************************************************/
/*
/* 05 - FOOTER
/* ----------------------------------------------*/
#footer {
	background: #171615 url(/sites/all/themes/magazeen/images/footer-stroke.gif) repeat-x top center;
	border-bottom: 1px solid #1e1d1d;
	border-top: 1px solid #171615;
	height: auto;
	padding: 30px 0;
	width: auto;
}
#footer ul {
	list-style: none;
	padding: 0;
}
.footer-divider {
	background: url(/sites/all/themes/magazeen/images/footer-divider.gif) repeat-y top left;
}
#footer .footer-left {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 360px;
}
#footer .footer-right {
	float: right;
	height: auto;
	margin: 0;
	padding: 0;
	width: 580px;
}
p.copyright {
	margin: 1em 0 0 0;
	font-size: .9em;
	color: #404040;
}
.footer-left ul li {
	background: url(/sites/all/themes/magazeen/images/footer-cat-left.gif) no-repeat top left;
	float: left;
	height: auto;
	margin: 5px 0;
	padding: 0 0 0 9px;
	width: 150px;
}
#footer-message {
	background: #0c0b0b;
	margin: 0;
	padding: 15px 0;
}
