/* @override 
	http://localhost/mv/thoughts/wp-content/themes/thoughts/style.css
	http://192.168.1.9/mv/thoughts/wp-content/themes/thoughts/style.css
	http://michaelvillar.com/blog/wp-content/themes/thoughts/style.css
*/

/* @group base */
html, body {
	height: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;	
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;	
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}
/* @end */

/* @group main page */
body {
	background: #d9dee9 url('images/background.png') repeat-x;
	background-attachment: fixed;
	font: 13px "Helvetica Neue", Helvetica, Arial, Verdana;
	text-shadow: rgba(255,254,254,0.75) 0 1px 0;
}
body, h1, a, p {
	color: #2c2c2c;
}
hr {
	border: none;
	clear: both;
}
nav {
	position: fixed;
	width: 100%;
	height: 36px;
	background: url('images/shadow.png') repeat-x;
}
nav a {
	display: block;
	width: 15px;
	height: 15px;
	background: url('images/icons.png') no-repeat;
	margin: 10px;
}
nav a span {
	display: none;
}
nav #link_rss {
	background-position: -29px 0;
	position: absolute;
	top: 0px;
	right: 30px;
}
nav #link_about {
	background-position: -58px 0;
	position: absolute;
	top: 0px;
	right: 0px;
}
section {
	width: 430px;
	margin: 0 auto 0 auto;
	padding-top: 60px;
}
article {
	margin-bottom: 50px;
	clear: left;
	float: left;
}
article h1 {
	clear: both;
	display: inline;
	font-size: 22px;
	font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", Helvetica, Arial;
	font-weight: normal;
}
article h1, article h1 a {
	color: #2c2c2c;
}
article h2 {
	clear: both;
	font-size: 18px;
	font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", Helvetica, Arial;
	font-weight: normal;
	padding-bottom: 18px;
	padding-top: 10px;
}
article h3 {
	clear: both;
	font-weight: bold;
	padding-bottom: 14px;
	padding-top: 7px;
}
article time {
	display: inline;
	font: 9px "Lucida Grande", Verdana;
	color: #808080;
	padding-left: 5px;
}
article .entry {
	margin-top: 18px;
	padding-top: 19px;
	background: url('images/line.png') repeat-x;
	clear: left;
	float: left;
}
article .entry p {
	clear: left;
	padding-bottom: 16px;
	line-height: 18px;
}
article .entry blockquote {
	font-family: Georgia, Serif;	
	font-size: 16px;
}
article .entry blockquote p {
	line-height: 22px;
}
article .entry blockquote p:first-child:before {
	content: '“';
}
article .entry blockquote p:last-child:after {
	content: '”';
}
article .entry a {
	color: #33569d;
}

article .entry .l {
	clear: left;
	float: left;
	width: 48%;
}
article .entry .r {
	clear: none;
	float: right;
	width: 48%;
}
article .entry p label {
	text-align: center;
	width: 100%;
	display: block;
	font-size: 11px;
}
article .entry img {
	max-width: 98%;
	-webkit-box-shadow: rgba(0,0,0,0.20) 0 5px 8px;
	-moz-box-shadow: rgba(0,0,0,0.20) 0 5px 8px;
	box-shadow: rgba(0,0,0,0.20) 0 5px 8px;
}
article .entry .rotl {
	-webkit-transform: rotate(-2.5deg);
	-moz-transform: rotate(-2.5deg);
	transform: rotate(-2.5deg);
}
article .entry .rotr {
	-webkit-transform: rotate(2.5deg);
	-moz-transform: rotate(2.5deg);
	transform: rotate(2.5deg);
}
article .entry .rotl2 {
	-webkit-transform: rotate(-1.0deg);
	-moz-transform: rotate(-1.0deg);
	transform: rotate(-1.0deg);
}
article .entry .rotr2 {
	-webkit-transform: rotate(1.0deg);
	-moz-transform: rotate(-1.0deg);
	transform: rotate(-1.0deg);
}
/* @end */

/* @group ping me back */
.ping-back {
	width: 100%;
	margin-top: 18px;
	padding-top: 19px;
	background: url('images/line.png') repeat-x;
	clear: left;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}
.ping-back a, .ping-back a span {
	display: block;
	float: left;
	text-decoration: none;
	background-image: url('images/ping-back.png');
	background-repeat: no-repeat;
	height: 27px;
}
.ping-back a > span {
	background-position: right -54px;
}
.ping-back a > span > span {
	background-position: left -27px;
	background-repeat: repeat-x;
	margin: 0 28px;
}
.ping-back a > span > span > span {
	background: transparent;
	margin: 0 3px 0 -18px;
	padding-top: 4px;
}
/* @end */