@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Regular.eot');
	src: local('☺'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Play';
	src: url('../fonts/Play-Regular.eot');
	src: local('☺'), url('../fonts/Play-Regular.woff') format('woff'), url('../fonts/Play-Regular.ttf') format('truetype'), url('../fonts/Play-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #fff;
	font-family: 'OpenSans';
	margin: 0;
}
img {
	border: 0;
}
.clearfix:after, #contents:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	line-height:0;
	visibility:hidden;
}
/*------------------------------ HEADER ------------------------------*/
#header {
	background-color: #eee;
	border-bottom: 1px solid #e6e6e6;
	padding: 7px 0;
}
#header > div, #footer > div {
	width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}
/** Logo **/
#header .logo {
	float: left;
	margin-right: 0px;
}
#header .logo a {
	background: url(../images/Arta_logo.png) no-repeat center top;
	color: #000;
	display: block;
	height: 100px;
	width: 120px;
	padding-top: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
/** Navigation **/
#navigation {
	display: inline-block;
	list-style: none;
	line-height: 100px;
	margin: 0;
	font-size: 27px;
	padding: 50;
}
#navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 140px;
	text-align: center;
}
#navigation li a {
	color: #616161;
	font-size: 17px;
	line-height: 30px;
	text-decoration: none;
}
#navigation li a:hover {
	color: #000;
}
#navigation li.active a {
	color: #f99600;
}
/*------------------------------ CONTENTS ------------------------------*/
#contents {
	min-height: 510px;
	width: 1280px;
	margin: 0 auto;
	padding: 10px 10px;
}
h1 {
	color: #3e3e3e;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 30px;
}
h2 {
	color: #2c2c2c;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 12px;
}

h3 {
	color: #D00000;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 12px;
}

h4 {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
	color: #2c2c2c;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 0px;
	margin: 0 0 2px;
}


p {
	color: #585858;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px;
}
p a {
	color: #585858;
}
#tagline h1 {
	margin-left: 20px;
}
#tagline > div {
	float: left;
	width: 400px;
	margin: 0 20px;
}
#contents .features {
	width: 810px;
	margin: 0 auto;
}
.features > div {
	display: inline-block;
	margin: 0 0 30px;
}
.features > div img {
	float: left;
	margin-right: 20px;
	margin-top: 36px;
}
.date {
	float: left;
	height: 78px;
	width: 70px;
	margin-right: 20px;
	border: 1px solid #d5d5d5;
	text-align: center;
}
.date p {
	margin: 12px 0 0;
}
.date p span {
	display: block;
	font-size: 30px;
	margin-bottom: 6px;
}

.date-new {
	background-color: #EEEEEE;
	float: left;
	height: 78px;
	width: 70px;
	margin-right: 20px;
	border: 1px solid #d5d5d5;
	text-align: center;
}
.date-new p {
	margin: 12px 0 0;
}
.date-new p span {
	display: block;
	font-size: 30px;
	margin-bottom: 6px;
}

.author {
	color: #585858;
	display: block;
	font-size: 12px;
}
.more {
	background-color: #727272;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	text-decoration: none;
}
.more:hover, .message input[type='submit']:hover {
	background-color: #f99600;
	color: #000;
}
/** main **/
.main {
	float: left;
	background: url(../images/divider.png) repeat-y right top;
	min-height: 100px;
	width: 620px;
	padding-right: 24px;
}
.main h1, .sidebar h1 {
	margin: 0 0 12px;
	position: relative;
	top: -18px;
}
.main h2 span {
	display: block;
	font-size: 12px;
}
.main h3 span {
	display: block;
	font-size: 12px;
}


/** sidebar **/
.sidebar {
	float: left;
	min-height: 848px;
	width: 216px;
	margin-left: 20px;
}
.sidebar ul, .news {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news li {
	border-top: 1px solid #d5d5d5;
	padding: 24px 30px 0 100px;
	position: relative;
}
.news li .date {
	float: none;
	position: absolute;
	left: 0;
	top: 30px;
}
.news li .date-new {
	float: none;
	position: absolute;
	left: 0;
	top: 30px;
}

.news li > p span, .post > span {
	display: block;
	text-align: right;
}
.posts {
	border-top: 1px solid #d5d5d5;
}
.posts li {
	border-bottom: 1px solid #d5d5d5;
	padding: 24px 10px 0;
}
.posts li p {
	font-size: 14px;
}
.posts li .title {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px;
}
.posts li .title a {
	color: #2c2c2c;
	font-size: 16px;
	text-decoration: none;
}
.post {
	width: 785px;
	margin: 0 auto;
}
.post h1 {
	padding-top: 12px;
}
#about {
	width: 1280px;
	margin: 0 auto;
}
#about h1, .section h1 {
	border-bottom: 1px solid #e0e0e0;
	width: 600px;
	padding-bottom: 12px;
}
.section {
	float: left;
	width: 1280px;
	margin-right: 0px;
}
.section h1 {
	margin-bottom: 18px;
}
.message input[type='text'], input[type='password'], .message textarea {
	color: #555555;
	font-size: 15px;
	height: 33px;
	font-family: 'OpenSans';
	line-height: 33px;
	width: 380px;
	border: 1px solid #d5d5d5;
	margin: 0 0 6px;
	padding: 0 4px;
}
.message textarea {
	height: 175px;
	overflow: auto;
	resize: none;
}
.message input[type='submit'] {
	float: left;
	background-color: #818181;
	color: #f5f5f5;
	cursor: pointer;
	font: 13px/30px Arial, Helvetica, sans-serif;
	height: 30px;
	border: 0;
	margin: 0;
	padding: 0 10px;
}
.contact {
	background-color: #f8f8f8;
	background-color: #f8f8f8;
	width: 330px;
	padding: 30px 30px;
	text-align: center;
}
.contact p span {
	color: #2c2c2c;
	display: block;
	font-size: 20px;
	line-height: 36px;
}

.postnews input[type='submit'] {
	float: left;
	background-color: #818181;
	color: #f5f5f5;
	cursor: pointer;
	font: 13px/30px Arial, Helvetica, sans-serif;
	margin-left: -100px;
	height: 30px;
	border: 0;
	margin: 0;
	padding: 0 10px;
}
.postnews input[type='text'], .postnews textarea {
	color: #555555;
	font-size: 15px;
	height: 33px;
	font-family: 'OpenSans';
	width: 480px;
	border: 1px solid #d5d5d5;
	margin: 0 0 6px;
	padding: 0 4px;
}
.postnews textarea {
	font-size: 16px;
	font-family: 'OpenSans';
	height: 175px;
	overflow: auto;
	resize: none;
}
.button {
	float: left;
	background-color: #818181;
	color: #f5f5f5;
	cursor: pointer;
	font: 13px/30px Arial, Helvetica, sans-serif;
	margin-left: -100px;
	height: 30px;
	border: 0;
	margin: 0;
	padding: 0 10px;
}
.button:hover, .postnews input[type='submit']:hover {
	background-color: #f99600;
	color: #000;
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
	background-color: #eee;
	border-top: 1px solid #d8d8d8;
	padding: 10px 0;
}
#footer p {
	font-size: 12px;
	height: 0px;
	padding-left: 20px;
	text-align: center;
}

img.pic:hover {
opacity: .7;
filter:alpha(opacity=70);
}


.fulllist {font-size: 16pt; font-family: Arial,Verdana; letter-spacing: 0pt; text-decoration: none;}
