/**
 * Css style for print media
 *
 * @subpackage cloudsInMyLife WP Theme
 * @package iznyn.com
 * @author Mohammad Arif [http://iznyn.com]
 * @copyright Copyright (c) 2010  Mohammad Arif (http://iznyn.com) 
 */
 
header, footer, aside, nav, article, hgroup, section { display: block; }
time { display: inline; }

/**
 * Typography
 ======================================*/
/** Reset All font **/
body { font: 12pt Arial, sans-serif; line-height: 18pt; color: #000; }

/** Header **/
h1, h2, h3, h4, h5, h6 { font-family: "Times New Roman", serif; }
h1 {
	font-size: 22pt;
	line-height: 18pt;	
	margin: 7mm 0mm 6mm;
}
h2 {
	font-size: 20pt;
	line-height: 16pt;
	margin: 6mm 0mm 5mm;
}
h3 {
	font-size: 18pt;
	line-height: 14pt;
	margin: 5mm 0mm 4mm;
}
h4 {
	font-size: 17pt;
	line-height: 13pt;
	margin: 4mm 0mm 3mm;
}
h5 {
	font-size: 16pt;
	line-height: 12pt;	
	margin: 3mm 0mm 2mm;
}
h6 {
	font-size: 14pt;
	line-height: 11pt;	
	margin: 2mm 0mm 1mm;
}
.entry-title {
	font-size: 16pt;
}

 
/**
 * Hide some section
 =====================================*/
nav,
#fast-contact,
.link-more,
#sidebar,
hr,
#entry-category,
#comment-form,
#entry-related,
#entry-metadata,
.tweetmeme_button,
#otherside,
.works #secondary-content { 
	display: none;
} 

/**
 * Links 
 ========================================*/
a:link, 
a:visited { 
	background: transparent; 
	font-weight: 700; 
	text-decoration: underline; 
	color:#333; 
}
a:link[href^="http://"]:after, 
a[href^="http://"]:visited:after { 
	content: " (" attr(href) ") "; 
	font-size: 90%; 
	font-weight: normal; 
	font-style: italic; 
	text-decoration: none;
}
a[href^="http://"] {
	color:#000; 
}
h1 a:link, 
h1 a:visited, 
h2 a:link, 
h2 a:visited, 
h3 a:link, 
h3 a:visited, 
h4 a:link, 
h4 a:visited, 
h5 a:link, 
h5 a:visited, 
h6 a:link, 
h6 a:visited {
	color: #000000;
}

/**
 * Hide href info
 ====================================*/
.entry-category a:link, 
.entry-category a:visited,
time a:link, 
time a:visited,
.tweet-list .entry-content a:link, 
.tweet-list .entry-content a:visited,
#iz-image-inserter a:link, 
#iz-image-inserter a:visited {
	text-decoration: none;
 }
.entry-category a:link[href^="http://"]:after,
.entry-category a[href^="http://"]:visited:after,
time a:link[href^="http://"]:after,
time a[href^="http://"]:visited:after,
.tweet-list .entry-content a:link[href^="http://"]:after,
.tweet-list .entry-content a[href^="http://"]:visited:after,
#iz-image-inserter a:link[href^="http://"]:after,
#iz-image-inserter a[href^="http://"]:visited:after {
	content : '';
}

/** FOOTER **/
.site-cright { 
	margin-top: 10mm; 
	padding-top: 1mm;
	border-top: 1pt solid #333;
}


/**
 * HOME
 ======================================*/
/** The Blog **/
#the-blog .entry-date {
	margin: 0;
}
#the-blog .entry-title {
	margin: 0;
	font-size: 14pt;
}
#the-blog .hentry {
	margin: 1mm;
}

/**
 * SINGLE
 ======================================*/
#entry-comments {
	padding-top: 8mm;
}

