/*****************************************
  elements.css (Stylesheet by One Shoe)
*****************************************/
/*Font-size is 62.5% -> 1em equal to 10px */

body {
	font-family: Arial;
	color:#787879;
	font-size: 62.5%;
}

/*default layout*/
#wrapper{
  font-size: 1.3em;
}
#wrapper p{
  line-height: 1.4em;
}
h1,h2,h3,h4{
font-size:0;
text-indent:-999em;
}


h2 {
  font-size:1.6em;
  color:#320F32;
}

h3 {
	font-size: 1.4em;
  color:#320F32;
}

h4 {
	font-size: 1.1em;
	font-weight:bold;
  text-indent:0em;
}

h5 {
	font-size: 1.1em;
}


strong,dt {
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	font-style: italic;
}

a{
	text-decoration: none;
	color: #9984a3;
    font-size:1.1em;
}

del {
	text-decoration: line-through;
}

dl dt {
	font-size: 1.3em;
}

dl dd {
	margin-left: 1em;
	font-size: 1.2em;
}

table {
	font-size: 1.2em;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}

th {
	border-bottom: 1px solid #CCCCCC;
}

th,td {
	padding: .5em;
}

th {
	font-weight: bold;
	font-size: 1.2em;
}

tr.odd {
	background: #B5B5B5;
}

caption {
	margin-bottom: .5em;
	text-align: center;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	margin-bottom: 1em;
}
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

