body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

img{
	border: 0;
}

a{
	color:#7DA709;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#top{
	background: #0d131a url('../images/bg.png') repeat-x bottom;
	height: 340px;
}

#top h1{

	margin: 0;
	padding: 0;
}

#top h1 a{
	background: url('../images/logo.png') no-repeat;
	text-indent: -9999px;
	display: block;
	width: 290px;
	height: 240px;
	float: left;
	outline: none;
}


#top ul{
	margin: 0;
	margin-left: 0;
	padding: 0;
	padding-top: 68px;
	float: left;
}

#top ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 40px;
}

#top ul li a{
	padding: 8px 20px;
	margin-left: 15px;
	background-color: #131A23;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	color: #CCFF33;
	text-decoration: none;
}

#top ul li a:hover{
	background-color: #19232E;
	color: #fff;
}

#top .project{
	background-repeat: no-repeat;
	margin: 19px;
	display: block;
	width: 425px;
	height: 200px;
	float: right;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	position: relative;
	color: #CCFF33;
	text-decoration: none;
	border: 1px solid #0D131A;
}


#top .project span{
	background-color: #0D131A;
	position: absolute;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	display: block;
	padding: 10px 15px;
	margin: 10px;
	bottom: 0;
	right: 0;
	font-size: 11px;
	font-weight: bold;
}

#page{
	width: 700px;
	margin: 0 auto;
	margin-top: -105px;
	padding: 30px;
}

#page h2{
	color: #0D131A;
	margin: 12px 0;
	padding: 0;
	letter-spacing: 2px;
	font-family: Harabara;
}

#page h2 a{
	color: #0D131A;
	text-decoration: none;
}

.project a{
	color:#CCFF33;
	text-decoration: none;
}

.project a:hover{
	text-decoration: underline;
}

#page .project > a > img{
	border-top: 5px solid #0d131a;
}

#page .project #gallery a{
	padding: 5px;
	padding-right: 0;
	float: left;
	outline: none;
}

#page .project #gallery{
	background-color: #0d131a;
	width: 700px;
	height: 110px;
}

#page .project #gallery a img{
	border: 1px solid #000;
}
#page .project p{
	background-color: #19232E;
	padding: 15px;
	margin: 0;
	color: #fff;
}

/* PROJECTS */
#page ul.projects{
	margin: 0;
	padding: 0;
}

#page ul.projects li{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	background-repeat: none;
	background-position: center;
	display: block;
	width: 100%;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	cursor: pointer;
}

#page ul.projects li h3{
	font-family: Harabara;
	padding: 0;
	margin: 0;
}

#page ul.projects li h3 a{
	color: #CCFF33;
	padding: 10px 15px;
	background: url('../images/transp.png');
	-moz-border-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 0;
}


/* BLOG */

#om{
	padding: 20px;
	background-color: #CBF5F5;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	opacity: 0.5;
	border: 2px solid #75D4D4;
}

#om h3{
	font-size: 18px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

#om p{
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.post{
	border-bottom: 2px solid #eee;
	padding: 5px;
}

.post p{
	line-height: 140%;
}

.post .img_right{
	float: right;
	margin: 5px;
}

span.bottom{
	font-size: 12px;
	color:#5A7B00;
}

span.bottom > a{
	float: right;
}

span.bottom > span{
	padding: 10px;
	margin-left: -5px;
}

pre{
	font-size: 12px;
	color:#5A7B00;
	background-color: #F0FFC6;
	padding: 15px;
	margin: 15px;
	margin-top: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #D8EF9C;
	overflow: auto;
}

#comments label{
	display: block;
	float: left;
	width: 150px;
	padding: 6px 15px;
	padding-left: 0;
	padding-right: 0;
}

#comments form{
	padding: 10px;
	margin: 10px;
	background: #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#comments form p{
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 35px;
}

#comments form p.submit{
	text-align: right;
	margin-top: 5px;
	clear: both;
}

#comments input[type=text], #comments textarea{
	width: 510px;
}

#comments .comment{
	background-color: #eee;
	border-top: 2px solid #f9f9f9;
	border-bottom: 2px solid #f9f9f9;
	margin: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#comments .comment span{
	color: #444;
	padding: 10px;
	padding-bottom: 0;
	display: block;
}

#comments .comment p{
	font-size: 12px;
	padding: 10px;
	padding-top: 0;
}

#tagcloud{
	padding: 25px;
	font-weight: bold;
	text-align: center;
}

#tagcloud a:hover{
	text-decoration: none;
	color: #AFDA37;
}

#tagcloud .tag1{ font-size: 12px }
#tagcloud .tag2{ font-size: 14px }
#tagcloud .tag3{ font-size: 16px }
#tagcloud .tag4{ font-size: 18px }
#tagcloud .tag5{ font-size: 20px }
#tagcloud .tag6{ font-size: 24px }
