@font-face {
	font-family:mom;
	src: url(fonts/mom.ttf);
}
@font-face {
	font-family:cute;
	src: url(fonts/cute.ttf);
}
@font-face {
	font-family:cute2;
	src: url(fonts/cut2.ttf);
}
body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: cute;
	font-size: 13px;
	line-height:1.5em; 
    background-color: #dfdaca;
	background: url(img/night-wallpaper-3840x2160-starry-night-nighttime-landscape-26989.jpg) repeat;
}

a, a:link, a:visited {
	color: #CC0000;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1 { font-size: 40px; font-weight: bold; margin: 0 0 30px 0; padding: 5px 0; color: #000; }
h2 { font-size: 28px; font-weight: normal; line-height: 28px; margin: 0 0 30px 0; padding: 0; color: #c7a902; }
h3 { font-size: 21px; margin: 0 0 20px 0; padding: 0; padding: 0; color: #666666; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0; color: #ffa200; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; color: #ffa200;}
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0; color: #ffa200;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r30 { margin-right: 30px; }

.vertical_divider { border-right: 1px solid #d9d9d9; }
.horizon_divider {  border-bottom: 1px solid #d9d9d9; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	display: inline-block;
	padding: 8px;
	border: 1px solid #999;
	background: #ffffff;
	margin-bottom: 10px;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 30px;
}

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; }
cite span { color: #8da332; }
em { color: #5d6d1e; }

.templatemo_list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.templatemo_list li {
	background: transparent url(images/templatemo_list.png) no-repeat scroll 0 0px;
	margin:0 0 20px;
	padding:0 0 0 25px;
	line-height: 1em;
}

.templatemo_list li a {
	color: #666;
	text-decoration: none;
}

.templatemo_list li a:hover {
	color: #000;
}

.container {
  position: absolute;
	margin:auto;
	border-bottom: 5px groove #5F094A;

	
}

.button a {
	clear: both;
	display: block;
	width: 82px;
	height: 23px;
	padding: 3px 0 0 0;
	margin-top: 15px;
	background: url(images/templatemo_button.png) no-repeat;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	color: #fff;
	background: url(images/templatemo_button_hover.png) no-repeat;
}
#sidepanel {
	position: absolute;
	width: 600px;
	height: 850px;
		margin-left: 605px;
	margin-top: 108px;
	background: url(img/dead-butterflies-heat-death-of-the-universe-cover-art.jpg)bottom;
	border: 5px groove #5F094A;
}
#sidepanel2 {
	position: absolute;
	width: 600px;
	height: 100px;
		margin-left: 605px;
	margin-top: 945px;
	background: url(img/pastel_night_by_stardust_specks_dbleo7p-fullview.jpg)center	;
	border: 5px groove #5F094A;
	font-size: 50px;

}
#allposts {
	position: absolute;
	margin: 37px 13px 0px;
	color: #000;
	
}
#templatemo_wrapper {
	width: 1200px;
	height: 1050px;
	padding: 0;
	margin:auto;;
	background: url(img/teges.jpg);
		
	
}

/* menu */


#templatemo_menu {
	width: 1205px;
	height: 100px;
	margin: 28px 0px 0px;
	border: 5px groove #5F094A;
	background: url(img/stars.jpeg);

	font-family: cute;
}
#title {
	margin: 51px 15px 10px;
	font-size: 50px;
	color: #ffffff;
	filter: drop-shadow(9px 7px 5px #000000);
	float: left;
}
#templatemo_menu ul {
	float: right;
	margin-top: 73px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#templatemo_menu ul li {
	padding: 0px;
	margin-top: 0px;
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	width: 112px;
	height: 48px;
	padding: 0;
	margin: 0 5px 0 0 ;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #e4decd;	
	font-weight: bold;
	outline: none;
	border: none;
}

#templatemo_menu ul li a:hover, #templatemo_menu ul li .current {
	height: 38px;
	padding-top: 0px;
	color: #fff;
	background: urlstars.jpeg) bottom no-repeat;
	
	font-family: cute;
	margin-top: 0px;
	
}

/* end of menu */

#templatemo_left_column {
	float: left;
	width: 400px;
	

}

#templatemo_right_column {
	float: none;
	width: 520px;
	margin-right: 10px;
}

#templatemo_header {
	width: 360px;
	height: 276px;
	padding: 0 10px;
	margin-left: 20px;

}

#templatemo_header  #site_title {
	float: left;
	width: 310px;
	padding: 115px 0 0 60px;
	font-family: cute;
}

#templatemo_header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#templatemo_header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 38px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#templatemo_header  #site_title h1 strong {
	color: #f00;
	font-family: cute;
}

