/*
Theme Name: Clean Simple White
Theme URI: http://mazznoer.com/wordpress-themes/clean-simple-white/
Description: It is a very clean and simple theme for your WordPress site.
Author: Mazznoer
Author URI: http://mazznoer.com/
Version: 1.4.1
Tags: white, blue, light, two-columns, right-sidebar, theme-options, fixed-width, sticky-post, threaded-comments

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Clean Simple White WordPress Theme, Copyright 2010-2012 mazznoer.com
Clean Simple White is distributed under the terms of the GNU GPL
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Basic HTML
-------------------------------------------------------------- */

html {
	font-size: 100%;
	overflow-y: scroll;
	/* maxvoltar.com/archive/-webkit-font-smoothing */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
	color: #333;
	font-family: arial;
	font-size: 0.8em;
	line-height: 1.4em;
}
a:link,
a:visited {
	color: #3366bb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	background: #eee;
	color: #000;
}
hr {
	background: #ccc;
	border: none;
	height: 1px;
}
b, dt, strong {
	font-weight: bold;
}
blockquote, dl, ol, p, pre, table, ul  {
	margin: 13px 0;
}
blockquote {
	font-family: georgia;
	font-size: 0.8em;
	margin-left: 40px;
}
dd {
	margin-left: 35px;
}
ol, ul {
	margin-left: 30px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
mark {
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
sup {
	font-size: 0.7em;
	position: relative;
	top: -3px;
	vertical-align: top;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before,
q:after {
	content: '"';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border: 0px solid #888;
}
input, select {
	vertical-align: middle;
}

/* forms */
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
textarea {
	border: 1px solid #888;
	color: #555;
	font-family: PT Sans Narrow;
	font-size: 1.0em;
}
input[disabled],
textarea[disabled] {
	background: #FFF7CD;
}
textarea {
	width: 98%;
}
select {
	border: 1px solid #888;
	color: #555;
	font-family: PT Sans Narrow;
	font-size: 0.9em;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
	color: #555;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 7px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
}

/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4em;
}
h1 {
	font-size: 2.1em;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}

/* =Layout
-------------------------------------------------------------- */

#container {
	margin: auto;
	width: 900px;
}
#header {
	padding: 15px 0;
}
#top-nav {
	margin: 10px 0;
	border-bottom: 1px dashed #bbb;
	border-left: 1px solid #bbb;
}
#content-wrapper {
	margin: 10px 0;
}
#content {
	border: 1px solid #bbb;
	float: left;
	padding: 10px;
	width: 570px;
}
#sidebar {
	float: right;
	width: 300px;
}
#footer {
	margin: 25px 0 10px 0;
}

/* --- */

#header a.logo {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	text-indent: -9999px;
	width: 500px;
	height: 80px;
}
#header a.logo:active {
	background-color: transparent;
}

/* =Top Nav
-------------------------------------------------------------- */

#top-nav ul ul {
	display: none;
}
#top-nav ul li:hover > ul {
	display: block;
}
#top-nav ul {
	list-style: none;
	margin: 0;
	position: relative;
	display: inline-table;
}
#top-nav ul:after {
	content: "";
	clear: both;
	display: block;
}
#top-nav ul li {
	border-right: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	float: left;
	margin-bottom: 10px;
}
#top-nav ul li:hover {
	background: #eee;
}
#top-nav ul li:hover a {
	
}
#top-nav ul li a {
	color: #444;
	display: block;
	padding: 6px 15px;
	text-decoration: none;
}
#top-nav ul ul {
	background: #fff;
	border: 1px solid #bbb;
	padding: 0;
	position: absolute;
	top: 73%;
}
#top-nav ul ul li {
	float: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #bbb;
	margin-bottom: 0px;
	position: relative;
}
#top-nav ul ul li a {
	display: block;
	padding: 6px 15px;
}
#top-nav ul ul li a:hover {
	background: #eee;
}
#top-nav ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
}

/* =Content
-------------------------------------------------------------- */

.page-title span {
	font-weight: bold;
}
.entri {
	border-bottom: 1px dashed #bbb;
	margin-bottom: 10px;
	padding: 10px 0;
}
.post-meta {
	background: #eee;
}
.post-tag {
	background: #eee;
}
#content img {
	height: auto;
	max-width: 100%;
}
.wp-post-image {
	float: left;
	margin: 15px 8px 0 0;
}

/* sticky post */

.featured-post {
	color: #777;
	font-size: 0.9em;
}
.sticky {
	border-top: 0px dashed #999;
	border-right: 0px dashed #999;
}
.sticky .post-meta {

}

/* =Footer
-------------------------------------------------------------- */

#footer a:link,
#footer a:visited {
	color: #333;
	text-decoration: underline;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 0 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.gallery-caption {
	color: #666;
}
.bypostauthor {
	
}

/* =Comments
-------------------------------------------------------------- */

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:1px solid #777; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#555; }
ol.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:1px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:1px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:1px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:1px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
#respond input[type="text"] {
	float: right;
	margin-right: 320px;
}

/* =Extras
-------------------------------------------------------------- */

/* ... */

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.justify {
	text-align: justify;
}

/* page nav and more link */

.older a:link,
.older a:visited {
	float: left;
}
.newer a:link,
.newer a:visited {
	float: right;
}
.page-nav {
	margin-top: 10px;
}
a.more-link:link,
a.more-link:visited {
	float: right;
	margin-bottom: 10px;
}

/* widget */

.widget {
	margin-bottom: 10px;
}
.widget_author img {
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	padding: 5px;
}
.search-box {
	border: 1px solid #ccc;
	padding: 0 10px;
	text-align: center;
}

#wp-calendar {
	text-align: center;
}
#wp-calendar caption {
	font-size: 1.4em;
	margin-bottom: 10px;
	text-align: center;
}
#wp-calendar thead tr th {
	background: #eee;
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 2px 13px;
}
#wp-calendar td {
	border: 1px solid #ccc;
	padding: 2px 13px;
}
#today {
	background: #eee;
	font-weight: bold;
}
