
/* @group Reset  */
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left;}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a{
	outline-width:0px;
}

a img { border: none; }

a:link, a:active, a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


/* @end */

/* @group Typography */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { 
	font-size: 87.5%; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color:#333;
}


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */

h1,h2,h3,h4,h5,h6 { 
  /*font-family: Helvetica, Arial, sans-serif; */
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1em; margin-bottom: 0.5em; color:#666666; }
h2 { font-size: 2.286em; line-height:1em; margin-bottom: 0.7em; color:#8b5e3b; }
h3 { font-size: 1.286em; line-height: 1.5em; margin-bottom: 0.2em; }
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 0.5em; color:#000; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0px 0px 1.5em 0px; line-height:1.5em; }
p.last      { margin-bottom: 0px; }

ul, ol      { margin:0 1.5em 1.5em 2.3em; }
ul          { list-style-type: disc; }
li			{ line-height:1.5em; }
ol          { list-style-type: decimal; }
dl          { margin: 0px 0px 1.5em 0px; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666666; }

blockquote  { margin:10px 0 10px 18px; padding-left:12px; color:#333; border-left:7px solid #ccc; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0px; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5em; } 
tt          { display: block; margin: 1.5em 0px; line-height: 1.5em; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }

/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .85em; }
.large      { font-size: 1.2em; line-height: 2em; margin-bottom: 1.25em; }
.quiet      { color: #666666; }

.hide       { display: none; }
.highlight  { background:#ffff00; }
.added      { color:#006600; }
.removed    { color:#990000; }

.top        { margin-top:0px; padding-top:0px; }
.bottom     { margin-bottom:0px; padding-bottom:0px; }

/* @end */


/* Misc classes and elements
-------------------------------------------------------------- */

hr {
  background: #ccc; 
  color: #ccc;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 2px;
  margin: 12px 0px;
  border: none; 
}

.BlogTagCloud-XX-Small { font-size:0.714em; }
.BlogTagCloud-X-Small { font-size:0.857em; }
.BlogTagCloud-Small { font-size:0.929em; }
.BlogTagCloud-Medium { font-size:1em; }
.BlogTagCloud-Large { font-size:1.071em; }
.BlogTagCloud-X-Large { font-size:1.143em; }
.BlogTagCloud-XX-Large { font-size:1.286em; }


.BlogTagCloud-XX-Small,
.BlogTagCloud-X-Small,
.BlogTagCloud-Small,
.BlogTagCloud-Medium,
.BlogTagCloud-Large,
.BlogTagCloud-X-Large,
.BlogTagCloud-XX-Large { text-decoration:none; }

/* Clearing floats without extra markup */

.clear { display: inline-block; }   
.clear:after, .siteContainer:after {
  content: "."; 
  display: block; 
  height: 0px; 
  clear: both; 
  visibility: hidden;
}
.clear { display: block; }

/* @end */