#templatemo_header  #site_title a span {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 5px;
	margin-top: 20px;
}

#featured_project {
	float: right;
	width: 520px;
	height: 210px;
	padding: 33px 0;
	background: url(images/templatemo_featured_project.png) no-repeat;
}


#templatemo_main {
	float: none;
	width: 600px;
	height: 935px;
	padding-top: 0px;
		margin: 0px 0px;
	border: 5px groove #5F094A;
background: rgba(255, 255, 255, 0.7)
	
	
	
	
}
#title2 {
	font-family:cute, ;
	color:#000;
	filter: drop-shadow(9px 7px 5px #ffffff);
}
#post {
	color: #000;
	font-size: 15px;
}
.post_section {
	clear: both;
	position: relative;
	padding: 14px 25px 23px ;

	margin-top: 30px;

	background: rgba(255, 255, 255, 0.7);
	
}

.post_section h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 30px;
}

.post_section p {
	text-align: justify;
	margin-bottom: 10px;
}

.post_section img {
	clear: both;
	display: block;
	margin: 20px 0;
	background: url(img/6681a2faa7fc93ca0dba204ff8360806.jpg);
}

.post_section .comment {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 70px;
	height: 42px;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	background: url(images/templatemo_comment.png) no-repeat;
}

.post_section .comment a {
	color: #333;
	text-decoration: none;
}

.post_section .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}

#templatemo_rss a {
	float: right;
	display: block;
	width: 190px;
	height: 40px;
	padding: 10px 0 10px 60px;
	margin-bottom: 30px;
	color: #ffa200;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/templatemo_rss.png) left center no-repeat;
}

#templatemo_header #templatemo_rss a:hover {
	color: #fff;
	text-decoration: none;	
}

#templatemo_rss a span {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 3px;
}

.comment_tab {
	padding: 10px 0;
	margin: 40px 0 40px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}

#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 460px;
}

.first_level {
	margin: 0; padding: 0;
}

.comments {
	list-style: none; 
}

.comments li { margin-bottom: 10px; list-style:none; }
.comments li .commentbox1 { border: 1px solid #dddddd;  background: #eeeeee; }
.comments li .commentbox2 { border: 1px solid #dddddd;  background: #f6f6f6; }
.comments li .comment_box { clear: both; width:100%; padding: 15px;  }
.comment_box .gravatar { float: left; width: 50px; margin-right: 15px; background: #fff; }
.comment_box .gravatar img { margin: 0; width: 50px; height: 50px; }
.comment_box .comment_text { margin: 0 0 0 65px; }

.comment_box .comment_text p { margin: 0; }
.comment_text .comment_author { font-size: 14px; font-weight: bold; color: #781919; margin-bottom: 10px; }
.comment_text .date { font-size: 12px; font-weight: normal; color: #333; padding-left: 10px; }
.comment_text .time { font-size: 12px; font-weight: normal; color: #333; padding-left: 10px; }
.comment_text .reply a { display: block; clear: both; float: right; padding: 1px 10px; height: 24px; text-align: center; background: #3694ab; border: 1px solid #fff; color: #fff; } 


#comment_form {
	clear: both;
}

#comment_form h3 {
	font-size: 20px;
	border-bottom: 1px dotted #666;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#comment_form form {
	padding: 20px;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}

#comment_form textarea {
	background:#FFFFFF none repeat fixed 0 0;
	border: 1px solid #CCC;
	display:block;
	font-size:1.1em;
	height:150px;
	margin-top:5px;
	padding:5px;
	width: 360px;
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	margin-top: 5px;
	width: 200px;
	background:#FFFFFF none repeat fixed 0 0;
	border: 1px solid #CCC;
}

#comment_form .submit_btn {
	width: 80px;
	padding: 5px 10px;
	background: #EEEEEE;
	border: 1px solid #AAAAAA;
	color: #666666;
}

.service_box {
	margin-bottom: 40px;
}

.service_box .left {
	float: left;
	width: 120px;
	height: 120px;
}

.service_box .left img {
	width: 120px;
	height: 120px;
}

.service_box .right {
	float: right;
	width: 360px;
}

.service_box ol li {
	list-style: decimal-leading-zero;
	margin-bottom: 5px;
}

.service_box ol li a {
	color: #058edc;
}

/* gallery */
#gallery {
	clear: both;
	}
	
	#gallery a {
		border: none;
	}
	#gallery ul { list-style: none; margin: 0; padding: 0; }
	#gallery ul li {
		padding: 0;
		margin: 0 0 40px 0;
		padding-bottom: 30px;
		border-bottom: 1px solid #CCC;
	}
	
	#gallery ul li .left {
		float: left;
		width: 190px;
	}
	
	#gallery ul li .left img {
		width: 180px;
		height: 110px;
		border: none;
		border: 5px solid #d4cbaf;
	}
	
	#gallery ul li .right {
		float: right;
		width: 280px;
	}
	
	#gallery ul li .right button {
		margin: 0;
	}
	 
