/* Copyright (C) 2010 OmegaTheme */
/*
 * reset
 */
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img {
	border: 0;
}

 
a, a:focus {
	outline: none;
}

 
html {
	height: 100%;
	margin-bottom: 1px;
}

/*
 * default values
 */

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

 
ul, ol, dl {
	margin: 10px 0;
	padding-left: 30px
}

dl {margin: 10px 0;}
dd {padding-left: 40px;}

 
td, th {padding: 1px;}

 
a:link, a:visited {
	color: #2d2d2d;
	text-decoration: none;
}
a:hover {
	color: #304c6f;
	text-decoration: underline;
}

 
fieldset {
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #c8c8c8;
}

legend {
	padding: 0 10px 0 10px;
	background: #ffffff;
}

form div {
	margin: 10px 0 10px 0;
}

textarea {
	padding: 1px 0 1px 5px;
}

option {
	padding: 0 0 1px 5px;
}
 
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	margin-top: 25px;
	color: #304c6f;
}

h2 {
	font-size: 24px;
	line-height: 24px;
	margin-top: 25px;
	color: #304c6f;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 15px;
	color: #304c6f;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
}
h5 {
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
}
h6 {
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
}
 
hr {
	margin: 15px 0 15px 0;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
}

 
q {
	font-style: italic;
}

blockquote {
	margin: 10px 0 10px 15px;
	font-style: italic;
	font-size: 130%;
}
blockquote > *:first-child:first-letter {
	font-size: 150%
}

pre {
	margin: 10px 0 10px 0px;
	padding: 5px 0 5px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #fafafa;
	font-size: 90%;
	color: #2E8B57;
	font-family: "Courier New", Courier, monospace;
}

acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
	font-variant: small-caps;
	text-transform: lowercase;
}