/*** 
 CSS Reset 
 ***/
/*
Eric Meyer's CSS Reset v2.0 
http://meyerweb.com/eric/tools/css/reset/ 
*/
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: 13px;
	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; }


/*** 
 Fix the clear issue 
 ***/
.hide { display: none; }

.clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width:100%;}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display: inline-block; } /* Hide from IE Mac \*/ 
.clearfix { display: block; } /* End hide from IE Mac */ 

.clear-fixed { height: 100%; overflow: hidden; }

/***
 Links & Image
 ***/
a, a:hover, a:focus { text-decoration: none; }
a:hover, a:active, a:focus { outline: none; }
a img { border: none; }
img { vertical-align: top; }

/***
 Styles
 ***/
.post-thumb, .flickr_badge_image {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .25); 
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);  
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
}

.post-thumb, .flickr_badge_image { 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}

.post-thumb {
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC; 
	padding: 9px;
}

.post-thumb img { opacity: 0; filter: alpha(opacity=0); }

.post-thumb a {
	display: block;
	position: relative;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}

.post-more { float: left;}
.post-more a { 
	display: block; 
	padding: 0 15px;
	margin-right: 10px;
}

.pagination a, 
.pagination span,
.normal-pagination span a,
.comment-pagination a, 
.comment-pagination span,
.post-more a,
#respond .form-submit input,
.contact-form-wrap #send-message,
.single-page-navigation a { 
	display: block; 
	height: 28px; 
	line-height: 27px;
	background-image: url('../images/btn.png');
	border-left: 1px solid #D2D2D2; 
	border-top: 1px solid #E5E5E5; 
	border-right: 1px solid #D2D2D2; 
	border-bottom: 1px solid #C1C1C1;
	color: #666666;
}

.pagination { 
	display: table; 
	margin: 0 auto; 
	padding: 50px 0 10px; 
}

.pagination a, 
.pagination span,
.normal-pagination span a,
.comment-pagination a, 
.comment-pagination span,
.single-page-navigation a { 
	float: left;
	padding: 0 10px;
}

.pagination .current { color: #D2D2D2; }

.post-more a {
	height: 21px; 
	line-height: 20px;
}

.no-post { text-align: center; }