/*
Theme Name: DigiMode
Theme URI: http://digithemes.com/themes/digimode
Author: Digi Themes
Author URI: http://digithemes.com
Description: DigiMode is a WordPress theme dedicated for personal bloggers.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, white, two-columns, right-sidebar, fixed-width
*/

@import url("http://fonts.googleapis.com/css?family=Buenard:400,700");

body {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	background: #fff;
	}

p {
	margin: 0 0 1.5em;
	}

/* Links */
a {
	color: #000;
	text-decoration: underline;
	}
a:visited {
	color: #555;
	}
a:hover,
a:focus,
a:active {
	color: #f1585c;
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em;
	font-family: Buenard, Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	}

h1 {
	font-size: 28px;
	}
h2 {
	font-size: 22px;
	}
h3 {
	font-size: 18px;
	}
h4 {
	font-size: 16px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 12px;
	}

/* Misc */
blockquote cite {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	}
.widget_search input[type="text"] {
	width: 165px;
	}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	padding: 2px 5px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-color: #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	height: 26px;
	padding: 4px 8px;
	color: #000;
	font-size: 12px;
	font-family: Buenard, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 21px;
	background: #e5e5e5;
	border: 1px solid #000;
	}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: .5em 1.5em .5em 0;
	}
.alignright {
	display: inline;
	float: right;
	margin: .5em 0 .5em 1.5em;
	}
.aligncenter {
	clear: both;
	display: block;
	margin: .5em auto;
	}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	}

/* =Menu
----------------------------------------------- */

.main-navigation ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	}
.main-navigation li {
	float: left;
	position: relative;
	}
.main-navigation li a {
	display: block;
	text-decoration: none;
	}
.main-navigation ul ul {
	float: left;
	display: none;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
	}
.main-navigation ul ul ul {
	top: 0;
	left: 100%;
	}
.main-navigation ul ul li a {
	width: 200px;
	}
.main-navigation ul ul li {
	}
.main-navigation li:hover > a {
	}
.main-navigation ul ul :hover > a {
	}
.main-navigation ul ul a:hover {
	}
.main-navigation ul li:hover > ul {
	display: block;
	}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	}

/* =Layout
----------------------------------------------- */

.site {
	width: 920px;
	margin: 0 auto;
	background: #fff;
	border: solid #000;
	border-width: 15px 2px;
	}
#masthead {
	margin: 0 15px;
	background: url('img/line-bottom.gif') repeat-x 0 100%;
	}
#main {
	margin: 20px 15px;
	background: url('img/dot-vertical.gif') repeat-y 625px 0;
	}
#primary {
	float: left;
	width: 100%;
	}
#content {
	margin: 0 280px 0 0;
	}
#secondary {
	float: left;
	width: 250px;
	margin: 0 0 0 -250px;
	}
#colophon {
	margin: 0 15px;
	padding: 15px 0;
	color: #666;
	font-size: 12px;
	text-align: center;
	background: url('img/line-top.gif') repeat-x;
	}

/* =Header
----------------------------------------------- */

#masthead hgroup {
	padding: 15px 0;
	text-align: center;
	}
.site-title {
	margin: 0 0 .1em;
	font-size: 40px;
	}
.site-title a {
	color: #000;
	text-decoration: none;
	}
.site-description {
	margin: 0;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	}

.main-navigation {
	padding: 4px 0;
	background: url('img/line-top.gif') repeat-x;
	}
.main-navigation li {
	padding: 0 1px 0 0;
	background: url('img/sep-menu-main.gif') no-repeat 100% 50%;
	}
.main-navigation li:last-child {
	padding: 0;
	background: none;
	}
.main-navigation li a {
	padding: 0 10px;
	color: #000;
	font-family: Buenard, Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	text-transform: uppercase;
	}
.main-navigation ul ul {
	top: 30px;
	padding: 4px 10px;
	background: #000 url('img/line-bottom.gif') repeat-x;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	}
.main-navigation ul ul li {
	padding: 0;
	background: none;
	}
.main-navigation ul ul li a {
	width: 150px;
	padding: 8px 5px;
	color: #fff;
	font-size: 12px;
	text-transform: none;
	line-height: 18px;
	border-bottom: 1px dotted #fff;
	}
.main-navigation ul ul li:last-child a {
	border: none;
	}
.main-navigation ul ul li a:hover {
	color: #f8aa9f;
	}
.main-navigation ul ul ul {
	top: -4px;
	left: 170px;
	}

/* =Content
----------------------------------------------- */

.sticky {
	}
.hentry {
	margin: 0 0 .5em;
	padding: 0 10px 2em;
	background: url('img/line-top.gif') repeat-x 0 100%;
	}
.entry-title {
	margin: 0 0 .25em;
	font-size: 20px;
	}
.entry-title a {
	text-decoration: none;
	}
.entry-title a:visited {
	color: #000;
	}
.entry-meta {
	color: #888;
	font-size: 12px;
	}
div.entry-meta {
	margin: 0 -10px;
	padding: 0 10px .5em;
	font-style: italic;
	border-bottom: 1px dotted #000;
	}
.entry-meta a {
	text-decoration: none;
	}
.byline {
	display: none;
	}
.single .byline,
.group-blog .byline {
	display: inline;
	}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	}
