/**
 * Proto generic styles, worth including in your child theme, so you don't have to
 * add icons and Wordpress specific aligns
 */




/**
 * CSS Reset, Copyright (c) 2007, Yahoo! Inc. All rights reserved. 
 * Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt 
 * version: 2.3.0
 */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


/**
* Start Vanilla CSS 1.0.0
*/
body{font:9pt/1.5em Arial,Helvetica,sans-serif;}pre,code,tt{font:1em/1.5em 'Andale Mono','Lucida Console',monospace;}h1,h2,h3,h4,h5,h6,b,strong{font-weight:bold;}em,i,dfn{font-style:italic;}dfn{font-weight:bold;}p,code,pre,kbd{margin:0 0 1.5em 0;}blockquote{margin:0 1.5em 1.5em 1.5em;}cite{font-style:italic;}li ul,li ol{margin:0 1.5em;}ul,ol{margin:0 1.5em 1.5em 1.5em;}ul li{list-style-type:disc;}ol li{list-style-type:decimal;}ol ol li{list-style:upper-alpha;}ol ol ol li{list-style:lower-roman;}ol ol ol ol li{list-style:lower-alpha;}dl{margin:0 0 1.5em 0;}dl dt{font-weight:bold;}dd{margin-left:1.5em;}table{margin-bottom:1.4em;width:100%;}th{font-weight:bold;}th,td,caption{padding:4px 10px 4px 5px;}tfoot{font-style:italic;}sup,sub{line-height:0;}abbr,acronym{border-bottom:1px dotted;}address{margin:0 0 1.5em;font-style:italic;}del{text-decoration:line-through;}pre{margin:1.5em 0;white-space:pre;}img.centered,.aligncenter,div.aligncenter{display:block;margin-left:auto;margin-right:auto;}img.alignright{display:inline;}img.alignleft{display:inline;}.alignright{float:right;margin-left:10px;}.alignleft{float:left;margin-right:10px;}* html .clearfix{height:1%;}*+html .clearfix{display:inline-block;}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}* html .group{height:1%;}*+html .group{display:inline-block;}.group:after{content:".";display:block;height:0;clear:both;visibility:hidden;}










/**
 * Pagination
 */
.previous {
	float: left;
}
.next {
	float: right;
}









/**
 * Post multi columns
 */

.multicolumn {
	float: none !important;
	width: 100% !important;
	margin-bottom: 60px;
}
.column {
	float: left;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-right: 20px;
}

.columns_2 .column {
	width: 50%;
}
.columns_3 .column {
	width: 33%;
}
.columns_4 .column {
	width: 25%;
}










/**
 * Edit link
 */
a.post-edit-link {
	margin: 0 10px 0 2px;
	padding: 4px 0 4px 14px;
	background: url('images/icon_edit.png') no-repeat left center;
	float: right;
	text-transform: lowercase;
	font-size: 7pt;
	font-family: Tahoma, sans-serif;

}

a.comment-edit-link {
	padding: 4px 0 4px 14px;
	background: url('images/icon_edit.png') no-repeat left center;
	text-transform: lowercase;
	font-size: 7pt !important;
	font-family: Tahoma, sans-serif !important;
}









/**
 * Icons
 */

a.twitter,
a.facebook,
a.rssfeed,
a.delicious,
a.lastfm,
a.googlereader,
a.buzz,
a.googlerss,
a.linkedin,
a.flickr
{
	padding: 2px 0 2px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}


a.twitter {
	background-image: url('images/icondock_twitter.png');
}
a.facebook {
	background-image: url('images/icondock_facebook.png');
}
a.rssfeed {
	background-image: url('images/icondock_rss.png');
}
a.delicious {
	background-image: url('images/icondock_delicious.png');
}
a.lastfm {
	background-image: url('images/icondock_lastfm.png');
}
a.googlereader {
	background-image: url('images/icondock_google.png');
}
a.buzz {
	background-image: url('images/icondock_google-buzz.png');
}
a.googlerss {
	background-image: url('images/icondock_google.png');
}
a.linkedin {
	background-image: url('images/icondock_linkedin.png');
}
a.flickr {
	background-image: url('images/icondock_flickr.png');
}







































