/* -------------------------------------------------------------- 
  
   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  line-height: 1.25em;
  font-family: georgia, serif;
  color:#000;
  background: none;
  font-size: 1em;
}


/* Layout
-------------------------------------------------------------- */

.container {
	width:620px;
  background: none;
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:1px;
  margin:1em 0;
  padding:0;
  border:none;
  clear:both;
}
hr.space {
  background: #fff;
  color: #fff;
  margin:0.5em 0;
  clear:both;
}


/* Text
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-family: georgia, serif; font-weight: normal; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }
p img.top { margin-top: 0; }

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }


/* Links
-------------------------------------------------------------- */

a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ")";
  font-size: 60%;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */




.function-scale {
	height: 21px;
	padding: 0 0 0 25px;
	background: transparent url(../images/sprite-master.png) no-repeat 0 -475px;
	font-size:10px;
	margin:0;
	line-height:18px;	
	}

.article-multi {
	padding-top: 1em;
	border-bottom:1px dotted #999;
	}

.image { 
	display:block;
	margin-bottom:1.5em;
	}

.image p.caption + p { text-indent:0; }

p { clear:left; }


.tags a {
	color: #777;
	padding-right:0.5em;
	border-right: 1px solid #777;
	}
	
.tags a.last {
	border-right: none;
	}
	
.tags a:hover {
	text-decoration: underline;
	color: #777;
	}

.strap {
	font-size: 0.8333em;
	line-height: 1.44em;  
	margin: 0.5em 0 0;
	color: #777;
}
.list-style-inlineblock {
	margin-left: 0;
	list-style-type:none;
	}

.list-style-inlineblock ul {
	margin: 0;
	}

.list-style-inlineblock li {
	float: left;
	display:inline;
	margin-right: 0.5em;
	}

/*=====================================
COLORS
=====================================*/

.color_01, a.color_01, a:hover.color_01 { color: #00a009 } /*GREEN*/
.color_02, a.color_02, a:hover.color_02 { color: #c60101 } /*RED*/
.color_03, a.color_03, a:hover.color_03 { color: #b71196 } /*VIOLET*/
.color_04, a.color_04, a:hover.color_04 { color: #ff6c00 } /*ORANGE*/
.color_05, a.color_05, a:hover.color_05 { color: #777777 } /*GREY*/

.background_color_01 { background-color: #00a009 } /*GREEN*/
.background_color_02 { background-color: #c60101 } /*RED*/
.background_color_03 { background-color: #b71196 } /*VIOLET*/
.background_color_04 { background-color: #ff6c00 } /*ORANGE*/
.background_color_05 { background-color: #777777 } /*GREY*/









#header, #search-advanced-outer, #pagination, #sidebar, #footer { display:none; }

#endtext { display: block }

.article-comments {
	display: none;
	}