.post-password-required .entry-content p {
	overflow: hidden;
	}
.post-password-required .entry-content label {
	float: left;
	margin: 0 5px 0 0;
	}

/* =Pages
----------------------------------------------- */

.page .hentry {
	margin: 0;
	padding: 0 10px;
	background: none;
	}
.page .entry-title {
	font-size: 24px;
	font-weight: normal;
	}

.page-header {
	margin: 0;
	padding: 0;
	border: none;
	}
.page-header .page-title {
	margin: 0 0 .25em;
	padding: 0 0 .25em;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.5em;
	background: url('img/line-bottom.gif') repeat-x 0 100%;
	}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
	}

/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
	}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
	}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
	}
.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	}
.site-content .gallery {
	margin-bottom: 1.5em;
	}
.site-content .gallery-caption {
	}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
	}
.site-content .gallery dt {
	margin: 0 0 5px;
	}
.site-content .gallery dd {
	margin: 0;
	}
.site-content .gallery-columns-4 .gallery-item {
	}
.site-content .gallery-columns-4 .gallery-item img {
	}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
	}

/* = Post Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	}
.site-content .site-navigation a {
	text-decoration: none;
	}
.site-content .nav-previous {
	float: left;
	width: 50%;
	}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	}

.paging-navigation {
	font-size: 12px;
	text-transform: uppercase;
	}

/* =Comments
----------------------------------------------- */

#reply-title,
.comments-title {
	margin: 0 0 .5em;
	padding: 10px 0;
	font-size: 18px;
	font-family: Buenard, Georgia, "Times New Roman", Times, serif;
	background: url('img/line-bottom.gif') repeat-x;
	border-bottom: 1px dotted #000;
	}
.commentlist {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	}
.commentlist li.comment,
.commentlist li.pingback {
	padding: .5em 0;
	border-bottom: 1px dotted #000;
	}
.commentlist li.pingback p {
	margin: 0;
	font-style: italic;
	}
.commentlist li.comment footer {
	margin: 0 0 15px;
	overflow: hidden;
	color: #555;
	font-size: 12px;
	font-style: italic;
	}
.commentlist li.comment footer a {
	text-decoration: none;
	}
.commentlist li.comment footer .avatar {
	float: left;
	margin: 0 15px 0 0;
	}
.commentlist li.comment .comment-content {
	margin: 0 0 0 55px;
	}
.commentlist li.comment .comment-reply-link {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	}
.commentlist ul.children {
	margin: 0 0 0 55px;
	padding: 0;
	list-style: none;
	}
.commentlist ul.children li.comment {
	border-top: 1px dotted #000;
	border-bottom: none;
	}
.bypostauthor {
	}

#respond #cancel-comment-reply-link {
	margin: 0 0 0 10px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	}
#commentform p {
	margin: 0 0 15px;
	overflow: hidden;
	}
#commentform label {
	float: left;
	}
#commentform .comment-form-email .required,
#commentform .comment-form-author .required {
	float: left;
	display: block;
	line-height: 1em;
	vertical-align: text-top;
	}
#commentform textarea,
#commentform input[type="text"] {
	display: block;
	margin: 0 0 0 80px;
	color: #000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#commentform input[type="submit"] {
	margin: 0 0 0 80px;
	}
#commentform textarea {
	width: 80%;
	height: 125px;
	}
#commentform .form-allowed-tags {
	display: none;
	}
.comments-area .nocomments {
	margin: 10px;
	}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0;
	padding: 0 0 4px;
	font-size: 12px;
	background: url('img/line-top.gif') repeat-x 0 100%;
	}
.widget:last-child {
	background: none;
	}
.widgettitle,
.widget-title {
	margin: 0;
	padding: 0 0 5px;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.5em;
	background: url('img/line-bottom.gif') repeat-x 0 100%;
	}
.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.widget ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #000;
	}
.widget ul li:last-child {
	border: none;
	}
.widget ul li a {
	font-style: italic;
	text-decoration: none;
	}

.tagcloud,
.textwidget,
#calendar_wrap {
	padding: 5px 0 10px;
	}
.tagcloud a {
	font-style: italic;
	text-decoration: none;
	}
.widget_search form {
	margin: 0;
	padding: 10px 0;
	}

#wp-calendar th,
#wp-calendar td {
	padding: 4px 10px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	}
