
a abbr, a acronym {
	border: none;
}

abbr, acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

abbr[title], acronym[title], dfn[title] {
	border-bottom: 1px solid #ccc;
	cursor: help;
}

blockquote:before {
	color: #999;
	content: open-quote;
	display: block;
	font-size: 700%;
	height: 0;
	margin: .15em 0 0 -0.4em;
	width: 50px;
}

blockquote {
	background: #f8f8f8;
	margin:3em;
	padding:0.9em 1em 0.9em 3em;
}
blockquote .quote_author {
  color:#666;
  font-style:italic;
	text-align:right;
}
blockquote .quote_author:before {
  color:#666;
  content:"—";
  font-style:italic;
	text-align:right
}

cite, em, dfn {
	font-style: italic;
}

code {
	color: #000;
	font: 1.17em Georgia, "Times New Roman", Times, serif;
	height: auto;
	margin: 0;
	padding: 0;
	width: 80%;
}

del {
	color: #990000;
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
	color: #009999;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:bold;
}

h1 {
	font-size: 1.9em;
	line-height: 1.3em;
  font-weight:100;
}

h2 {
	font-size: 1.6em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.3em;
	line-height: 1.3em;
}

h4, h5, h6 {
	font-size: 1.1em;
	line-height: 1.3em;
}

p {
	margin: 1em 0;
}

pre {
	border: 1px solid #f8f8f8;
	color: #3e3e3e;
	font: 0.92em Georgia, "Times New Roman", Times, serif;
	line-height: 200%;
	margin: 0 auto;
	padding: 5px 20px;
}

q {
  quotes: "\00AB" "\00BB";
  //font-style:italic;
}

small, sup, sub {
	font-size: 85%;
}

strong, th {
	font-weight: bold;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}




/* 01 - GENERAL HTML ELEMENTS
/* ----------------------------------------------*/

html, body, div, span, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, label, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td , img{
	margin: 0;
	padding: 0;
}

/** Structural elements **/
div {
  overflow:hidden;
}

/** Forms **/
form {
  overflow:hidden;
}
textarea {
  width:98%;
}

/** Images **/
img {
  border:0;
}

/** Tables **/
table {
  border:1px solid #000;
	margin: 1em 0;
	width: 100%;
}

td, th {
	padding: .3em .5em;
  border:1px solid #000;
}


/** Lists **/
dd {
	margin: .3em 0 0 1.5em;
	padding: 0;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

ul li {
	list-style: inherit;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

ul ul ul {
	list-style-type: square;
}

ul ul ul ul {
	list-style-type: circle;
}

ul, ol {
	margin-left: 0;
	padding-left: 2em;
}

ul ul, ul ol, ol ol, ol ul/*, .block ul ul, .block ul ol, .block ol ol, .block ol ul*/ {
	margin: 0;
}



/* 02 - FIXES
/* ----------------------------------------------*/

/** Clear fix **/
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


#fixed { width: 656px; 
  height: 516px; border: 0px solid #000; 
  position: fixed; 
  top: 100px; 
  left: 25% }

.shadow { box-shadow: 0 0 30px black; 
  box-shadow: 0 0 30px rgba(0,0,0,2.5); 
  -moz-box-shadow: 0 0 30px rgba(0,0,0,2.5); 
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,2.5);
 }