/*  This code is copyrighted to Jomanos | Jose Manuel Riveros

Author: Jose Manuel Riveros
Author Website: http://jomanos.com http://josemanuelriveros.com

 */

 /*  
---------------------------------------
------------*Reset Styles*-------------
---------------------------------------  */
 
 
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, font, 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 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

 /*  
---------------------------------------
-----------*Clearing Floats*-------------
---------------------------------------  */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/* self-clear floats */

* html .group { /* IE6 */
	height: 1%;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}
	
 /*  
---------------------------------------
-----------*Layout Styles*-------------
---------------------------------------  */
 
body {
	position: relative;
	width: 400px;
	margin: 0 auto;
	}

h1 {
	padding: 10px 0;
	}

h2 {
	padding: 10px 0 10px 0;
	}
	
div#footer {
	padding: 5px 0 10px 0;
	}

div.group {
	padding-bottom: 15px;
	}

dl {
	margin: 15px 0;
	padding-right: 20px;
	}

dt {
	float: left;
	width: 80px;
	}
	
dd {
	float: right;
	width: 280px;
	}

ul {
	margin: 10px 0 10px 100px;
	}

ul li {
	margin: 10px 0;
	}
	
 /*  
-------------------------------------------
-----------*Typography Styles*-------------
-------------------------------------------  */
 
body {
	font: 62.5%/1.6 "Bitstream Vera Sans Roman", "DejaVu Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	color: #1d1d1d;
	text-align: left;
	}
 
div#identity, div#footer {
	font-size: 1.2em;
	} 

div#footer {
	text-align: center;
	font-size: 1.1em;
	color: #6F6F6F;
	}

h1 {
	font: 400 2em "Rockwell Std", "DejaVu Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	color: #EBEBEB;
	letter-spacing: 1px;
	}

h2 {
	font: 400 1.8em "Rockwell Std", "DejaVu Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	color: #8F5619;
	letter-spacing: 1px;
	}	

h1, h2, dl {
	text-indent: 10px;
	}

dt {
	text-transform: lowercase;
	}

dt {
	color: #755C3C;	
	}
	
dd {
	text-indent: 0;
	color: #6F6F6F;
	}

a:link, a:visited {
	text-decoration: none;
	color: #c8ac3f;
	outline: none;
	-webkit-transition: color .3s linear;
	}

a:hover {
	text-decoration: none;
	color: #956913;
	}
	
  /*  
---------------------------------------
-----------*Color Styles*--------------
---------------------------------------  */
 
 
html {
	background-color: #E8E6DE;
	}

body {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 5px 20px #B3B3B3;  
	-moz-box-shadow: 0 5px 20px #B3B3B3;  
	box-shadow: 0 5px 20px #B3B3B3;
	-moz-border-radius-bottomleft: 20px;  
	-webkit-border-bottom-left-radius: 20px;  
	-moz-border-radius-bottomright: 20px;  
	-webkit-border-bottom-right-radius: 20px; 
	border-radius-bottomleft: 20px; 
	border-radius-bottomright: 20px; 
	}
	
div.group {
	background: url(../images/bottom_dotted.png) no-repeat bottom;
	}

h1 {
	background-color: #BF8618;	
	}	

h2 {
	border-bottom: 2px #EBEBEB solid;	
	}	

a:hover {
	border-bottom: 1px #956913 dotted;	
	}

  /*  
---------------------------------------
-----------*TestPage Styles*--------------
---------------------------------------  */

body#testpage {
	position: relative;
	width: 800px;
	margin: 0 auto;
	}

body#testpage p {
  font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Cambria","Georgia","Times New Roman","Times",serif;
	font-size: 1.4em;
	}

body#testpage h1 {
	font: 600 2em "Museo Sans", Georgia, serif;
	color: #EBEBEB;
	letter-spacing: 1px;
	}

body#testpage h2 {
	font: 300 1.8em "Museo Sans", Georgia, serif;
	color: #8F5619;
	letter-spacing: 1px;
	}

div#testcontent p {
	padding: 10px;
	}