/* end of gallery */

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	width: 350px;
	padding: 6px 0;
	background: #fff;
	border: 1px solid #ccc;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 350px;
	height: 200px;
	background: #fff;
	border: 1px solid #ccc;
}

#contact_form form .submit_btn {
	margin-left: 110px;
	padding: 5px 10px;
	background: #EEEEEE;
	border: 1px solid #AAAAAA;
	color: #666666;
}

/* footer 

#templatemo_footer {
	
	width: 1205px;
	height: 50px;

	margin: auto;
	padding: 30px 0px 0 0;
	text-align: center;
	color: #ffffff;
	font-family: cute;
	font-size: 40px;
	background-color: #ad60a8;
	border: 5px groove #5F094A;

<div id="templatemo_footer">
    
		
    <p><b><i>hey ILY!</i></b></p>
        
</div> 
	
}
*/

/* blog post */
#templatemo_main1 {
	float: none;
	width: 1205px;
	height: 950px;
	padding-top: 0px;
		margin: auto;
	border: 5px groove #5F094A;
background: rgba(255, 255, 255, 0.9)	
}
#templatemo_wrapper1 {
	width: 1210px;
	height: 1065px;
	padding: 0;
	margin: auto;
	background: url(img/teges2.jpg);
		
	
}
/* about me */
#pic1 {
	width: 309px;
	height: 463px;
	background: url(img/20260610_144538.jpg);
	position: absolute;
	border: 5px groove #5F094A;
	margin-top: 81px;
	margin-left: 445px;
}
#text1 {
	position: absolute;
	font-size: 26px;
	color: #000;
	margin-top: 343px;
	margin-left: 198px;
	background: rgba(255, 255, 255, 0.8);
	border: 5px groove #5F094A;
	padding: 10px;
	width: 300px;
}
#text2 {
	width: 425px;
	position: absolute;
	font-size: 26px;
	color: #000;
	margin-left: 719px;
	margin-top: 25px;
	border: 5px groove #5F094A;
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
}
#pic2 {
	width: 430px;
	height: 582px;
	position: absolute;
	border: 5px groove #5F094A;
	margin-top: 172px;
	margin-left: 741px;

}
   img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
#text3 {
	width: 382px;
	position: absolute;
	font-size: 26px;
	color: #000;
	margin-left: 652px;
	margin-top: 704px;
	border: 5px groove #5F094A;
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
}
#pic3 {
	width: 430px;
	height: 393px;
	position: absolute;
	border: 5px groove #5F094A;
	margin-top: 30px;
	margin-left: 30px;
}
#templatemo_main2 {
	float: none;
	width: 1205px;
	height: 950px;
	padding-top: 0px;
		margin: auto;
	border: 5px groove #5F094A;
background: rgba(255, 255, 255, 0);
}
#pic4 {
	width: 526px;
	height: 376px;
	position: absolute;
	border: 5px groove #5F094A;
	margin-top: 527px;
	margin-left: 88px;
}
#text4 {
	position: absolute;
	font-size: 26px;
	color: #000;
	width: 350px;
	margin-left: 677px;
	margin-top: 190px;
	border: 5px groove #5F094A;
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
}
/* post 1 */
#post_header {
	font-size: 39px;
	color:#000;
	width: 600px;
	padding: 30px;
	background: url(img/pastel_night_by_stardust_specks_dbleo7p-fullview.jpg)center	;
	border-bottom: 5px groove #5F094A;
}
#post_date {
	font-size: 25px;
	color:#000;
	margin-left: 1058px;
}
#sidepanel_post1 {
	position: absolute;
	width: 600px;
	height: 600px;
		margin-left: 605px;
	margin-top: 108px;
	background: url(img/maxresdefault.jpg)bottom;
	border: 5px groove #5F094A;
}
#sidepanel_post2 {
	position: absolute;
	width: 600px;
	height: 350px;
		margin-left: 605px;
	margin-top: 710px;
	background: url(img/maxresdedddfault.jpg)center 	;
	border: 5px groove #5F094A;
	font-size: 50px;
}
#post_text {
	width: 580px;
	font-size: 16px;
	color:#000;
	padding: 10px;
}