/* DEFAULT TEMPLATE & EDITOR STYLES */
body, html {
	background-color: #ffffff;
}
body, html, input, textarea, select, form, a, p, span, div, td, th, font, h1, h2, h3, h4, h5, ul, li, ol, sup, sub, dl, dt, dd, hr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	color: #000;
	outline: none;
}
sup, sub {
	font-size: 10px;
	line-height: 10px;
}


/* TABLE STYLES */
table, table td, table th {
	border-collapse: collapse;
	border: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}
.colortable {
	width: 100%;
}
.colortable td, .colortable th {
	border-bottom: 1px solid #ddd;
	padding: 2px 10px 2px 0px;
}
.colortable td.label, .colortable th.label {
	background-color: #eee;
	border-bottom: 1px solid #fff;
	width: 100px;
}


/* DEFAULT LIST STYLES */
ul li {
	list-style-position: outside;
	list-style-type: square;
}
ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
ul {
	margin-left: 15px;
}
ol {
	margin-left: 25px;
}


/* HORIZONTAL RULE */
hr {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 0px;
	min-height: 0px;
	max-height: 0px;
	overflow: hidden;
	background: #FFF;
	border-width: 0px;
	border-bottom: 1px solid #ddd;
}


/* LINK STYLES */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.nextlink {
	padding-left: 10px;
	background-image: url(../image/web/link/next_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 15px;
}
.nextlink:hover {
	background-position: 0px -60px;
}
.morelink {
	padding-right: 10px;
	background-image: url(../image/web/link/more_bg.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	display: inline-block;
}
.morelink:hover {
	background-position: right -58px;
}
.prevlink {
	padding-left: 10px;
	background-image: url(../image/web/link/prev_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
}
.prevlink:hover {
	background-position: 0px -60px;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}


/* IMAGE STYLES */
img {
	border-width: 0px;
}
.imageleft {
	float: left;
	margin-right: 30px;
}
.imageright {
	float: right;
	margin-left: 30px;
}
.imageleft, .imageright {
	display: inline;
}


/* EDITOR STYLES */
h1, h2, h3, h4, h5, div.title {
	display: block;
	font-family: 'aleo', 'serif';
	font-weight: 700;
}
h1, div.title {
	font-size: 42px;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


/* CSS3 ANIMATIONS */
a, input, select, textarea {
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
	    -ms-transition: color 0.3s;
	     -o-transition: color 0.3s;
	        transition: color 0.3s;
}
/*FONT */
@font-face {
    font-family: 'aleo';
    src: url('../image/web/font/ALEOB.eot');
    src: url('../image/web/font/ALEOB.eot@') format('embedded-opentype'),
         url('../image/web/font/ALEOB.woff') format('woff'),
         url('../image/web/font/ALEOB.ttf') format('truetype'),
         url('../image/web/font/ALEOB.svg') format('svg');
    font-weight: 700;
    font-style: normal;

}